-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41:32下载
- 积分:1
-
进程保护,包含整个的源代码以及示例程序的源代码!
进程保护,包含整个的源代码以及示例程序的源代码!-process protect
- 2022-07-12 06:56:49下载
- 积分:1
-
判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。...
判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。-judgment version of the operating system examples (convicted win98/nt/xp system). The cross-platform process very useful. Build unnecessary conditions, the procedure used if .. then found there.
- 2022-07-16 18:56:41下载
- 积分:1
-
操作系统课程设计_文件系统,附主要函数的流程图
操作系统课程设计_文件系统,附主要函数的流程图-courses on operating system design _ File System, with the main function of the flow chart
- 2022-07-28 02:10:20下载
- 积分:1
-
可以将个人编程资料和心得进行加密存储,Windows桌面管理,搜索机器上所有的自启动程序并任意增删,优化Windows的INTERNET参数,提供1950...
可以将个人编程资料和心得进行加密存储,Windows桌面管理,搜索机器上所有的自启动程序并任意增删,优化Windows的INTERNET参数,提供1950-2050年之间的公农历双向转化查询-programming can be personal information and experiences encrypted storage, Windows desktop management, search all the machines since the commencement of the proceedings and any additions, optimizing Windows INTERNET parameters for 1950-2050 between the Chinese public inquiries into two-way
- 2022-05-05 15:56:04下载
- 积分:1
-
显示键盘操作的消息内容
显示键盘操作的消息内容-keyboard operation showed the news content
- 2023-05-06 17:30:03下载
- 积分:1
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分:1
-
本为经典书籍VC案例教程的源码,内容含盖大量的应用,如图像处理、串行、信号等。...
本为经典书籍VC案例教程的源码,内容含盖大量的应用,如图像处理、串行、信号等。-The classic book for the VC case tutorial source, content covers a large number of applications such as image processing, serial, signals.
- 2022-02-03 01:16:40下载
- 积分:1
-
手写数字识别系统,VC++
手写数字识别系统.vcproj这是使用“应用程序向导”生成的 VC++ 项目的主项目文件。它包含有关生成文件的 Visual C++ 版本的信息,以及有关用“应用程序向导”所选择的平台、配置和项目功能的信息。手写数字识别系统.h这是应用程序的主头文件。它包含其他项目特定的头文件(包括 Resource.h),并声明CFigureApp 应用程序类。手写数字识别系统.cpp这是包含应用程序类 CFigureApp 的主应用程序源文件。手写数字识别系统.rc这是程序使用的所有 Microsoft Windows 资源的列表。 它包含存储在 RES 子目录中的图标、位图和光标。 可直接在 Microsoft Visual C++ 中编辑此文件。项目资源包含在 2052 中。
- 2022-11-23 10:15:03下载
- 积分:1
-
这是操作系统中内存分配的编程实验,是内存管理的编程。
这是操作系统中内存分配的编程实验,是内存管理的编程。-This is the Operating System memery distribution programme
- 2022-03-29 04:25:51下载
- 积分:1