资源列表
scapy-sample
- scapy is very good lib. it s sample code.
SQL
- SQL的一些精妙语句实例,适合有一定基础的人来看,可以通过这些语句体会到怎样才可以把SQL用好。举例:1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用) 法一:select * into b from a where 1<>1 法二:select top 0 * into b from a - Some exquisite examples of SQL statements, for people who have some basic t
huffman
- 哈弗曼编码器,最优二叉树,带权的路径最短,对二叉树上的节点进行编号-the code of huffman
SunplusDVD
- sunplusdvd definitions with gccl2 cmd
llk
- java写的连连看游戏代码,可直接在myeclipse中运行-Lianliankan write java game code can be run directly in myeclipse
Single-operating-table
- 数据结构的基本操作,属于单链表的操作,不懂的可以-The basic operation of the data structure
SEGMENT_ENHANCE
- 非常不错ACM分割程序。程序跑得非常快,且分割效果也不错-Very good ACM segmentation procedure. Program run very fast, and divided the result is right also
GPIO
- LPC2378 ARM GPIO应用实例-application of LPC2378 GPIO
numerical-method
- 计算方法课程中矩阵分解,牛顿迭代以及特征值求解的全部代码-Matrix decomposition method of calculating course, Newton s iterative eigenvalue solution and all code
R-K
- 四阶龙格库塔法,用C++编写,很有参考价值-Fourth-order Runge-Kutta method, written in C, a good reference
ADC
- ARM嵌入式开发 LPC2378 AD转换示例-application of LPC2378 AD convertion
