搜索资源列表
求菲波那契函数FIB(N)-(N from 1 to 24)
- 用汇编语言,并且递归求菲波那契函数FIB(N)---(N from 1 to 24) (huangyujie)-assembly language, and for recursive function Fibonacci FIB (N )---( N from 1 to 24) (huangyujie)
74HC595
- 关于74595的实现跑那等的程序,十分有用的,大家借鉴-About 74,595 of the realization that such a program to run, very useful, everybody' s reference
usb2lpt.ZIP
- USB to LPT using ATMEGA8 driver and firmware
HEX2ASM
- pic16 hex to asm file . loads .hex file and convert it to asm file.
How-to-break-the-2K-limit-of-Keil
- 如何突破Keil软件未注册情况下的2K限制,非常实用-How to break the Keil software is not registered under the 2K limit, very practical
yuvtorgb
- 用于DSP的YCbCr转RGB的汇编程序代码,图像处理入门之选-DSP for the YCbCr to RGB compilation of program code, image processing entry choice
xt00
- 用8086,8255,8259和8254构造系统实现对指示灯控制。 8255的PA0,PA1,PA2的三位DIP开关,通过DIP开关的闭合状态决定接在 PB口上的八个指示灯之一闪烁。如PA2,PA1,PA0为000时,PB0上所接的指 示灯闪烁,其余灯熄灭。要求闪烁频率为每秒10次。设8259地址为20H和 21H,8255地址为60H~63H,8254地址为40H~43H,时钟频率为50KHz, 8259中断向量号为70H和71H.试设计硬件连接电路,填写中断向量
ul-15
- Eagle PCB for USB to LPT
LCD320
- MCS51源代码,驱动Micronas 公司的VPC3230D芯片及nDSP公司的nDSP320芯片,把模拟的复合电视信号转化为逐行的RGB输出-MCS51 source code, drive VPC3230D from Micronas and ndsp320 from nDSP, to convert analog CVBS signal to progresive RGB output
shizhijisuan
- 设计数值计算及显示系统,程序运行要有显示界面。提示系统所使用的方法,若输入字符不是“1”,“Q”时提示输入错误,请重新输入。可以用英文或汉语拼音显示界面。 设计要求如下: 1.按“1”,本程序能从键盘读入二个五位十进制数(1为符号+4位数位),并将这个十进制数分别转换位二进制数。然后求其和再将和以十进制数形式进行显示 2.按“Q”键,退出。 -Design of numerical calculation and display systems, display inte
binarytobcd
- binary to bcd which converts 8bit binary input to bcd -binary to bcd which converts 8bit binary input to bcd
calenadar
- convert persian calenadr to christain calenadar-convert persian calenadr to christain calenadar
VIENNAB
- This file is for the purpose of virus study only! It should not be passed around among the general public. It will be very useful for learning how viruses work and propagate. But anybody with access to an assembler can turn it into a working vi
Introduction-to-assembly-language-books
- 汇编语言的入门书籍,通过学习入门知识加强学习汇编语言的信心。-Introduction to assembly language books, Introduction to knowledge by learning to enhance the confidence of learning assembly language.
hex
- to convert dec to hex
to-store--10-bytes--in-order
- 顺序存放10个字节数,INPUT1.DAT需要自己建立-to store 10 bytes in order
Detmer---Introduction-to-80x86-Assembly-Language-
- Introduction to 80x86 Assembly Language and Computer Architecture divides its emphasis between the assembly-language/machine-language level of computer operations and the architectural level, that is, the level defined by the machine instructions tha
To-determine-leap-year-program
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a year to determine whether a leap year of the program, run the executable Ifleap.exe, enter the specific year, output this year is a leap year is the message.
[from-assembly-to-windows-kernel]
- 从基本的windows程序与汇编指令出发,讲解了windows内核的编程,调试,阅读,以及自行探索的方法。读者在使用C/C++开发windows程序基础上,能掌握windows内核的基础编程-From basic windows programs starting with the assembly instructions to explain the windows kernel programming, debugging, reading, and explore their own w
to-determine-a-leap-year
- 3、 题目:输入1842——2006年之间的十进制数。 要求: (1) 要求必须有提示信息,并独占一行。 (2) 判断是否是闰年,如果是输出“yes”,否则输出“no”。 (提示:先除100,如果除尽了再用400除如果除不尽是闰年。(如果刚才的100没有除尽则用4除,除尽则为闰年。) (3) 以二进制输出xxxx年8月29日距离1842年8月29日的月数。 (4) 以十进制输出xxxx年8月29日距离1842年8月29日的天数。 -3, the title: