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

资源列表

« 1 2 ... .55 .56 .57 .58 .59 2460.61 .62 .63 .64 .65 ... 2673 »
  1. c

    1下载:
  2. 问题描述 有多个可供选择的村庄坐落在笔直的高速公路旁。高速公路被表示为一个整数轴,每个 村庄有一个整数坐标表示其位置。两个村庄不会在同一个位置。在两个位置之间的距离是其 整数坐标的差的绝对值。 现在要选择一些村庄,在这些村庄里建小学。小学位置的选择应该使每个村庄和离该村 庄最近的小学之间的距离的总和最小。注意小学只能建立在某个村庄,小学的位置视为该村 庄的位置。 实验任务 请你写一个程序,给出的村庄的位置和要建立的小学的数量,计算每个村庄和它最近的 小学之间的
  3. 所属分类:Data structs

    • 发布日期:2016-06-01
    • 文件大小:31kb
    • 提供者:zzz
  1. meanshift-tracking

    0下载:
  2. 本算法实现的是目标的跟踪,采用的是混合高斯模型建立背景,然后用meanshift进行跟踪,包括使用MFC进行界面编辑-The algorithm is to track the target, using Gaussian mixture model background, and then meanshift track, including the use of interfacial MFC edit
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8.33mb
    • 提供者:zhangcheng
  1. digital

    0下载:
  2. 利用广度优先搜索算法解决八数码难题,寻找从初始状态变换到目标状态的最优解-Use breadth-first search algorithm to solve eight digital problem, seek transformation initial state to target state optimal solution
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:Qing
  1. POJ3273

    0下载:
  2. POJ3273 Monthly Expense题解 题目分析: 给出N个数,要求你合并连续的数,使其合并在满足不差过M个合并后的集合的时候,不超过M个集合的和的最大值最小。-Farmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculated and recorded the exact amo
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:24.43kb
    • 提供者:Yzzzz
  1. Decrease-and-Conquer

    1下载:
  2. 该文章主要研究了依靠减治技术的各搜索算法,从基本搜索到对基本搜索改进,最后探讨了启发式的搜索,逐步深入,从而加深对搜索和减治法的理解-The paper studies the reduction treatment technologies rely on various search algorithms, basic search to search for basic improvements, and finally discuss the heuristic search, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:28.27kb
    • 提供者:gaochang
  1. addTwoNumbers

    0下载:
  2. Leetcode练习,将两个非负整数相加,整数一字符串的形式保存,逆向存储。要求得到的结果也是字符串。-You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a li
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:585byte
    • 提供者:李玥珮
  1. Large-integer-multiplication

    0下载:
  2. 大整数的计算方法实现,供c/c++初学者学习使用- Large integer calculation method of implementation for c/c++ beginners learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:593byte
    • 提供者:laix
  1. Josephus

    0下载:
  2. 任给正整数n、k,按下述方法可得排列1,2,……,n的一个置换:将数字1,2,……,n环形排列(如图2-36所示),按顺时针方向从1开始计数,计满k时输出该位置上的数字(并从环中删去该数字),然后从下一个数字开始继续计数,直到环中所有数字均被输出为止。试编写一算法,对输入的任意正整数n、k,输出相应的置换数字序列。-Given any positive integer n, k, can be obtained as described below arrangement 1,2, ......
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.63mb
    • 提供者:Jimmy
  1. binary

    0下载:
  2. 设计算法把一个十进制整数转换为二进制数, 注意该十进制数可以是负数。-Design algorithm to convert a decimal integer binary number, note that the decimal number can be negative.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:Jimmy
  1. Chp2-Lineer

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:4.99mb
    • 提供者:Jimmy
  1. Least-Slack-Time-Code

    0下载:
  2. Least Slack Time Code Java code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.06kb
    • 提供者:Pud
  1. Electric-Vote-System

    0下载:
  2. C语言编写的电子投票平台 运行通过,可做课程设计-C language through electronic voting platforms, do curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:40.21kb
    • 提供者:管志成
« 1 2 ... .55 .56 .57 .58 .59 2460.61 .62 .63 .64 .65 ... 2673 »
搜珍网 www.dssz.com