搜索资源列表
saken
- 贪吃蛇C源码,可以实现C语言的一个游戏.-code of a game named eat_snake,this is can carry out a game of c language
定时1秒
- 这个东东是我刚写出来的,这可以完成定时1秒的功能,并且使用定时器来完成,定时精度高,可靠性高.-I just write out, it can be a regular seconds to complete the function, and the use of timers to complete, regular high accuracy and high reliability.
十字路*通灯时实控制与管理
- 十字路*通灯时实控制1、要完成本实验,首先必须了解交通路灯的亮灭规律。设有一个十字路口,1、3为南,北方向, 2、4为东,西方向,初始态为4个路口的红灯全亮。 之后, 1、3路口的绿灯亮, 2、4路口的红灯亮, 1、3路口方向通车。 延迟一段时间后, 1、3路口的绿灯熄灭,而1、3路口的黄灯开始闪烁。闪烁若干次后, 1、3路口的红灯亮, 同时2、4路口的绿灯亮, 2、4路口方向开始通车。 延迟一段时间后, 2、4路口的绿灯熄灭,而黄灯开始闪烁。闪烁若干次后,再切换到1、3路口方向。 之后,重复
8253 8259 time
- 计时程序,对8253进行分频,使用二个计数器,使第二个计数器的OUT作为中断源,送到8259产生中断,在LED上显示时间-time procedures for the 8,253-frequency, the use of two counters, so that a second counter OUT interrupted as a source to have interrupted 8259, the time shown on the LED
03055114assembly
- 通过调用扩展int13,读出磁盘的分区信息,是汇编语言的课程设计。-by calling the expansion of int13, read out the disk partitioning information is a compilation of language curriculum design.
shizh
- 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法
yongbiaogexingshixianshizifu
- 是计算机汇编的课程设计 用表格显示字符的实验 排版有点问题 从左往下读,再读右列的程序-is a compilation of computer programs designed for the characters shown in the table layout experiment evaluated some problems down time read it right out in the
8951
- 车用防盗器原程序,有多种适用功能,遥控启动,熄火.-vehicle anti-theft devices original program, a variety of application functions, remote start, flamed out.
xunhuanlianbiao-Josephus
- 用循环链表解Josephus问题。设有n个人围坐在一个圆桌周围,现从第1个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n和m,求出按出列次序得到的n个人员的序列,如n=8,m=4时,输出序列是48521376。-cyclic Chain Solutions Josephus problem. N with the individuals sitting around a round
Natas_4744-sc
- Natas 病毒,长度 4744 字节,有的地方有把它称为 4744 病毒,由于病毒是用了变型技术,本身的形态几乎有无穷多种,使杀毒软件总漏掉一两个,不知什么时候又冒了出来,所以又称它为‘幽灵王’。-Natas virus, the length of 4,744 bytes, in some places it is called the 4744 virus, because the virus is a variant technology, the form itself almost
Monkey-sc
- Monkey,即猴子病毒传播硬盘和软盘的引导区,总长度为 01F4H(500字节),它将原引导记录加密后保存,在系统读出时先解密再送出,结果造成病毒不在内存中时,系统无法得到正常的引导记录,以至对所有硬盘分区无法访问。-Monkey, a monkey virus that is spread by floppy disk and guide, 01F4H total length (500 bytes), which will encrypt the original boot record
Sru
- memory dump,可以將DOS下1M內存的內容全部讀出來,並列印在螢幕上.-memory dump, can be DOS 1M memory read out all the details. and print on the screen.
memdump
- Sru,可以將整個PCI總線上的設備全部讀寫出來.包括具体的總線位置-Sru, the entire PCI bus all the equipment to read and write out. Including the specific location of the bus
ind
- 两只74hc595串入并出驱动两位数码管以及16只led -two 74hc595 string-out drive two digital control and led 16
CIH11
- CIH病毒1.4源码. 供大家参考,请别搞破坏-CIH virus 1.4 source. For your reference, please not to carry out sabotage
yxcvcxvcxbvcx
- (红外线遥控)将万能遥控按键的键值通过At89s51P1口的8个LED显示出来-(infrared remote control) Universal remote control keypad keys through the At89s51P1 I was eight LED said out
Driver_LM7221SGL
- LM7221SGL液晶的驱动,液晶列驱动使用T7932 ,行驱动使用T79-LM7221SGL LCD drivers, LCD drive out the use of T7932, OK Drivers use T79
Driver_PVG190602
- PVG190602液晶驱动,行驱动S6B0108,列驱动S6B0107-Graphic LCD driver, OK S6B0108 driven, driven out S6B0107
DirectInsertSort
- 实现直接插入排序 要求:封装成一个函数,形式如下: void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,参数bOrder是布尔类型变量,true表示升序,false表示降序 bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印 array是待排序的数组 -direct insertion sorting
TRAFFICLIGHTS8255
- 交通信号灯的控制: 1. 通过8255A并口来控制LED发光二极管的亮灭。 2. A口控制红灯,B口控制黄灯,C口控制绿灯。 3. 输出为0则亮,输出为1则灭。 4. 用8253定时来控制变换时间 。 要求:设有一个十字路口,1、3为南,北方向,2、4为东西方向,初始态为4个路口的红灯全亮。之后,1、3路口的绿灯亮,2、4路口的红灯亮,1、3路口方向通车。延迟30秒后,1、3路口的绿灯熄灭,而1,3路口的黄灯开始闪烁(1HZ)。闪烁5次后,1、3路口的红灯亮,同时2、4路口的