CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 2000

搜索资源列表

  1. Delphi6MapxSqlServer2000

    0下载:
  2. 完整的Delphi6.0Mapx 5.0 Sql Server 2000系统代码.rar-complete Delphi6.0Mapx 5.0 Sql Server 2000 system code . rar
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:624438
    • 提供者:张三
  1. data_qurey2006-7-18

    0下载:
  2. 基于.NET 2003开发的WINFORM程序,只要输入你的SQL Server2000的SuperAdministrator账号与密码,就可以查询到所有能访问到的SQL服务器中的数据库以及库中的内容,注:要求本机为服务器操作系统。-based.NET 2003 development WINFORM procedures, Enter your SQL Server 2000 account of SuperAdministrator with the password on all of t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26989
    • 提供者:Jerry
  1. SOCKET123

    0下载:
  2. 网络聊天 继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用-Internet chat succession CAsyncSocket their written socket type, in XP/2000, vc7 compiler, the LAN and internet applications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:100304
    • 提供者:jenson
  1. HighCom

    0下载:
  2. 定时关闭系统.For window 98, window 2000, window xp.-regularly closed system. For window 98, 2000 window. window xp.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4559
    • 提供者:tompsen
  1. VB-mul-web

    0下载:
  2. 多页面显示的浏览器,用VB做起来很容易哦,给大家一个参考,不过要在实际使用中,也许还要屏蔽WINDOWS功能键,网上搜一下,有很多资料,但2000/XP下的麻烦些,需要现成的发MAIL:yanxingtao@yahoo.com.cn-more pages of the browser, using VB is easy to do, oh, a reference to you, But in practical use, and perhaps shielding Windows functi
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:37578
    • 提供者:阎兴涛
  1. lessonprocess

    0下载:
  2. 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。 命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。 -named pipe full advan
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:246014
    • 提供者:李思川
  1. fcpg

    0下载:
  2. 这是基于sql server2000的房地产评估应用系统。-this sql server 2000 is based on the application of the real estate assessment system.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:9378743
    • 提供者:宋英健
  1. yuyincompare

    0下载:
  2. 语音识别技术是2000年至2010年间信息技术领域十大重要的科技发展技术之一 语音识别是一门交叉学科,语音识别正逐步成为信息技术中人机接口的关键技术,语音识别技术与语音合成技术结合使人们能够甩掉键盘,通过语音命令进行操作。语音技术的应用已经成为一个具有竞争性的新兴高技术产业。-voice recognition technology from 2000 to 2010 among the field of information technology in 10 major technol
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:88370
    • 提供者:yqw
  1. CfgDhcpSrv

    0下载:
  2. 在Windows 2000 Server或以上操作系统中,大家都使用系统自带的DHCP Server服务,因为其功能和兼容性都好,但是对终端用户配置起来显得有些麻烦,本程序抛砖引玉地提示如何自动配置这个服务的参数。-the Windows 2000 Server operating system or above, we all use the system's own DHCP Server service because of its functionality and compat
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13260
    • 提供者:BigPenguin
  1. trademanager

    0下载:
  2. 一 开发环境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 运行 1:创建数据库 将TRADE.sql中的SQL语句考入SQL Server的查询分析器中,全部运行; 2:建立ODBC数据源 数据原名称为Trade_MIS-a development environment OS : Windows 2000 Ser
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:145158
    • 提供者:吕斌
  1. WDM-driver-program

    0下载:
  2. WDM驱动程序设计   一.WDM简介   微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:16541
    • 提供者:中国
  1. CColorControl_sample

    0下载:
  2. 运行环境Windows 2000/XP -runtime environment for Windows 2000/XP
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:66057
    • 提供者:金雪百合
  1. xtom-plane

    0下载:
  2. 雷霆战机源代码 运行环境windowsXP/2003/2000/98/95x -881 fighters source operating environment windowsXP/2003/2000/98/95x
  3. 所属分类:射击游戏

    • 发布日期:2008-10-13
    • 文件大小:933366
    • 提供者:shushu
  1. 20065201403680755

    0下载:
  2. 网友 lc_mtt (网名:柠檬) 提供的一个比较完善的超市销售管理系统(后台),漂亮的Office XP界面,功能基本完善,基于MS SQL Server 2000后台数据库开发,作者自主独立开发,对于想学习SQL Server数据库开发的网友是一个很不错的范例。有关具体信息请参见压缩包里的运行说明书。-Netizen lc_mtt (Network Name : Lemon) to provide a more complete Supermarket sales management sy
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:803126
    • 提供者:
  1. j2000-code+doc

    0下载:
  2. The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an im
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:502455
    • 提供者:boy5678
  1. xfilter20

    0下载:
  2. 费尔个人防火墙 2.0 源程序 重要文件/目录说明 Xfilter.dsw - VC 工作区文件,包括以下工程 - TcpIpDog\\TcpIpDog.dsp - xfilter\\xfilter.dsp - xpacket2k.dsp ( 限于 2000 版 ) - xpacket9x.dsp ( 限于 95/98/ME 版 ) Common - 存放公用代码文件 RELEASE - 存放编译后的程序 TcpIpDo
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:339484
    • 提供者:soulawing
  1. JPEG2000Compress_DecompressSourceCode

    0下载:
  2. DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted fr
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1074742
    • 提供者:slam
  1. xiahua

    0下载:
  2. 本程序应用VC6.0来编程制作信息共享系统,实现信息管理功享的自动化.本例子采用DAO数据访问方式,采用Access2000作为数据源.-VC6.0 the application process to produce programming information sharing system, information management enjoyed by the successful automation. The examples used DAO data access metho
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:182621
    • 提供者:唐力
  1. rfc3002

    0下载:
  2. Overview of 2000 IAB Wireless Internetworking Workshop-Overview of 2000 IAB Wireless Internetwor king Workshop
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30116
    • 提供者:李喆
  1. outlookaddinzip_src

    0下载:
  2. Preface Please note this article outlines the development of mail software on platforms Pocket PC 2000 and older only. Pocket 2002 had significantly changed how mail is handled by the OS. I suggest you read the aricles available at the Pocket PC Deve
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:60654
    • 提供者:田博
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com