资源列表
maze
- 迷宫问题,可用于 visual turbo c-Maze can be used for visual turbo c++ ... ...
C
- 利用C语言,编写程序计算10阶以下的矩阵的秩-Using C language, writing program to calculate the following matrix of 10 rank-order
3
- 输入一个循环链表,每个结点存一些东西,比如存int 数字, 即构造链表, Node1(存数字3)->Node2(6)-> Node3->Node4->Node1, 然后输入一个位置,比如1, 定位到Node2,从Node2开始每隔三个Node删除一个Node,直到该链表删除完-Enter a circular linked list, each node keep some things, such as deposit int number, that is co
4
- 构造一个结构体链表,每个结点存储学生信息(如学号和姓名), 如(001, 张三),(002, 李四), 要求输入001,能找出相对的名字.即输入001,输出张三.-Construct a linked list structure, each node storing student information (such as student number and name), such as (001, Joe Smith), (002, John Doe), requiring the in
1234
- 1.字符数据变为整型数据 2.计算矩阵的秩 3.输入一个循环链表,每个结点存一些东西,比如存int 数字, 即构造链表, Node1(存数字3)->Node2(6)-> Node3->Node4->Node1, 然后输入一个位置,比如1, 定位到Node2,从Node2开始每隔三个Node删除一个Node,直到该链表删除完. 4. 构造一个结构体链表,每个结点存储学生信息(如学号和姓名), 如(001, 张三),(002, 李四), 要求输入001,能找
sports-meetingSQL
- 查询修改运动会具体数据,并对成绩进行排序-Games to modify the query specific data, and sort results
Data-Structures.tar
- 数据结构与算法分析 C语言描述 中文版 pdf -Data Structures and Algorithm Analysis (Chinese version)with pdf
Data-Structures-code.tar
- 《数据结构》的全部代码实现(C语言)严蔚敏 -"Data structure" of all the code (C language)
BinTree
- C++ 实现简单的二叉树,以及实现前序、中序。后序遍历-c++ implements sample binaryTree
data-structure
- 合肥工业大学胡学钢教授数据结构教学课件,共有十一章-Hefei University Professor Hu Xuegang data structure for teaching 11 chapters
TicTacToe
- a program that represent tic tac toe game using complex code of c++ - college solution
TicTacToe2
- a program that represent tic tac toe game using simple code of c++ - college solution
