搜索资源列表
Tokenizer
- 为C#做的字符串分析工具,可以有效分析字符串,根据字符串间的各种分隔符如逗号,空格等等进行分析。-done for the C# string analysis tools can effectively analyze string, According to the string between the various separator like a comma, space, etc. for analysis.
123
- 本例中四次输出了a,b的值,但由于格式控制串不同,输出的结果也不相同。第四行的输出语句格式控制串中,两格式串 d 之间加了一个空格(非格式字符),所以输出的a,b值之间有一个空格。第五行的printf语句格式控制串中加入的是非格式字符逗号, 因此输出 的a,b值之间加了一个逗号。第六行的格式串要求按字符型输出 a,b值。第七行中为了提示输出结果又增加了非格式字符串。 -In this case four times the output of a, b values, but becau
CsvLib
- CSV文件的格子中包含逗号,引号,换行等,都能轻松读取,而且可以把数据转化成DATATABLE格式-Check the CSV file contain commas, quotation marks, line, etc., can be easily read, and can format the data into DATATABLE
TxttoArrary2
- 一个用于将文本文件的数据读入到二维数组的类,使用起来非常方便,包括两种形式分隔的,一个是逗号,一个是空格。-a program used for reading in type of txt file,and saved it into two dimension arrary ,included multiform,such as it divide by comma or other symbols.
game
- 猜数游戏(控制台程序) 输入四个数(以逗号分割)会提示有几个数位置对数也对,有几个数位置不对但数对,超过七次则失败,可以选择继续或则退出-Guessing game (console program) Four the number of input (separated by commas) will prompt a few numbers position also logarithmic, a few numbers position but does not number mo
max-min-and-sum
- 输入一串整数,求出整数最大和最小数之和 输入: 1,2,3,4,最大4,最小1 输出:5 说明:可能会存在负数,输入包含逗号 -Enter a string of integers, find the maximum and minimum number of integer input: 1,2,3,4, maximum 4, minimum 1 Output: 5 Descr iption: There may be negative, the input contains
word_counting
- 利用C#编写的一个小程序,可以对一个文档按照空格和逗号等分隔符进行分词并且计数-Use C# to write a small program, you can follow a document, such as space and comma separators for segmentation and counting