-
In the linux environment, through the python script to modify the IP address, MA...
在linux环境下通过python脚本来修改IP地址、MAC等-In the linux environment, through the python script to modify the IP address, MAC, etc.
- 2023-08-01 19:20:03下载
- 积分:1
-
foreground model for matching using genetic algorithm
foreground model for matching using genetic algorithm
- 2022-02-01 22:59:16下载
- 积分:1
-
Under DOS output 99 multiplication table for everyone to learn!
DOS下的99乘法表输出,供大家学习!
ÿ
-Under DOS output 99 multiplication table for everyone to learn!
- 2023-05-06 14:15:03下载
- 积分:1
-
这个程序并不帮你翻译任何文字,仅仅只是提供一个专为翻译工作设计的 编辑器.使用它你可以一行行对照的翻译原文. 而当你在翻译过程中碰到了不 认识的新词,计算机能充...
这个程序并不帮你翻译任何文字,仅仅只是提供一个专为翻译工作设计的 编辑器.使用它你可以一行行对照的翻译原文. 而当你在翻译过程中碰到了不 认识的新词,计算机能充当你的词典或笔记本的作用, 让你的翻译工作事半功 倍.当你在翻译某一行文字时,如果发现某个单词不认识,字典区便会显示出单 词的意思,而不需要你的任何按键.当你在字典区没有发现你要的单词时,证明 单词库里没有这个单词,需要你自己从别的途径查找,然后写到字典区内,程序 将马上把它记录在单词库中-this procedure does not help you to translate any text, merely provide a translation for the design editor. Using it you can control the lines of the original translation. But when you in the process of translation encountered did not know a new word, the computer can serve as your dictionary or laptop, so you translation multiplier. when you are in the translation of a text line, if found not understand a word, the dictionary will show that the district words mean, without the need for any of your button. When you zone in the dictionary found no words to you, not to prove the word Curry words, you need Search through other channels, and then wrote a dictionary region, procedures it will be immediately recorded in the word library
- 2022-11-23 08:20:03下载
- 积分:1
-
农村水电费记帐录入,统计汇总,打印输出收费单据。可预存费用,也可欠费统计。...
农村水电费记帐录入,统计汇总,打印输出收费单据。可预存费用,也可欠费统计。-Rural utilities account entry, statistical summary, printouts charging documents. Costs can be stored can also be Arrearage statistics.
- 2022-02-27 08:53:15下载
- 积分:1
-
C++Builde做的俄罗斯方块源程序
C++Builde做的俄罗斯方块源程序-C Builde do Tetris source
- 2022-08-09 16:08:18下载
- 积分: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
-
此程序用来学习C++的好实例,从简单入手,循序渐进,希望大家有所收获。...
此程序用来学习C++的好实例,从简单入手,循序渐进,希望大家有所收获。-This procedure is used to learn C++, good examples, from simple start, step by step I hope you gain something.
- 2023-02-05 13:10:04下载
- 积分:1
-
本例是一个小程序,小球可根据直线运动,当到达屏幕边界时返回。...
本例是一个小程序,小球可根据直线运动,当到达屏幕边界时返回。-This example is a small program, small balls according to linear motion, when the reach the edge of the screen when you return.
- 2022-09-02 22:30:02下载
- 积分:1
-
pc.c是移植于μCOS
pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
- 2022-12-20 12:30:03下载
- 积分:1