搜索资源列表
bptree
- 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
20071219
- N叉树的结点插入、删除、查找,以及显示 内含程序及代码,一个exe文件一个cpp文件-N-tree node insert, delete, find, and display procedures and code includes an exe file a cpp file
Win32_3DViewer
- A code to display a 3d model http://www.cppfrance.com/codes/VIEWER-3D-GENERATEUR-2D-WIN32-OPENGL-VCPLUSPLUS7_29029.aspx
C51code
- 单片机C51典型应用设计代码:串行口、AD转换、lcd液晶显示、I2C应用、定时器时钟、综合应用-Typical C51 MCU application design code: serial port, AD converter, lcd liquid crystal display, I2C applications, timer clock, integrated application
tongxunlu
- 制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
n_g
- N皇后的形象显示,可以控制输出流程, 绝对是很不错的 看了就知道 代码详尽介绍,-N Queen' s image display, you can control the output of the process, it is definitely good to know the code read the detailed descr iptions
test_tree
- 四级树结构的显示,数据库中的编码列分四级,本程序从数据库中读取数据,并显示在树型控件上-Four tree display, database, four points in the code column, the program reads data from the database and displayed in the tree control
gupiao
- 股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关
display-of-the--Data-struct
- 数据结构的演示软件,非常经典,对于学习非常有用,上面有源代码-Data structure presentation software, very classic, very useful for the study, the above source code
PEG-by-Hu
- Hu Xiaoyu的PEG算法,程序运行时实时显示当前校验矩阵的环长。-Hu Xiaoyu s PEG algorithm, this code can display the cycle girth when runing
volunteer
- 本系统为一个用c语言开发的程序代码,是用来记录志愿者报名系统的。主要是用链表实现的。并且使用了文件的部分功能。能完成插入,删除,显示等等功能。比较完备。-The system is a development program using c language code is used to record the volunteer registration system. The list is mainly used to achieve. And use a portion of the f
LinkList-code
- 展示单链表的基本操作,如插入,删除,查找。虽然代码质量不是很高,我希望前辈们请教学习,希望能够容纳我。-Display a single list of basic operations, such as insert, delete, search. Although the code is not very high quality, I hope predecessors ask to learn, want to hold me.
sine
- 利用C语言编写的正弦函数发生的代码,实现提取正弦函数并显示,清除退出等功能-Code written in C, the sine function to extract the sine function and display clear exit functions
nodeDispcutBatchRt
- ABAQUS中节点各属性显示的fortran代码,可以修改内部显示参数-Fortran code ABAQUS in the node properties displayed, you can modify the display parameters within
seisView
- UNIX下地震培面显示软件包,有各种变换的代码,可用于参考-UNIX under earthquake Pei surface display package, various transform code, can be used for reference
706---LCD-Display
- UVA706源代码,LCD Display.-UVA706 source code, LCD Display.
Rails
- 使用队列和栈来模拟火车进站出战的过程。 有信息显示。代码有注释-Use the queue and stack to simulate the train came into the station played. Information display. Code annotated
single-list
- 单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display
maze
- 完成迷宫程序的设计 从maze.txt文件读入迷宫。格式如下: 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为 障碍物。 实验要求 : 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置 打印“ ”(两个空格),注意每个位置都是两个字符。 打印示例: 2. 寻找走出迷宫的路径并输出 FindPath() 输出格式为
shadowTree-and-displayTree
- 本代码实现了影子树已经利用影子树实现displayTree的功能,利用中序遍历将整棵树显示出来-This code implements the shadow tree shadow tree implementation displayTree have used the function, using the preorder will display the entire tree