-
本人早期用c++写的动态哈夫曼编码,在vc2005上编译通过!
本人早期用c++写的动态哈夫曼编码,在vc2005上编译通过!-I spent the early c++ Write dynamic Huffman coding, compiled in vc2005 through!
- 2023-06-27 04:05:04下载
- 积分:1
-
This file introduce about DirectX and directshow
This file introduce about DirectX and directshow
- 2022-05-08 19:19:14下载
- 积分:1
-
windows mobile 6下获取手机短信息至列表显示,C#
windows mobile 6下获取手机短信息至列表显示,C#-obtained under windows mobile 6 mobile phone short message to the list of shows, C#
- 2022-03-20 12:10:27下载
- 积分:1
-
一款用板接小球的小游戏,刚开始学习,所以……大家多多包涵...
一款用板接小球的小游戏,刚开始学习,所以……大家多多包涵-received small plate with a small ball game, had just started learning, so ... bear with me
- 2022-06-16 09:37:43下载
- 积分:1
-
贪吃蛇纯c++代码
l是控制键,count是时间延迟计数器,p死亡证明,m地图上是否有食物。score是分数,level等级。struct snake是蛇的结构体struct place是地图的结构体void init_place()初始化地图void init_snake()初始化蛇,初始长度为3,方向为右void print() 打印地图和蛇
- 2022-08-05 13:07:22下载
- 积分:1
-
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口...
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then given 16 hexadecimal and RGB color value, and value into the clipboard At the same time, drag the color from the process of in a timely display coordinates of the mouse position, window handle, window class name and window title, therefore, this procedure can also be said as a mouse hook procedures, the study of C++ or helpful.
- 2023-07-04 01:05:03下载
- 积分:1
-
一个有delphi写的
一个五笔查寻程序
一个有delphi写的
一个五笔查寻程序-a write a five search procedures
- 2022-03-20 14:28:13下载
- 积分:1
-
简易计算器,可以连续输入计算式,然后输出结果。先把中缀式转换成后缀式然后计算。...
简易计算器,可以连续输入计算式,然后输出结果。先把中缀式转换成后缀式然后计算。
- 2022-02-14 07:47:18下载
- 积分:1
-
一个利用TCP/IP实现Chat功能的程序
一个利用TCP/IP实现Chat功能的程序 -The use of a TCP/IP functionality to achieve Chat programs
- 2022-02-05 00:04:31下载
- 积分:1
-
k-means离群点检测
1算法思路
K-means算法
先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是以下任何一个:
1)没有(或最小数目)对象被重新分配给不同的聚类。
2)没有(或最小数目)聚类中心再发生变化。
3)误差平方和局部最小。
2算法步骤 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-17 08:21:18下载
- 积分:1