Welcome![Sign In][Sign Up]
Location:
Search - creatfile

Search list

[GUI Develop获得USB设备句柄

Description: 我用VB写的应用程序,用的是68013芯片,驱动程序也已经安装好,并且操作系统已经能识别设备,可是应用程序用creatfile就是打不开设备,得不到设备句柄。-I use VB to write applications, using the 68013 chip, drivers have been installed, operating systems and equipment has the ability to recognize, but applications using creatfile is untapped equipment, equipment not handle.
Platform: | Size: 1164 | Author: 宁雨 | Hits:

[OS Developdfop

Description: 磁盘文件操作 已在磁盘上划分一定空间文件filesys.dat来模拟真实磁盘,现在要在该模拟磁盘中建立文件creatfile(),删除文件del(),创建目录md(),删除目录rd(),文件修改内容并保存edit(),上下级目录访问cd(),cd..(),cd\\(),文件复制copy(),这些函数怎么写啊?请大家帮帮忙!写好后可发到邮箱jsj5219@163.com 部分代码:-disk file operations are classified in a certain disk space filesys.dat paper to simulate real magnetic disk, it is now in the simulated disk established creatfile document (), delete the file del (), md build directory (), delete directory rd (), document and preserve the revision edit (), Thus directory cd (), ..(), cd cd \\ (), copy the copy () how to write these functions ah? Please help out! Not long after the mail jsj5219@163.com part of the code :
Platform: | Size: 2968 | Author: 龙龙 | Hits:

[Communication1201BOOSTCOMMV2.01

Description: 本代码为本人在做DSP某功能实验用的,上下位机通信,及烧写定植用的原代码,可以学习下这里的基本界面控件的使用和API关于creatfile等函数的使用,及成员函数调用线程的使用方法.
Platform: | Size: 51791 | Author: 曹智慧 | Hits:

[GUI Develop获得USB设备句柄

Description: 我用VB写的应用程序,用的是68013芯片,驱动程序也已经安装好,并且操作系统已经能识别设备,可是应用程序用creatfile就是打不开设备,得不到设备句柄。-I use VB to write applications, using the 68013 chip, drivers have been installed, operating systems and equipment has the ability to recognize, but applications using creatfile is untapped equipment, equipment not handle.
Platform: | Size: 1024 | Author: 宁雨 | Hits:

[OS Developdfop

Description: 磁盘文件操作 已在磁盘上划分一定空间文件filesys.dat来模拟真实磁盘,现在要在该模拟磁盘中建立文件creatfile(),删除文件del(),创建目录md(),删除目录rd(),文件修改内容并保存edit(),上下级目录访问cd(),cd..(),cd\(),文件复制copy(),这些函数怎么写啊?请大家帮帮忙!写好后可发到邮箱jsj5219@163.com 部分代码:-disk file operations are classified in a certain disk space filesys.dat paper to simulate real magnetic disk, it is now in the simulated disk established creatfile document (), delete the file del (), md build directory (), delete directory rd (), document and preserve the revision edit (), Thus directory cd (), ..(), cd cd \ (), copy the copy () how to write these functions ah? Please help out! Not long after the mail jsj5219@163.com part of the code :
Platform: | Size: 3072 | Author: 龙龙 | Hits:

[Communication1201BOOSTCOMMV2.01

Description: 本代码为本人在做DSP某功能实验用的,上下位机通信,及烧写定植用的原代码,可以学习下这里的基本界面控件的使用和API关于creatfile等函数的使用,及成员函数调用线程的使用方法.-The code for the DSP I do a functional test, the upper and lower machine communications, and colonization by the original programmer code, can learn here the basic interface under the control of the use and function API on creatfile such as the use, and members of function call the use of threads.
Platform: | Size: 1937408 | Author: 曹智慧 | Hits:

[Com PortSeriesPort

Description: 通过CreatFile SetupComm GetCommStat等API函数来创建一个串口传输程序-CreatFile SetupComm GetCommStat such as through the API function to create a serial transfer procedure
Platform: | Size: 3701760 | Author: jingyangw | Hits:

[VC/MFCDeviceIoControl

Description: 可以实现对CDROM,disk的各种操作,讲述DeviceIoControl函数的各种用法,creatfile,closehandle,getdisk,IOCTL-Can be achieved on the CDROM, disk of a variety of operations, DeviceIoControl function on a variety of usage, creatfile, closehandle, getdisk, IOCTL
Platform: | Size: 148480 | Author: 刘银平 | Hits:

[OS programcrashrpt_source

Description: 当程序异常时,产生rpt文件,里面包含出错信息.-program creatfile writed something which exception info
Platform: | Size: 366592 | Author: 郭谦 | Hits:

[Graph programcreatfile

Description: 在当前路径下创建一个文件,读者可以根据该思路改变路径和文件中内容。-In the current path to create a file, the reader can change the path of the ideas and contents of the document.
Platform: | Size: 1965056 | Author: wangweichao | Hits:

[VC/MFCcreatfile

Description: 这是我初学是自己写得,c++对文件进行添加内容,程序简单实用,对于初学者有帮助。-This is my own written beginner, c++ add content to the file, the program is simple and practical help for beginners.
Platform: | Size: 1024 | Author: 张雪林 | Hits:

[Communicationcreatfile

Description: 通讯函数中 creatfile的函数说明-Communication function creatfile description of the function
Platform: | Size: 1024 | Author: lzy | Hits:

[Internet-Networkcreatfile.c

Description: 在Linux生成一个任意大小的随机文本文件。包括大小写字符和数字。-Generating an arbitrary size in the Linux random text file. Including upper and lower case characters and numbers.
Platform: | Size: 1024 | Author: 周玉堂 | Hits:

[Windows DevelopCreatFile

Description: Visual C++ MFC 做的txt文本指定字符串提取。-Visual C++ MFC to do the specified string txt text extraction.
Platform: | Size: 27809792 | Author: 谢明 | Hits:

[Windows DevelopDelphi_230785

Description: 用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等 -With multi-threading technology Delphi API serial communication example, the application simply call API for read/write buffer operation can use some API functions, such as opening files CreatFile function, Setupcomm communication buffer settings daxiao ReadFile read serial operation wait
Platform: | Size: 7168 | Author: B4P56BE | Hits:

[Delphi VCLdelphiapithread

Description: 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communication using multi threading technology, applications only need to call API to read/write buffer operation, use the API function, such as CreatFile opens the file function, Setupcomm communication buffer filial ReadFile read the serial operation, of course also uses many function. In addition to use the API function, but also used a DCB device control block, this example only for API serial communication basic introduction, so program code are not too complicated design, only to create some new projects for form forms increased a few lines of code.
Platform: | Size: 7168 | Author: wpudn45 | Hits:

[Hook apiDesktop

Description: creatfile hooking c++ wih source
Platform: | Size: 4005888 | Author: shit | Hits:

[Windows DevelopcreatFile

Description: 使用C/C++函数获取当前系统时间并以当前系统时间为名称创建文档(Use the C/C++ function to obtain the current system time and create the document with the name of the current system time)
Platform: | Size: 11728896 | Author: SmallFire | Hits:

CodeBus www.codebus.net