资源列表
random
- 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generatio
dazi01
- 一个打字计时程序,输入例句,可以记录打字时间及正确率-Time a typing program, type the examples, you can record time and the correct rate of type
md5
- MD5算法的汇编代码优化,但不涉及MMX指令-The MD5 algorithm of assembly code optimization, but does not involve the MMX instruction
ansisy
- pascal的词法分析部分,功能完善,实现输出-the lexical analysis, complete functions, achieving output
students
- 用汇编语言实现的学生信息管理系统,可以添加、删除、修改、查看功能
jihedebingjiaocha
- (1)集合元素的判定和子集判定运算 (2)求集合的补集 (3)集合的混合式运算表达求值 (4)集合的元素类型推广到其他类型,甚至任意类型-(1) the determination of the collection element, and the subset determination computing (2) the complementary set of requirements (3) collection of hybrid-type computing expre
11
- 51单片机倒计时,汇编语言编写,用c语言编写-51 single countdown, written in assembly language
trafficlight1122
- 用汇编写的交通灯程序, 具体的红绿灯时间内详-compilation was made by the traffic lights procedure, the specific time for detailed traffic lights
RECEIVE_TEMP_A
- 温度采集和显示,DS18B20采集温度,数码管LED显示温度-Temperature acquisition and display, DS18B20 collecting temperature, digital tube LED display temperature
cal
- 4 function calculator its used math application
Binary-Search
- function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
CLOCK_weijiyuanli_kechengsheji
- 微机原理课程设计——电子钟(使用8253.8255.8259芯片)-Computer Principles of curriculum design- Electronic bell (use 8253.8255.8259 chip)
