搜索资源列表
Number-To-Chinese
- 根据输入的数字,程序输出对应的汉语。例如输入123输出一百二十三-Input Number,Output Chinese
Statistical-letters-number
- Descr iption: 给定一段文章,请输出每个字母出现的次数。 Input: 只有一组输入数据,该数据大小<10KB。 在文章中除最后一个字符外,只有小写字母、空格和换行符,没有另外的标点、数字和大写字母等。该文章以’#’结尾。 Output: 输出格式为“C A”,C为’a’..’z’中的字母,A为出现次数,C和A之间空一格。 Sample Input: here is the input this is the article
general-random-number-in-C-Sharp
- 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
number-exchange
- 大学里用C语言编写的数进制转换。运行环境为visual c++,可进行数进制间的转换,如十进制转八进制等。-University with a number written in C hexadecimal conversion. Operating environment for the visual c++, can be converted between the number of binary, octal, etc., such as decimal transfer.
phone-number-generator
- phone number generator you must adapt it for your application
Exhaustive-N-binary-system-number
- 列举N位二进制数,的分治递归算法,由C语言写成,附带运行,生成文件-Enumerate the N-bit binary number, divide and conquer recursive algorithm, written in C, with run to generate the file
Number-100-ranking
- 100个数排序的简单易懂的算法,由C语言写成,附带有运行时产生的所有文件-100 the number of sort of straightforward algorithm, written in C
identity-card-number-validator
- 自己寫的一個18位身份證號碼驗證器,可以驗證大陸的第一第二代身份證-To write their own 18 an identity card number validator can verify that the mainland' s first second-generation ID card
the-number-of-strokes-of-characters
- 用C#编写的,用来获取汉字的笔划数的小工具,国人肯定能用的到.-Written in C#, and small tools used to obtain the number of strokes of Chinese characters, people certainly can be used to.
three-number
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-1, 2, 3, 4 digital, can form number different from each other and not repeat digital three-digit? Are how many?
return-number
- 功能是返回高于平均分的人数。point存放着m个人的成绩,high存放高于平均分的分数。-Function is the number of returns is higher than the average score.Store point of m a personal accomplishment, stored high above-average scores.
Select-the-Kth-number-by-3-methods
- 用三种方法实现,随机生成的一堆数中选出Kth个数,包括简单选择排序、冒泡排序、快速排序-Using three methods, the number of randomly generated a bunch of selected Kth number, including the simple selection sort, bubble sort, quicksort
random-number
- visual c中随机数产生的程序,可以产生选择范围内的随机数。-visual c in the random number generation program, can generate the random number selection range.
random-number-by-myself
- 自编随机数C程序编程,可以用于平时抽号、无规则排序、无规则弹号使用。-Random number is compiled in C programming, can be used for at ordinary times, no rules, no rules no. Use.
The-median-and-inverse-number
- 读者可以输入一个随机数字,改程序可以判断出该数字为几位数字,并且求初期逆序数,并通过程序输出最后结果-Readers can enter a random number, change the program can determine the number of digits of and seeking initial reverse number, and the final result output by the program
Guess-number
- 对初学者会有些帮助,用于猜数字,C#简单程序-It may be some help for learning C# coder.The name of it is guessing number.It is very easy to conduct
guess-number
- c++猜数字游戏 随机生成4位数字,按照猜测的数字给出正误的情况,如猜对几个,哪个位置猜对。-guess number under c++
The-number-of-triangles-array
- 对于给定一个具体的三元组(S,T,N),能唯一确定一个相对应的三角形数阵,请自己寻找三元组与数阵的对应关系(提示:数阵的第一个数;按列读读看…..)。 你的任务是:根据给定的三元组(S,T,N),输出相对应的三角形数阵。 -For a given a specific three tuple (S, T, N), can only determine a corresponding number of triangles array, please find the corres
Random-number-does-not-repeat
- 不重复随机数 使用三种算法实现生成N个随机数的不重复排列。比较在N不同的情况下这三种算法的运行时间并进行复杂度分析。 利用时间函数生成N个随机数,然后根据上面的三种算法,既是通过生成不同于前i个已生成数比较,相同则去除,不同填入;或保留一个可记录元素是否出现的数组,来比较;或利用swap函数进行交换实现。来实现不重复随机数。-Random number does not repeat There are three algorithms to generate random nu
End-Number
- 找出1000之内的所有完数及这些完数之和,并按下面格式输出因子:6的因子是1,2,3 …… 完数和是…。-Identify all finished within 1000. These count and the number of finished and press format output following factors: factor 6 is the number 1,2,3 ...... End and is ....