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

搜索资源列表

  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. 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. 著名网络电话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. 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. TitleBarPIC

    0下载:
  2. 本程序是一个以自定义图片为标题栏背景的应用程序。使的界面更加美观和富有个性化。-this program is a self-definition pictures column heading for background applications. To make the interface more attractive and highly personalized.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:60193
    • 提供者:yang
  1. udpClient

    0下载:
  2. 一个用于UDP通讯的示例程序。可以方便的查看通讯数据,以及发送数据。-a UDP communications for the sample program. Check to make communications data, and send data.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:77041
    • 提供者:王继
  1. 4_02

    0下载:
  2. 由迭代产生的分形图形,修改其中的压缩码,可以得到很多分形图形-Fractal graphic by iterative method. It can make more Fractal graphic by changing its compress code.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45992
    • 提供者:齐松
  1. anniu

    0下载:
  2. 一个按钮控件类,可以做出类似WINDOWS XP的按钮,效果很不错!-a button controls category, can make a similar button in Windows XP, the effect is very good!
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:19285
    • 提供者:刘蛟
  1. 特色工具栏

    1下载:
  2. 这个程序演示了如何制作有自己特色的工具来,来源是VC开发大全里面的源代码。这本书给出了详细的解释和示例,对于编程开发者来说,想给别人耳目一行的感觉的朋友可以学习一下-demonstration of the procedure on how to make their own special brand of tools, source of VC Daquan inside source. This book gives a detailed explanation and examples
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:53828
    • 提供者:笨蛋
  1. Install(class)

    0下载:
  2. 使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的-Make setup program by VC++, it bind all the resources in the exe file,and extract the resources to the disk when the app running. It is usful for small program.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1359
    • 提供者:超超
  1. 21.如何实现图像的百叶窗效果?

    0下载:
  2. 21.如何实现图像的百叶窗效果?如何做出这么好的效果来,下载啦-21. How to achieve effective image blinds? How to make such good results to download --
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37614
    • 提供者:黄庆龙
  1. CE_CSliderCtrl

    0下载:
  2. WinCE下的CSliderCtrl重载控件,支持贴图重绘,有了它,就可以在CE下做出各种自己喜欢的滑动条控件界面啦-Reloaded CSliderCtrl in WinCE, with the support of redrawing pictures. You can make slide bar controls as you wish under WinCE with this.
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:3280
    • 提供者:XP
  1. CZoomView_demo

    0下载:
  2. This file contains a summary of what you will find in each of the files that make up your DemoZoom application.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:21876
    • 提供者:张立强
  1. wb

    0下载:
  2. 一个简单的数据库查询程序, 以查询五笔的反码为例. 对初学五笔的同志很有帮助,这个程序很简陋,有好的意见请与我联系 haihong5995037@163.com QQ:254082939-a simple database query procedures, to make inquiries about the anti-five yards example. For beginners helpful five comrades, the process is very simple, th
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:392091
    • 提供者:耿海瑞
  1. 高校通用排课管理信息系统的设计与实现

    1下载:
  2. 在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to mak
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4670
    • 提供者:dale
  1. CXTOutBar

    0下载:
  2. 一个效果很好的outlookbar控件CXTOutBarCtrl .该控件来源于Xtreme Toolkit,我对其进行了修改,使其不依赖于类库独立存在.-a good effect CXTOutBarCtrl outlookbar controls. Control comes from the Xtreme Toolkit, which I had been amended to make it independent from Class exist independently.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:49174
    • 提供者:万一
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com