资源列表
C_Manager
- 用C语言描述人员管理,实现简单的增删查改。包括用户界面和管理员界面-Using C language to describe the personnel management, the realization of a simple additions and deletions to search. Including the user interface and the administrator interface
playmove-by-note
- 用记事本放电影,一个简单小程序,可以供初学者学习-play move by note,a sample example,can be for newer
TinyPCompilerP7.2PSource
- 这是最近学习编译器使用的代码,感觉很有用,特意上传共享。-This is a learning compiler code, feeling useful, specially Upload Share.
celp
- melp编解码程序,文件.dsp是其工程描述文件;melp编码处理8kHz采样率,16bit量化的语音样本,处理帧长为180个样本,压缩输出54个bit;melp解码为编码的反过程。-the melp codec program files. dsp its project descr iption file melp the encoding processing 8kHz sampling rate 16bit quantify voice sample processing frame
双向链表 课程设计
- 双向链表 课程设计得优,实现功能为通讯录,界面没写,调试得没有bug-Doubly linked list of curriculum design excellent functionality for the address book, the interface did not write, debug, not bug
password_set
- 本程序可以实现用户登陆 密码的设置 密码给的更改 多次密码输入错误停止工作等功能- log on ,set the password ,change the password
md5
- 计算文件的MD5值,用于校验文件的完整性和检查时间戳。-Calculate the MD5 value of the file used to check the integrity of the file and check the time stamp.
DES
- DES加密解密的实现,能够实现文件加密解密,-DES encryption and decryption implementations
mask_matlab
- mask匀光处理算法,适用于航拍遥感影像图片的处理!-mask dodging processing algorithms apply to the processing of aerial remote sensing pictures!
Perceptron_Function
- 感知器算法,利用C语言实现。利用梯度下降法进行迭代求解。-Perception algorithm, using C language, that is, we usually write operations, to share with you. . . .
kuaisupaixu
- 快速排序算法,C语言,参考数据结构书籍而编写的!-Quicksort algorithm, C language, reference data structure books written!
xianxingbiao
- 1、 创建线性表类。线性表的存储结构使用链表。 2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。 3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。 4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。 5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 7、
