-
小游戏贪吃蛇的编程
小游戏贪吃蛇的编程-small game programming Snake
- 2022-10-14 21:05:03下载
- 积分:1
-
利用Kaveh法估计ARMA过程功率谱,只需计算AR系数,简化过程。
利用Kaveh法估计ARMA过程功率谱,只需计算AR系数,简化过程。-Kaveh estimation using ARMA process of the power spectrum, simply calculating AR coefficients, to simplify the process.
- 2022-10-27 03:25:04下载
- 积分:1
-
推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图...
推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。-Sokoban C language version, can customize the map to support the step-by-step and repeat regret. Can be compiled in VC6.0 or TC. Students work very good. Document the basic operation to open the closure. TXT file read, the keyboard response. Coordinates the planning, C drawing.
- 2022-08-18 12:28:21下载
- 积分:1
-
一个功能简单的留言板用ASP。NET(转载)
一个功能很简单的asp.net留言本(转载)-a simple function message board using asp.net(reshipment)
- 2022-05-30 22:04:43下载
- 积分:1
-
MATLAB实现的伽罗华域乘法,在AES的安全算法中应用到
MATLAB实现的伽罗华域乘法,在AES的安全算法中应用到-MATLAB implementation Galois field multiplication, in the AES security algorithm applied to the
- 2022-03-11 18:10:44下载
- 积分:1
-
切割地形图,地形图,切割后
裁剪地形图,裁剪地形图后自动完成,自动检查-Cutting topographic maps, topographic maps, after cutting
- 2022-03-13 18:59:10下载
- 积分:1
-
winpcap3.1源代码,对网络底层驱动有兴趣的人员…
winpcap3.1源代码,供网络底层驱动有兴趣人员研究-winpcap3.1 source code, the underlying driver for the network staff has interest in research
- 2022-10-01 21:05:03下载
- 积分:1
-
Realize this procedure three Ogre and three missionaries across the river, which...
此程序实现了三个食人魔和三个传教士的过河问题,其中船上最多只能载两个人,船上和两岸的传教士数大于食人魔数传教士才是安全的-Realize this procedure three Ogre and three missionaries across the river, which can only be set on board a maximum of two people on board and on both sides of Ogre missionaries more than a few missionaries are safe
- 2022-12-13 19:15:03下载
- 积分:1
-
JavaScript日历来做,并且有太阳历和假期
万年历javascript 做的,有阳历,和节假日-Javascript calendar to do, and have the solar calendar, and holidays
- 2023-07-20 14:05:05下载
- 积分:1
-
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。
输入:
输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。
输出:
每一个案例输出一行。每行只有一个数字,就是N对应的数根。
Sample input
39
-1
Sample output
3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
- 2023-09-05 21:25:03下载
- 积分:1