虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

sys

  • 串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 定时器初值X=256-sys

    串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 定时器初值X=256-sysCLK*(SMOD+1)(BAUDRATE*384)

    标签: 22.1184 SMOD LED 256

    上传时间: 2015-05-08

    上传用户:qilin

  • USB启动盘制作软件 市面上现在大多数U盘都支持启动机器的功

    USB启动盘制作软件 市面上现在大多数U盘都支持启动机器的功,但是要制作启动型U盘,需要进入WIN98,现在很多人机器上都没有98了吧,呵呵。为了做个启动盘,装一个98,多冤啊。这个小软件就是为此编制的,在WIN2K/XP下运行,可以直接把U盘做成启动盘。程序自带了MSDOS7.1的两个 基本启动文件IO.sys和COMMAND.COM,如果要制作复杂的启动盘,可以把其他文件拷贝到U盘上即可,比如HIMEM和CONFIG.sys什么的。

    标签: USB 启动盘 U盘 软件

    上传时间: 2015-05-18

    上传用户:pinksun9

  • 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后

    计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。

    标签: Visual 计算机 接口技术 串口

    上传时间: 2015-07-01

    上传用户:chenxichenyue

  • Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY

    Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from sys\STAT.H */ #define S_IWRITE 0x0080 /* from sys\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分说明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"

    标签: International Copyright Borland S_IREAD

    上传时间: 2013-12-26

    上传用户:llandlu

  • RTEMS (Real-Time Executive for Multiprocessor systems) is a free open source real-time operating sys

    RTEMS (Real-Time Executive for Multiprocessor systems) is a free open source real-time operating system designed for embedded systems. The acronym RTEMS initially stood for Real-Time Executive for Missile systems, then became Real-Time Executive for Military systems before changing to its current meaning. RTEMS development began in the late 1980s with early versions of RTEMS available via ftp as early as 1993. OAR Corporation is currently managing the RTEMS project in cooperation with a Steering Committee which includes user representatives.

    标签: Multiprocessor Executive Real-Time real-time

    上传时间: 2015-08-09

    上传用户:D&L37

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE sys

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE sysTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    标签: project implement developed Database

    上传时间: 2013-12-25

    上传用户:semi1981

  • 首先要说的是

    首先要说的是,要进行DOS下的环境配置,基本上不可避免要使用到config.sys和AUTOEXEC.BAT这两个文件。Config.sys文件是一个专业的系统启动配置文件,它主要用于加载内存管理程序、设置扩充内存及扩展内存、加载有关硬件驱动程序,设置有关环境变量等,为用户计算机的正常使用创造必要的用户环境(在DOS时代,精通Config.sys文件往往是“专家”的标志)。(在Windows 95/98中,系统已经自带了内存管理、环境变量等设置功能,Config.sys文件的作用已经远远没有那么重要了,它仍在“服役”的原因主要是为了保持对老版本DOS应用程序的兼容)

    标签:

    上传时间: 2014-09-04

    上传用户:VRMMO

  • IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe

    IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe (setup and uninstall program) - ircomm2k.exe (service program) - ircomm2k.sys (device driver) - ircomm2k.dll (device property page) - ircomm2k.hlp (property page context help) - ircomm2k.inf (setup script for windows) - Readme.txt (this file) - License.txt (terms of license) 3. INSTALLATION 1. unzip IrCOMM2k-1.2.0.zip in a new folder 2. run the setup program 3. disable the image transfer under wireless link

    标签: IrCOMM2k Infrared ARCHIVE Virtual

    上传时间: 2015-09-15

    上传用户:yyq123456789

  • 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #inclu

    基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1

    标签: include gt lt socket

    上传时间: 2014-01-18

    上传用户:003030

  • 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0

    编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\tan\hellow\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。 文件说明: hellowdm.dsw 为主工作文件 testhello目录 为客户端程序

    标签: Windows DDK 2000 6.0

    上传时间: 2013-12-20

    上传用户:skfreeman