资源列表
msp430x1xx_fet_1
- //*** *** *** *** *** *** *** // MSP430x1xx Demo - Software Toggle P1.0 // // Descr iption Toggle P1.0 by xor ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO // // MSP430x1xx // ----------------- // /|\\
cal_5
- 一个可以读算术表达式,并计算出结果的编译器
cf2
- 词法分析—分析关键字,运算符,常数并用动态链表保存结果-lexical analysis-keyword analysis, Operators, constant and dynamic results preservation Chain
Threaded_Solution
- 多线程程序,以进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even the
ch2
- 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
17C756_Serial
- promgram for Serial Communication B/W 17C756A & PC In this programme PC Transmitts Data to PIC The PIC after reciveing Data retransmitts it in incremented form 15th Jan 2008
voice_isolation
- matlab code for voice isolation
FA
- 计算机编译原理第三版实验 运行确定有穷状态自动机-Computer compiling principle third edition experiment to determine a poor state automata
lamp
- 基于微机原理的汇编语言程序,灯光控制,汇编程序-PC-based theory of the assembly language program, lighting control, assembler
lcd_2x16
- LCD 2x16 driver that include only that
BPnetwork
- 神经网络,不借助Mtlab内部工具箱,实现预测优化。-Neural Networks
Decimal-to-binary-and-decimal
- 键盘输入一个无符号的十进 制数(0~255),得到其实际数值后保存到bl中,然后在显示器上同时以二进制和十六进制显示出来。 -Decimal to binary and decimal.