CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 编程小

搜索资源列表

  1. EightQueens

    0下载:
  2. 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve, involving some interface prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:138093
    • 提供者:李冰海
  1. Claboryfunction

    0下载:
  2. 这是c语言全部库函数的说明,内容全面而且都有小例子进行了说明具体的用法,是c语言编程的好的参考资料 -This is for all the language function of note comprehensive and have small examples of the usage specify, c programming language of good reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:347788
    • 提供者:hq
  1. genericalgorithm

    0下载:
  2. 一个实现基因表达式编程来解决函数发现问题的小程序-a realization of gene expression programming to solve the problems identified in the function of small procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49576
    • 提供者:陈亦欣
  1. c_program_shiyan10

    0下载:
  2. 初学C程序设计者的最好方法就是编程实验,从简单的开始,这里提供了几个小实验,非常经典啊.也许考试还会碰到!-novice designers C program is the best way to programming experiment, a simple, here for a few small experiments, the very classic ah. Perhaps examination will encounter!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3417
    • 提供者:董轻
  1. C_Program100

    0下载:
  2. 看似简单的算法小程序,但对于我们规范化编程的确很有帮助。-Algorithm seems to be simple and small program, but we are indeed very helpful to standardize programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:38728
    • 提供者:yanghongyu
  1. Underlying_development

    0下载:
  2. 包含几个底层编程小例子,如时间陷阱和检测鼠标等。-Contains several low-level programming of small examples, such as time and testing the mouse traps, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:11531
    • 提供者:mei
  1. shuyouguandao

    0下载:
  2. 问题描述: 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置? 编程任务: 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Problem Descr iption: A oil company plans t
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7408
    • 提供者:李东
  1. test5-2

    0下载:
  2. 问题描述: 给定n个石子,其重量分别a1,a2,a3...an,要求将其划分成m份,每一份的划分费 义为这份石了中最大重量与最小重量的差的平方。总划分费用等丁m份划分费用之和。 编程任务 对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Descr iption of the problem: Given n-stones, its weight, respectively a1, a2, a3 ... an, asked that it be divided into m
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:756726
    • 提供者:伍超洋
  1. 1

    0下载:
  2. 给定n 位正整数a,去掉其中任意k≤n 个数字后,剩下的数字按原次序排列组成一个新的正整数。对于给定的n位正整数a 和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。对于给定的正整数a,编程计算删去k个数字后得到的最小数。-Given n-bit positive integer a, to remove any of them k ≤ n digits after the original order of the remaining figures to form a new
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:696
    • 提供者:pingzi
  1. stackoperation

    0下载:
  2. 一个关于数据结构的小程序,压站,弹站,对编程很有用的-A small program on the data structure, pressure points, playing the station, very useful for programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1085
    • 提供者:madaha
  1. 3

    0下载:
  2. 试设计一个用回溯法搜索排列空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解圆排列问题。 圆排列问题描述如下:给定n 个大小不等的圆c1 , c2 ,..., cn ,现要将这n 个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n 个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2 时,这3 个圆的最小长度的圆排列是1,2,1,其最小长度为2 + 4*sqr(2)。 编程任务:
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:907
    • 提供者:seratf
  1. Kruskal

    0下载:
  2. 编程实现Kruskal算法,生成最小代价生成树,其中利用最小堆算法实现。 (随机生成n个点,且随机生成k条边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Kruskal’s algorithm based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected com
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2509
    • 提供者:许许
  1. Prim

    0下载:
  2. 编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。 (其中随机生成点和边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected complete graph for
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2469
    • 提供者:许许
  1. Researeh-on-trajeetoy

    0下载:
  2. 首先,探讨了映射方法的选择。此步骤是整个规划方法的基础。协调映射因为具有 变形小、网格不会重叠等优点,被作为最佳选择。根据协调映射的理论,建立了平面上 圆形域、矩形域、多边形域等参数域的映射模型,可根据轨迹规划的需要来选择映射的 边界。由于协调映射时所需处理的数据量很大,本文给出了编程时具体的数据结构,其 中大型稀疏矩阵采用三元组压缩存储。 -First, the choice of the mapping method. This step is the basis for
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3261201
    • 提供者:周保兴
  1. fastSort

    0下载:
  2. 这个小程序是在C语言编程里一个非常重要的算法。虽然,它的代码量很少,但是它能在最短的时间内,花费系统最少的资源完成从小到大(或者从大到小的排序),在学习C语言的初期,这是一个非常好的程序。-This small program in C language programming in a very important algorithm. Although it is small amount of code, but it can in the shortest possible time,
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3799
    • 提供者:cuizong007
  1. inOut

    0下载:
  2. VC控制台下的编程,主要实现人外部文本文件读取数据,并同时写出到外部另一个文件。希望这份小东西能对急切需要此类功能的同学有帮助。-VC console programming, the main external text files were read, while another write to the external file. Hope this code can help the students who command such functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:370291
    • 提供者:侯晓琴
  1. sort

    0下载:
  2. 排序算法有很多,所以在特定情景中使用哪一种算法很重要。为了选择合适的算法,可以按照建议的顺序考虑以下标准: (1)执行时间 (2)存储空间 (3)编程工作 对于数据量较小的情形,(1)(2)差别不大,主要考虑(3);而对于数据量大的,(1)为首要。 -Sorting algorithm has a lot, so in particular situations in which an algorithm is very important. In order to sele
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:43250
    • 提供者:zhenghong
  1. CPPprogramming

    0下载:
  2. 该资源包含一些C++编程的小程序,如字符串操作、链表的插入删除及函数重载的简单应用。-The resources contains some small-programs, such as string operation, list of insert and delete function overloaded simple application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4356
    • 提供者:张青
  1. c

    0下载:
  2. 大量用于编程的c++程序,有排序,找最大最小值等-a lot of
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:22281
    • 提供者:盛世
  1. 005pointer

    0下载:
  2. c语言指针实现,自己编程练习的小例子,分享-c language pointers to achieve their own programming practice examples to share
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:865020
    • 提供者:
« 12 »
搜珍网 www.dssz.com