-
C++的ppt讲义,以及一些实例,是学习C++很好的材料
C++的ppt讲义,以及一些实例,是学习C++很好的材料-C++ The ppt lectures, as well as some examples of learning C++ Good material
- 2022-02-25 17:09:29下载
- 积分:1
-
code to achieve the common computing functions of the calculator. Operators can...
本代码实现普通计算器的计算功能。可以做+,-,*,/运算,是在PB10环境下测试通过的。-code to achieve the common computing functions of the calculator. Operators can do ,-,*,/ is PB10 environment of the test.
- 2023-02-18 20:05:03下载
- 积分:1
-
Free Source Code for harris corner detector
Matlab实现Harris角点检测源代码
这个matl...
Free Source Code for harris corner detector
Matlab实现Harris角点检测源代码
这个matlab程序可以计算并在原图像上绘制Harris角点.
-Free Source Code for harris corner detector Matlab realization of Harris corner detection matlab source code for this program can calculate and draw in the original image, Harris corner.
- 2022-06-19 23:08:35下载
- 积分:1
-
The joint compilation tools IncrediBuild3.4 time trial reset tools
联合编译工具IncrediBuild3.4的试用时间复位的工具-The joint compilation tools IncrediBuild3.4 time trial reset tools
- 2022-03-16 10:02:44下载
- 积分:1
-
下载的视频文件
这是从相机捕获视频的文件并显示和它会执行一些音频功能方面的需求,我们可以看到任何类型的视频从任何地方用于捕获,它将支持所有类型的像 h264 和 v264 的视频编解码器
- 2022-06-30 09:05:55下载
- 积分:1
-
simulation for chemo
simulation for chemo-taxi, the movement of bacteria towards higher
concentration of food based on biased random walk.
- 2022-05-22 06:19:30下载
- 积分:1
-
peak模拟编程
peak模拟编程-peak Simulation Programming
- 2022-06-15 02:44:28下载
- 积分:1
-
打开一个给定视频,有一个进度条能够控制视频的播放进度,进度条的单位为帧数。
打开一个视频,计算视频的帧数,有一个进度条,以帧数为单位进行播放的调整。
- 2022-03-03 12:25:11下载
- 积分:1
-
用作查看windows变成源码的工具,比起vc界面更易于读代码,请大家共享之...
用作查看windows变成源码的工具,比起vc界面更易于读代码,请大家共享之-a tool for viewing codes, which was superior than vc
- 2022-07-25 22:09:38下载
- 积分:1
-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1