搜索资源列表
股票格式文档
- 数据结构共分三个结构体: 1. 开始部分,存放一些全局数据的结构体(共24个字节) 由0x00 - 0x17开始 起止地址 数据内容 数据含义 数据类型 00 - 03 F4 9B 13 FC 日线文件标志 Integer 04 - 07 10 02 00 00 保留 Integer 08 - 0B 00 00 00 00 保留 Integer 0C - 0F D1 04 00 00 证券总数 Integer 10 - 13 81 0C 00 00 需添加之起始块号 Integer 就是文件的最
OpenDWGreadAutoCAD
- 深度解析DWG的文件结构,可以脱离CAD平台,读取DWG文件,也可以写DWG文件,是一个不错的好-DWG file structure depth analysis can be from the CAD platform, read DWG files, you can also write DWG files, is a good good stuff
LibTiff-Introduce
- 总结的使用LibTiff库函数进行TIFF格式文件读写的资料,看完后对lib的使用能有基本的了解-Summary of the TIFF format file read and write using the LibTiff library functions, after reading a basic understanding of the use of the lib
ntfsDocment
- 中文的NTFS文件系统结构说明文档,根据这份文档,基本可以编写出ntfs的读写代码了-English NTFS file system structure of the documentation, in accordance with this document, which can be prepared to read and write ntfs code
PV
- 读者写者问题,共享原则如下:1、读/写互斥访问;2、写/写互斥访问;3、允许多个读者同时对文件进行访问。-semaphore rmutex=1,rwmutex=1 int count=0 Cobegin reader: writer:
xml_gbook
- ASP读写XML文件留言本-ASP Guestbook to read and write XML documents
PE_Tutorial
- PE+Tutorial,国外大牛写的很好的pe文件格式,英文的-PE+ Tutorial, written by large foreign cattle a good pe file format, in English
readVSwrite
- 在一个控件里面读写TXT文件,类似电子书的功能-Read and write in TXT file inside a control, similar to the function of e-books
file
- 模拟文件目录系统,用C++写的,实现对文件目录的管理-FILE SYSTEM
VC-Read-and-write-file(.TXT).doc
- 文档给出了在VC编程环境下的各种读写文件的源代码,可作为读写日志程序的参考文档。-Documents given in the VC programming environment to read and write files of various source code, read and write log program can be used as a reference document.
VC2005_ADO_Excel2007_demo
- VC2005利用ADO读Excel2007文件示例 1建立基于对话框的MFC程序 2引入库文件 3在对话框中的确定按钮上添加响应事件OnBnClickedOk() 4在事件OnBnClickedOk()中写代码 -VC2005 read Excel2007 file using ADO Example 1 MFC dialog-based program established to introduce library 2 3 OK button in the dialog
CSVfileClassification
- C++控制台程序,实现对CSV文件的读写,并对读取的数据进行分类汇总(以水果分类为例),分类结果写入CSV文件。程序结构清晰。-C++ console program, the CSV file read and write, and data subtotals (fruit classification) classification writes the results to a CSV file. The program structure is clear.
MCU_1035
- SD卡文件系统FAT32 SD卡文件读写移植-SD card file system is FAT32 SD card file read and write transplant
wt
- 文章/文档 [展开所有目录] [建议增加分类] (重要) 您上传的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存在
51-cap
- 基于AT89C51单片机和555芯片构成的多谐振荡电路设计一电容测量电路,这种测量方法主要是通过一块555芯片来测量电容大小。让555芯片工作在直接反馈无稳态的状态下,555芯片输出一定频率的方波,其频率的大小跟被测量的电容之间的关系是:f=0.772/(R*Cx) ,固定R的大小,其公式就可以写为:f=k/Cx,只要能够测量出555芯片输出的频率,就可以计算出测量的电容。计算频率的方法可以利用单片机的计数器T0和中断INT0配合使用来进行测量。 文件内含有proteus工程及keil工程建
exam060
- C语言实现随机存取数据,借助于fseek()函数可以设置文件的位置,再使用C的I/O系统便可以完成随机读写操作-C language random access data by means fseek () function can set the location of the file, using C, I/O system can complete random read and write operations
AutoCADPDXF_References
- AutoCad 关于DXF文件的官方详细说明,有助于对DXF文件格式的读写编程。-AutoCad DXF files official detailed programming helps to read and write DXF file formats.
Read-and-write-operations-to-files
- 在本地建立一个txt文档,该程序用于对该文件实行读写操作,对理解读写互斥、写写互斥很有帮助。-Setting up a txt document locally, the procedures used for the implementation of read and write operations.
write-and-reader-priority
- (1)任意多的读进程可以同时读这个文件; (2)一次只允许一个写进程往文件中写; (3)如果一个写进程正在往文件中写,禁止任何读进程或写进程访问文件; (4)写进程执行写操作前,应让已有的写者或读者全部退出。这说明当有读者在读文件时不允许写者写文件。-(A) any number of reading processes can simultaneously read the file (2) allows only one process to write the file to
test
- 这是一份介绍如何用C语言读写SGY格式的地震数据文件的文档,内容很详细,含元代码-This is a how to use C language to read and write SGY seismic data file format documents, the content is very detailed, including element code