-
用c写的一个分割文件的源程序,写的不错,注析完整。
用c写的一个分割文件的源程序,写的不错,注析完整。-written with a separate source of the documents, written in good, Note On integrity.
- 2022-02-06 11:05:06下载
- 积分:1
-
xmlparser using MSXML library
用微软的MSXML库,对xml文件进行解析-xmlparser using MSXML library
- 2023-03-14 21:55:04下载
- 积分:1
-
功能强大的2d地图编辑器,本资源版权归作者所有
功能强大的2d地图编辑器,本资源版权归作者所有-2d map editor
- 2022-08-25 19:23:31下载
- 积分:1
-
采用C#开发语言,使用API应用程序接口函数,实现视频监控功能,包含录制视频,视频拍照等功能。
采用C#开发语言,使用API应用程序接口函数,实现视频监控功能,包含录制视频,视频拍照等功能。
- 2022-12-14 08:00:03下载
- 积分:1
-
猴子选大王,用c++编写的。输入猴子的数目,然后可以选出其中的猴王。...
猴子选大王,用c++编写的。输入猴子的数目,然后可以选出其中的猴王。-Elected king of the monkeys with c++ Prepared. Enter the number of monkeys, which can then be elected King.
- 2022-01-25 14:09:06下载
- 积分:1
-
wince下的sqlite数据库,简单,小,高效。
wince下的sqlite数据库,简单,小,高效。-wince under the sqlite database, simple, small and efficient.
- 2022-03-19 12:46:16下载
- 积分:1
-
控件移动和改变大小(类)
控件移动和改变大小(类),网上获取思路后做了相应修改。最终封装成独立的类。可以直接调用。
- 2022-06-12 13:38:50下载
- 积分:1
-
先端多态EXE保护用FASM和CSharp
先端Cryptor是一个多态的exe保护工具。存根用FASM和支持runpe。而建筑是用C写的#。它还包括一个相对现实的垃圾代码生成器,被另一组29创建。总的来说这是一个更好的开源保护工具。
- 2022-11-18 12:00:06下载
- 积分:1
-
在线购物车
这在线购物车系统的用户可以使用所有 servlet 概念而且可以购买通过在线项目。基于您的源代码和说明的质量。低质量、 重复的代码或描述的穷人将被删除。
- 2022-05-25 22:03:09下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1