搜索资源列表
java排序
- javaAPI程序,实现了的数字串的排序,对于用户的非法输入进行了处理-javaAPI procedures, the realization of a string of figures, in order for the user of illegal importation of processing
file_data
- 从file中读取数据到vb中,进行排序处理后用mschart作出图形来.-read from the data file to vb, after sorting mschart used to make graphics.
zfc
- 计算机网络编程技术作业中的字符串排序处理!程序比较简单!
不规则图形的排序《数学模型部分》
- 将照片通过扫描仪将其录入到计算机中,通过程序处理,能很好的实现多幅图像的无缝拼合-photos through scanners to input to the computer, through procedures that will achieve a number of very good image of a seamless mosaic
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5
ShowDLLS
- 1.ListCtrl控件中罗列所有进程及线程详细信息,进程处理 2.ListCtrl控件内容排序-1.ListCtrl controls were to list all processes and threads detailed information, process control content processing 2.ListCtrl Ranking
不规则图形的排序《数学模型部分》
- 将照片通过扫描仪将其录入到计算机中,通过程序处理,能很好的实现多幅图像的无缝拼合-photos through scanners to input to the computer, through procedures that will achieve a number of very good image of a seamless mosaic
java排序
- javaAPI程序,实现了的数字串的排序,对于用户的非法输入进行了处理-javaAPI procedures, the realization of a string of figures, in order for the user of illegal importation of processing
快排
- 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the
classicC100
- 经典C程序100例,对于初学者非常值得研究.内有各种排序,找素数问题,字符串处理等.-classic C program hundred cases for beginners is worth studying. There are various sort, finding prime numbers. string processing.
work_std
- 工作时单元功能实现的部分资料 主要涉及字符串处理、排序算法,字符串查询、kmp、改进二分法、Unicode编码、uniq-functional modules work to achieve some of the information involved mainly string handling, sorting algorithm, string inquiries, kmp improve dichotomy, Unico
face123[matlab]
- 在本设计中源于将图像看作随机场的实例,同时从信号处理的观点出发,对图像进行统计描述。通过K-L变换降低人脸特征的维数,提取人脸图像的代数特征,并排序。这样,利用代数特征的比较,可从人脸库中识别一幅人脸。-in the design of the images from the airport as with the examples, from the viewpoint of signal processing, right imag
file_data
- 从file中读取数据到vb中,进行排序处理后用mschart作出图形来.-read from the data file to vb, after sorting mschart used to make graphics.
Hanzipaixu
- 完成一级汉字和二级汉字的按拼音排序和按笔画排序功能,对多音字排序做了处理-Completion of a Chinese character and secondary characters to sort by alphabet and by the number of strokes sort function, the word sort of multi-tone make the deal
C_algorithm_program
- 本书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图
zfc
- 计算机网络编程技术作业中的字符串排序处理!程序比较简单! -Computer Network Programming operating in order to deal with a string! The procedure is relatively simple!
xml
- HTML/Javascr ipt 操作页面结果进行排序处理的实现逻辑 需要将xml拷贝到web服务器 并在服务器模式下可以查看到 动态排序效果(xml node sorting function code.)
按修改时间并排序并重命名
- 批处理 ,对文件按修改时间排序并编号重命名,可以按1,01,001梯增编号,附加自定义前缀(Batch files,sorting by time and rename, additional custom prefix.)
数据算法处理显示
- 可以实现数据的排序,不同的数据处理方式对比等,(Data sorting can be achieved, different data processing methods, such as contrast)
排序递归算法
- 数组做函数参数的退回问题 退回为一个指针, 1 正确做法:把数组的内存首地址和数组的有效长度传给被调用函数 2 //实参的a 和 形参的a 的数据类型本质不一样形参中的数组 ,编译器会把它当成指针处理 这是C语言的特色排序 本质也剖析 3 形参写在函数上,和写在函数内是一样的,只不过是具有对外的属性而已.(The return problem of the array as a function parameter is r