-
rsa
整体思路
用createkey.java 文件来产生秘钥,用jiami.java 文件来实
现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现
大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函
数见五个文件里的具体实现。
(The overall outlook createkey.java document used to generate secret keys, used to achieve jiami.java file encryption, used to achieve jiemi.java documents declassified by BigInteger.java to achieve expression of large numbers and calculations, using rsa.java to achieve front-end graphical interface display. Related functions, see the five concrete realization of the document.)
- 2008-01-17 03:50:25下载
- 积分:1
-
0417vcmatlabcanny
vc 与 matlab之间的接口程序,方便工程计算,也为程序之间做了优化(vc and the interface between matlab program to facilitate the engineering calculations, but also between programs is optimized for the)
- 2010-11-23 09:29:43下载
- 积分:1
-
ABB PC SDK Guide
说明: ABB机器人用PC开发控制程序的开发包说明文档(Description document of ABB Robot PC control development package)
- 2020-04-22 21:52:41下载
- 积分:1
-
cplex
cplex代码,如何使用cplex,cplex的初学者必备(cplex code, how to use cplex cplex essential beginners)
- 2021-03-09 23:59:27下载
- 积分:1
-
DGLSPKF
说明: 道格拉斯普克法。计算机地图制图学课后实习代码;VC++6.0实现(Douglas Puck;After-class Practice Code of Computer Cartography)
- 2019-06-09 15:34:16下载
- 积分:1
-
图像处理
本文的目的是要能够建立一个类,允许任何C#编程以执行图像处理功能。我们正在做这在C#的原因是,它是非常灵活的。我们可以看到,代码变得较为复杂,当我们开始移动像素或根据计算,要考虑到所有的像素值变化的值。该应用程序是一个基本的Windows窗体应用程序。我们在处理图像,一个单独的类名为CurrentImageHandler在完成所有的图像相关的操作,包括储蓄和相关图形操作。该功能包括获取图像信息,缩放,色彩过滤,增亮,对比,灰度滤波,逆变滤波,以全分辨率缩放,旋转和翻转,裁剪和插入文本,其他任何图像或几何形状。
- 2022-03-24 17:21:01下载
- 积分:1
-
带CheckBox列头的DataGridView 支持全选 反选功能 例子完整源码下载
使用方法: 初始化这个列表头 DatagridViewCheckBoxHeaderCell cbHeader = new DatagridViewCheckBoxHeaderCell(); cbHeader.Value = ""; SelectUin.HeaderCell = cbHeader; cbHeader.OnCheckBoxClicked = new CheckBoxClickedHandler(cbHeader_OnCheckBoxClicked); 填写你的全选的业务逻辑 void cbHeader_OnCheckBoxClicked(bool Status) { for (int i = 0; i < this.dataGridView1.Rows.Count; i ) { dataGridView1.Rows[i].Cells["SelectUin"].Value = Status; } }
- 2013-09-19下载
- 积分:1
-
luqu
说明: 招生报名系统,其中包含数据库技术,服务端与客户端自动连接(Enrolling System, which includes database, server and client to connect automatically)
- 2009-07-26 00:01:51下载
- 积分:1
-
C8051F12x_13x
C8051F120和C8051F130的基础例程源码,学习该系列单片机的号资料(C8051F120 and C8051F130 source based routine, learning the number of the MCU data)
- 2011-06-01 13:08:41下载
- 积分:1
-
基于QT实现的基础图形绘图系统.7z
输入椭圆中心和长短轴径;
2. 计算得到中心在原点的椭圆上的第一个点=;
3. 根据公式(1.1.3-2)计算区域1中决策参数的初值为;
4. 在区域1中每个位置处,从开始,反复按照公式(1.1.3-3)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到为止,记第一个满足此条件的点为();
5. 在区域2的每个位置处,从开始,反复按照公式(1.1.3-6)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到()为止;(Input ellipse center and long and short axis diameter;
2. The first point of the center on the ellipse at the origin is calculated.
3. According to formula (1.1.3-2), the initial value of decision-making parameters in region 1 is calculated.
4. At each location in region 1, the decision-making parameters are updated repeatedly according to formula (1.1.3-3). If the decision-making parameters are less than 0, they will remain unchanged. If the decision-making parameters are less than 0, then add 1 and cycle until the first point satisfying this condition is ();
5. At each location of region 2, the decision parameters are updated repeatedly according to the formula (1.1.3-6). If the decision parameters are less than 0, they will remain unchanged. If the decision parameters are less than 0, then add 1 and cycle until ().)
- 2020-11-13 16:49:42下载
- 积分:1