-
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作...
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作-The operation of the registry, ini file for the operation, from the dialog box to read the contents of the documents within the operation of
- 2023-04-20 02:45:03下载
- 积分:1
-
非常好的人力资源管理(计划),
很好的vc人才管理,采用vc6.0开发,是文档视图模式,界面很漂亮。数据库采用ODBC连接/-very good human resource management (program),
developed in vc6.0, document-view mode, pretty user interface.
ODBC was used to connect to the database
- 2022-07-19 09:36:47下载
- 积分:1
-
在VC中使用nntoolkit工具箱
1、 安装和注册nnToolKit组件
参见神经网络组件《nnToolKit安装手册》。
2、 导入nn...
在VC中使用nntoolkit工具箱
1、 安装和注册nnToolKit组件
参见神经网络组件《nnToolKit安装手册》。
2、 导入nnToolKit组件
新建一个MFC AppWizard[exe]工程后,导入nnToolKit
使用MFC ClassWizard,添加一个新类,选择From a type of library,
在弹出的对话框中选中nnToolKit.dll
确定后,可以在workspace中发现类InnToolKit
(本例中采用自动化方法来使用COM,)
-in VC nntoolkit use a toolbox, installation and registration nnToolKit components See neural network components "nnToolKit installation manual." 2. nnToolKit components into a new MFC AppWizard [exe] works, Introduction nnToolKit use MFC ClassWizard, add a new category, From choice of a type of library, in the pop-up dialog box selected nnToolKit.dll identified, can be found in the workspace InnToolKit category (in this case the use of automated means to use COM,)
- 2023-05-02 00:50:02下载
- 积分:1
-
目录下的文件监控,当发现文件有改动时,程序自动备份文件。...
目录下的文件监控,当发现文件有改动时,程序自动备份文件。-directories under the control documents when changes to documents are found, the program automatically backup files.
- 2022-02-28 17:09:49下载
- 积分:1
-
合并mdb数据库的程序
通过该程序,可以将多个相同数据结构的access数据库合并在一起。以方便用户的数据库综合。
- 2022-03-26 10:19:30下载
- 积分:1
-
c 遥控引爆
C:DXSDKInclude
C:DXSDKSAMPLESC + + DIRECTSHOWBASECLASSES
C:DXSDKSAMPLESC + + COMMONINCLUDE
C:DXSDKLib
C:DXSDKSAMPLESC + + DIRECTSHOWBASECLASSESDEBUG
4) 在编译你工程前,在ProjectSettingLink 中加入 strmbasd.lib uuid.lib winmm.lib
http://www.codeguru.com/cpp/w-p/win32/messagebox/article.php/c10873/MessageBox-with-Custom-Button-Caption
- 2022-08-19 08:04:22下载
- 积分:1
-
学生信息系统
学生可在该系统注册 登录 修改自己的信息 并且可以上传简历和照片以及下载信息
- 2022-11-24 22:35:04下载
- 积分:1
-
key.rar WindowsXP _
WindowsXP_Key.rar
- 2023-04-23 15:35:03下载
- 积分:1
-
电压扰动分析数据采集部分
这是基于labview的电压扰动分析数据采集部分的程序框图,是一个完整的采集部分,很不错,希望大家采用哦!希望对大家有所帮助,后期有什么不会的问题也可以留言哦
- 2022-01-22 11:07:13下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1