-
它展示了如何创建一个系统服务。VC代码。
vc创建系统服务编程,有点借鉴的作用,有兴趣的可以-It showed how to create one system service. VC code.
- 2022-08-15 19:58:03下载
- 积分:1
-
一个可以对任意长整数进行加减的类 可以是任何长度的进行加减乘除 如有错误 请指出...
一个可以对任意长整数进行加减的类 可以是任何长度的进行加减乘除 如有错误 请指出-An arbitrary long integer addition and subtraction to the class can be of any length to carry out any calculation error Please indicate
- 2022-06-26 21:13:10下载
- 积分:1
-
Voronoi剖分
- 2022-08-12 17:05:41下载
- 积分:1
-
一个简单的文件分割器,分割后甚至可以用Copy命令合并
一个简单的文件分割器,分割后甚至可以用Copy命令合并-A simple document segmentation, and partition can be used even after the merger Copy command
- 2022-03-20 00:56:57下载
- 积分:1
-
how Undo and Redo operations, which use category requiring operation of the data...
如何进行Undo和Redo的操作,里面用类把需要操作的数据保存起来,然后在恢复-how Undo and Redo operations, which use category requiring operation of the data saved, then resume
- 2022-07-11 13:41:31下载
- 积分:1
-
wuziqi
一个界面整洁的五子棋,很实用,建议大家下载试试看-wuziqi
- 2022-03-20 07:04:48下载
- 积分:1
-
一个MFC的简单学生成绩数据库管理系统,适合初学者参考。
一个MFC的简单学生成绩数据库管理系统,适合初学者参考。-A simple MFC database management system for student achievement
- 2022-01-25 15:22:54下载
- 积分:1
-
与MAXQ多的FIR滤波器的实现
Implementation of FIR filter with the MAXQ Multiple-And-Accumulate unit specify module and ROM routine definition files
- 2022-12-03 14:40:03下载
- 积分:1
-
很好的多线程例子。这个例子实现了线程池和工作消费模式
很好的多线程例子。这个例子实现了线程池和工作消费模式-JobQ.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
JobQ.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CJobQApp application class.
JobQ.cpp
This is the main application source file that contains the application
class CJobQApp.
JobQ.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
JobQ.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to stor
- 2022-02-24 15:16:57下载
- 积分:1
-
C++实现朴素贝叶斯分类器
几个注意事项: 1.如果自己造数据在写.names文件时最后‘.’后面要加个回车,不加会出错! 2.数据文件分3个,例如训练集在golf.data和golf.names中,预测数据集在golftest.data中。 3.这个数据集和c45的数据集一样,读取和存储都是借鉴C45原作者的方法写的。 4.最后训练出来的分类模型存在一个3维数组当中PostFreq[类][属性][属性值],这样比如方便预测 PostFreq存放的某个类下某个属性的属性值的频率。 5.这个和我以前传的差不多 我主要把那个模型也就是PostFreq[类][属性][属性值]中的值都写进“.model”文件了 ,然后在项目下有两个工程一个工程是用来 训练模型然后写进“.model”文件,另一个工程是预测的,它运行时只要读取“.model”文件就可以进行预测了,就不用在向我前面上传那个工程每回都要 训练一个PostFreq[类][属性][属性值]。 6.在VS2005下运行要先上载其中一个工程在运行另一个工程哦 7.所有的数据文件和生成的模型文件都放在data文件夹里了 这样方便2个工程读取数据。
- 2023-06-20 03:20:04下载
- 积分:1