Location:
Search - random read
Search list
Description: //THIS CODE WAS DESIGNED TO DEMONSTRATE HOW THE FM24C04/FM24C04A SERIAL FRAM COULD //BE INTERFACED TO THE 8051 MICROCONTROLLER. THE INTERFACE USES 2 LINES //FROM PORT 2 (P2.7 AND P2.6) TO COMMUNICATE. //THE CODE SHOWN DEMONSTRATES A RANDOM READ AND BYTE WRITE . THE OTHER * //MODES OF OPERATION CAN BE CREATED BY EXPANDING UPON THESE ROUTINES. //深圳市华胄科技有限公司 //the first date writed:2003-06-28 //email:gaoqiang@huazhoucn.com //by:tiger-/ / CODE THIS WAS DESIGNED TO DEMONSTRATE HOW THE SERIAL FM24C04/FM24C04A FRAM COULD / / INTERFACED TO BE THE 8051 MICROCONTROLLER. INTERFACE USES THE LINES 2 / / FROM PORT 2 (P2.7 AND P2.6) TO COMMUNICATE. / / SHOWN THE CODE DEMONSTRATES A RANDOM READ AND BYTE WRITE. THE OTHER * / / O646.55 OF OPERATION CAN BE CREATED BY EXPANDING UPON THESE ROUTINES. / / Shenzhen blood Technology Ltd. / / writed the first date :2003-06-28 / / email : gaoqiang@huazhoucn.com / / by : tiger
Platform: |
Size: 2306 |
Author: 崔敬军 |
Hits:
Description: 实现网上考试随机读取题库,快速方便,界面友好,功能强大-Web random read test questions, quickly and easily, friendly interface and powerful
Platform: |
Size: 838570 |
Author: bbq |
Hits:
Description: Visual C++ 入门、进阶、与应用
随机读写文件实例 可学习读写文件-Visual C entry, advanced with the application of random read and write documents examples will be able to learn reading and writing paper
Platform: |
Size: 20107 |
Author: 洒脱 |
Hits:
Description: 实现网上考试随机读取题库,快速方便,界面友好,功能强大-Web random read test questions, quickly and easily, friendly interface and powerful
Platform: |
Size: 838656 |
Author: bbq |
Hits:
Description: Visual C++ 入门、进阶、与应用
随机读写文件实例 可学习读写文件-Visual C entry, advanced with the application of random read and write documents examples will be able to learn reading and writing paper
Platform: |
Size: 19456 |
Author: 洒脱 |
Hits:
Description: 在噪声环境下语音信号的增强
语音信号为读入的声音文件
噪声为正态随机噪声-In the noisy environment of the enhanced voice signal voice signal for the read noise of the sound files for the normal random noise
Platform: |
Size: 1024 |
Author: 熊敏 |
Hits:
Description: 一个java关于随机读取一个文件的小程序。-A java random read a file on a small program.
Platform: |
Size: 1024 |
Author: 阿钦 |
Hits:
Description: 本程序为AT89C51单片机下语音芯片ISD2560的驱动程序,能够实现ISD2560中语音数据的随机读取。开发环境为Medwin。-This procedure for the AT89C51 single-chip voice chip ISD2560 under the driver can achieve ISD2560 voice data in a random read. Development environment for the Medwin.
Platform: |
Size: 1024 |
Author: Along Tuo |
Hits:
Description: K9F1208U0M 的ALE、CLE分别由DSP 的A1 和A0 控制。DSP的低8位数据线直接与闪存的I/O0-I/O7 相连,实现命令、地址和数据的传输; DSP的通用I/O口IOA2 接R/B,监测存储器的工作状态,当R/ B 处于低电平时,表示有编程、擦除或随机读操作正在进行;操作完成后, R/ B 会自动返回高电平。DSP的W E 、R D 分别接FLASH的W E 、R E , 控制读、写操作。CS2接闪存的片选线CE。-K9F1208U0M the ALE, CLE by the DSP-A1 and A0 control. DSP s low-8 data lines directly connected with the memory of I/O0-I/O7 to achieve order, address and data transmission DSP Universal I/O port IOA2 then R/B, monitoring the work of the state of memory, when R/B at a low level indicates that there are programming, erase or random read operation is ongoing to operate after the completion, R/B will automatically return to high level. DSP-WE, RD, respectively, then FLASH the WE, RE, control of reading and writing operations. CS2 access memory chip line selection CE.
Platform: |
Size: 2048 |
Author: 卢昌荣 |
Hits:
Description: 原来觉得文件的切割与合并好神秘,觉得能够写这样程序的人简直就是高手、老鸟之类的人了,呵呵。
现在我自己这么一写,才觉得是如此之简单,连我这都菜鸟都能够写(不过,还是花了我将近半天的时间,呵呵),看来只要是人都能够写了。
暂时不懂,没有关系,好好拿去看一下。主要涉及的知识也没有几个,无非就是文件输入输出流、随机文件的读写之类的。其它的就是循环,很简单的,有兴趣的就看看。-Think the original paper cutting and consolidation of a good mystery, feel able to write such procedures is simply a master,老鸟like people, huh, huh. So now I have to write one, only think it is so simple, even I have rookie will be able to write (although I still spent nearly half a day, huh, huh), it appears that as long as people are able to write. Temporarily do not know, there is no relationship, take a good look. Mainly related to the knowledge that few, nothing more than a document input and output streams, random read and write files like. The other is the circle, a very simple, interested to see.
Platform: |
Size: 3072 |
Author: 张伟峰 |
Hits:
Description: 判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方-Determine the random numbers for random read data, it is the primary source code, can be modified for other places
Platform: |
Size: 181248 |
Author: ycbs1986 |
Hits:
Description: timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。
TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.
XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.-timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.
Platform: |
Size: 249856 |
Author: maoyang |
Hits:
Description: 本程序用于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,24LC512-64K-128,读写数据均为8bits。
以上器件的格式为(型号-地址空间-页大小)不同器件的页大小不同,因此页写
程序需作相应修改,其他字节写,随机读以及顺序读程序均相同-This procedure for the MICROCHIP 24LC64 EEPROM read and write. This procedure does not use chips cascade way, please A0, A1, A2 pin to low level access. This procedure used IOC6 as SDA, IOC7 as SCL. Process address space available to the largest 64K: 24LC00-16-0, 24LC01-128-8, 24LC02-256-8, 24LC04-512-16, 24LC08-1K-16, 24LC16-2K-32, 24LC32-4K- 32,24 LC64-8K-32, 24LC128-16K-64, 24LC256-32K-64, 24LC512-64K-128, read and write data are 8bits. The format for the above device (Model- address space- page size) of different devices of different sizes of pages, so page written procedures need to be amended accordingly, and other bytes to write, random read and sequential read are the same procedures
Platform: |
Size: 2048 |
Author: david4193 |
Hits:
Description: dump系统所有的寄存器,并可随意读写这些寄存器-System dump all the registers, and random read and write these registers
Platform: |
Size: 3072 |
Author: xx |
Hits:
Description: 随机读写文件
写入5个学生记录,记录内容为学生姓名、学号、两科成绩。写入成功后,随机读取第三条记录,并用第二条记录替换。
-Random read and write document write five student records, records of the content for students name, student number, the two subjects. Write successful, random read a third record, and record a second replacement.
Platform: |
Size: 1024 |
Author: fant |
Hits:
Description: 在某一目录下创建文件,连续写,连续读,随机读,可以测试读写速度。-In a given directory create a file, for writing, for reading, random read, can read and write speed tests.
Platform: |
Size: 6605824 |
Author: zang |
Hits:
Description: 基于51单片机I2C总线及E2PROM多字节存储(page wirte)单个读(random read)-51 Based on the I2C bus and E2PROM single-chip multi-byte storage (page wirte) Reading a single (random read)
Platform: |
Size: 1024 |
Author: 邢云皓 |
Hits:
Description: 一款学习游戏,数据读取自数据库,随机从数据库读取数据并生成问答,答对了会祝贺,答错了会愚弄你,呵呵,有意思,可以从这个程序中学到随机读取数据等常用的一些知识点等。-A learning game, data read from the database, random read data from the database and generate questions and answers, the correct answer to the Council congratulated the wrong will fool you, huh, huh, interesting, can be learned from this process were used to read data knowledge points.
Platform: |
Size: 202752 |
Author: 968 |
Hits:
Description: nand flash 一款芯片的随机读写操作程序~~~~~~~已经试验验证过哦-random read and write nand flash
Platform: |
Size: 1024 |
Author: leelee |
Hits:
Description: Java编程实现读取随机文件代码Java programming code to read random files-Java programming code to read random files
Platform: |
Size: 1024 |
Author: liqing |
Hits:
« 12
3
4
5
6
7
8
9
10
...
14
»