资源列表
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。请给出解决问题的算法,并证明该算法。
FXXHQ
- 此程序可实现在屏幕上写序号文字,并在每个文字上加一个方形框.-This program enables the serial number on the screen to write text and add a square box on each text.
Laplace_Define
- matlab的源代码,Laplace_Define.m,可以直接调用-matlab source code, Laplace_Define.m, you can directly call
MRTprojectbatch
- 批量处理MODIS数据,转成ALBERTS等面积投影,需要电脑已安装MODIS REPROJECT TOOL这个工具-The tool to transform the projecting coordinate of MODIS data
numpy_softmax.py.tar
- 用numpy数学库实现的softmax, 效率比较高.-softmax using numpy library, high efficiency.
fit_lagrange
- 该代码使用拉格朗日插值,对数据曲线进行拟合。交互式的方式,让理解更清晰直观。-The code uses the Lagrange interpolation, curve fitting of the data. Interactive way to get a more clear and intuitive understanding.