搜索结果
找到约 1,235 项符合
soft-input 的查询结果
操作系统开发 这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3
这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3,具有如下功能:
一、支持INI读取,支持 SECTION 的读取,模块modINIReader.bas支持读取Sections及key
二、支持 /auto /uninstall /del命令行参数运行
三、支持软件后台静默模式安装、支持静默卸载(当然视安装软件的参数支持 ...
数据结构 Problem A:放苹果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language:
Problem A:放苹果
Time Limit:1000MS Memory Limit:65536K
Total Submit:1094 Accepted:441
Language: not limited
Description
把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。
Input
第一行是测试数据的数目t(0 <= t <= 20) ...
书籍源码 This document contains official rules of the 3D soccer simulation competition at RoboCup 2006. Whil
This document contains official rules of the 3D soccer simulation competition
at RoboCup 2006. While we will try to cover all cases, if unexpected
events do occur, the rule committee will seek input from the
participants and then make a decision. However, once the committee has
made a decision, that ...
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...
数学计算 N位同学站成一排
N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。
合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,TK, 则他们的身高满足T1 < T2 < ...< Ti > Ti+1 > … > TK (1 <= i <= K)。
你的任务是,已知所有N位同学的身高,计算最少需 ...
其他行业 Description 将m个孩子从1到m编上号
Description
将m个孩子从1到m编上号,按序号围坐成一个圈,从1号孩子开始数,每数到n时,被数到的孩子即离开圈子,然后从下一个孩子开始,再从1开始数,如此不断地数下去,只到只剩下最后一个孩子,问剩下的孩子是几号?
Input
输入为一组整数对,每个整数对占一行,整数对的第一个整数表示m,即孩子的个数,第二个整数 ...
数据结构 Description 一个一元多项式可以看作由若干个一元单项式按降幂排列成的线性表。请编写程序对输入的两个一元多项式求积
Description
一个一元多项式可以看作由若干个一元单项式按降幂排列成的线性表。请编写程序对输入的两个一元多项式求积,并输出求积的结果。
Input
输入为两个一元多项式,每个一元多项式输入一行,按照降幂依次输入每个单项式的系数和指数,并以-1 -1作为结束。
系数和指数均为整数,指数不小于0。
Output
输出为求 ...
Java编程 文件说明java模式
文件说明java模式,The CustomerFacade class offers a higher level business service in the
form of the saveCustomerData method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level, more simplified interface offered by the Cu ...
VC书籍 C++编程思想 C++入门书籍
C++编程思想 C++入门书籍,不多介绍
http://www.laixp.cn/soft/sort01/sort02/down-12215.html
Internet/网络编程 Effevtive_STL 本书是对STL的一些原理和一些使用STL过程中经常放的一些错误进行分析
Effevtive_STL 本书是对STL的一些原理和一些使用STL过程中经常放的一些错误进行分析,讲解,很不错的一本书,推荐看
http://www.laixp.cn/soft/sort01/sort02/down-11235.html http://www.laixp.cn/soft/sort01/sort02/down-12267.html