资源列表
1
- 采用顺序或链式存储方式存储线性表,在此基础上实现线性表的各个操作,以及线性表的合并操作。
Xue_ji_guan_li
- 学生管理系统用c写的,写的不是很好,不过还是我的第一个源码-Student management system written with c, writing is not very good, but still my first source
alu
- ALU运算器实现基本算术运算+,-,*,/和逻辑运算-ALU with the basic math function and logic function
STRING
- 实现字符串的一系列功能,如添加、删除、修改比较、查找等。-To achieve a series of string functions, such as add, delete, modify comparison, look and so on.
awk
- awk scr ipt packet packet delivery ratio, throughput
New-folder
- it is example4 of capture4 from widrow book. it is so good for learning many things.
tuxiang
- 1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp; 2.借助imread命令将图像内容读入内存数组; 3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩; 4.将数字图像的RGB表示转换为YUV表示; Y=0.30R+0.59G+0.11B U=0.70R-0.59G-0.11B V=-0.30R-0.59G+0.89B 5.通过访问Y(亮度)通道,改变数字图像的亮度; 6.通过Y(亮度)通道作灰度的线性变换,改变数字
QQyuanma
- 随意查看某个QQ号码是否隐身在线,源码自己开发,请管理通过-Free to view a stealth QQ number is online
sodokufinal
- 从文件读入数独,计算出所有解,显示解,解的数量。若数独无解,会显示无解。使用前请先改变读入文件地址。-Sudoku read from the file to calculate all the solutions, display solutions, the number of solutions. If Sudoku no solution, no solution will be displayed. Before use read the file address change.
8QUENN
- C语言界著名的8皇后问题。曾经难道了无数的英雄好汉。才程序完全有C语言编写(借鉴别人的)。在VC++6.0下,可以完全运行。-C language world famous eight queens problem. Once a hero who is numerous. Only program has the C language to write (reference) of others. Under the vc++ 6.0 can run completely.
DOA_vs
- 宽带信号方向估计,高斯噪声自相关,LFM自相关-Wideband signal direction estimation, Gaussian noise autocorrelation, LFM autocorrelation
makeBMP
- 实现对于BMP文件的放大与缩小的操作,能够有助于我们理解BMP文件。-This program can change a BMP file s size.