-
函数绘图程序 VB 编写
可以绘制初高中 函数图像 支持颜色,精度修改
鼠标执针定位...
函数绘图程序 VB 编写
可以绘制初高中 函数图像 支持颜色,精度修改
鼠标执针定位-VB function drawing program to prepare middle and high school mapping function can support color images, the accuracy of needle positioning modified mouse bailiff
- 2022-03-13 08:07:27下载
- 积分:1
-
简单算法程序
单纯型法程序算法-simple algorithm Act procedures
- 2022-01-26 02:39:26下载
- 积分:1
-
图像去模糊
使用大量的图像处理功能的 c # 的描述。这里有一些基本的功能,用于作为一种小的锻炼。
- 2022-03-21 04:46:36下载
- 积分: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
-
SHOOTING METHOD SOLUTION
SHOOTING METHOD SOLUTION
- 2022-09-15 21:15:03下载
- 积分:1
-
OSGAx,嵌入式osg插件
一款关于OpenSceneGraph插件Activex的软件,osg是庞大的三维渲染引擎,OSG的安装方法和其他大型开源工程类似,需要通过源代码进行编译和生成,其中涉及Cmake,编译器的设置,环境变量设置等诸多概念
- 2022-06-16 12:25:23下载
- 积分:1
-
lisp utility lib
CLLIB is a varied collection of Common lisp tools and routines in CLOCC.
Includes:
â– "guess the animal" game; simple neural net (AI)
â– autoload function and snarfing autoloads from other files
â– basic definitions: package and path
â– base64 encoding and decoding (data format)
â– Rolodex: BBDB/vCard handling
â– check values and types of the elements of a list
â– Common Lisp HyperSpec access
â– read/write CLOS object
- 2022-02-01 20:05:38下载
- 积分:1
-
3d cylinder vortex meshing
3d cylinder vortex meshing
- 2022-02-12 07:27:22下载
- 积分:1
-
求解约束优化问题增广拉格朗日乘子法源程序
求解约束优化问题增广拉格朗日乘子法源程序-Solving Constrained Optimization Problems Augmented Lagrange multiplier method source
- 2022-05-31 14:04:30下载
- 积分:1
-
cpu 调度算法 fcfs sjf,RR,......
cpu 调度算法使用六种调度算法先到送达,最短的工作,首先,没有抢占优先级与无抢占循环赛
- 2022-02-10 05:22:38下载
- 积分:1