-
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和...
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-A company to transfer data using public telephones, the data is four integers, in the transmission process is encrypted, encryption rules are as follows: Each figures with five, and then divided by 10 instead of the more than a few numbers, and then The first and fourth exchange, the second and third exchange.
- 2022-01-26 00:00:43下载
- 积分:1
-
用于油藏数值模拟中的非均值场,即可以改变渗透率变异系数,渗透率级差,可用于eclipse、VIP、cmg中皆可使用,本程序的例子是共有7个层,所以输入数据有7个...
用于油藏数值模拟中的非均值场,即可以改变渗透率变异系数,渗透率级差,可用于eclipse、VIP、cmg中皆可使用,本程序的例子是共有7个层,所以输入数据有7个层的原始渗透率场。-Reservoir simulation for the non-mean field, that can change the permeability coefficient of variation, differential permeability, can be used in eclipse, VIP, cmg in can be used, examples of this procedure is a total of seven layers, so there is input data the original seven-story market penetration.
- 2022-03-22 19:37:03下载
- 积分:1
-
对于图象处理,参数设置是一个非常重要的环节.这个代码可以借鉴一下...
对于图象处理,参数设置是一个非常重要的环节.这个代码可以借鉴一下-For image processing, parameter setting is a very important link. This code can learn from you
- 2022-02-02 14:45:10下载
- 积分:1
-
2D游戏。飞机打星星,我自己做的,不太好。请通道的兄弟多多指教哈!在着谢谢了。...
2D游戏。飞机打星星,我自己做的,不太好。请通道的兄弟多多指教哈!在着谢谢了。-2D game. The aircraft hit the stars, I do not very good. Please access the exhibitions and Kazakhstan
- 2022-01-21 01:16:48下载
- 积分:1
-
计算机图形学,单边裁剪算法
计算机图形学,单边裁剪算法-computer graphics, unilateral cutting algorithm
- 2022-06-17 17:12:30下载
- 积分:1
-
一款局域网工具,能进行点对点传送文件,还可以通信
一款局域网工具,能进行点对点传送文件,还可以通信-A local area network tools, can be point-to-point transmission of documents, but also communication
- 2022-08-17 00:52:33下载
- 积分:1
-
MIMO通信系统的解码范围
sphere decoding for MIMO communication system -sphere decoding for MIMO communication sy stem
- 2022-05-23 08:57:04下载
- 积分:1
-
VC++.NET 时尚游戏开发编程40例,各种智力游戏
VC++.NET 时尚游戏开发编程40例,各种智力游戏
- 2023-07-25 02:20:04下载
- 积分:1
-
俄罗斯方块,支持网络对战,vc平台开发的
俄罗斯方块,支持网络对战,vc平台开发的-Russian box, a support network war, the development of the platform vc
- 2022-02-16 06:50:04下载
- 积分:1
-
图像的二值化处理
实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0.做归一化处理后,2值化的颜色 1为白,0为黑。边缘部分,计算有误差,255,254,253,252 就算白,0,1,2,3,4就算黑。屏幕显示时,肉眼是分辨不出这点误差的。你可以对2值化后的图像值作归一化处理,得到1和0,然后再放大(乘255),就可得到满意的数值。至于左边界上 1 254 253, 0 255 255,可能是2值化前,颜色原本就有差别。不是2值化的错误。
- 2022-09-03 03:00:05下载
- 积分:1