-
c++ 背包问题总结
使用c++总结归纳背包常见题型
nefu1028暑假计划 01背包
UVA 562 Dividing coins 01背包
hdu2955 Robberies 01背包的变形
2015多校联合第十场hdu5410CRB and His Birthday 01背包完全背包
0-1背包nefu19采药hdu2546饭卡
hdu1171big events in hdu多重背包模板
hdu2639bone collector II第K优解
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-06 01:45:03下载
- 积分:1
-
自己写的一个双色球预测程序,实现了几种很准的方法,哈哈!大家分享,继续完善,望早日中奖啊!...
自己写的一个双色球预测程序,实现了几种很准的方法,哈哈!大家分享,继续完善,望早日中奖啊!-himself in a jackpot winner forecasting process to achieve several very accurate method, ha ha! We share, continue to improve, winning an early look ah!
- 2022-05-12 20:35:52下载
- 积分:1
-
经典的倒水问题
输入:2个水桶的容积(x,y)
输出:量出z升水的最少次数...
经典的倒水问题
输入:2个水桶的容积(x,y)
输出:量出z升水的最少次数-Classic problem of the importation of pouring money down the drain: two buckets of volume (x, y) output: z basing revenue plans on spending at least the number of liters of water
- 2022-06-15 22:23:47下载
- 积分:1
-
nstimate
File open, write operation source
- 2018-11-26 00:40:37下载
- 积分:1
-
rili
用此程序可以方便的查讯日期和星期几,还可以查当天和未来几天的.(This procedure can be used to facilitate inquiry date and day of the week, you can check the same day and the next few days.)
- 2007-08-23 22:17:41下载
- 积分:1
-
k-means算法
#include
#include
#define N 11 //代表数据点的个数
#define K 3 //代表簇的个数
typedef struct
{
float x;
float y;
}Point; //代表数据点的数据结构
int center[N]; //判断每个点属于哪个簇
Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0},
{6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0},
{3.0, 9.0}};
Point mean[K]; //保存每个簇的中心点
float getDistance(Point point1, Point point2);
void getMean(int center[N]);
float getE();
void cluster();
int main()
{
int i, j;
int n = 0; //统计进行了多少次聚类
float temp1; //用于存平方误差
float temp2;
printf(" 处理的数据点集合为:
");
for(i = 0; i < N; ++i)
{
- 2022-01-26 19:53:04下载
- 积分:1
-
ABC
泰克经典资料,详细阐述了探头的选择、使用、维护等。(Tektronix classical data, detailed probe selection, use and maintenance.)
- 2010-01-18 15:33:52下载
- 积分:1
-
HIST
vc6.0 opencv 颜色直方图对比 显示 匹配(vc6.0 opencv hist load show match)
- 2012-04-20 11:45:23下载
- 积分:1
-
仓库库存销售管理VS+SQL
仓库库存销售管理VS2010+SQL2008.主要是库存进库出库的一些管理功能实现
仓库库存销售管理VS2010+SQL2008.主要是库存进库出库的一些管理功能实现
仓库库存销售管理VS2010+SQL2008.主要是库存进库出库的一些管理功能实现
- 2023-07-13 10:40:10下载
- 积分:1
-
PLCSIM_V54
s-7 300 模拟运行软件,对编辑好的西门子PLC程序进行模拟(failed to translate)
- 2010-06-12 09:39:12下载
- 积分:1