搜索资源列表
p2
- 字符串字符分类排序-Sort string of characters
一个通用的排序程序
- 此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
stringsort
- 一个可以对字符串进行选择排序和冒泡排序的小程序-A string can choose to sort and bubble sort of small programs
sortVC
- vc++6.0写的排序软件,实现了对字符、字符串的排序,对文件夹中的文件按文件名、文件大小以及最近修改时间的排序。用户可以根据自己的需求在软件的首界面选择要排序的方式。-vc++ 6.0 to write the sort of software to realize the characters, the sort string for files in that folder by file name, file size and modification time of the sort
Sort
- 冒泡排序的经典C程序,读入一个字符文件,对其中的字符串进行字典排序,输出到文件并保存。值得参考。-Bubble Sort classic C program, reading characters into a document, on which to sort the dictionary string, the output to a file and save. Worth considering.
sort_56_06
- 实现对字符串与整数的排序,附有详细的设计报告,并有多种算法的实现流程图-To achieve the sort string and integer, with detailed design report and the realization of a variety of algorithm flow chart
java_applet
- Applet类与Applet小程序,数组 向量 字符串 递归 排序-Applet applet Applet class, recursive sort string array vector
ssd7exercise4
- 1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or descr iption contains
string
- 字符串排序,共有5个排序,bubble,insertion,merge,heap,quick,能排大规模数据-String sorting, a total of 5 sort, bubble, insertion, merge, heap, quick, large-scale data can be ranked
sort
- 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
char_manipulation
- 包含几个字符操作的经典程序:数字字符转换成数值、统计单词出现次数、选择法进行字符串排序、在串中查找一个字串出现的次数、字符串的选择法排序、字符串中的大写字母改小写字母-Contains several classic characters operating procedures: digital characters into numerical, statistical word occurrences, select the sort method for strings, a strin
sort_str
- 字符串排序的汇编程序。程序运行后从键盘输入多个字符串,各字符串回车结束,空字符串结束输入。将输入的字符串排序后输出到屏幕-Sort string assembler. After running over a string from the keyboard, enter the end of the string, an empty string end of the input. After sorting the input string output to the screen
string-sort
- 在2010年百度公司的一次校园招聘笔试中,要求应聘者设计一个strnumcmp函数。对比普通的strcmp函数,差别在于,当字符串中包含数字时,比较数字大小。数字大小相同或 不含数字时,仍然沿用原来的strcmp方式。所有不含数字的字符串均小于含数字的字符串。每个字符串的长度范围为1 ~ 30,而其中包含的数字个数范围为0 ~ 8,且数字在一 个字符串中是连续的。 例如:strnumcmp的判定结果:"abc"<"abc#"<"abcd"<"abc1"&
sort
- 用快速排序算法,对大量数字(int)和字符串(string)进行排序,并对比算法运行时间和效率。-Using quick sort algorithm, a large number of digital (int) and string (string) to sort and compare the algorithm running time and efficiency.
Sort
- 这份代码用堆排序实现了对一个字符串内部字符的排序。-this file implements the sort of a string by using heap sort.
sort
- 后缀子串排序,这个程序可以对一个字符串的所有后缀子串进行排序-you can sort a string using this program
sort-string
- 从键盘输入一组字符串,并将这组字符串排序,将排序后的结果输出。-A set of strings from the keyboard input, and this set of strings sort will sort the results output.
sort.cpp
- 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
UserControl
- C#创建用户控件的演示源码,演示程序是一个排序字符串程序,在“原始字符串:”栏中输入字符串后,单击键盘Tab键,还可以进行逆序字符串功能,不但学习了用户控件的编写方法,还捎带研究了C#的字符串排序功能,一举两得-C# source code to create a user control to demonstrate the demonstration program is a sort string program in the original string: " enter th
Sort
- C# WinForm 字符串的简单排序-Simple sort of C# WinForm string