资源列表
STM3210B-LK1-USB
- STM3210B-LK1开发板玩USB的程序,包含固件、驱动和测试用的应用程序,上下位机通讯,很简单的实现。-The LK1 development board STM3210B-play USB-program, including firmware, drivers and test applications, the upper and lower machine communication, very simple to achieve。
poj1141
- POJ 1141题目源码+源码 题意: 给你一段 括号序列 让你输出 一个最小的让括号合法的序列 黑书上 有将 思路 : dp[a][b] 代表 a b 之间 最小的需要填加序列数目 a==b时 dp[a][b]=1 a>b时 dp[a][b]=0 s[a] 与s[b]配对时 dp[a][b]=dp[a+1][b-1] 否则 dp[a][b]=min(dp[a][k],dp[k+1][b]) a<=k<b 记录路径采用 一般DP记录路径
gfh
- 链表上的基本操作实现 在单链表存储结构上实现基本操作:初始化、创建、插入、删除、查找、遍历、逆置、合并运算。-Basic operations on the linked list implementation
data-structure
- 严蔚敏《数据结构习题集(C版)》答案.chm-data structure
Huffman_and_Data_Compression
- 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
Europe-by-Rail
- 欧洲游【Dijkstra(迪杰斯特拉)算法】,典型的单源最短路径算法-Europe by Rail
tongyu
- 信安大赛中写的初步算法同余算法,用来判断两个数是否同余-Principal contest to write the initial algorithm congruence algorithm used to determine whether the two numbers with I
ercishengyu
- 学校兴趣小组中做的二次剩余算法,可以判断二次同余式时候有解。-School interest groups to do the quadratic residue algorithm can determine the solvability of quadratic congruences.
ElGamal
- 大学课程设计里面自己动手实现的ElGamal算法,环境是VC-University of curriculum design inside their own hands to achieve ElGamal algorithm, the environment is VC++
myproject_Queue
- 队列实现,及其功能实现。约瑟夫环的实现,循环队列。-Queue,the use of queue .there are 7 using.
sheji
- 这是一个简单的选课系统的C++程序,里面有课程的添加等信息,这是一个课程设计程序。-choose subject
contract
- 这是一个通讯录的C++代码,其中包含了联系人的查找和添加等一些基本操作。-people contract
