-
检测内存泄露的程序
检测内存泄露的程序-memory leakage detection procedures
- 2023-04-14 09:10:04下载
- 积分:1
-
This program is used for finding the dofollow blog on the internet , it is usefu...
This program is used for finding the dofollow blog on the internet , it is useful for the person who want to do the link building on other web sites.
- 2023-02-23 11:20:03下载
- 积分:1
-
oracle tips beginner beginners is to write, not copy to the
oracle初学者的初学秘籍,是自己写的,不是拷贝来的-oracle tips beginner beginners is to write, not copy to the
- 2022-03-06 20:09:11下载
- 积分:1
-
基于谷歌地图制作的定位软件
我是第一次发表资源,希望大家多多支持啦。这个软件是基于谷歌地图的SDK做成的,它实现色功能有定位、随时更新位置信息、显示当前的坐标与海拔,还可以查询某一具体的地方并且显示轨迹等多方面功能。
- 2023-02-22 13:05:03下载
- 积分:1
-
program to read students’ name and score to arrays.
- 2022-03-11 18:52:06下载
- 积分:1
-
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-01-25 19:50:45下载
- 积分:1
-
This procedure is a series Sounds of principle experiment in a syntax tree gener...
本程序是编绎原理实验中一个关于语法树生成过程的程序,采用VC++编写,界面友好,只要输入一个数学表达式,就会生成该表达式的语法树过程-This procedure is a series Sounds of principle experiment in a syntax tree generation process procedures, the use of VC++ Prepared, friendly interface, just enter a mathematical expression, it will generate the expression syntax tree process
- 2022-01-26 03:20:54下载
- 积分:1
-
使用临界区实现进程间的同步-c++
使用临界区来实现线程的同步运行,使用了windows api,演示了临界区是如何让线程实现同步的。
- 2022-03-11 06:55:36下载
- 积分:1
-
在WINCE 平台里的非常棒的串口读写软件,支持异步读取,符合微软的标准写法。特别值得初学者参考。...
在WINCE 平台里的非常棒的串口读写软件,支持异步读取,符合微软的标准写法。特别值得初学者参考。-The WINCE platform inside the serial read and write great software that supports asynchronous read, in line with Microsoft" s standards for writing. In particular, advanced users.
- 2023-01-19 08:25:04下载
- 积分: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