搜索资源列表
coursedesign-DataStructure
- 包含8个文件:type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c-contains eight documents : type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c
ReadHddSector
- 直接读写硬盘扇区, 只要是通过CreateFile与ReadFile函数实现 而这个只是一个简单的例子
MFCtest12Code
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
readfile
- 此头文件可用于读取ini格式的文件的数据,让你的程序可以使用ini作为配置文件-This header file can be used to read data from ini file format, so your program can use the ini files as configuration.
readfile
- IPHONE 向应用沙盒里写图片保存 并读图片 以及删除图片demo-failed to translate
readfile
- 实现文件的读取,读取文件中指定行与列的数据-Implementation file read, reads the specified row and column data
delphiapithread
- 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica
Td-psolaPitchDuration
- 使用TD-PSOLA(td-psola、psola)算法,做了一个语音合成,实现语音声调的变调,时长的变化等功能。参考praat源码,提取出其合成方法,效果不错。需要提供pitchtier、durationtier、pointprocess等准换信息文本(可由praat产生)供readfile函数读入-Use TD-PSOLA (TD-PSOLA, PSOLA algorithm, made a speech synthesis, speech tone tone sandhi, long-te
ReadFile
- 磁盘扇区的读写程序,从而完成一次完整的磁盘扇区数据访问操作-Disk sector read and write procedures, thus completing a full disk sector data access operations
易语言拦截文件读写源码
- 易语言拦截文件读写源码 .版本 2 拦截CreateFileA = 取函数地址 (取模块句柄 (“kernel32”), “CreateFileA”) 拦截GetFileSize = 取函数地址 (取模块句柄 (“kernel32”), “GetFileSize”) 拦截ReadFile = 取函数地址 (取模块句柄 (“kernel32”), “ReadFile”) 拦截SetFilePointer = 取函数地址 (取模块句柄 (“kernel32”), “SetFilePoi