-
不同进程之间通过sharememory共享内存方式交换数据
不同进程之间通过sharememory共享内存方式交换数据-different processes through shared memory sharememory exchange of data
- 2023-08-04 03:40:02下载
- 积分:1
-
巨魔是一个2D游戏/应用程序框架。它提供给你一些有趣的功能…
Troll is a 2D game/app framework. It provide to you some interting features that will help you write your game.
- Frame timing auto control (fixed FPS and low CPU usage)
- Primitives (circles, ellipse, rects, lines)
- Blit operations
- Blit with Alpha
- Input control (Keyboard, Mouse, etc)
- 2022-07-07 05:04:49下载
- 积分:1
-
vc++源代码,第二部分,很不错的
vc++源代码,第二部分,很不错的-vc source code, the second part, quite good
- 2023-04-03 18:45:04下载
- 积分:1
-
The completion of the order of the table a variety of basic operations, find, de...
完成顺序表的各种基本运算,查找,删除,插入,求顺序表长度-The completion of the order of the table a variety of basic operations, find, delete, insert, seeking the length of the order of the table
- 2023-08-08 12:55:02下载
- 积分:1
-
3dmap 发布源代码
3dmap 发布源代码。利用3dmax制作模型,并导入arcmap,在网络发布
- 2023-01-22 12:10:04下载
- 积分:1
-
vb application upload test
vb application upload test
- 2023-05-05 04:55:02下载
- 积分:1
-
24 hour alarm clock application source
24 hour alarm clock application source
- 2023-07-13 20:05:03下载
- 积分:1
-
text jitter
文本抖动-text jitter
- 2022-01-28 16:10:04下载
- 积分:1
-
串行通讯代码开发
串行通讯代码开发-serial communications code development
- 2022-03-23 20:42:54下载
- 积分: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