搜索资源列表
bochs-2.2.1.win32-src
- Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
pianosound
- 利用IBM PC机的系统喇叭发声的电子琴程序,在WINDOWS 98系统可以调试通过-IBM PC speaker system audible, the flower procedures, in Windows 98 system debugging through
efi1_10_14_61
- EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efi1_10_14_61.zip是INTEL公司早期在在WINDOWS上面的EFI模拟器,能够运行模拟PC机的硬件环境,并提完整的EFI模拟界面,程序
PCKEY.ZIP
- dos下控制键盘,The PCKey class provides access to the PC s keyboard through fast inline member functions. Special characters are defined in the header for your convenience. PCKey is not for use in Windows programming -- use only for DOS applications! -
DOS
- DOS常用命令宝典,现在虽然是windows的天下了,但是DOS以小巧方便、可对硬件直接操作等诸多优点,在PC使用中仍占有一席之地.正如一句话所说:DOS不是万能的,但没有DOS却是万万不能的
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
digui
- 【实验名称】递归子程序分析器的设计与实现 【实验目的和要求】 设计、编制,调试一个典型的语法分析程序,实现对如下的递归子程序语法的分析,进一步掌握常用的语法分析方法。 【实验内容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 针对上述文法编写一递归子程序分析程序,该程序的输入是任意符号串,输出是本次输入
huibiantuxinchaozuo
- GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Win
delphi--urat
- delphi是一种Windows应用,它利用PC串口对目标系统上的串口在线编程(IAP).供大家分享-delphi is a Windows application, which uses PC serial port on the target system' s serial-line programming (IAP). for everyone to share
pc
- 用进程和信号量级文件映射实现模拟生产者与消费者。LINUX 和 windows-With the process and file mapping for analog signal magnitude producers and consumers.
AMWinEnv
- to make an application that locks the PC just like the Control-Alt-Delete option with Windows NT-to make an application that locks the PC just like the Control-Alt-Delete option with Windows NT
PC_Assembly_Language_Paul_A_Carter_2006-book
- PC Assembly Language Paul A. Carter July 23, 2006 The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often
Delphifunc
- delphi程序合集 Workshell.zip Workshell 评述: 是个单元包,提供DLL文件、单元文件、头文件。提供的函数非常有用。 GB2312BIG5.zip GB2312BIG5 评述: GB231和BIG5相互转换单元 Cast128_256.zip Cast128_256 评述: 128和256位加密单元 Bleepint.zip Bleepint 评述: PC喇叭控制单元 Matrice.
test_EventWithoutSem
- pc的windows下得BC4.5环境中,新建事件任务,在没有引入信号量的情况下,会发生一些现象,仔细观察,这些现象,可以深入的理解多任务操作系统-pc, the windows have BC4.5 environment, the new event task, the amount of the incoming signal in the absence of the case, the phenomenon will occur, careful observation of thes
test_EventWithSem
- pc的windows下得BC4.5环境中,新建事件任务,在引入信号量的情况下,会发生一些现象,仔细观察,这些现象,可以深入的理解多任务操作系统-pc, the windows have BC4.5 environment, the new event task, in the case of the introduction of a semaphore, a number of phenomena occur, careful observation of these phenomena ca
Wizard-windows
- 1、打开任意口A、口B、口C VI; 2、点击想要跳出的窗口; 3、模拟PC安装程序时的向导窗口-1, open any ports A, Port B, Port C VI 2, click on the desired pop-up window 3, the analog PC Setup wizard window
UNIX-or-PC--zhuanhuanText
- UNIX和windows文本互相转换 WIN32asm汇编 radasm编译-Conversion between UNIX and windows text WIN32asm compilation radasm compilation
Delphi_266853
- Delphi:Delphi将Windows电脑的任务栏隐藏或显示,就类似于Windows中的功能,Windows中也可以对任务栏进行显示或隐藏,本例主要是练习一下Windows与Delphi之间的编程,了解一些Windows接口的使用。 -Delphi: Delphi Windows PC taskbar to hide or display, similar to a feature in Windows, Windows task bar can also be displayed or
uCOS-III-source-code
- uC/OS windows PC 移植代码,亲测可用!-the package is source code for uC/OS
Info PC
- SOurce code delphi 7 , pc information windows version
