资源列表
pwm.rar
- 在pic单片机pf18f485的控制下使CCP1模块工作在脉宽调制PWM波形方式下从RC2口上输出分辨率达10位的 ,Pf18f485 in the pic under the control of single-chip so that the work of CCP1 module in PWM mode PWM waveform output from the RC2 I 10 resolution of the
FS
- 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。-Designed a given LL (1) analysis table, type a sentence, can be from the basis of LL (1) analysis of the output table corresponds to the grammar and sentence tree. Syntax tree can simulate
dzz
- 电子钟的设计,符合大部分的设计要求。是由很好的可调性的-Clock design, in line with most of the design requirements. Is a very good adjustability of the
Statistics
- 汇编语言,假设从变量Buff开始存放了13个字,编写一个程序统计出其正数、0和负数的个数,并把它们分别存入N1,N2和N3中,吴泽乐-Assembly language, assumed from the beginning Buff variables stored in 13 words, write a program out of its positive statistics, the number 0 and negative numbers, and put them separa
JSQHB
- 计算器的汇编程序是一个四字节的整数运算,但是不含小数运算。-Calculator program is a compilation of four-byte integer, but non-decimal arithmetic.
main
- 理发师问题,利用信号量解决同步问题,利用互斥器解决互斥问题,利用事件实现顾客与理发师之间的通信-Barber problem Visual C++ 2010
8251A
- 8251A自发自接,自发他接的程序。TPC实验台,内涵注释。-8251A code
java-Lexical-analyzer
- 简单的词法分析,对界符,算符,关键字等进行判断分析-Simple lexical analysis, operator of world, operator, the key words of judgment analysis
117
- 汇编语言实验 基于汇编基本指令小实验 实现了光标的移动-Assembly language experiment achieved little experiment based on the compilation of basic instruction cursor movement
sfljsadflskfklsfmls
- 进程调度 的,大家看先怎么样, 进程调度 的,大家看先怎么样,-scheduling process, we first look at how kind, process scheduling, we first look at how kind, process scheduling, We first look at how kind,
jiaotongdengn
- 实验实现交通灯跑马灯轮换 -jiaotongdeng paomadeng
Fibonacci-Sequence
- 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword ? .code main proc mov
