资源列表
E2
- 比较两个字符串的大小,如第一个参数大,返回正数,第二个大返回负数,一般大,返回0-Compare size of two strings, if the first parameter is larger than the second, returns a positive number ,and else if the second returns negative , and generally , it returns 0
quicksort
- 快速排序方法,通过选择一个数,其他的数与其比较。-Quick sorting method, by selecting a number, and other numbers being compared.
matlab
- 随机共振在弱信号中的检测研究matlab源程序-Stochastic resonance in weak signal detection matlab source
zhuyiminopsk
- 8psk调制gray码映射在高斯信道下的误比特率和理论误比特率-8psk modulation gray code mapping in Gaussian channel bit error rate and the theoretical bit error rate
asp-Create-asp
- 在asp编程中,在asp页面中生成新的asp文件。-In asp programming in asp asp page to generate a new file.
BC04002
- 有15个数已按由大到小的顺序存放在一个数组中,现再输入一个数,要求用折半查找法找出该数是数组中第几个元素的值。如果该数不在数组中,则打印出“无此数”*/-There are 15 numbers in ascending order has been placed in an array, now and then enter a number, asked to use a binary search method to find the number of elements in the a
GetWindowsVersion
- Show Windows Version.
shuangxiangmaobao
- 以整数升序排序为例来简单说明一下双向冒泡排序的过程:首先从前往后把最大数移到最后,然后反过来从后往前把最小的一个数移动到数组最前面,这一过程就是第一轮,然后重复这一过程,最终就会把整个数组从小到大排列好。双向冒泡排序要稍微优于传统的冒泡排序,因为双向排序时数组的两头都排序好了,我们只需要处理数组的中间部分即可,而单向即传统的冒泡排序只有尾部的元素是排好序的,这时每轮处理都需要从头一直处理到已经排好序元素的前面一个元素。虽然它在效率上有了点改进,但它也不能大幅度提高其排序的效率,这是由冒泡排序的基
bestfit
- 一维纸箱中的一种算法,首先最适应启发式。启发式中的一种。-One carton of an algorithm, first of all, the most adaptive heuristic. One of the heuristic
ecap
- 基于DSP F2808的捕获模块的程序,可以根据需要修改代码-Based on the program DSP F2808 capture module, you can modify the code as needed
fifo32x32
- SYNCHRONOUS FIFO EXAMPLE IN VERILOG
Main
- 题目:输入一个正整数数组,将它们连接起来排成一个数,输出能排出的所有数字中最小的一个。 举例:输入数组{32, 321},则输出这两个能排成的最小数字32132。请给出解决问题的算法,并证明该算法。
