-
ftp source tools
ftp工具的源代码-ftp source tools
- 2022-03-19 00:46:07下载
- 积分:1
-
自动取款机源码
自动赚钱机源码 for delphi-automatic money machine source for delphi
- 2023-03-21 18:15:04下载
- 积分:1
-
模拟信号发生器 labview程序
模拟信号发生器 labview程序-Analog signal generator
- 2022-02-19 21:48:38下载
- 积分:1
-
C++开发的算平均值,残差,标准偏差,和总不确定度
C++开发的算平均值,残差,标准偏差,和总不确定度
-C development numerical average, residuals, standard deviation, and the total uncertainty
- 2022-03-10 12:14:16下载
- 积分:1
-
这是一个截图的C++程序,您可以将获得图片保存为多种格式!
这是一个截图的C++程序,您可以将获得图片保存为多种格式!-This is a screenshot of the C++ Procedures, you can save the picture will be given for a variety of formats!
- 2022-12-14 21:45:03下载
- 积分:1
-
windows系统下实时代码,可以进行底层硬件的实时操作
windows系统下实时代码,可以进行底层硬件的实时操作-windows system real-time code that can be the underlying hardware real-time operation
- 2022-02-24 20:28:51下载
- 积分:1
-
This document contains details about image enhancement techniques,spatial domain...
This document contains details about image enhancement techniques,spatial domain,frequency domain mathods.image stretching ,contrast slicing,sample codes , and some outputs are also included.
- 2022-07-07 23:19:26下载
- 积分:1
-
on a netghost
一个关于netghost-on a netghost
- 2023-01-08 03:30:05下载
- 积分:1
-
目的:
试验多核CPU上排序算法的效率,比较单任务和多任务并行排序算法的差距
内容:
快速排序算法...
目的:
试验多核CPU上排序算法的效率,比较单任务和多任务并行排序算法的差距
内容:
快速排序算法
-Objective: To test multi-core CPU on the efficiency of sorting algorithm to compare single-mission and multi-mission of the gap between the parallel sorting algorithms Content: Quick Sort Algorithm
- 2022-02-13 04:05:26下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1