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

搜索资源列表

  1. sample demo

    0下载:
  2. This source make CView window under CView using CWnd control. You need Visual C++ 7.1 to read this source project. I create this project on Visual Studio
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:88604
    • 提供者:扬子昌
  1. 很好的订餐管理系统

    0下载:
  2. 很好的订餐管理系统.rar 很好的订餐管理系统.rar-good make restaurant management system. Rar g ood make restaurant management system. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:564493
    • 提供者:冰冰
  1. 网页炸弹轻松做

    0下载:
  2. 这是一个网页炸弹实现及其的源代码,里面有详细的介绍。-This is one of the implements on how to make the bomb ine a page,including source code and exact introduction
  3. 所属分类:杀毒

    • 发布日期:2008-10-13
    • 文件大小:2563
    • 提供者:林文
  1. goodLianLian

    0下载:
  2. 在玩‘连连看’,由于时间限制得太紧,总是玩得不爽,于是费半天时间,模仿了一个程序,基本功能已实现,有兴趣的可以进一步去完善-when you play \"connect\"game,becouse of few time you can not play happy.so i take many time to make a programm which have same funcktion as this game.when you have interest in my game,you
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71622
    • 提供者:杨杰
  1. 一步一步实现MFC扩展DLL中导出类和对话框

    0下载:
  2. 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20199
    • 提供者:杨杰
  1. 数组排序算法改进版

    1下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29134
    • 提供者:杨杰
  1. MPEG4音频编码程序

    0下载:
  2. 音频编码程序的应用以及其设计方法的总结,使音频编程技术具有使用的价值-audio coding of the application and its design is the summary of audio programming to make use of the technology has value
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:575290
    • 提供者:李勇周
  1. 孙媳妇

    0下载:
  2. 首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3695
    • 提供者:孙媳妇
  1. 221东南大学

    1下载:
  2. 首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15372
    • 提供者:孙媳妇
  1. 20050708131632

    0下载:
  2. 用循环单链表实现队列的基本操作,很好的展现了队列的优点-The program realizes the basic performances of the queue, using cycling single table, and make a good exhibition of the queue s advantages.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6529
    • 提供者:王莉
  1. Winsock实践

    0下载:
  2. 网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:66692
    • 提供者:程拨
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  1. 计算机课程设计指导资料

    0下载:
  2. 这是计算机课程设计指导资料,它包括课程设计中应参考的比较全面的资料全籍.-This is a computer course design guidelines, which include curriculum design should make reference to the more comprehensive information on all the membership.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:24618
    • 提供者:xcxx
  1. vc在线考试系统源码

    1下载:
  2. vc在线考试系统源码 ,很实用的范例,大家要好好利用!-vc online examination system source code, a very practical example, we must make good use!
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:493785
    • 提供者:扬宏
  1. 程序源码

    0下载:
  2. 图书管理系统,能够应用于图书馆的图书管理,如:借还书的管理,借阅者信息的管理,图书查询功能。-library management system, the library can be used in library management, such as : make use of the management and maintenance of information on management, library function.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:72143
    • 提供者:zuo
  1. 拨号器

    0下载:
  2. 著名网络电话Teltel的外挂拨号器程序,可以实现快速拨通国内外电话的效果,具备电话本管理等功能,可以配合使用teltel软件拨打免费国际国内长途电话。-famous Broadwing network of external telephone dialers procedures can achieve rapid domestic and international telephone calling the results with telephone management functi
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:864581
    • 提供者:李强
  1. 三角网

    0下载:
  2. 构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网-Triangulation algrithms for VB, it is Point Insertion algrithms, and detect the circumcircle after inserted, then make the best Triangulation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16805
    • 提供者:许飞
  1. Visual_Cpp

    0下载:
  2. 最短路径查询,用的是ESRI公司arcobject组件开发的,已经作成dll,用起来非常的方便-Shortest Path inquiries, the company is ESRI arcobject development of the components, make dll with it is very convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37802
    • 提供者:丁胜
  1. CLIPPER图形开发例程

    0下载:
  2. FastGT 1.0 Demo Make Clipper Window system,内含CLIPPER图形开发例程。-FastGT 1.0 Demo Make Clipper Window system, the development of Intron CLIPPER graphics routines.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:66241
    • 提供者:王安安
  1. stucts-base

    0下载:
  2. 这是一个用来取代structs的结构,可以自动获取jsp界面中的属性值,并且把获取到的值保存到指定的对象中-This is a structs used to replace the structure, it will automatically acquire jsp interface value of the property, and make access to preserve the value of the specified object
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7582
    • 提供者:周天斌
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com