-
声波 2D 交错网格有限差分正演模拟算法pml衰减边界条件 、多炮
应用背景用于地震勘探中声波正演模拟学习研究关键技术声波 2D 交错网格有限差分正演模拟算法pml衰减边界条件 、多炮
- 2022-04-17 23:05:01下载
- 积分:1
-
dda algorithm is the basic algorithm in computer graphics, very useful, it is re...
dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
- 2022-12-28 09:10: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
-
a more general algorithm
一个较为普通的算法-a more general algorithm
- 2022-03-09 20:14:18下载
- 积分:1
-
马尔可夫链算法,包括子程序和调用主程序示例,用C++编写
马尔可夫链算法,包括子程序和调用主程序示例,用C++编写-Markov chain algorithm
- 2023-04-30 02:20:02下载
- 积分:1
-
这本书(v0.95)全部代码文件进行了
本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the
detailed comprehensive annotation and the explanation to the Linux
early time operating system essence, is for the purpose of enabling
the reader to obtain comprehensive and the profound understanding in
the as far as possible short time to the Linux work mechanism,
- 2022-03-19 06:09:15下载
- 积分:1
-
1 compiler environment for the realization of graphics vb6.02 need to install Au...
1 编译环境为vb6.0
2 实现绘图功能需要安装AutoCAD2000以上版本.
3 程序运行需要动态连接库LSOLVE1.dll提供线性方程组求解功能,建议把LSOLVE1.dll拷贝到系统目录,或者拷贝到执-1 compiler environment for the realization of graphics vb6.02 need to install AutoCAD2000 above .3 procedures needed for the operation of dynamic link library LSOLVE1.dll provide functionality for solving linear equations, it is proposed to LSOLVE1.dll copy to system directory, or copy to the Executive
- 2022-05-20 15:26:40下载
- 积分:1
-
VC实现俄罗斯方块
基于VC++6.6用MFC开发的俄罗斯方块源程序,功能很多~
- 2022-02-01 11:25:38下载
- 积分:1
-
最小二乘一次完成算法,C语言编写,源码,调试通过。
最小二乘一次完成算法,C语言编写,源码,调试通过。-A complete least-squares algorithm, C language, source code, debugging through.
- 2022-02-18 14:01:43下载
- 积分:1
-
ID3 算法
这是开放源代码的 ID3 算法使为我分配的代码。现在我在上传这段代码在这里获得的帮助形式的捐款。我将感谢全给他们会让这段代码动态,现在是静态的。
- 2022-03-26 08:21:37下载
- 积分:1