您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 数字信号处理在双音多频拨号系统中的应用

  2. function varargout = key1(varargin) % KEY1 M-file for key1.fig % KEY1, by itself, creates a new KEY1 or raises the existing % singleton*. % % H = KEY1 returns the handle to a new KEY1 or the handle to % the existing singleton*. % % KEY1('CALLBACK',h
  3. 所属分类:其它

    • 发布日期:2009-12-14
    • 文件大小:25600
    • 提供者:hebaolin
  1. ssd5 ex4 给需要帮助的人。这是ssd5 ex4

  2. virtual Listing sort(string field); This is a new method. This method returns a copy of the invoking Listing object sorted by the field name given in the parameter. Use an appropriate STL sorting function to sort the advertisements. To sort based on
  3. 所属分类:C++

    • 发布日期:2009-12-18
    • 文件大小:4096
    • 提供者:lw516640668
  1. 2D弹性球动画(对初学者很有参考价值)

  2. import java.applet.Applet; import java.awt.Color; import java.awt.Graphics; import java.awt.Rectangle; /** An applet that displays a simple animation */ public class BouncingCircle extends Applet implements Runnable { int x = 150, y = 50, r = 50; //
  3. 所属分类:Java

    • 发布日期:2009-12-18
    • 文件大小:2048
    • 提供者:he299792458
  1. 问卷调查系统-毕业设计的佳作

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking;//引入第三方开源控件Docking类库 using System.IO;//引入文件操作类库 n
  3. 所属分类:其它

    • 发布日期:2009-12-19
    • 文件大小:1048576
    • 提供者:huangxiao0910
  1. C# IP定位代码实例

  2. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.
  3. 所属分类:Web开发

    • 发布日期:2009-12-22
    • 文件大小:2097152
    • 提供者:luluatcomit
  1. A*算法 C#源代码

  2. 此为用C#写的A*算法源代码 using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace EtSoft.AStarLib { public class AStar { private StarNodeCollection openList = new StarNodeCollection(); private StarNodeCollection close
  3. 所属分类:其它

    • 发布日期:2009-12-23
    • 文件大小:333824
    • 提供者:ysg8422am
  1. feeding-index

  2. 图像处理中关于取指数的C++源代码 #ifndef _INC_DIBAPI #define _INC_DIBAPI /* Handle to a DIB */ DECLARE_HANDLE(HDIB); /* DIB constants */ #define PALVERSION 0x300 /* DIB Macros*/ #define IS_WIN30_DIB(lpbi) ((*(LPDWORD)(lpbi)) == sizeof(BITMAPINFOHEADER)) #define RE
  3. 所属分类:C++

    • 发布日期:2009-12-31
    • 文件大小:139264
    • 提供者:liaozhongye
  1. asp.net Email

  2. asp.net在线发邮件! /// /// 发送邮件using System.Net.Mail; /// /// 接收方邮件地址 /// 邮件标题 /// 邮件正文内容 /// /// xile /// 2010-01-01 static bool sendMail(string to, string title, string content) { SmtpClient _smtpClient = new SmtpClient() ; _smtpClient.DeliveryMetho
  3. 所属分类:C#

    • 发布日期:2010-01-02
    • 文件大小:6144
    • 提供者:dengshenbao
  1. File_实用案例_实现文件拷贝_FileCopy.java

  2. /* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or implied. * You may study, use, and modify it for any
  3. 所属分类:Java

    • 发布日期:2010-01-07
    • 文件大小:2048
    • 提供者:hexiang221
  1. CS2005中winfrm解决textbox 内容验证

  2. /// /// 验证输入框的输入内容 /// /// 输入框控件 /// 最大输入长度 /// 输入框的名称 /// true验证通过,false验证不通过 private bool validaing(TextBox textbox, int length, string controlName) { bool result = false; if (textbox.TextLength == 0) { errorProvider1.SetError(textbox, "请输入" + c
  3. 所属分类:Java

    • 发布日期:2010-01-08
    • 文件大小:32768
    • 提供者:zhangqi88250787
  1. jquery电子文档chm

  2. css(name) 访问第一个匹配元素的样式属性。 -------------------------------------------------------------------------------- Return a style property on the first matched element. 返回值 String 参数 name (String) : 要访问的属性名称 示例 取得第一个段落的color样式属性的值。 jQuery 代码: $("p").css("co
  3. 所属分类:Web开发

    • 发布日期:2010-01-09
    • 文件大小:186368
    • 提供者:wjp_jinping
  1. Engineering plasticity

  2. When a solid metal is subjected to a load of small magnitude, it deforms elastically such that the strain is directly proportional to the stress and when relieved of the stress, it eventually returns to its original dimension. Elastic deformation is
  3. 所属分类:专业指导

    • 发布日期:2010-01-11
    • 文件大小:16777216
    • 提供者:blackhorse1
  1. 数据库工具类DatabaseUtil.java

  2. package com.hexiang.utils; import java.sql.*; import java.util.*; /** * * Title: 数据库工具类 * * * Descr iption: 将大部分的数据库操作放入这个类中, 包括数据库连接的建立, 自动释放等. * * * @author beansoft 日期: 2004年04月 * @version 2.0 */ public class DatabaseUtil { /** 数据库连接 */ priva
  3. 所属分类:其它

    • 发布日期:2010-01-14
    • 文件大小:3072
    • 提供者:hexiang221
  1. matlab写的小游戏-猜数字

  2. function varargout = caishuzi(varargin) %CAISHUZI M-file for caishuzi.fig % CAISHUZI, by itself, creates a new CAISHUZI or raises the existing % singleton*. % % H = CAISHUZI returns the handle to a new CAISHUZI or the handle to % the existing single
  3. 所属分类:其它

    • 发布日期:2010-01-17
    • 文件大小:7168
    • 提供者:yanbingke
  1. Shift From Tactical to Strategic Focus

  2. In just about every organization, IT is in transition. Once a cost center focused on infrastructure, hardware and application maintenance, IT is becoming like any other asset with a vital, strategic role in the businesses it serves—it must compete f
  3. 所属分类:Web开发

    • 发布日期:2010-01-22
    • 文件大小:173056
    • 提供者:superkey001
  1. 多功能.NET代码自动生成器2.0版(2010年最新修改)

  2. 压缩包内有最近修改说明。以下为使用方法: 1、 适用于.net项目,基于MVC架构模式 2、 按照数据库结构生成基础开发类库 3、 数据库支持SQL2000和SQL2005两个版本 4、 类库为分层框架工厂模式,依次分为:数据库交互层(SqlHelper)、业务实体层(Model)、数据处理层(DAL)、数据接口层(IDAL)、数据工厂层(DALFactory)、业务层(BLL)6层 5、 业务实体层与业务层直接与UI交互 6、 生成类库的同时系统自动生成相应的存储过程脚本(Proc文件夹)。
  3. 所属分类:Java

    • 发布日期:2010-01-23
    • 文件大小:216064
    • 提供者:jinou624
  1. uboott移植实验手册及技术文档

  2. 实验三 移植U-Boot-1.3.1 实验 【实验目的】 了解 U-Boot-1.3.1 的代码结构,掌握其移植方法。 【实验环境】 1、Ubuntu 7.0.4发行版 2、u-boot-1.3.1 3、FS2410平台 4、交叉编译器 arm-softfloat-linux-gnu-gcc-3.4.5 【实验步骤】 一、建立自己的平台类型 (1)解压文件 #tar jxvf u-boot-1.3.1.tar.bz2 (2)进入 U-Boot源码目录 #cd u-boot-1.3.1 (3)创
  3. 所属分类:Flash

    • 发布日期:2010-01-28
    • 文件大小:2097152
    • 提供者:yequnanren
  1. 自定义图片资源编辑器

  2. 自定义资源编辑器 DATET.exe 为资源编辑软件,可对资源文件进行编辑。 使用方法: 将 Photograph resource.dll,LOADing.dll,GET_RESX.dll,formdll.dll,Simplicit.Net.Lzo.dll,lzo.dll全部拷贝到软件根目录,在项目总引用Photograph resource.dll 在对应软件根目录中建立DATA文件夹,将资源文件放在下面 需要加载图片的地方调用 /// /// 图片获取 /// /// udp文件名称
  3. 所属分类:C#

    • 发布日期:2010-01-30
    • 文件大小:5242880
    • 提供者:lliuhan
  1. Accusoft Barcode Xpress6 for.Net.part1.rar

  2. Barcode Xpress supports 1D codes like Code 39 and 128, UPC, EAN, and 4-state postal codes, plus 2D barcodes including DataMatrix, QR Code, PDF417, Aztec, and more. It is designed for professional, high volume, automated software applications. Barcod
  3. 所属分类:C#

    • 发布日期:2010-02-03
    • 文件大小:15728640
    • 提供者:fanbaol
  1. Accusoft Barcode Xpress6 for.Net.part2.rar

  2. Barcode Xpress supports 1D codes like Code 39 and 128, UPC, EAN, and 4-state postal codes, plus 2D barcodes including DataMatrix, QR Code, PDF417, Aztec, and more. It is designed for professional, high volume, automated software applications. Barcod
  3. 所属分类:C#

    • 发布日期:2010-02-03
    • 文件大小:15728640
    • 提供者:fanbaol
« 1 2 3 45 6 7 8 9 10 ... 50 »