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

搜索资源列表

  1. 456pingtest.ZIP

    0下载:
  2. 检测是否网络连接(不论你是用\"猫\"还是\"ADSL\"或其他的都能检测出来是否在网上)-test network connectivity (whether you use "cat" or "ADSL" or the other whether it can detected on the Internet)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:哈哈
  1. EXEmp30503

    0下载:
  2. 可以把MP3文件生成EXE文件的工具,能够自定义生成文件界面,加入歌词,而且生成的文件还可以打开其他MP3文件播放,当作一个微型播放器也不错。-MP3 files can be generated EXE document tool, since the interface definition file, by adding lyrics, but also produces files can also open other MP3 player, as a mini-player is n
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:417509
    • 提供者:yingwen
  1. 停车场管理系统初级模版

    0下载:
  2. 本程序是用VC++6.0写的,可用于酒店等“高级”地方的泊车跟出车的管理,车位任选,但没有写收费程序。可作为其他程序的子程序使用。-this program is written in Visual C + + 6.0 can be used for hotels and other "senior" with the local turnout of parking management, parking options, but no written procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2254
    • 提供者:林翰
  1. 银行ATM模仿程序

    0下载:
  2. 本程序是用VC++6.0写的,是一个模范银行ATM提款机的程序。可作为其他程序的子程序使用和作为VC++初学者的参考程序。-this program is written in Visual C + + 6.0, is a model of ATM bank teller procedures. Other procedures can be used as a subroutine and use as a reference VC beginners procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2695
    • 提供者:林翰
  1. 学生成绩管理系统模版

    0下载:
  2. 本程序是用VC++6.0写的,是一个算是完整的学生管理系统程序。可作为其他程序的子程序使用和作为VC++初学者的参考程序。-this program is written in Visual C + + 6.0, is regarded as a complete student management system procedures. Other procedures can be used as a subroutine and use as a reference VC beginner
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6691
    • 提供者:林翰
  1. 聊天室JAVA版模版

    0下载:
  2. 本程序是用JAVA写的,是一个算是简单的聊天程序,实现了客户机跟服务器的对话。可作为其他程序的子程序使用和作为JAVA初学者的参考程序。-this program is written in Java, is regarded as a simple chat program, to achieve a client with the server dialogue. Other procedures can be used as a subroutine and use as a refere
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:林翰
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15319
    • 提供者:王阳
  1. unixODBC-2[1].2.4.tar

    0下载:
  2. 这是一个用于unix/linux的源码,我用来编译libodbc.a的库文件,还有其他的功能(里面的readme文件有说明),最大的好处是可用于任何架构,不局限于x86系统。-for unix / linux source code, the compiler I used libodbc.a of the library, there are other functions (inside the readme file a descr iptive), the biggest benefit
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2068370
    • 提供者:方伟
  1. goodImageTest

    0下载:
  2. vc++,ADO,SQL Server,图片存、取、显示出来看,哈哈,精华全在这里了。也可以保存其他文件。有什么问题发邮件给我。-vc, ADO, SQL Server, Photo deposit, from showing up, Haha, the whole essence of the place. Also keep other documents. What is the problem with the mail to me.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3537937
    • 提供者:江天右
  1. 填充棋盘

    0下载:
  2. 棋盘填充程序残缺棋盘的问题是:要求用三格板(triominoes)覆盖残缺棋盘(如图1-2所示)。在此覆盖中,两个三格板不能重叠,三格板不能覆盖残缺方格,但必须覆盖其他所有的方格。在这种限制条件下,所需要的三格板总数为(22k-1)/3。可以验证(22k-1)/3是一个整数。k为0的残缺棋盘很容易被覆盖,因为它没有非残缺的方格,用于覆盖的三格板的数目为0。当k=1时,正好存在3个非残缺的方格,并且这三个方格可用图1-2中的某一方向的三格板来覆盖。-chessboard filled with i
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1461287
    • 提供者:张亮
  1. keyhook.Testing

    0下载:
  2. 按 ~ 不放的同时 按其他按键 得到对应 偏旁汉字 不是真正的输入法 只是 模拟那个过程 拦截按键转发汉字 当初只是想看看外挂式输入法怎么弄的,现在已经基本上OK了 -~ tightly by the time of the other keys to be identical to corresponding Chinese character is not the real analog input method is that the process forward butto
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:21576
    • 提供者:张军
  1. BookSale

    1下载:
  2. 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:426075
    • 提供者:曲进
  1. FILEMON_4.34

    0下载:
  2. 文件监视FileMon 一个常用的监视软件,它可以监视软件的读取其他文件的情况,对破解的时候有很大帮助。 里面有源程序,对学习驱动开发有很大的帮助.-surveillance documents FileMon a commonly used monitoring software, it can monitor software to read other documents, to decipher when a great help. Inside a source of lear
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:187666
    • 提供者:阿东
  1. 纹理印射

    0下载:
  2. vc++环境下的事例编程,纹理变化,包含了图象的生成,修改和其他的变化.-vc environment examples of programming, texture changes, including the formation of an image, change and other changes.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:157062
    • 提供者:闵若琼
  1. 栈和队列CQandS

    0下载:
  2. 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8901
    • 提供者:沈石林
  1. ThreadMigrate

    0下载:
  2. 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2685
    • 提供者:曹京
  1. 20050513084208

    0下载:
  2. 各种类型的神经网络源码,使用VC编程,包括BP网络以及其他网络。-various types of neural network source, the use of VC programming, including BP networks and other networks.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:111744
    • 提供者:李蓉
  1. 20041128091551

    0下载:
  2. DirectX Show 的程序,用VC编程,其他的功能请大家自己从程序中了解吧-DirectX Show procedures VC program other functions please themselves from the process to understand it
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8883
    • 提供者:李蓉
  1. 模拟时钟1

    0下载:
  2. 用汇编语言编写程序,在dos下面调用BIOS时间,显示时间,还有其他的一些功能-assembly language programming, the following dos called BIOS, show time, There are other features
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:9233
    • 提供者:听海
  1. 屏幕颜色拾取器

    0下载:
  2. 一个不错的源码,能够从屏幕中拾取颜色。可以集合到其他图像开发。-a good source, which can be picked up from the screen color. Pool to other graphics development.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:130244
    • 提供者:沈华伟
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com