CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - line.test

搜索资源列表

  1. dancunxing

    0下载:
  2. 单纯行优化算法,经过 测试,可以正确运行-simple line optimization algorithm, the test can be run correctly
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:朱灿
  1. 1050MovingTtables

    0下载:
  2. HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Ea
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:sxb
  1. 数字三角形问题

    0下载:
  2. /*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/ * Digital triangle Issue Descr iption : given an OK by the number n of triangular figure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:phq
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. cPP 约瑟夫问题

    0下载:
  2. 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-03
    • 文件大小:25.99kb
    • 提供者:刘国佳
  1. 数组按从小到大的顺序排序

    0下载:
  2. 这是一个简单的排序。给你一个有N个值的数组,每个数都小于10000000。然后就将这个数组按从小到大的顺序排序。在输入时,第一行输入一个整数T,T代表一个有多少个数组要排序。然后就有T组数,每组数的第一行就是数组的大小N。紧跟着就有N行数,第N行就是数组的第N个数。每个数组的输出就有N行。,Given you an array with N non-negative integers which are smaller than 10,000,000, you have to sort this
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-25
    • 文件大小:583byte
    • 提供者:月单
  1. training

    0下载:
  2. 某企业将挑选一批新员工进行培训,遵循以下规则: 将所有员工排成1个圈,从12点位置开始编号为1,逆时钟方向编号到N,第N号员工在第1号的左手边 两位培训官开始选择员工,培训官甲从1号开始逆时钟方向数,数到第k号员工停下;培训官乙从N号开始顺时钟方向数,数到第m号员工停下 被选中的第k号和第m号员工不是同一人,两人同时送往制造培训 被选中的第k号和第m号员工是同一人,将一人送往检测培训 接着继续往下数,培训官甲同样数到k就停止,培训官乙同样数到m就停止,重复上述的选择 输入
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:maizhao
  1. zxexf

    0下载:
  2. 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:522byte
    • 提供者:杨旸
  1. find_the_marble

    0下载:
  2. 利用动态规划算法解决猜测弹珠位置的问题Alice and Bob are playing a game. This game is played with several identical pots and one marble.-Alice and Bob are playing a game. This game is played with several identical pots and one marble. When the game starts, Alice puts th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:842byte
    • 提供者:曦馨
  1. Apple_Set

    0下载:
  2. Problem A:放苹果 Time Limit:1000MS Memory Limit:65536K Total Submit:1094 Accepted:441 Language: not limited Descr iption 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 Input 第一行是测试数据的数目t(0 <= t
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:4.86kb
    • 提供者:杨扬
  1. 00

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法来进行安排。试编程实现对于给定的k个待安排活动,计算使用的最少会场。输入数据中,第一行是k的值,接下来的k行中,每行有2个正整数,分别表示k个待安排活动的开始时间和结束时间,时间以0点开始的分钟计。输出为最少的会场数。-Assume it to be enough room in the arrangements in a number of activities and want to use the venu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:王天涯
  1. GaTest

    0下载:
  2. 这是一个非常简单的遗传算法测试源代码,用户只需改变常数的定义并且定义“评价函数”即可。 要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。 输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。 如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。-This is a very simple genetic algorithm to test the source code, users only
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:25.75kb
    • 提供者:huanxong
  1. HanoiTowerSequence

    0下载:
  2. 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:713byte
    • 提供者:冰淇淋
  1. movobjdetection

    0下载:
  2. this package include moving object detection and hough transform to recognise parallel line in an image. a sample image included in package for test.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:38.96kb
    • 提供者:meyba92
  1. assgin02

    0下载:
  2. 本程序解决下列问题:利用动态规划算法实现装配线调度问题。  要求测试数据以文本文件的形式存储,  即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem.  requires test data to a text file is st
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:27.1kb
    • 提供者:cai0538
  1. test

    0下载:
  2. 先输入计算次数,然后输入数组个数,最后输出的是排好序的最小数组-Descr iption Dr lee cuts a string S into N pieces,s[1],…,s[N]. Now, Dr lee gives you these N sub-strings: s[1],…s[N]. There might be several possibilities that the string S could be. For example, if Dr. le
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:3.64kb
    • 提供者:James Bond
  1. test

    0下载:
  2. 周期加载传输线加载电容从而带来很好的带通滤波特性-Periodically loaded transmission line load capacitance in order to bring good band-pass filter characteristics
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.77kb
    • 提供者:李亚龙
  1. test-fitline

    0下载:
  2. 最小二乘法拟合,用于拟合直线,y=kx+b,代码完整,可以直接套用-Least-squares fitting, for fitting a straight line, y = kx+b, code integrity, and can be directly applied
  3. 所属分类:Algorithm

    • 发布日期:2017-06-14
    • 文件大小:21.48mb
    • 提供者:滔滔
  1. test-1

    1下载:
  2. 车道线检测,实验代码,本人已经验证过,可以直接使用,带有图片和实验结果-The lane line detection code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1.42mb
    • 提供者:康家荣
  1. pbc-0.5.12-win32-bin

    0下载:
  2. PBC官方win32下编译好的命令行式实验包,解压后打开pbc.exe,然后参考官方帮助文件来进行你的实验,包括定义变量,使用其中的库函数等。-PBC official win32 compiler good command-line test package, unzip open pbc.exe, then refer to the official help file for your experiment, including the definition of a variable,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:406.94kb
    • 提供者:
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com