资源列表
openglmouse
- opengl中的鼠标交互,实现了左键绘制矩形右键取消
collectioncaculator
- 运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描
erchashubianli
- 实现对二叉树的各种遍历 有先序遍历 中序遍历 后序遍历 -Achieve a variety of traversing a binary tree traversal in preorder traversal sequence after traversing
tiaowu
- 跳舞的男女搭配问题、、可以根据相关曲目、输出男女的配对情况-Men and women dancing with a problem, according to the relevant track, matching the output situation of women and men
sort
- 运用数据结构的知识,学生信息排序代码,简单的各信息排序-Data structure student information sort
maze
- 用VC6.0编写的生成和求解迷宫的程序,利用堆栈实现,代码比较简单,可以用来参考。-Written by VC6.0 generate and solve the maze procedure, and use the stack, the code is relatively simple, can be used to refer to.
suiji
- 利用随机化算法对顺序表进行搜索: 随机抽取有序表元素; 从最接近待查元素开始搜索。 -The use of randomized algorithms search order table: randomly selected from the ordered list of elements start the search from the closest to the unknown element.
hufman
- 实现哈夫曼树的建立,对输入字符窜进行哈弗曼编码,解码-Huffman tree establishment, Ha Fuman encoding, decoding
exam03
- 这是基于opengl开发的,在VS上配置环境后就可以使用的-This is based on opengl development in the VS configuration environment can be used after the
platekg
- autoCAD lisp通过点选获得面积并求质量,可选择材料密度 无法对多线段图形求质量,需对多线段炸裂后再进行操作,尽量避免重线 图形必须闭合 支持删除内部孤岛面积 命令快捷键platekg- AutoCAD lisp obtained through the tap area and seeking quality, you can choose the material density unable to multi-line
glutobjs
- 在OpenGL环境下实现不同面的构造效果。-This program can perform defferents result in openGL.
solutionA
- 该算法利用两个链表,实现从文件中读取数据,并将其插入到合适位置,实现快速排序的功能.-The algorithm uses two lists, achieve read data a file and insert it into the proper position for fast sorting function.
