-
menkei
计算晶粒的生长,入门级别程序,最大似然(ML)准则和最大后验概率(MAP)准则,完整的图像处理课设,包含所有源代码,汽车图像。( Calculation of growth, entry-level program grains Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, Complete class-based image processing, contains all of the source code, auto image.)
- 2016-10-16 21:01:22下载
- 积分:1
-
聚类-k均值算法
说明: K-means算法是基于划分的思想,因此算法易于理解且实现方法简单易行,但需要人工选择初始的聚类数目即算法是带参数的。类的数目确定往往非常复杂和具有不确定性,因此需要专业的知识和行业经验才能较好的确定。而且因为初始聚类中心的选择是随机的,因此会造成部分初始聚类中心相似或者处于数据边缘,造成算法的迭代次数明显增加,甚至会因为个别数据而造成聚类失败的现象。(K-means algorithm is based on the idea of partitioning, so the algorithm is easy to understand and the implementation method is simple and feasible, but it requires manual selection of the initial number of clusters, that is, the algorithm is with parameters. The number of classes is often very complex and uncertain, so professional knowledge and industry experience are needed to better determine. Moreover, because the selection of initial clustering centers is random, some initial clustering centers will be similar or at the edge of data, resulting in a significant increase in the number of iterations of the algorithm, and even the phenomenon of clustering failure due to individual data.)
- 2020-06-21 17:40:01下载
- 积分:1
-
RN8209G新版用户手册_v2_0
说明: RN8029原理图,可以好利用一下,挺完整的,值得一用(RN8029 schematic diagram, you can make good use of it, quite complete, it is worth using.)
- 2020-06-22 15:20:02下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
自动聊天机器人
自动聊天机器人 -automatic chatting robot automatically chatting robot
- 2022-02-21 19:29:50下载
- 积分:1
-
Operating : "w" "s" "a" and "d" from top...
操作:从上到下的“w”、“s”、“a”和“d”都是关于胜利的条件:rz控件已经吞噬了所有的意义,超级简单而愚蠢的游戏机是用win32制作的
- 2023-04-06 20:50:03下载
- 积分:1
-
TREEBINA
计算器程序。
能够显示计算优先级的二叉树。
可以任意加括号。
可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。
运行于TC2.0。要求正确配置图形驱动程序。(calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _* /% Operational and sin, cos, tan, cot, ^, ln, e ^ a ^ operator. Running TC. It demands the right graphics drivers.)
- 2007-05-31 21:42:11下载
- 积分:1
-
GA源程序
利用GA算法搜索最优图像融合参数,在进行图像融合(The GA algorithm is used to search the optimal image fusion parameters, and the image fusion is carried out)
- 2017-12-08 10:11:19下载
- 积分:1
-
设计文件
这里有很详细的元器件封装,可以方便大家绘制自己的PCB,简单快捷,而且十分的好用。(Here is a very detailed package of components, you can easily draw your own PCB, simple and fast, and very useful.)
- 2018-12-28 16:25:19下载
- 积分:1
-
SOE4.0
说明: TRICON SIS SYSTEM SOE 安装文件(TRICON SIS SYSTEM SOE PACKAGE)
- 2020-06-19 06:00:01下载
- 积分:1