CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 端口

搜索资源列表

  1. Simulator

    2下载:
  2. 一个可以模拟MIPS汇编语言在硬件上运行的模拟器。 该模拟器对于43条最常用的指令进行了实现。而且实现了端口通信,输入和输出中断。 对于数据传输的延时也进行了考虑。 为了让读者更好理解程序功能,附带了使用说明。-One can simulate the MIPS assembly language running on the hardware simulator. The simulator for the 43 most commonly used instru
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:335850
    • 提供者:int
  1. LCDderiver

    0下载:
  2. 程序名:LCD显示驱动程序 功能:用LCD1602显示字符 A 作者:严峥晖 ******************************** 端口定义 RS EQU P3.0 RW EQU P3.1 E EQU P3.2 DB0_DB7 EQU P0 DB7 EQU P0.7 -Program name: LCD display driver functions: LCD1602 display using characters A Au
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:785
    • 提供者:张晓孟
  1. c_disk

    0下载:
  2. 本程序利用直接硬件操作来读取硬盘参数, 可得到硬盘的参数,程序采用 Yariv Kaplan 的 WinIo 2.0 来进行端口操作-This procedure using direct hardware operation to read the hard disk parameters, the parameters of available hard disk, the program used Yariv Kaplan s WinIo 2.0 to Port Operation
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-04
    • 文件大小:411598
    • 提供者:zdbao
  1. T16550-1

    0下载:
  2. T8255-2.asm 8255流水灯显示实验 ****************根据查看端口资源修改下列符号值******************* IOY0 EQU 9C00H 片选IOY0对应的端口始地址-T8255-2.asm 8255 water experiments**************** light show based on the view port resources modify the value of the following symb
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1086
    • 提供者:fangcaohu
  1. DKFZ

    0下载:
  2. DELPHI编程实现的对端口通讯的封装。比较有参考意义。-DELPHI programming of port communications package. More useful.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:33438
    • 提供者:li sa
  1. USB-monit

    0下载:
  2. 计算机所有端口数据流监测,包含USB,COMM,LPT.SATA.IDE等-Computer data stream monitoring all ports, including USB, COMM, LPT.SATA.IDE, etc.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:817431
    • 提供者:王新
  1. tvichw50

    0下载:
  2. 用于win2000 winxp 底层端口读写省去wdm vxd驱动程序编写-Win2000 winxp bottom port for read and write saved wdm vxd driver prepared
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:580592
    • 提供者:mybenevolence
  1. 8155

    0下载:
  2. 8155作为51单片机的IO扩展实验例程序,适合端口不够用的朋友的一种不错的方法-8155 as a 51 SCM Experimental Example IO expansion procedures, not enough suitable port of a good friend of Ways
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1758
    • 提供者:QJD
  1. pic12c508_lamp

    0下载:
  2. 使用PIC12C508单片机,内部4MHZ时钟,4脚输入50HZ脉冲信号,7,6,3脚(GP0,GP1,GP4端口)为输出口。其中渐变部分是让灯慢慢的变亮(或灭)。-Using PIC12C508 microcontroller, the internal 4MHz clock, 4 feet 50HZ input pulse signal, 7,6,3-pin (GP0, GP1, GP4 port) for the output. Part one of gradual change is
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:981
    • 提供者:chenye
  1. Two_Port_RAM_lab

    0下载:
  2. Actel双端口存储;通过串口发送数据初始化RAM,然后通过串口返回到上位机的串口调试程序显示-通过串口发送数据初始化RAM,然后通过串口返回到上位机的串口调试程序显示
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5038
    • 提供者:劳杰勇
  1. fmq

    0下载:
  2. 键盘实现电子琴功能....用61h和1ah端口实现-Electronic organ function keyboard implementation .... 1ah use port 61h and implementation
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:651
    • 提供者:少雄
  1. KEY

    0下载:
  2. 8255端口的应用:用8255 检测键盘,并在电脑屏幕显示-8255 using
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1339
    • 提供者:ldg
  1. 2007829945374711

    0下载:
  2. 是一个汇编延时程序,适合初学者使用,当P1.0端口输出高电平,即P1.0=1时,根据发光二极管的单向导电性可知,这时发光二极管L1熄灭;当P1.0端口输出低电平,即P1.0=0时,发光二极管L1亮;我们可以使用SETB P1.0指令使P1.0端口输出高电平,使用CLR P1.0指令使P1.0端口输出低电平。 -Delay is a compilation of procedures, suitable for beginners to use, when the high output po
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2349
    • 提供者:张菲菲
  1. chuankoutongxun

    0下载:
  2. 用Delphi语言实现的串口通讯,能进行端口参数设置-Delphi language with the serial communications port parameters can be set up
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:424506
    • 提供者:qi shu
  1. DiskThief-_Delphi

    0下载:
  2. Delphi版的闪盘小偷。。 实现原理:当Windows系统的硬件设置发生变化时,系统将会向所有应用程序发送一条WM_DEVICECHANGE消息.当有设备被禁止或激活时(比如我们插入光盘,从光驱中取出光盘,或者在系统设备中删除或禁止打印端口),该消息的wParam参数分别被指定为DBT_DEVICEARRIVAL(设备安装完毕)和DBT_DEVICEREMOVECOMPLETE(设备移除完毕),根据这两个参数可以判断闪存是否存在,lParam参数指向一DEV_BROADCAST_HDR结构
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-03
    • 文件大小:8598
    • 提供者:dll
  1. 13047881V2

    0下载:
  2. 检测设备是否具备高压端口的控制程序 ,能实时上报设备端口的状态-Whether the testing equipment with high-pressure port control procedures, equipment, real-time reporting of the status of ports
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2655
    • 提供者:chenping
  1. ADUC845

    0下载:
  2. ADuC845头文件 各寄存器及端口定义-no
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1307
    • 提供者:鄢运银
  1. WinIO

    0下载:
  2. masm32环境,windows下访问端口的汇编代码例子-masm32 environment, windows access port assembly code example
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:2714
    • 提供者:wzh
  1. Led05220

    0下载:
  2. 这个实验使用ATmega48单片机,这段代码通过“送数”与“延时”的交替,实现了端口 上LED的“轮流闪烁”效果。 //硬件环境:ATmeg48 单片机,CPU时钟1MHz //软件环境:ICC AVR6.3以上 -This experiment using ATmega48 microcontroller, the adoption of this code, " send a few" and " delay" of the turn, t
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:1154
    • 提供者:芳苹
  1. led05221

    0下载:
  2. 编译通过下载后,应该观察到PC5端口上所连接的发光二极管以每秒1次的频率闪烁。 这个实例的重点除了实际使用定时器之外,更重要的是引入了软件模板的使用。 //硬件环境:ATmeg48 单片机,CPU时钟1MHz //软件环境:ICC AVR6.3以上-Compiled after download, it should be observed that the PC5 port on the light-emitting diode connected to the frequency
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:33078
    • 提供者:芳苹
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com