搜索资源列表
ag
- 这个双重循环完成按字母顺序排序的工作。在外层循环中把字符数组cs[i]中的国名字符串拷贝到数组st中,并把下标i赋予P。进入内层循环后,把st与cs[i]以后的各字符串作比较,若有比st小者则把该字符串拷贝到st中,并把其下标赋予p。内循环完成后如p不等于i说明有比cs[i]更小的字符串出现,因此交换cs[i]和st的内容。至此已确定了数组cs的第i号元素的排序值。然后输出该字符串。在外循环全部完成之后即完成全部排序和输出。-The double circle in alphabetical o
shangchuanchengxu3
- 用指向指针的指针的方法对5个字符串排序并输出。-With a pointer to a pointer to a string sort method 5 and the output.
Core4
- Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 -
Sort
- C# WinForm 字符串的简单排序-Simple sort of C# WinForm string
Connection-string-and-sort
- 连接几个字符串,并且按照字母表的顺序进行排序,读者课一根据自己的要求改变字符串的具体内容。-Connection string and sort
BubbleSort
- 该程序利用冒泡排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字。-The program uses the bubble sort arranged digital readers can enter any string of numbers, the program can output the final ranked number.
Selection-sort
- 该程序利用选择排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字-The program selection sort arranged in the digital readers can enter any string of numbers, the program can output a final order
order
- 针对给出的字符串(大小写字母等)冒泡法进行排序-Sort given string (uppercase and lowercase letters) Bubble Act
C2
- 1) 定义一个数组stu[10]存放10个学生的成绩,从键盘输入数据,要求用指针实现 2) 将数组stu[10]的内容输出到屏幕上,要求用指针实现 3) 将成绩数组按照从高到低进行排序,要求用指针实现 4) 将第三步内容放在函数中实现,在主函数中调用实现排序,用指针实现,输出排序后的成绩单 5) 采用指针方法,输入字符串“student score ”,复制该字符串并输出(复制字符串采用库函数或用户自定义函数)-1) define an array stu [10] to sto
hebingzifuchuan
- 输入两个已经按从小到大顺序排列好的字符串,编写一个合并两个字符串的函数,使合并后的字符串,仍然是从小到 大排列。 输入: 两个已经排好顺序(升序)的两个字符串 输出: 一个合并在一起的有序(升序)的字符串 要求: 设计一个效率尽量高的算法,对每个字符串只扫描一遍就可以了。 如果采用先进行串连接,然后再进行排序的算法,则效率太低了。 -Enter both have small to large order, good strings to
qsort
- 递归,可以用来对一串数字进行排序,比冒泡排序好得多-Recursion can be used to sort a string of numbers, much better than bubble sort
textoperation
- 文本处理,将文本文件以字符串的方式读入,然后对其进行拆分,排序等相关处理。可以自开发处理类(通过反射支持任何格式的接口),编译成dll文件,配置进去,便可以支持新的处理方式。将处理结果展示在文本框中- 文本处理,将文本文件以字符串的方式读入,然后对其进行拆分,排序等相关处理。可以自开发处理类(通过反射支持任何格式的接口),编译成dll文件,配置进去,便可以支持新的处理方式。将处理结果展示在文本框中 Text proc
CSharp_Study_me
- 一个解决方案下包含11个项目程序,包括helloworld、冒泡排序、方法的使用、继承、登录、工资计算、字符串方法-Under a solution containing 11 project program, including the helloworld, bubble sort, the method of use, inheritance, login, wage calculation method, string, and so on
string
- 从键盘输入一串字符,将它们存放在字符数组中(形成一个字符串) 然后对字符数组中的各个字符排序-Enter a string of characters the keyboard, they are stored in the array of characters (the formation of a string) and then sort the array of characters in each character