搜索资源列表
RwV015
- RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware,
rw-harddisk
- 硬盘迷你读写器,可以读写任意硬盘字节-有源码,由c++编写,-mini hard disk read and write, you can read and write arbitrary byte hard disk-source, c+++,
scsi_2protocol
- SCSI-2也称为Fast-SCSI,传输速率为10MB/s。 后采用扩展总线宽度来增加数据流量的方式,提高整 体传输速率,于是SCSI-2规定了16位、32位数据总 线,使传输速率进一步提高为20MB/S,也就是Wide -SCSI,或是称作Fast SCSI-2。 Wide-SCSI采用4 位定址,使可连接的设备达到了15个。在接口电缆上, 为兼容SCSI-l所使用的A电缆,SCSI-2标准在A 电缆的基础上增加一条68pin的扁平
udf102fs
- It is for standalone platform executing DVD Burning function,it supports DVD+R/+RW Disc .
dvdrtools
- linux平台下的dvd刻录软件,支持DVD+R/-R/+RW/-RW等不同磁盘格式-linux platform dvd burning software, support DVD+ R/-R/+ RW /-RW disk format different
SD-rw
- sd卡读写模块程序-sd card reader module procedures
dvd+rw-tools-7.0.tar
- 最新的linux下dvd刻录软件,支持DVD+RW、DVD-RW光盘刻录。-The latest dvd burning software under linux, support DVD+ RW, DVD-RW recordable discs.
ARM_RO_RW_ZI
- ARM执行文件的生成规律分析。RO,RW,ZI区别-ARM Implementation Analysis document generation. RO, RW, ZI difference
FUJI7R111(INF-8090iV7)
- Mt. Fuji Commands for Multimedia Devices Version 7 (INF-8090i v7) This document provides for commands to implement CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-R, DVD-RW, HD DVD-ROM, HD DVD-R, HD DVD-RW and HD DVD-RAM. Thi
1602
- 1602总线方式显示一串字符,地址定义 RS----P2.0 RW----P2.1 E----P2.7 >74ls00+wr+rd -LCD1602
IORW
- I/O RW 程序。 。 。 。-I/O RW program. . . . .
NModbus_1[1].9.0.0-source
- Csharp modbus协议读写程序 C# modbus rw -Csharp modbus rw is here
RW.DBF
- VS2008 打开DBF文件源码,底层编写,不需要安装操作VF的dbf格式数据库所需的数据库操作引擎-VS2008 open source DBF file, no installation required for VF' s dbf format, database engine, database operations
RW
- RW法是一种基于图论的多刚体建模方法。RW方法建立万向轴模型(包括演示动画程序) _simu为主程序、_ini初始参数、_end画图 一门课的作业,希望有人能用得上哈:)-RW is a method based on graph theory modeling of multi-body methods. RW method to establish universal shaft model (including the a
18B20PLCD
- 温度液晶显示演示程序 LCD数据线:P0口 LCD控制线:RS P20 RW P21 E P22 BUSY P07 18B20端口DQ :P27 -Temperature of liquid crystal display demo Data line: P0 LCD LCD RS P20 RW P21 control line: E P22 BUSY P07 18B20 DQ : P
RO-RW-ZI
- 关于程序中RO 段、 RW 段和 ZI段的说明-About the program in the RO segment, RW section and a descr iption of the ZI section
T5-RW-USB-D1-datasheet
- T5-RW-USB-D1 datasheet Lecteur RFID ID 125Khz
Memory-RW
- 运行于Intel Pintool环境,用于记录被测软件每次内存读写地址,以16位内存地址记录,可作为检测软件行为的小工具。不同于Record-every-add-RW,此为记录读写地址。-Build in Intel Pintool, to record and output tested program s every memory reading and writing address in 0X16 format, to moni
RO-RW-ZI
- 详细介绍了ARM体系中的RO,RW和ZI含义,并有代码说明-Details of the ARM architecture in the RO, RW and ZI meaning, and Code Descr iption
万门大学强化学习算法代码RW模型+TD模型
- 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python i