-
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上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
-
炸弹人
炸弹人---Windows下经典小游戏,很怀旧的哦,其人工智能部分很有意思.-bomb people-- Windows Small classic games, is nostalgia Oh, its very interesting part of artificial intelligence.
- 2023-01-11 13:40:03下载
- 积分:1
-
AT89S51 16402lcd液晶显示 单片机学习板的程序
AT89S51 16402lcd液晶显示 单片机学习板的程序-AT89S51 16402lcd Single-chip liquid crystal display panels to study the process
- 2022-02-19 23:00:39下载
- 积分:1
-
这是关于三级网络技术的很有用的,用C语言开发的
这是关于三级网络技术的很有用的,用C语言开发的-This is on the three network technology useful to the C language development
- 2022-02-20 17:27:13下载
- 积分:1
-
labview 实验教材...供大家参考.
labview 实验教材...供大家参考.-labview test materials ... for your reference.
- 2022-02-11 18:15:54下载
- 积分:1
-
perfect text chatting system
perfect text chatting system
- 2022-02-26 21:14:14下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
svn windows端服务器安装程序,版本管理的优秀软件
svn windows端服务器安装程序,版本管理的优秀软件-svn windows client server installation process, version management, excellent software
- 2022-02-02 10:35:45下载
- 积分:1
-
with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselv...
用FEKO仿真的八木天线,学习FEKO的朋友可以熟悉一下-with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselves
- 2023-02-12 05:10:04下载
- 积分:1
-
C语言内嵌汇编实例
C语言内嵌汇编实例-embedded C language compilation examples
- 2023-04-23 18:35:03下载
- 积分:1