搜索资源列表
使用WriteFile 块读写数据
- 使用WriteFile 块读写数据-used to read and write data blocks
怎样编写一个在USB接口读写数据的程序
- 怎样编写一个在USB接口读写数据的程序-how to Write/Read USB port ?
VC++2008 下读写同一个excel文件。
- 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
VC-USB-HID.常用的Windows+API调用
- 常用的Windows+API调用 怎样编写一个在USB接口读写数据的程序 HID设备的访问,Commonly used Windows+ API call how to prepare a USB interface to read and write data through HID equipment visit
StdioFileDemo 使用CStdioFile实现在txt文件中逐行读写数据
- 使用CStdioFile实现在txt文件中逐行读写数据,使用VC的源代码,大家可以参考!- Use the CStdioFile read and write data in txt file line by line, using the source code of VC, we can refer to
E2PROM_DSP.用于MICROCHIP 24LC64 EEPROM的读写
- 本程序用于MICROCHIP 24LC64 EEPROM的读写。本程序不使用芯片级联方式, 请将A0,A1,A2 管脚接至低电平。本程序使用IOC6作为SDA,IOC7作为SCL。 程序中的地址空间最大可至64K:24LC00-16-0,24LC01-128-8,24LC02-256-8, 24LC04-512-16,24LC08-1K-16,24LC16-2K-32,24LC32-4K-32,24LC64-8K-32, 24LC128-16K-64,24LC256-32K-64,24L
通过89C52模拟SPI向25LC系列EEPROM中读写数据的简单示列
- 本程序是描述通过89C52模拟SPI向25LC系列EEPROM中读写数据的简单示列,程序中定义了10个变量,通过SPI传送到EEPROM中,然后在通过SPI传回单片机,在P1口中显示数据,This procedure is described 89C52 simulation through SPI to EEPROM in 25LC series of simple to read and write data out that the procedures defined in the 10
delphi-hook-readwrite
- delphi hook内存读写,可以拦截其他程序的读写操作以及读写数据,比如有些*可以用此工具找出他对游戏的具体操作,从而自己可以写一个功能和他一样的*出来-delphi hook memory read and write, can intercept and read and write operations of other programs to read and write data, for example, some plug-in can use this tool to f
huibiandaimadaquan
- 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 2
serial
- 简单的串口使用程序,通过串口设置可以向串口读写数据-simple program about serial port
TestComm
- 用vc实现异步和同步通信对串口进行读写数据。里面含有两个工程,一个是异步,一个是同步通信。-Achieved with the vc on the serial asynchronous and synchronous communication to read and write data. Which contains two projects, one is asynchronous and a synchronous communication.
PCI9052
- 9052的应用程序,可以对指定位置进行读写数据-9052 applications can read and write data on the specific location
matlab文件读写程序的汇总
- 此函数读取数据时,并不是把不同的数据放在单独的向量内,而是统一放在一个列向量中,这样,当读取多于一个量时,需要按结构取相应的数据得到每个变量(This function reads the data, not the different data on a single vector, but unified on a column vector, so when reading more than one amount, need to get the corresponding data a
C#通过OPC连接PLC读写数据
- C#通过OPC连接PLC,读取写入PLC数据(C# reads PLC data through OPC)
VC++ Excel电子表格读写示例
- VC++ Excel电子表格读写示例,读取Excel表格中指定的某行某列的数据,以及写入Excel。(VC++ Excel spreadsheet reading and writing examples, read the Excel table specified in a row, a column of data, and write to Excel.)
1.同步数据的读写
- STM32 ucos 数据的同步读写(Synchronous read and write of data of stm32 ucos)
读写者代码
- 本次实验中,是进行设计解决读写者问题。假如只有一个文件的情况下,多个读者进程和多个写者进程都要进行访问该文件。当有读者进程在时,写者进程不能进行操作;同样,如果存在写者进程,则不能有读者进程存在,从而保证读取的数据是最新的。此外,为保证数据的正确性,读者之间只能存在一个。即一次只能有一个写者进程对数据区进行访问。而读者进程则没有限制。(Reader and writer's problem)
3.程序代码(数据读写练习)
- 练习代码,数据读写练习,可显示相关结果,(Exercise code, data read and write exercises, and display related results)
VC++实现USB接口读写数据的程序
- 用VC++实现USB接口读写数据的程序,使用一个GUIDguidHID_1查找并打开一个USB设备
单片机读写SD卡
- 利用51单片机,模拟SPI通信,实现对SD卡的数据读写(Data Reading and Writing of SD Card Using 51 Single Chip Microcomputer)