-
emacs 中的一个插件,对于想学习EMACS编程的 很有用。
emacs 中的一个插件,对于想学习EMACS编程的 很有用。-emacs in a plug-in, for want to learn useful programming EMACS.
- 2022-01-31 20:47:44下载
- 积分:1
-
Arduino伺服控制的源代码
Arduino source code for servo controlling
- 2023-04-06 19:00:02下载
- 积分:1
-
用于打开Motorola L6系列手机的软件,很好的,汉化版
用于打开Motorola L6系列手机的软件,很好的,汉化版-Used to open the Motorola L6 mobile phone series software, very good Chinese Version
- 2022-01-25 20:26:10下载
- 积分:1
-
Gps receiver signal processing and examples of code.
Gps接收机信号处理及实例代码。
- 2022-02-21 19:45:52下载
- 积分:1
-
利用神经网络和多元回归预测的人均国内生产总值,和…
采用神经网络和多元回归对人均GDP进行预测并建模-Using neural networks and multiple regression to predict the per capita GDP, and Modeling
- 2022-03-22 21:09:02下载
- 积分:1
-
Virtual Machine Design and Implementation of source code, source code is pretty...
虚拟机设计与实现源代码,很不错的源代码。至于书籍可到网上下载!-Virtual Machine Design and Implementation of source code, source code is pretty good. As for books can be purchased online at download!
- 2022-02-01 21:31:36下载
- 积分:1
-
Boutique VC7.0
精品 能够把VC7.0-8.0的工程转换到VC6.0的工程, 界面也很漂亮,鼠标一拖,一切搞定。
-Boutique VC7.0-8.0 can convert the project to VC6.0 project is also very beautiful interface, drag the mouse, all done.
- 2022-05-05 06:57:28下载
- 积分:1
-
VB操作数据库
VB操作数据库-VB database operations .....................................
- 2022-05-18 12:02:03下载
- 积分:1
-
迷宫求解(全部解)
共有三个文件maze.h mclass.cpp t3.cpp
希望大家多提意见...
迷宫求解(全部解)
共有三个文件maze.h mclass.cpp t3.cpp
希望大家多提意见-Maze Solving (all solutions) there are three documents maze.h mclass.cpp t3.cpp do so hope that everyone
- 2022-10-11 16:25:03下载
- 积分: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