-
马尔科夫随机场
基于马尔科夫随机场的噪声图像分割C++源代码 C++源代码包含3个主要的近似推理算法。该源代码还用到了OPENCV进行显示。 2.1 Gibbs sampling, simulated annealing 2.2 Iterated condtional modes (ICM) 2.3 Metroplis sampling
- 2022-05-18 03:37:23下载
- 积分:1
-
快速排序法C语言
#include #define N 1024 int binarysearch(int *a,int n,int k) { int left=0,right=n,i=0,middle; while(lefta[middle]) left=middle+1; else right=middle-1; } return i; } void main() { int n,i,a[N],k,l; printf("请输入要比较元素个数:"); scanf("%d",&n); printf("
"); printf("按升序输入原始元素:
"); for(i=0;i
- 2022-03-12 12:36:59下载
- 积分:1
-
unicet-and-netdraw-explanation
unicet和netdraw使用手册,能够较好的学习这两种软件,用于网络绘图(unicet, and netdraw use the manual, better able to learn both software for network drawing)
- 2012-11-29 15:55:25下载
- 积分:1
-
(.NET反编译工具)Reflector
(.NET反编译工具)Reflector ,基于dll 在framework(.Net)基础上反编译dll文件(This is a decompiler tool)
- 2020-06-16 11:40:01下载
- 积分:1
-
GXCRM_Package
简单的客户关系管理
包含跟进记录,客户活动,商业机会,联系人等模块(Simple customer relationship management includes follow-up records, customer activities, business opportunities, contacts, modules, etc.)
- 2008-01-09 11:14:34下载
- 积分:1
-
stm32单片机 ringbuffer
适用于单片机串口数据收发,
环形队列的创建和使用,通过头尾指针判断数据缓存区长度,提供缓存区清除操作
- 2022-11-22 01:00:07下载
- 积分:1
-
DsoFramer_V2.3.0.2
DSOFramer.ocx 2.3版本。读写word控件(c# word component operation)
- 2014-02-10 15:18:57下载
- 积分:1
-
SLE442duxie
c51单片机的sle4442卡的读写加密验证程序 已通过(c51 microcontroller sle4442 card reader encrypted authentication procedure has been adopted)
- 2013-10-27 09:15:38下载
- 积分:1
-
(2D)2PCALDA---face-recognition
(2D)2PCALDA An efficient approach for face recognition
- 2013-05-15 21:30:48下载
- 积分:1
-
MazeRecursion
迷宫的递归算法 比较简洁就一个源码 可以在此基础上修改 谢谢大家配合(Recursive algorithm is relatively simple maze on a source basis in line with changes Thank you)
- 2010-05-16 00:35:22下载
- 积分:1