-
肝脏 ct 图像分割算法
这是肝脏 ct 图像的分割算法。在该算法中使用小波变换,这是非常有效和有用在图像处理中。
- 2023-04-19 22:10:03下载
- 积分:1
-
这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考...
这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考-This is the undergraduate professional computer algorithm analysis of the curriculum of an algorithm is used c#, for your reference learning
- 2022-04-09 23:24:09下载
- 积分:1
-
频散曲线计算
lamb的频散曲线具有多模态的特性,分为对称模态和反对称模态,用普通的方法计算分析起来十分复杂,本程序通过matlab编程很好的计算出了频散曲线,为从事这方面研究的人员解决了一个难题。也希望大家多多分享。
- 2022-03-14 09:31:17下载
- 积分:1
-
双侧过滤的图像
双侧过滤的图像,可用于图像的去噪或深度映射从 rgb-d 摄像机。是非常有用的部图像配准
- 2022-12-31 15:40:13下载
- 积分:1
-
一个计算器程序,可以识别算式字符串形式的
一个计算器程序,可以识别算式字符串形式的-a calculator program that can be identified form of a string formula
- 2022-02-24 18:08:11下载
- 积分:1
-
改进的哲学家问题,用信号和共享内存实现
改进的哲学家问题,用信号和共享内存实现- The improvement philosopher question, realizes with the signal
and the sharing memory
- 2022-01-27 15:21:39下载
- 积分:1
-
Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi
用来求解非线性系统中分岔,混沌,周期,准周期等动力学,可以求数值解,也可画图,只要知道系统模型,可以根据需要自由修改参数,软件带有使用说明,简单易懂-Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi-periodic dynamics, etc., you can seek numerical solutions, but also drawing, as long as know the system model, you can freely modify the parameters as needed, the software with instructions for use, simple and easy to understand
- 2022-03-19 08:32:01下载
- 积分:1
-
压缩感知MATLAB代码
从压缩感知入手,阐述了基于压缩感知的三维物体成像方法和数学模型。用不同的测量矩阵和稀疏矩阵对不同特性的目标进行测量和重构,对不同的测量矩阵和稀疏矩阵进行分析,目标的特性不同,最佳的测量矩阵和稀疏矩阵也不尽相同,本文通过实验仿真对实验结果进行了分析,并且得出了测量次数与重构精度之间的关系,深度区间与测量次数之间的关系。
- 2023-01-22 06:00:03下载
- 积分:1
-
快速 RSA 密码体制实现使用中国剩余定理
/ / RSATestFast: 测试快速 RSA 实现
导入 java.math.* ; / / 为 BigInteger
导入 java.util.* ; / / 为随机
公共类 RSATestFast {
公共静态 void elapsedTime (长开始时间) {
长时间停止时间 = System.currentTimeMillis() ;
双 elapsedTime = ((双)(stopTime-startTime)) / 1000.0 ;
System.out.println ("已用时间:"+ elapsedTime +"秒") ;
}
公共静态 void main (字符串 [] args) {
随机 rnd = 新 Random() ;
BigInteger m、 m1、 m2、 m3、 c、 s,s1 ;
RSAPrivateKeyFast 爱丽丝 = 新 RSAPrivateKeyFast (1024,rnd,"爱丽丝") ;
RSAPrivateKeyFast bob = 新 RSAPrivateKeyFast (1024,rnd,"鲍勃 ") ;
m = 新 BigInteger (
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210") ;
System.out.println
- 2022-05-29 11:03:37下载
- 积分:1
-
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-03-07 21:15:37下载
- 积分:1