资源列表
sounce
- 这个源代码是可运行的。-the source code can be run.
NQueen非递归
- 算法中的n后问题,用非递归实现的,用一般的c++编译器都可以实现-n algorithm after issue, the non - recursive with the general c compiler can achieve
fistin
- 操作系统先来先服务算法实现进程的先来先服务-Operating system first-come first-serve algorithm process first-come, first serve
SPItest
- Master and slave Attiny24
LINKLIST
- 数据结构算法程序,怎么样实现线性表的操作与应用-Data structure algorithm procedures How the operation and application of realizing Linear table!!!!!!
dsmk
- 51单片机的定时模块,使用汇编语言编写的,已通过测试-51 single-chip timing modules, the use of assembly language, has been tested
Countdown
- 倒计时,检查时间间隔,触发事件,利用timer实现-Countdown, check interval, the triggering event
ad5320
- AD5230是SPI总线的D/A,C语言驱动-The AD5230 is SPI bus, D/A, C language driver
SampEn
- 计算脑电波样本熵,并且读取Excel表里的数据,可以读取大量的数据,并求出样本熵-Brian technology
Proj_Findlow
- MIPS assembly code for program that finds lowest of entered numerical values.
samplingareconstruction
- Sampling and reconstructing an analogue signal
代码转换实验
- 1.编写并调试程序,将内存中BCD码转换为二进制码,在DEBUG中查看。 2、BCD码转换为二进制码 在各种智能仪器和信息处理中,人们总习惯于十进制数来表示信息。但绝大多数计算机没有十进制运算指令(仅有十进制调整指令)。这是因为实现十进制算术运算的硬件电路要比采用二进制算术运算的硬件电路复杂得多。例如,当两个整数进行算术运算时,对一个N进制的数需记住N(N+1)/2个“积”与“和”。当N=10时,需记住55个“积”与“和”;而当N=2时,只需记住3个。从占用存储空间来看,采用二进制数比采用
