-
突破论坛.强大的论坛管理系统。
突破论坛.强大的论坛管理系统。-breakthrough Forum. A powerful forum management system.
- 2022-03-21 23:31:44下载
- 积分:1
-
一个自己实现CString类的程序,实现了=+<<等运算符的重载...
一个自己实现CString类的程序,实现了=+
- 2022-06-13 16:42:03下载
- 积分:1
-
手势识别程序源代码,通过手势和音乐访问摄像机…
手势识别程序源代码,通过摄像头获取手势,可以控制音乐-gesture recognition program source code, camera access through gestures and music can be controlled
- 2022-01-26 06:41:34下载
- 积分:1
-
这个源码的作用是实现了,对话框无标题栏的拖动,是做无对话框拖动的很实用的源码。...
这个源码的作用是实现了,对话框无标题栏的拖动,是做无对话框拖动的很实用的源码。-this is a code what about no bar c++
and is very impotment
- 2022-09-16 22:35:03下载
- 积分:1
-
vc6.0调试参考
列出了几种简单的问题和调试方法
希望对新手们有所帮助...
vc6.0调试参考
列出了几种简单的问题和调试方法
希望对新手们有所帮助-vc debug
- 2022-01-25 22:23:45下载
- 积分:1
-
二维码生成 VC++工程
二维码生成测试程序,VC++工程,可编译运行VC MFC编写的二维码源码,适合一些VC技术人员参考!vc6.0和VS2010直接可以编译运行。可以自由设置二维码生成的相关的设置
- 2022-03-13 20:01:29下载
- 积分: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
-
椭圆拟合算法VC++
这是一个椭圆拟合的算法程序,能够对输入的点进行2D直线,圆及旋转椭圆拟合。 上面的图形是一个2D
- 2022-02-28 13:09:21下载
- 积分:1
-
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得...
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?贪心-Container packing problem given a container, and its length L, width W and height H, the current batch of cylindrical timber, each timber are of a long L, but the radius is different from the first i set the root radius of timber ri. Asked how the packing, making maximum utilization of container space? Greedy
- 2022-10-23 02:30:03下载
- 积分:1
-
tcp数据包的收发
说明文档--------------------------------------------------------1.本文件夹包含以下文件:客户端程序(SendTCP.java)、服务端程序(ListenTCP.java)2.程序运行过程: *先运行 javac SendTCP.java javac ListenTCP.java *再打开两个提示符窗口,在一个里先执行java ListenTCP 另一个再执行 java SendTCP 源ip 源端口 目的ip 目的端口 *在客户端的窗口里输入要发送的信息 *如果成功会有成功结果显示
- 2023-02-21 00:00:03下载
- 积分:1