搜索结果

找到约 604 项符合 Write 的查询结果

按分类筛选

显示更多分类

编译器/解释器 vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能

vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能真正理解的,原作者是dwing,我对代码做了一些修改,在此感谢dwing提供的代码 ...
https://www.eeworm.com/dl/628/131201.html
下载: 149
查看: 1359

VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la

This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
https://www.eeworm.com/dl/686/187807.html
下载: 199
查看: 1159

数据结构 Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A

Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest b ...
https://www.eeworm.com/dl/654/213550.html
下载: 163
查看: 1429

其他 Over the past years, we have witnessed destructions of various kinds caused by human actions. As a u

Over the past years, we have witnessed destructions of various kinds caused by human actions. As a university student, write a letter to our society to
https://www.eeworm.com/dl/534/328645.html
下载: 88
查看: 1098

其他书籍 borland c++chengxujiac

borland c++chengxujiac,it is very valuable for c++ builder programmers.if you have any problems, you can write to me.
https://www.eeworm.com/dl/542/219987.html
下载: 189
查看: 1041

其他 it is in image processing field. this code Read TIFF Image then it excute compute histogram and hist

it is in image processing field. this code Read TIFF Image then it excute compute histogram and histogram equalization. after that it Write TIFFU unsigned Char.
https://www.eeworm.com/dl/534/383107.html
下载: 62
查看: 1096

技术资料 MSP430F149单片机flash读写控制程序

MSP430F149单片机flash读写控制程序-flash write and read for msp430
https://www.eeworm.com/dl/856266.html
下载: 8
查看: 9758

技术资料 STC15单片机内部EEPROM读写方法实例

STC15单片机内部EEPROM读写方法实例-STC15 MCU internal EEPROM write method of Example
https://www.eeworm.com/dl/859500.html
下载: 9
查看: 5229

技术资料 RS232dll

串口读写操作DLL,提供串口的读写操作,已在VC6.0编译通过。-Serial read and write operations DLL
https://www.eeworm.com/dl/910984.html
下载: 8
查看: 8907

嵌入式/单片机编程 unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN

unsigned char WriteInData(unsigned char Address,unsigned char DataByte) { unsigned char mark WREN() Write_Byte(0x02) Write_Byte(Address) Write_Byte(DataByte) //NOP() X25_cs=1 lag(3000) mark=Read_Byte(Address) if(DataByte==mark) SystemError=0 if(mark!=DataByte) SystemError=1 // return(Syst ...
https://www.eeworm.com/dl/647/379004.html
下载: 160
查看: 1048