-
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第...
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。
-Topic: using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plus 5, and then use and the balance divided by 10 instead of the figures, then the first and fourth exchange, second and third exchange.
- 2022-05-27 16:04:21下载
- 积分:1
-
本程序用VC实现自动拼图,用的是A*搜索算法
本程序用VC实现自动拼图,用的是A*搜索算法-This procedure automatically using VC puzzles, using the A* search algorithm
- 2022-07-19 03:11:31下载
- 积分:1
-
WinCE EVC4.2 TCP/IP客户端程序,可以和服务器端程序建立连接聊天
WinCE EVC4.2 TCP/IP客户端程序,可以和服务器端程序建立连接聊天-WinCE EVC4.2 TCP/IP client program, and server-side program can establish a connection to chat
- 2022-02-26 11:22:15下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
这是一段可以测试 某段代码运行时间的程序 实际测试时只需将要测试的程序段复制到相应的代码段即可 程序中有我自己的一段测试代码 将其替换就可实现自己的测试...
这是一段可以测试 某段代码运行时间的程序 实际测试时只需将要测试的程序段复制到相应的代码段即可 程序中有我自己的一段测试代码 将其替换就可实现自己的测试-time test code
- 2023-06-18 23:30:04下载
- 积分:1
-
dotnet德dbform,用于信息系统的快速开发,c#编写
dotnet德dbform,用于信息系统的快速开发,c#编写-dotnet Germany dbform for rapid information system development, the preparation of c#
- 2022-08-19 10:45:46下载
- 积分:1
-
剑指offer名企面试官精讲典型编程题
这本书是计算机专业学生面试必备的宝典,里面包含有很多专业领域面试官的讲解,从一个面试官的角度对计算机常见面试题进行讲解和剖析。
- 2022-06-03 00:56:54下载
- 积分:1
-
this code is filemaneger.I hope you fill good. there is exefile in this RAR file...
this code is filemaneger.I hope you fill good. there is exefile in this RAR file.
- 2022-02-20 07:25:38下载
- 积分:1
-
在C语言的学习和编程实践过程中,我用Visual C++6.0编写了一个报时程序,即用定时启动播放器并播放歌曲的办法来实现报时的功能。我认为这个思想可以用在气象
在C语言的学习和编程实践过程中,我用Visual C++6.0编写了一个报时程序,即用定时启动播放器并播放歌曲的办法来实现报时的功能。我认为这个思想可以用在气象业务的自动控制和数据的自动传输中,程序的实质是:定时启动并控制其它EXE程序。本程序还实现了如金山词霸一样将程序图标添加到系统的托盘中,使程序显得具有一定的专业水准。
第一次使用本软件需预设报时时刻,并选择自己喜欢的播放器和曲目。可以设置8个不同的报时时刻,并可随意取消任意时刻的报时。报时播放2分钟后自动挂断,5分钟后重新报时一次。报时歌曲的格式和曲目任意选择,只要所选折的播放器支持歌曲的格式即可。另外,界面的上方始终显示系统当前的日期和时间。
-err
- 2022-09-01 18:00:02下载
- 积分:1
-
通讯录管理系统
实现添加 修改 删除 查找等功能
通讯录管理系统
实现添加 修改 删除 查找等功能-Address Book Management system implementation to find other functions to add modify delete
- 2022-08-26 02:32:16下载
- 积分:1