搜索资源列表
汇编全接触
- 介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。-introduction to the compilation of language, belong to a category Guide, want to learn programming for the hardware can be downloaded friends to see. Decompression can be direct, CHM file.
shizh
- 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法
FormatDisk
- 磁盘格式化是计算机用户经常使用的操作之一,但是对于如何编程实现磁盘格式化,很多人却不清楚。很多人认为磁盘格式化应该需要编写负载的VXD或者WDM驱动程序来直接对硬件进行操作。世界上完全可以通过调用一个简单的Shell函数来实现这一功能。-disk is formatted computer users often use one of the operation, but how programming disk format, but many people do not know. Many
jingcaibiancheng1
- 精彩编程百例1~25例,其中有数学曲线,查看计算机硬件,文件统计程序,hook程序记录鼠标与键盘,透明窗体的设计等等!-100 cases a brilliant programming to 25 cases, of which mathematical curve View computer hardware, document statistical procedures, hook procedures record keyboard and mouse and transparent
skyblue_BoxMan
- 推箱子的一个程序的一个源码,vc++编程,对电脑硬件要求不高。-Tuixiangzi a process of a source, vc programming, computer hardware modest.
DAZIgame
- 1) 从屏幕上方以一定的时间间隔随机落下可显示字符,字符的出现位置亦是随机的; 2) 在多个字符(可以简化为仅有一个字符)下落的过程中可输入任意键,若键入与其中的任意一个字符相匹配的键,则该字符高亮显示并发出蜂鸣声,同时计分; 3) 按ESC键结束练习并显示命中率; 4) 再次按ESC键退出。 2. 硬件和软件环境: 个人PC机,WINXP操作系统,MASM5.0编程环境 -1) from the top of the screen in a certain time i
CardCom
- 串口编程,根据串口知识怎么样去操作硬件的编程
code
- 数字锁相环的源代码。用硬件编程语言VHDL编写。
Linux-bianchengbaipishu
- 《Linux编程白皮书》是由五个部分组成——是Linux文档工程的一个印刷版本。该书描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。
80x86huibianchengxusheji
- 80*86硬件编程讲义,属于入门级的,内容比较简单易懂
80例上手Delphi7编程_03硬件访问与控制
- 80例上手Delphi7编程_03硬件访问与控制,上手容易,让读者很容易掌握硬件编程-80 cases easily Delphi7 programming _03 visit hardware control and easy to get started, so it is easy for the reader hardware programming
硬件编程
- 本程序是为获得计算机硬件方面信息,主要学会怎么使用C++builder的一些控件,以及一些关于硬件编程方面的函数-this procedure is to obtain information on computer hardware, mainly learn how to use C builder of some controls, as well as some of the hardware programming function
wkq
- C 语言硬件编程的一点基本语法及程序设计流程!-C hardware programming language syntax and procedures that the basic design process!
zly
- C 语言硬件编程的一点基本语法及程序设计流程!-C hardware programming language syntax and procedures that the basic design process!
qcqx
- C 语言硬件编程的一点基本语法及程序设计流程!-C hardware programming language syntax and procedures that the basic design process!
wxbj
- C 语言硬件编程的一点基本语法及程序设计流程!-C hardware programming language syntax and procedures that the basic design process!
Interface
- 硬件编程接口与系统软件实现 格式ceb 比较系统的介绍了PC机各IO接口的编程!-The hardware and systems software programming interface format ceb more systematic introduction to the PC, the IO interface, the programming!
SINGT
- 基于FPGA的用VHdl硬件编程语言实现的正弦波发生器。-FPGA-based hardware programming language with VHdl sine wave generator.
MISRA-C-2004_工业标准的C编程规范_中文版
- 在汽车工业领域的实时嵌入式应用中,C编程语言的使用越来越体现出广泛性和重要性。这在相当程度上取决于该语言固有的灵活性、可支持的范围及其潜在的访问广泛硬件环境的可移植性。(In the field of automotive real time embedded applications, the use of C programming language is becoming more and more widespread and important. This depends to a c
delphi直接IO端口
- 直接IO操作,通过DCB硬件控制块来进行modem的设置(Direct IO operation by using the DCB hardware control block to set up the modem)