-
EXCEL action class, you can EXCEL file all common operations. 1. Mergers and mod...
EXCEL操作类,可以对EXCEL文件进行所有常见的操作。1。合并与修改单元格2。打印和预览3。字体格式的修改4。背景的设置5。对齐方式的设置6。背景的设置7。单元格数据类的设置8。其他细节部分详见文件类的说明-EXCEL action class, you can EXCEL file all common operations. 1. Mergers and modify cell 2. Print and preview 3. Font formatting changes to 4. 5 background settings. Alignment settings 6. Background settings 7. The cell data class settings 8. Other details of the part of the detailed description of the file class
- 2022-03-24 16:19:28下载
- 积分:1
-
there is a defect in only know that the secret and public key
还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the secret and public key-x (n, e) the circumstances, as long as (x ^ e) mod n from the remaining s to continuously cycle operation s = s ^ e mod n, this constant cycle of Operational e occasion, the very many circumstances can be recycled from the original, but I calculated the volume more than just. There are, however, many instances, simply do not need e cycle times, but for 1024 the level n, e is a very large figure, so secret circle the remainder of the text was obtained in the original is a bit unrealistic. The above is for reference only, if not true, I corrected
- 2022-03-22 01:18:28下载
- 积分:1
-
此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: +...
此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the procedures in the importation of variable size and arithmetic expressions dynamic analytical expression to be Operational results. Support for a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, for example, to set trunc a1 and a2 the size, can be calculated by the following formula : exp ( sin (a1)* cos (a2)) Operating System : Visual C language
- 2023-03-14 14:10:03下载
- 积分:1
-
100个asp实例,在图,有说明,很详细的,很适合初学者
100个asp实例,在图,有说明,很详细的,很适合初学者-100 asp example, the map, a description of a very detailed, very suitable for beginners
- 2022-03-03 03:16:29下载
- 积分:1
-
err
《Visual Basic精彩编程200例》的源代码,包含窗体、界面与控件;多媒体与图形;数据库技术;文件与系统;网络与Internet等各方面的源代码。-err
- 2023-02-23 06:20:06下载
- 积分:1
-
在Windows下对端口编程是受保护的,而对任意物理地址的操作更是几乎很难办到,此程序则提供了上述操作。...
在Windows下对端口编程是受保护的,而对任意物理地址的操作更是几乎很难办到,此程序则提供了上述操作。-the port of Windows programming is protected, and for any physical address of operation is hardly possible that this procedure will provide the above operations.
- 2023-08-12 01:05:03下载
- 积分:1
-
教你如何对已有的模型进行光照处理,并用键盘进行控制
教你如何对已有的模型进行光照处理,并用键盘进行控制-Teach you how to model the existing light treatment, and keyboard control
- 2022-01-25 22:27:30下载
- 积分:1
-
五子棋源码.rar
用VC++编写的《五子棋》小程序(包含源代码)。...
五子棋源码.rar
用VC++编写的《五子棋》小程序(包含源代码)。-renju source. Rar VC prepared by the "331" minor procedures (including source code).
- 2022-01-21 00:48:21下载
- 积分:1
-
MS OCR VC程序
图形文字识别(OCR)是常用的东西。微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。
这里发布一个用MS_OCR做的示范程序,识别能力还不错,支持多种图形格式(bmp,jpg,tif)。
- 2022-04-13 14:00:03下载
- 积分:1
-
字频率计数器
应用背景Excel VBA应用词频率计算。应用程序可以计算:词的频率字的分散字覆盖累积频率这个程序使用Office 2007的Ribbon界面。关键技术在Excel VBA编写的应用程序。前台是在XML的Ribbon界面定义。所有的数据分析,通过对阵列进行操作。
- 2022-07-25 05:09:30下载
- 积分:1