-
数据挖掘领域经典:数据挖掘中10个最挑战的问题
数据挖掘领域经典:数据挖掘中10个最挑战的问题-Classic areas of data mining: data mining 10 most challenging problems
- 2022-10-21 18:05:04下载
- 积分:1
-
两个简单的字符串拷贝的程序
两个简单的字符串拷贝的程序-two simple string copy procedures
- 2022-07-12 14:54:04下载
- 积分:1
-
一个很好用的汉字字模提取软件,还可以提取图形的码
一个很好用的汉字字模提取软件,还可以提取图形的码-A good character font used in extracting the software, you can also extract the graphics code
- 2023-04-04 06:25:04下载
- 积分:1
-
FTP客户端开发,windows server ftp服务器的客户端开发,软件开发,(百度云连接下载测试使用)https://pan.baidu.com/s/1mhTMgCK
百度云共享:https://pan.baidu.com/s/1mhTMgCK,本软件是FTP客户端软件,是与windows server通讯的软件,具有下载,上传,删除,重命名文件功能。本代码冗余少,规范清晰,里面包含多线程技术的使用,托盘技术的实现,按钮自绘技术等等.
- 2022-02-24 10:27:47下载
- 积分:1
-
实现了编译算法的词法分析,不足之处请多多指教
实现了编译算法的词法分析,不足之处请多多指教-Achieved a compiler algorithm for lexical analysis of the inadequacies of the exhibitions please
- 2022-07-23 09:23:00下载
- 积分: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
-
This document introduces the techniques of fast Fourier transform and gives a so...
This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.
- 2022-02-20 16:30:55下载
- 积分:1
-
基于第三方开发的Server Push聊天。
基于第三方开发的Server Push聊天。-Developed based on third-party chat Server Push.
- 2023-04-05 11:15:03下载
- 积分:1
-
Simple delpghi opc client
Simple delpghi opc client
- 2022-02-02 16:45:53下载
- 积分:1
-
LZARI compression algorithm to achieve the category C is a LZARI algorithm based...
实现LZARI压缩算法的C++类
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。
-LZARI compression algorithm to achieve the category C is a LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it become a category C, it can easily compression.
- 2023-07-11 10:25:03下载
- 积分:1