-
在“浅析VC与Matlab联合编程(一)”中简单介绍了VC与matcom的接口编程,实现了VC调用matcom的一个基本功能,要真正熟练使用接口编程,还要对函数...
在“浅析VC与Matlab联合编程(一)”中简单介绍了VC与matcom的接口编程,实现了VC调用matcom的一个基本功能,要真正熟练使用接口编程,还要对函数调用有一定了解。本文通过一个实例,较详细的介绍如何在VC中调用matcom编译后的函数。-The port program of VC and matcom is simplely introduced in the book-brief analysis of VC and Matlab combination program (part one), a basic function by using VC calling matcom can be achieved. But if you want to truly master the port program you must have some comprehension of the calling of function.That how to call the function after matcom compilation is related in detail by an example in this paper.
- 2022-05-13 15:36:25下载
- 积分:1
-
端口扫描器C语言源代码,初学者可以参考一下
端口扫描器C语言源代码,初学者可以参考一下-Port scanner C language source code for reference for beginners
- 2022-04-07 00:17:08下载
- 积分:1
-
With VC (MFC) prepared Tetris game
用VC(MFC)编写的俄罗斯方块游戏源码程序,经本人测试程序可以运行。共编程爱好者交流使用-With VC (MFC) prepared Tetris game-source process, as I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2022-12-02 00:05:03下载
- 积分:1
-
一个LSP程序,支持UNICODE,属于socket底层,与系统的安全有关,本例中实现HTTP协议的转译...
一个LSP程序,支持UNICODE,属于socket底层,与系统的安全有关,本例中实现HTTP协议的转译-LSP application,translating HTTP to a object you want.
- 2022-02-16 08:00:39下载
- 积分:1
-
该过程利用了windows gdi+ 可实现文件格式转换。
该过程利用了windows gdi+ 可实现文件格式转换。-The process of using the windows gdi+ file format conversion can be achieved.
- 2023-09-04 19:55:03下载
- 积分:1
-
WINCE下,s3c2440 bootloader
WINCE下,s3c2440 bootloader-WINCE under, s3c2440 bootloader
- 2022-02-15 18:53:34下载
- 积分:1
-
BMP查看器
bmp viewer
- 2022-03-21 17:37:10下载
- 积分:1
-
flow shop broject
旅行商问题(TSP)提出了以下问题:给定一个城市列表和每对城市之间的距离,哪条最短的路线可以精确地访问每个城市一次并返回出发城市?它是组合优化中的一个NP难问题,在组合优化中占有重要地位;
- 2022-11-30 06:30:04下载
- 积分:1
-
VC++多线程编程实例集锦,很多多线程编程的例子
VC++多线程编程实例集锦,很多多线程编程的例子-VC++ examples of multi-threaded programming highlights many examples of multi-threaded programming
- 2022-05-31 06:11:25下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1