-
在VC中使用Borland BDE的数据
在VC中使用Borland BDE的数据-in VC use Borland BDE data
- 2022-01-25 17:38:23下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
学生配置文件系统
此系统允许学生上传他的照片,填充 necesaary 详细信息概述了在门户网站上之后的日志记录在学生门户。
- 2022-06-27 19:39:22下载
- 积分:1
-
Dinic求最大流, Dinic求最大流, Dinic求最大流,Dinic求最大流
Dinic求最大流, Dinic求最大流, Dinic求最大流,Dinic求最大流-Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow
- 2022-05-31 11:06:23下载
- 积分:1
-
CP1251字库文件,BMP格式,由SetFont Visual Basic程序产生。
CP1251字库文件,BMP格式,由SetFont Visual Basic程序产生。
- 2022-02-01 03:11:18下载
- 积分:1
-
k-means离群点检测
1算法思路
K-means算法
先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是以下任何一个:
1)没有(或最小数目)对象被重新分配给不同的聚类。
2)没有(或最小数目)聚类中心再发生变化。
3)误差平方和局部最小。
2算法步骤 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-17 08:21:18下载
- 积分:1
-
GDI打字游戏原型MFC
一个打字游戏的原型,虽然没做完但是,已经有一点意思了。
- 2022-09-06 16:20:03下载
- 积分:1
-
完成端口(Completion Port)详解
IOCP充分利用内核对象的调度,只使用少量的几个线程来处理和客户端的所有通信,消除了无谓的线程上下文切换,最大限度的提高了网络通信的性能。
- 2023-05-06 11:05:03下载
- 积分:1
-
打开一个给定视频,有一个进度条能够控制视频的播放进度,进度条的单位为帧数。
打开一个视频,计算视频的帧数,有一个进度条,以帧数为单位进行播放的调整。
- 2022-03-03 12:25:11下载
- 积分:1
-
Data structure of some typical procedure of learning is very useful data structu...
数据结构的一些典型程序,对学习数据结构非常有用-Data structure of some typical procedure of learning is very useful data structure
- 2022-04-11 03:39:57下载
- 积分:1