资源列表
honglv
- * 十字路口红绿灯控制器 * * 第一个状态:主干道、支干道均亮红灯5S * * 第二个状态:主干道亮绿灯30S、支干道亮红灯 * * 第三个状态:主干道绿灯闪3次转亮黄灯、支干道亮红灯3S * * 第四个状态:主干道亮红灯、支干道亮绿灯25S * * 第五个状态:主干道亮红灯、支干道绿灯闪3次转亮黄灯3S * * 返回到第二个状态 *- * Crossroads traffic light controller* * The fir
ad_convet_paral
- 微机原理与接口a/d转换,并口输出的汇编代码,用到8255可编程芯片-Microcomputer Principle and Interface a/d conversion, parallel assembly code output, programmable chips used in 8255
c
- C语言*源代码,只是提供交流,不能做非法的事情!-Trojan C language source code, just to exchange, can not do illegal things!
demo-code-S1D13700
- Demo S1D13700 work in AVR
BOLL
- 一个外汇交易,布林下单EA,各们高手看看。-A foreign exchange transaction, Boolean orders EA, take a look at all their master.
1
- 编写一个程序:比较两个字符串string1和string2所含的字符是否相同。若相同则显示‘math’,否则,显示‘no math’;要求编写程序,并汇编,连接,运行,然后使用Debug调试该程序。 -i do not know
zifu
- 键盘上按键进行相应显示字符的汇编语言程序 zifu ASM-zifu ASM
vecs
- 使用汇编语言完成对数字信号处理器的中断的表述和表示-Using assembly language on digital signal processor interrupt presentation and representation
beibao
- 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2) (1,4,5) (8,2) (3,5,2)。 -Suppose there are a load of the backpack of the total volume of T
new
- 汇编程序,用冒泡排序法显示20个数据,基于8086汇编指令集-Assembler using bubble sort method, 20 data, based on the 8086 compilation of the instruction set
shan-0-bu-0
- 有一个首地址为MEM的100个字的数组,删除其中的所有为0的项,并将后续项向前压缩,最后将数组的剩余部分补上0-A first address of the array of MEM of 100 words, delete all for 0, and follow-up forward compression, and finally fill the remaining part of the array 0
2-mystring
- 编写一个函数模板,它返回两个值中的最小者,但同时要确保这个函数模板能正确处理字符串。并编写主函数,实现两个字符串中最小者的输出。 适合初学者对c++函数模板的入门-Write a function template, which returns the minimum of the two values, but at the same time to ensure that the function template to correctly handle the string. And
