搜索资源列表
cam00-14.ps
- 用Leve set分片常数M-S模型进行图形分割的一篇文章
55715-55715
- This a little program that introduces the Vigenere encrypting. Please download this program, and try it, and then leave comments :) p.s.: Firstly, I m new to c++ so maybe it s not the best code(but it s working :) ). Secondly: Yes, I know,
optimize
- 功能:计算最短路径的长度和最短路径 *方法: *1,记n个城市为1,2,…,n. 对于给定的集合S等于{2,3,...n}和k属于S。 *2,记C(S,k)是由城市1出发,遍历S中每个城市恰好一次,最后终止在城市k的最优费用. *3,当S中只有一个元素k时,C(S,k)= d(1,k) * 当S中有多于一个元素时,C(S,k)等于任意一个属于S-k集合的子集m,C(s-k,m)+d(m,k)中最小的一个, *4,这一方程的求解要求对一切给定大小的集合S及S中的每个可能的元
hw08.ps
- Maximum Length PN sequences are binary sequence generators that are capable of outputting all possible combinations of binary sequences in 2^m-1 cyclic shifts, where m is the size of the LFSR (Linear Feedback Shift Registers ) used in generating such
StaMPS_v3.3b1.tar
- PS-InSAR处理软件,StaMPS的最新版本v3.3b1-PS-InSAR processing software, the latest edition of m v3.3
java_com
- java串口通信包javacomm20-win32.zip Javax.comm是Sun公司提供的,用于开发平台独立的通讯应用程序的扩展API。(ps:这里javax的x很准确地表明了它是一个扩展包,而不是核心包(core package),但由于历史原因,javax下的并不都是扩展包,比如swing包已经是Java核心架构的一部分了,不过为了与Java1.1编码兼容,仍使用javax.swing。)javax.comm可以访问RS232接口(串口)及有限制地访问IEEE-1284(并口)。-J
逾渗
- 分析二维正方格子上的逾渗问题,通过编写程序,得到临界概率 P 及临界指数 (PS:程序功能简单介绍:yushen.m 中计算了 Pinf 和 p 的关系,yushenmain.m 调用 yushen.m 来 计算不同 p 下的 Pinf;yushenhuixuan.m 中计算了 Rs 和 p 的关系,yushenmain2.m 调用 yushenhuixuan.m 来计算不同 p 下的 Rs。具体的实现程序中均有注释。)(The percolation problem on two dimen
scaleForSVM.m
- LIBSVM中的尺度缩放函数scaleforsvm(function [train_scale,test_scale,ps] = scaleForSVM(train_data,test_data,ymin,ymax))