搜索资源列表
e00compr-0.5.tar
- GIS相关工具,可以读写压缩的e00文件-GIS tools that can read and write file compression e00
cdd
- 用cmd脚本编的“吃豆豆”游戏,有文件读取、写入,数字、字母转换等操作,可做参考-Eat Peas games, compiled with the cmd scr ipt file read, write, numbers, letters, conversion operations, do
pdll
- BCB编写控制软件Provade读写s7300数据的程序 经调试后通过 主要用于300和上位机数据交换量不大 通讯实时性要求不高的场所-BCB prepared Provade control software to read and write data s7300 procedures adopted by the debugging mainly for 300 and PC data communications in real-time exchange capacity of not
RegReadWrite
- 一个基于对话框的存取注册表的例子程序,在对话框实现注册表的读写操作。-Access to a dialog based on the example of the registry process, in the dialog box to read and write operations to achieve registry.
ezutf_src
- This is a software for read/write text to file. It supports multiple character encoding and very efficient when reading/writing.
MyVcMatDemos
- 自己编的一些Vc与Matlab混合编程的例子,全部调试通过,实现的功能主要是图像的读写,处理的常用操作。-Vc compiled some of their own mixed programming with Matlab examples, all debugging through to achieve the main function is to read and write images to deal with the common operations.
file_to_struct
- 用c语言写的将结构体写入文件,在从文件中读出-write struct to file and then read it form file,this file was write with c
preprocessor
- Handling preprocessor directives. Write a program that processes a preprocessor directive in the file containing the program in C. Should properly handle the directive # include, # define, # ifdef and ifndef. In the implementation of # de
code
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
biosID
- Read or Write Bios for DOS environment。-Read or Write Bios for DOS environment,Function is used modify BIOS Function item。
D-Garrage
- The header file describes functions that manage the read/write functionality of the program. It is basically a software that stores vehicles (Cars, buses and bikes) as the go in to a garage and out of the garage. It also calculates the aggregate weig
Address-book
- 这是一个用C语言写的通讯录:它包括输入记录、删除记录、插入记录、记录保存文件、从文件中读取记录等。-This is a C language to write the address book: it includes input records, delete records, insert record, recording save the file, read the records from a file.
win32-readwrite-txt-file
- 基于Visual C++ Win32 控制台的程序,实现从txt文本文件中读取以及写入数据的功能-Based on the Visual C++ Win32 Console program, read and write data from txt text file
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
20120606
- 实现IC卡的读写操作。常见IC卡的数据读写操作,可以作为一个例子进行练习,当做学习的好资料。-IC Card Read and Write
lua-5.2.1.tar
- lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
ji-yu-VCPP-de-lian-biao-shi-yong
- 本例程是基于VC++设计,能实现链表直接的互相操作;能直接控制链表的读写操作-This routine is based on VC++ design can achieve the linked list directly interoperable able to directly control the linked list of read and write operations
read-and-write
- 简单的读写操作,使用fstream,适用于初学者-Simple read and write operation
Read_Write_Data_from_or_into_a_file_PC
- An example of establishing communication between siemens HMI and PC. HMI project has been attached here alonmg with vb project. Communication medium is MPI. Data is read/write through VB user form into siemens PLC.
ext2_gx
- 仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some