搜索资源列表
db_record
- db_record 是一套专门针对配送行业实现销售管理的软件系统,全面适用于物流配送领域中的各级各类经营企业(如:纯净水、煤气、牛奶等等)。该软件完美紧密跟踪配送业务的特点;实现完善的销售管理;生成丰富多样的销售报表;具有严密的操作使用权限控制;应用最新独特的来电显示技术。本软件采用大型网络数据库C/S结构,保证20台客户端电脑连接流畅稳定。 1、业务(收入、支出)处理模块:配送业务的开票、收款、收空包、核对入帐等。 2、查询汇总:业务
SortPoint
- 如何将无序的多边形顶点集合,排序成逆时针顺序!这个正是凸包算法前面的一些准备工作!-how to disorderly polygon vertex assembly, sequencing into a counter-clockwise order! This is why the convex hull algorithm front of some preparation work!
用画线来模拟冒泡排序
- 里面是一个RAR压缩包,主要功能是用画线来模拟冒泡排序的过程-RAR compressed, the main function is used to simulate painting lines Bubble Sort of
混合排序
- 这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.-This is a use of a variety of data sequencing procedures for ordering, scheduling time complexity of small, space complexity of small, fast order. Compressed
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to r
ds_kcsj_cxc
- 《数据结构》排序演示系统。实现6种内部排序。包括直接插入排序,希尔排序,冒泡排序,直接选择排序,快速排序,堆排序。。这是我的数据结构课程设计!-"data structure" Sort demonstration system. Six species of achieving internal order. Including direct insertion sort, Hill, in order Bubbl
混合排序
- 这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.-This is a use of a variety of data sequencing procedures for ordering, scheduling time complexity of small, space complexity of small, fast order. Compressed
SortPoint
- 如何将无序的多边形顶点集合,排序成逆时针顺序!这个正是凸包算法前面的一些准备工作!-how to disorderly polygon vertex assembly, sequencing into a counter-clockwise order! This is why the convex hull algorithm front of some preparation work!
20041211rawsniffer
- Example: rawsniffer -p TCP -dp 25,110 -o f:1.txt -m -sniffpacket 嗅探指定规则数据抱并保存到文件 rawsniffer -sniffsmtp 只嗅探smtp,输出到屏幕 rawsniffer -sniffall -dp 0 -o f:1.txt 嗅探smtp,pop,ftp,post,telnet保存到文件,[-dp 0]过滤无用包 rawsniffer -
用画线来模拟冒泡排序
- 里面是一个RAR压缩包,主要功能是用画线来模拟冒泡排序的过程-RAR compressed, the main function is used to simulate painting lines Bubble Sort of
Chap7_InSort
- 本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大-the package to achieve a ranking within the various functions, as can the use of the header files, Packaging, and intensity
structure
- 数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it well, you need it,I think!
c_methods_of_quick_sort
- 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary
OOP_Exc
- 实现两种OOP中的排序包 一种使用comparable接口 一种自定义父类,然后对其继承 两种都是为了达到能对对象进行排序-OOP in order to achieve the two packages of a comparable interface to use a custom parent class, and then to its successor are two kinds of objects in o
Convex_hullAlgorithm
- 实用的凸包算法,包括计算点与水平线的夹角,二分法排序,找极点等。-A practical convex hull algorithm, including calculating angle of the point and horizontal line, dichotomy sort, looking for poles and so on.
sortinh
- 一个排序包,里面包括快速排序,冒泡排序和插入排序,用户需创建自己类型的数组进行排序-A sorting package, which includes quick sort, bubble sort and insertion sort, the user must create their own type of array to sort
sort.tar
- 一个排序包,实现各种类型的排序,冒泡和合并。-A sort packages to achieve various types of sorting, bubbling and mergers.
MySort-two
- 编写的排序包,在主程序中实现调用,功能简单。-Simple data output
JAVA-sort
- java,排序包,3种排序方法。两种输入方式。 -java sort
InsertDirect
- 直接插入排序算法Java实现,InsertDirect.java为算法代码,SortingTest.java为测试程序,二者放在一个包下。(InsertDirect Algorithm Java)