-
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上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
-
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松...
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松-Data structure of the flash algorithm for demonstration, the image of a vivid demonstration of the effect, so you better learn to relax
- 2023-04-17 23:45:03下载
- 积分:1
-
Based on the L297 and L298N driver circuit of the stepper motor can directly dri...
基于L297和L298N的步进电机驱动电路,可直接驱动步进电机-Based on the L297 and L298N driver circuit of the stepper motor can directly drive stepper motor
- 2022-11-01 03:15:03下载
- 积分:1
-
淘宝C店全屏代码
淘宝C店全屏代码,非常好的学习资料哦,其中包含 7个 json文件 ,一个 common.php , modules中包含大量的描述文件,即xml文件。
- 2022-01-22 14:21:47下载
- 积分:1
-
实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。...
实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。-achieve automatic update procedures, it is quite easy to achieve on-line applications. This is VC prepared by visiting fixed INI file and realizing the objectives of the download.
- 2022-12-25 18:15:03下载
- 积分:1
-
LED双向跑马灯
#include "SPCE061A.h"
void DelayMs(unsigned int ms)
{ //延时子程序
unsigned int i;
unsigned int j;
for(i=0; i
- 2022-04-23 15:15:34下载
- 积分:1
-
运动会分数统计
运动会分数统计- The games score counts
- 2022-08-19 08:50:12下载
- 积分:1
-
同济大学的 陈以一教授的《钢结构基本原理》第3章
同济大学的 陈以一教授的《钢结构基本原理》第3章
- 2022-03-31 13:32:38下载
- 积分:1
-
设计模式中 代理模式和工厂模式的C++实现
关于设计模式的问题在IT面试时越来越多的被问到,该源码实现了代理模式和工厂模式,其中代理模式在main函数中被注释掉了,当前运行的是工厂模式,如果想了解代理模式,将注释去掉即可。
- 2023-03-09 19:10:03下载
- 积分:1
-
词法分析程序的C语言程序框架,加深对词法分析原理的理解
词法分析程序的C语言程序框架,加深对词法分析原理的理解-lexical analysis procedure of the C Programming Language framework of lexical analysis to deepen the understanding of the principles
- 2022-03-18 16:39:54下载
- 积分:1