搜索资源列表
pipedoc
- 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
doc1116
- The AT24C512 provides 524,288 bits of serial electrically erasable and programmable read only memory (EEPROM) organized as 65,536 words of 8 bits each. The device鈥檚 cascadable feature allows up to four devices to share a common two-wire bus. The
eeprom
- The AT24C128/256 provides 131,072/262,144 bits of serial electrically erasable and programmable read only memory (EEPROM) organized as 16,384/32,768 words of 8 bits each
OneNAND_in_embed_sys
- OneNAND闪存在嵌入式系统中的应用 OneNAND Flash是三星公司开发的一类Flash芯片,它克服了传统NAND Flash接口复杂的缺点,具有接口简单、读写速度快、容量大、寿命长、成本低等优点。文章从软硬件两方面介绍了其在嵌入式系统中的应用,特别是逻辑块和物理块地址的映射、读写擦操作、坏块处理、性能优化等技术。-OneNAND flash memory in embedded system applications developed by Samsung' s OneNA
MSXML_XML
- DOM解析将会把一个完整的XML文档读进来,生成一个结构树。这样会要把XML文档全部都加载到内存中。所以解析起来的速度会要慢一些。-DOM parsing will be a complete XML document to read in, generate a tree. This will make all XML documents loaded into memory. So, speed up analysis slower.
omronPLC
- PC访问OMRONPLC数据,可以读写PLC内存。-PC access OMRONPLC data, you can read and write PLC memory.
jisuanjizuchengyuanli
- 将微程序存入到高速的只读存储器中,机器指令的解释执行通过读取对应的微程序来完成,存储逻辑实现的控制器称为微程序控制器。 微指令的操作控制部分决定给出的微命令,顺序控制部分决定下一条微指令在只读存储器中的地址,由判别测试字段和后续直接地址构成。如果判别测试字段全为0,后续直接地址给出下一条微指令的地址;否则修改后续直接地址作为下一条微指令的地址。 -The micro-program into the high-speed read-only memory, the machine in
Read_mem
- 此压缩包包括完整的内存读写的代码和必要的文档说明,此算法简单易懂,适合一些初学人士-This archive includes a complete memory read and write the code and the necessary documentation, this algorithm is simple and easy to understand for some of the beginners
MMC_Test
- memory library test. Upon flashing, insert a memory/SD card into the module, when you should receive the "unit" message. Then, you can experiment with memory read and write functions, and observe the results through the Terminal.- memory li
mcu
- 单片机控制外部设备,读取外部设备状态,外部中断的应用-Microcontroller to control external devices, read the status of external devices, the application of external interrupts, interrupt-depth understanding, variables, and marked the flexible application of the flexible applica
2416
- write and read to the memory 24C16
card1
- write and read to the memory 24C16
MUhr
- 通过共享内存和Semaphor进行进程间的通信,进行信息的读写-Interprocess communication through shared memory and Semaphor information to read and write
Interpreting-the-Timing-Diagram
- 对The 68000 Read Cycle时序的分析-Interpreting the Timing Diagram to the 68000,A 68000 memory access takes a minimum of eight clock states numbered from clock state S0 to clock state S7
the-Bootload-System
- 文中以TI公司的DSP(TMS320VC5410)结合ST公司的FLASH存储器 (M29W400T)为例 ,给出了一个利用DSP软件编程实现对FLASH进行读写操作的通用引导装载系统设计方案。-TI' s DSP (TMS320VC5410) combined with ST' s FLASH memory (M29W400T), for example, Universal boot loader design a DSP software programming of FLAS
verilog
- 用verilog设计的存储器,可以读入数据,读出数据,是集成电路重要运用单元-Design with verilog memory that can be read into the data, read data is important IC with Cell
01_20130415.doc.tar
- 项目描述 (1) 设计学生结构体,至少包括学生姓名、C语言成绩、Unix成绩、Oracle成绩这四个成员变量; (2) 从键盘接受若干学生信息; (3) 以链表的形式存储在内存中; (4) 对链表进行排序; (5) 排序后的结果存入文件中; (6) 从文件中读取指定条件(比如Unix分数在60到80之间的学生)的学生信息,并显示在屏幕上-Project Descr iption (1) Design Student structure, including at leas
Unlock_and_converter_MMC_Image_S7
- Step 7 PLCs. You can Read,unlock and write ssd Card memory. Enjoy!
Memory
- 针对DSP2812芯片,编制的工程文件,存储器修改、读写。完整工程,CCS调试通过,适合初学者-DSP2812 chip for the preparation of engineering documents, memory modify, read and write. Complete engineering, CCS debugging, suitable for beginners
Memory-read-and-write-test
- 对指定地址区间的RAM(2000H~23FFH)先进行写数据55AAH, 然后将其内容读出再写到3000H~33FFH中。-The specified address range RAM (2000H ~ 23FFH) first write data 55AAH, then re-read its contents written in 3000H ~ 33FFH.