搜索资源列表
LogProc
- 是一个Dos控制台程序,可以将一个非常大的文件,如2G的文件分割成几百个小的文件,对于日志察看非常有用。-Dos console is a process, which would be a very large documents, such as 2G in the paper is divided into hundreds of small files and log look very useful.
myknapsack
- a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
programs
- 一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上\\,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add \\, document number, starting from 0
DOS_edlin
- DOS下行编辑器 功能: 编辑软件的状态 编辑软件分为两种状态: 状态一:命令状态(命令态) 输入、处理各种行编辑命令。所输入的内容要根据事先定义的编辑命令进行解释,完成规定的操作。 编辑命令状态提示符:* 状态二:行输入状态(编辑态) 输入文本行。所输入的内容要全部作为文本存入文件中。 输入态提示符:无 系统启动进入命令状态,显示提示符 *。-DOS downlink editor functions : editing software edi
MultiplicationOfLargeNumbers
- 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb
shellorder
- 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插入排序;然后,取第二个增量d2<d1重复上述的分组和排序,直至所取的增量dt=1(dt<dt-l<…<d2<d1),即所有记录放在同一组中进行直接插入排序为止-First take an integer less than n d1 as the first increment, the document d1 all records
Neogrowth
- 住店插入法一个不错的小程序,能将一些离散点剖分成德劳内三角形-Insertion stay a nice little program, a number of discrete points can be divided into Delaunay triangles profile
client
- 数据采集系统的客户端程序,分为三个模块,数据读取,数据匹配,数据发送-中文(简体)英语日语Alpha Data acquisition system of the client program is divided into three modules, data read, data matching, data transmission
list-Find-a-demolition-chain--sort
- 将链表中结点分成由小到大排列的一个奇数链和一个偶数链及用递归和非递归两种方式,在一个以单链表实现的线性表中查找-Node of the linked list is divided into an odd chain of small to large order and an even chain recursive and non-recursive two ways, in a single linked list to achieve linear table lookup
scheduler
- 操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。-Operating system task scheduling problem. Operating system task is divided into two kinds of system tasks and user tasks.
POLY_GON
- 用户绘制一个多边形和它将划分成三角形,多边形(它triangulates多边形)-The user to draw a polygon and it will be divided into triangles, polygons (it triangulates polygons)
soccerrobotmovement
- 足球机器人各种行为的对应代码,分不同的攻防策略-Soccer various acts corresponding code, divided into different offensive and defensive strategies
automatic-origin-search
- 实现USB1020的自动原点搜寻功能,分为4步实现,可供参考-Achieve USB1020 automatic origin search function is divided into four steps to achieve, for reference
homework_algo
- 一凸 8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T, 使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一 个三角形的权重是其各边的权重之和)。 -A convex polygon P 8 vertex clockwise {v1, v2, ..., v8}, any two vertices of t
Post-Office
- 算法设计与分析中邮局选址问题。 select(int[] array, int begin, int end, int middle)将n个输入元素划分成n/5个组,每组5个 元素,只可能有一个组不是5个元素。用任意一种排序算法,将每组中的元素排好序,并取出每组的中 位数,共n/5个。找出这n/5个元素的中位数。如果n/5是偶数,就找它的2个中位数中较大的一个。 以这个元素作为划分基准。在调用时,只需要将middle参数传入array.length/2就能找到整个数组中的
interation
- 用面积累加的方法求解积分函数的结果,可以自由的输入积分上下限,以及分割段数-The results accumulated by the area method for solving integral function, you can enter upper and lower limits of freedom points, and the number of divided segments
wenjianfenhe
- 这是一个C语言的控制台程序,功能:文件的分割和合并。运行程序,会出现提示信息,选择需要执行的操作种类,如第一种是分割文件,第二种是合并文件,第三种是退出系统;然后将文件路径添加上去即可。 例如选择分割文件功能后,会出现提示信息: please input divided file s position 在后面加上文件的完整路径即可-file divided or united
CPP
- 一些C++小程序,分为例题程序、实验程序、作业程序,包含一些基础的算法示例-Some small C++ program, the program is divided into examples, experimental procedures, operating procedures, contains some examples of algorithms based
string-reorder
- 将字符串重排。规则如下: 1,每个字符串只包括数字字符和小写字母 2,原始字符串被分割成若干个子串,后一个字符串是前一个字符串的字串-The string rearrangement. Rules are as follows: 1, each string includes only numeric characters and lowercase letters 2, the original string is divided into several sub-string aft
CRM-CODE
- 主要实现以VC++6.0为开发工具的客户关系管理系统。 该系统主要业务功能划分为以下几个功能模块:营销管理(包括销售机会的管理,客户开发计划的管理)、客户管理(包括客户信息的新建修改与删除)、服务管理(服务的创建)、统计报表共四个模块。-The main achievement was the development of tools to VC++6.0 customer relationship management system. The system is divided into
