-
演示了MFC 对office文件(word,excel,powerpooint等)的操作,功能详尽,能直接在该系统中对office文件中的图表,文字,幻灯片进行...
演示了MFC 对office文件(word,excel,powerpooint等)的操作,功能详尽,能直接在该系统中对office文件中的图表,文字,幻灯片进行修改。-MFC demonstrated for office documents (word, excel, powerpooint, etc.) operation, function and detailed, can be directly in the system files on the office charts, text, slides, be made.
- 2023-04-15 15:40:04下载
- 积分:1
-
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
- 2023-02-08 18:20:04下载
- 积分:1
-
Volume Manipulation Classes 操纵音量的类
Volume Manipulation Classes 操纵音量的类-Volume Manipulation manipulation of the volume category
- 2023-06-23 06:30:05下载
- 积分:1
-
An example of layer 3, respectively, to connect mdb, sqlserver, oracle
一个3层结构的例子,分别可连接mdb,sqlserver,oracle-An example of layer 3, respectively, to connect mdb, sqlserver, oracle
- 2022-07-02 04:53:18下载
- 积分:1
-
设备管理系统(SQL体验版),,,,哎,,,传嘛,,,,我要分啊 ,网站是好网站,为什么 要传这么多呢...
设备管理系统(SQL体验版),,,,哎,,,传嘛,,,,我要分啊 ,网站是好网站,为什么 要传这么多呢-Equipment Management System (SQL experience version ),,,, hey,,, Chuan-do,,,, I am going to ah, the site is good site, why do so many Chuan
- 2022-03-15 12:04:33下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
The Stern
The Stern-Brocot Number System
The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where
m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m/n where
m and n are relatively prime.
- 2023-06-15 20:30:03下载
- 积分:1
-
SQLSever 数据库贴付机工具 (SQLServer 2000 年)
SQLSever 数据库贴付机是 sqlserver 2000 贴付机数据库文件 (包括日志文件)。它使用 C# 作为编程语言,可以创建,修饰和在 VS 2013 IDE 中进行编译。geneally 说,它可以用作 auxilury 工具附加 DB 文件为安装程序向导。它支持两种类型的连接方法包括 windows 系统授权和数据库用户登录在 (与有效的密码)。
- 2022-02-24 09:34:49下载
- 积分:1
-
ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^...
ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^ -ApiHook code (vc Bundles code version), there are several classic examples apihook not to miss yo! ^ _ ^
- 2022-07-21 14:19:12下载
- 积分:1
-
查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h"
如果是使用MFC的程序删掉#de...
查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h"
如果是使用MFC的程序删掉#define new DEBUG_NEW一行,在MemoryMgr.cpp里最上边加上#include "stdafx.h"就可以了。结果会保存在MemoryLeakLog.txt里-See the class memory leaks, use the method: the two files added to the project, the testing needs to be done in the document together with the# include " MemoryMgr.h" If the procedure is to use the MFC deleted# define new DEBUG_NEW line, MemoryMgr. cpp with the most top# include " stdafx.h" on it. Results will be stored in MemoryLeakLog.txt Lane
- 2022-03-25 17:15:42下载
- 积分:1