-
A dialogue frame programme with password which could move into your programme
一个带有密码口令的对话框程序,可以移植到你的程序离-A dialogue frame programme with password which could move into your programme
- 2023-02-01 05:25:03下载
- 积分:1
-
With regard to internal sorting, bubble, quick and so on, have a good time to ex...
关于内部排序,冒泡、快速等,有很好的计时,交换次数统计,比较各种排序的效率。-With regard to internal sorting, bubble, quick and so on, have a good time to exchange the number of statistics, to compare the efficiency of sorting.
- 2022-01-25 13:53:42下载
- 积分:1
-
文件操作演示程序
文件操作演示程序-file manipulation Demonstration Program
- 2022-07-01 12:12:44下载
- 积分:1
-
一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我...
一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我-achieve an arithmetic coding process, the use of their own research, to others if I have any advice I welcome E
- 2022-01-25 19:53:45下载
- 积分:1
-
VC实现的分水岭算法
算法内容:首先将二维灰度图像抽象为三维地形,横纵坐标表示经纬度,灰度表示高度,这样就产生了一个地形图,地形中有高山有盆地,我们的任务就是找到盆地并且给盆地划定地盘。
算法过程,将最低点(灰度)作为起始点,开始从下注水,想泉水一样,水位逐渐上升,所有点都是上下透水的,但不会横向流动,每产生一个新的积水盆地时标记这个盆地使之与原有盆地区别开,当两个盆地内的水要汇集的时候,在此点建立一个水坝,将水分开,此水坝无限高,水永远不会溢出,依次建立所有水坝,最后的水坝就是所谓的分水岭或分水线,也就是得到的分割线。
- 2022-03-20 10:50:29下载
- 积分:1
-
This is a "calculator", which has been successfully tested and hope us...
这是一个“计算器”,已经成功调试,希望对初学者有用,谢谢!-This is a "calculator", which has been successfully tested and hope useful for beginners, thank you!
- 2022-01-26 15:17:53下载
- 积分:1
-
it is a program that contains an encyclopedia
it is a program that contains an encyclopedia
- 2022-07-13 17:32:24下载
- 积分:1
-
WPF获取内存CPU
WPF获取内存CPU,曲线是使用的Visifire控件,可以缩放拉伸,根据时间动态变化,界面精美漂亮。
- 2022-04-16 19:57:11下载
- 积分:1
-
A simple PhoneBook application using RPC in Visual C++
A simple PhoneBook application using RPC in Visual C-A simple PhoneBook application using RPC in Visual C++
- 2022-06-17 20:48:09下载
- 积分: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