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

Search list

[Windows Developlesson12

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-mfc
Platform: | Size: 59392 | Author: 玄一 | Hits:

[Com Portvc_com_api

Description: 串口设置 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞-com set   HANDLE CreateFile( LPCTSTR lpFileName,   DWORD dwDesiredAccess,   DWORD dwShareMode,   LPSECURITY_ATTRIBUTES lpSecurityAttributes,   DWORD dwCreationDistribution,   DWORD dwFlagsAndAttributes,   HANDLE hTemplateFile)
Platform: | Size: 106496 | Author: mmmm | Hits:

[SCMUART_HAO

Description: VC原程序,实现与51单片机的串行通信,能完成数据的收发,通过修改波特率可用于其他可编程器件的通信功能。-VC of the original program to realize the serial communication with the MCU 51, to complete the send and receive data, by modifying the programmable baud rate can be used for other communication devices.
Platform: | Size: 1926144 | Author: 张海如 | Hits:

[Windows DevelopCode

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-Const char* and* char const difference. C language to document the FILE pointer support, reading and writing Text files and binary files difference. Use text reading files and by way of reading and writing files binary mode matters needing attention. C++ to file reading and writing support, ofstream and ifstream usage. Win32 SDK for files, speaking, reading and writing CreateFile function, support, retrieve the use function, ReadFile function, MFC to file reading CFile classes and support, the use of CFileDialog, file filter Settings. Win. Ini file and registry of reading and writing mode and related knowledge.
Platform: | Size: 38912 | Author: 田海龙 | Hits:

[OS programlockCDrom

Description: 锁定光驱,使光驱的按钮不再起作用,可以解锁。防止小孩子淘气的小程序。使用了api函数DeviceIoControl,GetDriveType ,CreateFile等。代码简单,中文界面、注释-Lock drive, so drive the button no longer works, you can unlock. Prevent children naughty little program. Using the api function DeviceIoControl, GetDriveType, CreateFile and so on. Code simple, Chinese interface, comments
Platform: | Size: 2533376 | Author: wanghongwu | Hits:

[VC/MFCVC

Description: 文件操作是应用程序最为基本的功能之一,Win32 API 和 MFC 均提供有支持文件处理的函数 和类,常用的有 Win32 API 的 CreateFile()、WriteFile()、ReadFile()和 MFC 提供的 CFile 类 等。一般来说,以上这些函数可以满足大多数场合的要求,但是对于某些特殊应用领域所需要的 动辄几十 GB、几百 GB、乃至几 TB 的海量存储,再以通常的文件处理方法进行处理显然是行不通 的。目前,对于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将 针对这种 Windows 核心编程技术展开讨论。 -File operations is the application one of the most basic function, Win32 API and MFC are providing support for document processing functions and classes, commonly used in the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile class provides and so on. In general, these functions can satisfy the requirements of most situations, but for some special applications frequently need several GB, hundreds of GB, and even a few TB of mass storage, then the usual method of dealing with file handling obviously does not work. Currently, for the general operation of such large files is the way memory mapped files to be processed, this article will focus on the following Windows core programming techniques such discussions.
Platform: | Size: 211968 | Author: chenjun | Hits:

[Browser Clientwebbrowser

Description: PB调用Microsoft web browser control使用方法-Webbrowser This program shows how to use the . It uses the Web Browser control s Design Mode to allow you to easily create HTML documents. Click here to download the PowerBuilder sample: WEBBROWSER.ZIP Win API Functions used: CloseHandle CreateFile GetDesktopWindow ReadFile ShellExecute
Platform: | Size: 233472 | Author: altob | Hits:

[Windows Developlesson-2

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-Const char* and char* const difference. C language to document the FILE pointer support, reading and writing Text and binary files difference. Use text reading documents and way of reading and writing documents with binary mode matters needing attention. C++ to file the support, ofstream and reading ifstream usage. Reading to file Win32 SDK support, CreateFile function, retrieve the use of functions, ReadFile function To file the support of ordinary MFC reading class and the CFile CFileDialog, use, file filter Settings. Win. Ini file and registry literacy methods and relevant knowledge.
Platform: | Size: 61440 | Author: hunter | Hits:

[Com PortSerial_Test

Description: TQ2440开发板上串口通信程序 应用程序通过Createfile打开设备,用readfile和writefile实现读写串口-Serial Communication TQ2440 development board applications through Createfile to open the device with read and write serial port readfile and writefile to achieve
Platform: | Size: 4034560 | Author: | Hits:

[File OperateFile

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const difference. C language support to read and write files, FILE pointer text files and binary files the difference. Read and write files in text mode and read and write files in binary mode considerations. C++ support for file reading and writing, ofstream, and ifstream usage. Win32 SDK support for file reading and writing, CreateFile function, WriteFile function, ReadFile function is used MFC support for file reading and writing, CFile class and the CFileDialog use, the file filter settings. win.ini file and registry and knowledge of reading and writing points.
Platform: | Size: 36864 | Author: sd | Hits:

[CSharpC_Sharp_Ripper

Description: This code shows a way to make a CD ripper in C#. There are APIs from some vendors that allow reading audio CD tracks but it is also possible to do it using APIs that allow low level access to CD drives such as ASPI from Adaptec or IOCTL control codes. The latter method is used in this case, because there is no need to install any third party software, it is completely covered by Win32 API functions (CreateFile, CloseHandle, DeviceIoControl, GetDriveType).
Platform: | Size: 40960 | Author: raport11 | Hits:

[Driver DevelopSSDT-Hook-Driver-and-mfc-interface

Description: HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
Platform: | Size: 11134976 | Author: yangzhe | Hits:

[Driver DevelopMyPortIo

Description: 想在用户态应用程序中实现I/O读写,直接存取硬件,可以通过编写驱动程序,实现CreateFile、CloseHandle、 DeviceIOControl、ReadFile、WriteFile等功能。从Windows 2000开始,引入WDM核心态驱动程序的概念。-windows io program visual c++
Platform: | Size: 46080 | Author: liyf1234 | Hits:

[Hook api360

Description: 隐私监视器。其中挂钩比较简单,进程通信稍有难度。里面挂钩了CreateFile。-Privacy Monitor. Which the hook is relatively simple, the process of communication a little more difficult. The inside hook CreateFile.
Platform: | Size: 252928 | Author: 赵虹权 | Hits:

[AlgorithmCreateFile

Description: this support program that used to create mat file from image file. These files will be used to assist image processing.-this is support program that used to create mat file from image file. These files will be used to assist image processing.
Platform: | Size: 2048 | Author: zabrina | Hits:

[OS programProcComm

Description: 自己写的进程通讯类,用起来很方便的,用CreateFile创建一个名字,然后用CreateView创建视图,返回的指针就是进程通讯的数据区。-Process communications class to write their own, with very convenient CreateFile to create a name, and then create a view with CreateView returned pointer is to process the data communications area.
Platform: | Size: 1024 | Author: 王小强 | Hits:

[Program docVC-MSCOMM

Description: 主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置串口属性的实例.-Introduces CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance.
Platform: | Size: 140288 | Author: 王元双 | Hits:

[VC/MFCVC_MFC-Sample1

Description: Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答. -Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.
Platform: | Size: 140288 | Author: bobjeey | Hits:

[Hook apihook-api

Description: 对Windows系统API,包括RegCreateKeyEx、RegSetValueEx、RegDeleteKey、RegDeleteValue、CreateFile等进行hook,并将相关信息记录下来,适宜初学者学习使用。-On Windows system API, including RegCreateKeyEx, RegSetValueEx, RegDeleteKey, RegDeleteValue, CreateFile, hook, and relevant information will be recorded, suitable for beginners learning to use.
Platform: | Size: 96256 | Author: huzhi | Hits:

[Hook apiEasyHook-2.7.4761.0-Source

Description: .NET下的HOOK库。可以全局HOOK API函数。包中的例子是HOOK CreateFile函数。-The. NET HOOK library. Globally HOOK API functions. The example pack HOOK CreateFile function.
Platform: | Size: 369664 | Author: 鬼蝶 | Hits:
« 1 2 3 4 5 67 8 »

CodeBus www.codebus.net