资源列表
3
- 用汇编语言实现二叉树输入和遍历~ 河北理工大学 吴亚峰-Assembly language input and the realization of binary tree traversal
cdecl
- cdecl函数调用,了解printf这样的函数调用,对比stdcall会更清楚。-cdecl function call, to understand such a function call printf, compared stdcall will be clearer.
6
- 编程在微机显示屏上显示一个具有时、分、秒的程序,并使程序能够在每分钟鸣响一次、按任意键程序返回DOS。-Programming a computer screen display hours, minutes, seconds, procedures, and enable programs to ringing once per minute, press any key returns a DOS.
chaxunbaocun
- 一个是不设置主键会新加多一个数据,并且以后所有数据变动都在这个数据完成。原始数据不变-bubian
8255
- 8255流水灯的设计与实现,设计电路并实现流水灯-8255 water light design and implementation of circuit design and implement water lamp
1
- edge detection source ode
keyboard-monitor
- 程序功能为当按下键盘上的某个键时,将该键的行号和列号显示在数码管上。-Program functions when you press a key on the keyboard, the keys of the row and column numbers displayed on the digital pipe.
hyf
- matlab中值滤波,滤去高斯噪声白噪声等相关噪声信号-matlab median filtering, filtered Gaussian noise, white noise and noise signal
stat6
- stat the 1-49 of marksix by using frequency distribution
J_AccessInsertRecordBatch
- 通过批处理SQL语句给数据库表“学生成绩”添加数据(记录)的例程。-Adding data (records) routines through a batch of SQL statements to the database table "student achievement."
faceLDA
- 基于LDA的人脸识别功能, 基于LDA的人脸识别功能,-LDA-based face recognition, face recognition function based LDA, LDA-based face recognition function,
hash
- 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f