资源列表
[Windows编程] VB编程帮手技巧和多种解决方法
说明:软件说明:功能主要是从网上收集的一些各种源代码,供编程爱好者使用。 内容十分丰富,包括有网络、文件操作、API、数据库、多媒体、控件、系 统等等,每条技巧都有文字叙述,并且有相关的解决源代码,有些技巧还有 多种解决方法,是编程爱好不可多得的编程必备工具之一。而且软件的数据 会不断更新,请大家关注我们的网站。-instruction: it is used for collecting kinds of source code on line for programming fan s use .<小万> 在 2008-10-13 上传 | 大小:1.1mb | 下载:1
[其它] MemoryLeakCheck
说明:将压缩包里的头文件memory.h加入VC的INCLUDE目录下,在程序中写入Memory() 单步执行可以检查内存泄露-compressed bag of the first document memory.h join VC INCLUDE directory, in the process of inclusion Memory () can single-step implementation of memory leakage inspection<Anna> 在 2008-10-13 上传 | 大小:5.91kb | 下载:0
[其它] new_delete
说明:学习类的,深入研究New和Delete,看后会很收益的:)-learning category, and in-depth study and New Delete, after reading the proceeds will be :)<Anna> 在 2008-10-13 上传 | 大小:17.63kb | 下载:0
[GDI/图象编程] 图像处理开发包--一个很不错源码
说明:图像处理开发包,很不错的代码,我用它开发了很多实用的软件!-image processing development kit, a very good source, I use it to develop a lot of practical software!<卫> 在 2008-10-13 上传 | 大小:2.5mb | 下载:0
[界面编程] Advanced VB Based Toolbar
说明:VB的一个比较好的TOOLBAR控件,可以替换系统自带的,附带源码,是从国外找回来的控件,使用比系统自带的方便,而且功能更强大-VB TOOLBAR a relatively good control, can replace the system onboard, fringe source is from abroad to come back to the control, use than the system's own convenience, but more powerf<WPY> 在 2008-10-13 上传 | 大小:213.82kb | 下载:0
[Windows编程] java_stack
说明:用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-Realize the stack and queue in the structure of the data with java. It s a applet programe which can demonstrate realizing the way concretly of the stack of the structure of the data through pra<吴强> 在 2008-10-13 上传 | 大小:17.91kb | 下载:0
[Windows编程] OrderedArray
说明:用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, use java to achieve stack and queue in data structure. It can be used to demonstrate the implement of the stack.<吴强> 在 2008-10-13 上传 | 大小:10.39kb | 下载:0
[Windows编程] Bubble_stack
说明:用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-This is an applet program, which implements Stack and List by means of java. It can show the actions of stack through operations.<吴强> 在 2008-10-13 上传 | 大小:5.28kb | 下载:0
[Windows编程] Insertion_stack
说明:用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, which use java to implement the stack and queue data structure. It can be used to demonstrate the implement of stack.<吴强> 在 2008-10-13 上传 | 大小:5.67kb | 下载:0
[Windows编程] Selection_stack
说明:用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-use java to Selection_stack<吴强> 在 2008-10-13 上传 | 大小:5.43kb | 下载:0
[Windows编程] 跳水动作
说明:试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都要按当前总成绩为全部运动员重新排序,结果在运动员出场比赛时显示出来。设总共有N个运动员参加比赛,其编号为1,2,… N。 编一个程序实现这一功能。 要求: 1、 建立一个*head为头结点的单链表 2、 以动作C为主循环,对每个动作输入每个运动员所有裁判打分。输入每个 运动员的所有打分后,立即对单链表按sum域(累计分)从小到大重新排序<韦培凯> 在 2008-10-13 上传 | 大小:8.41kb | 下载:0