资源列表
calculator
- 使用栈的数据结构,可以进行简单数学运算的计算器程序。-Using the stack data structure that can perform simple arithmetic calculator program.
CC2430-FDMA
- 一种zigbee编写的基于RSSI无线定位算法的源代码,有助于进一步了解改算法的优缺点-RSSI-One kind zigbee written RSSI-based wireless location algorithm source code, help to further understand the advantages and disadvantages-RSSI algorithm change
Shared-body-structure
- 数据结构 结构体与共用体相关知识 C语言-Structure and data structure knowledge of C language union
SMatrix
- 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵的相加,相减,相乘的功能。稀疏矩阵的输入形式采用三元组表示,而运算的结果的矩阵则以通常的阵列形式列出,并输出每一行的第一个非零元的位置。此外,能实现把以三元顺序表表示的稀疏矩阵转换为用十字链表表示的稀疏矩阵,结果按十字链表的每一行和每一列输出稀疏矩阵-The " logical link with a line of information," said the triple sparse matrix sequen
The-Horse-On-Board-And-PPT
- 自己解出的马踏棋盘算法,附带ppt详细说明-Own solution to the horse riding board algorithm, with the detailed descr iption of ppt
maxProfitBBKnapsack
- 用vc++6编写的程序,采用最大收益分枝定界法,解决背包问题。-Vc++6 prepared with the procedure for the maximum benefit from branch and bound method to solve knapsack problem.
123456
- 图书管理系统旨在用计算机对图书进行管理,包括图书的购入,借阅,归还以及注销。管理人员可以查询某位读者,某种图书的借阅情况,还可以对当前图书借阅情况进行一些统计,给出统计表格,以便全面掌握图书的流通情况。在本系统投入使用后,可以大量节省人力,财力-Library management system is designed to use computer management books, including books purchased, borrowed, restitution and lo
Datastructure
- 数据结构内教学说提到的所有结构的程序,基于C++语言编写-Teaching data structure that all the structures mentioned in the program, based on C++ language
river
- 运筹学实验1 农夫过河 的C++程序 方便学习运筹思想和编程。-Operations Research Experiment 1 the farmer across the river to learn C++ program to facilitate logistics thinking and programming.
shujujiegouPPT
- 我们高校的数据结构与算法的教师讲义,适合想自学数据结构的朋友参考.
1111
- 二叉树的建立演示,可以将你输入的数字建立完全的二叉树-#include <stdio.h> #include <string.h> #include <windows.h> struct BTree { int data struct BTree* left struct BTree* right } //end struct BTree BTree* CreateLeaf(int number) {
Algorithms-and-Data-Structures
- 除了算法的讲解外,还有数据结构的讲解,是本不错的书-The algorithm and data structure