搜索资源列表
cppexpythonsrc
- Python是一种简单易学,功能强大的解释型编程语言,它有简洁明了的语法,高效率的高层数据结构,能够简单而有效地实现面向对象编程,特别适用于快速应用程序开发,也可以用来开发大规模的重要的商业应用。Python是一个理想的脚本语言。-Python is a simple and easy to learn, powerful interpreted programming language, it is clear and concise grammar and high efficiency o
对称排序
- 数据结构的一个程序,对上机很有用的 对于理解排序也很有帮助-data structure of a process, right on the machine useful for the understanding was very helpful in sorting
牛顿法解方程之混沌1.32
- 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案
马踏棋盘C
- 一个数据结构的实验。马踏棋盘的程序。已经通过编译了。-a data structure experiments. Horse riding chessboard procedures. The compiler has been passed.
树的高度和叶子结点数
- 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-First, the establishment of a tree, the tree then converted into a binary tree, the tree calculated the height and leaf nodes, the procedure for data structure learners helpful
18.二叉排序树的建立
- 本人数据结构学的还可以,所以多传了些数据结构的程序,希望大家多多支持,这个是二叉排序树的建立和查找-data structure can also learn, so most of the more-data structure of procedures in the hope that we can support, this is a binary tree in order to establish and identify
Huffman解码编码
- 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
上传程序
- 其中包含JAVA,C++,数据结构,数据库,编译原理,接口技术等15个课程设计和程序。希望你审查。-which includes Java, C, data structures, database, compiler theory, interface technology 15 curriculum design and procedures. I hope you review.
m_数据结构
- 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
数据结构算法——VisualC++6.0程序集电子教案
- 数据结构算法是编程的重要部分,很好的帮组大家!-data structure programming algorithm is an important part of a good group to help you!
vc0002
- 确切的说它是一个运行程序,它包括文件的操作,以及数据结构的知识-precise it is an operational procedures, which include the operation of documents and data structure of knowledge
20020611_flashsj_Maze
- 迷宫的flash程序,动态演示出入栈的操作,对下正在学数据结构的同学有帮助-maze of procedures, dynamic access stack demonstration, the operation is under the data structure is to help the students
horse_cover
- 本程序实现的是 一个数据结构算法 马的遍历。
OP_Intro
- 一台完全无软件的计算机系统称为裸机,即便其性能再强,相对于用户来讲,如果要面对计算机的指令集、存储组织、I/O总线结构的编程则是十分困难的。对于一般程序员也并不想涉足硬件编程的种种具体细节,而希望针对数据结构抽象地使用硬件。如果我们在裸机上覆盖一层I/O设备管理软件,用户便可以利用这层I/O设备管理软件提供给用户的接口来进行数据的输入和输出,那么用户此时看到的计算机是一台功能强大、使用方便的计算机,但实际上,计算机的硬件丝毫没有变化,这样的计算机称为软件扩充的机器,或称软件虚拟机。-comple
ds_demo
- 数据结构算法演示 ,包括应用程序及源代码-demonstration algorithm data structure, including applications and source code
基于MFC的链表程序
- 这是一个使用MFC里面自带的链表指针类来开发基于链表的程序,适合初学者学习数据结构
遍历二叉树的3个递归算法
- 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for a great help learners
txlglcx
- 这个为数据结构课程设计通讯录管理程序,界面友好,易懂。-The curriculum design for the data structure, address book management procedures, user-friendly and easy to understand.
数据结构 程序设计 机器调度问题
- 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)
rpudrnr
- 使用delphi自己的持久化机制实现自定义数据结构,程序实现了对唐诗的添加,察看,修改,删除等功能,程序的实用性不大,不过()