-
C#在WINCE系统上播放声音
PDA数据采集器,采集异常数据数据时,发出警告声音。
- 2022-01-26 04:47:13下载
- 积分:1
-
遗传算法的优化算法,计算出最佳值的公式,方便了美国。
GA优化算法,计算最佳值的公式,易用性由BCB开发
- 2022-01-25 19:20:01下载
- 积分:1
-
该系统可以实现对存储系统的基本操作,用户可以自由。
本系统可以实现仓库系统的基本操作,前台有用户的注册登陆,后台有数据的基本操作-This system can realize the basic operation of the storage system, users have Front Desk Registration landing, there is the background of the basic operation of data
- 2022-05-27 09:39:39下载
- 积分:1
-
Internet Chat Rool Script
Internet Chat Rool Script
- 2022-03-17 06:19:55下载
- 积分:1
-
图书馆管理系统
应用背景这是一个初学者的编程项目有关C++。一个图书馆管理系统包括技术文件处理,结构,数组,指针等。这个程序给了我们作为一个项目,希望它可以帮助万人理解的概念构建管理系统的基本概念的C / C + +语言 ; ; ; ;关键技术本程序是用DEV C++开发。运行在所有的C / C + +开发环境的支持。这个程序保持图书记录的管理系统即豆腐创造更新,删除,删除的基本概念,
- 2022-01-25 22:49:06下载
- 积分:1
-
在输入图像中利用相关 提边缘等运算识别出目标图像
在输入图像中利用相关 提边缘等运算识别出目标图像-In the input image to the edge of the use of related operations, such as identification of target image
- 2023-08-31 16:35:03下载
- 积分:1
-
cure算法C实现
聚类(clustering)就是将数据对象分组成为多个类或簇(cluster),在同一簇中的对象之间具有较高的
相似度,而不同的簇中对象差别较大。相异度是根据描述对象的属性值来计算的。距离是经常采用的度量
方式。聚类分析源于许多研究领域,包括数据挖掘,统计学,生物学,以及机器学习。 作为统计学的一个
分支,聚类分析已经被广泛的研究了许多年,主要集中在基于距离的聚类分析。基于k-means(k-平均值),
k-medoids(k-中心点)和其他一些方法的聚类分析工具已经被加入到许多统计分析软件包或系统中,
例如S-Plus,SPSS,以及SAS
- 2022-02-03 15:11:39下载
- 积分:1
-
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实...
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done earlier, the results coincide and brush it off
- 2022-10-15 14:05:02下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1
-
一个简单的VC6.0控制台程序,可以实现SQL的select,create table .create index ,drop table ,drop inde...
一个简单的VC6.0控制台程序,可以实现SQL的select,create table .create index ,drop table ,drop index ,insert into ,delete等功能。-VC6.0 console a simple procedure, the SQL can select, create table. Create index, drop table, drop index, insert into, delete functions.
- 2022-03-24 04:03:51下载
- 积分:1