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

搜索资源列表

  1. Tarjan

    0下载:
  2. 求无向图最少加多少条边才能变成双联通图,输入顶点数和变数,然后读入图,利用无向图的Tarjan算法。-At least they try to figure how much to become a double edge Unicom plans, and variable input vertices, and then read into the figure, the use of undirected Tarjan algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1818
    • 提供者:lkjsdf
  1. BlackBound

    0下载:
  2. 有有一间长方形的房子 ,,地上铺了红 色、黑色两种颜色的正方形瓷砖。你站在其中 一块黑色的瓷砖上块黑色的瓷砖上,,只能向相邻的黑色瓷砖移只能向相邻的黑色瓷砖移 动。请写一个程序,计算你总共能够到达多少 块黑色的瓷砖块黑色的瓷砖 -There are a rectangular house between the rectangular house, to spread the red floor is covered with red and black co
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:749
    • 提供者:陈韬
  1. a

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how much? Program analysis: can fill
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2355
    • 提供者:liumeihong
  1. a

    0下载:
  2. 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后       的结果满足如下条件,即是结果。-An integer, with 100 after it is a perfect square, plus 168 is a perfect square, what is the number of how many? Program analysi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2476
    • 提供者:liumeihong
  1. Mortgage-Calculator

    0下载:
  2. vs2010写的房贷计算器,有房贷计算所想要的基本数据,等额本息,等额本金的分月还款,月数,每个月还多少,可以导出-vs2010 to write mortgage calculator, mortgage calculations you want to have the basic data, equal principal and interest, equal monthly payments of principal points, the number of months, how
  3. 所属分类:Algorithm

    • 发布日期:2017-06-16
    • 文件大小:25162930
    • 提供者:szh
  1. baotongwenti

    0下载:
  2. 已知报童进价和售价以及未售出时赔钱多少,根据销售额的函数求出最佳进货量-Newsboy problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:615
    • 提供者:zzz
  1. C1-C2-C3

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how much? 1 program analysis: can fill in one
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1177
    • 提供者:Joanna99
  1. C8-C9-C10-C11-C12

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,则表明此数不是素数,反之是素数。   -Between 101-200 to determine the number of prime numbers, and prints out all prime numbers. 1 program analysis: the method to determine the prime numbers: a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1259
    • 提供者:Joanna99
  1. c-file

    0下载:
  2. 一球从100m高度自由落下,每次落地后反弹回原高度的一半,在落下,求他再第十次落地时,共经过多少米?第十次反弹多高?-A ball from a height of 100m free fall, bounced back after each fall to half the original height, in the fall, seeking him to the tenth floor, the total, how many meters? How high the tenth b
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2210
    • 提供者:单凤丽
  1. Princess-Dido-story

    0下载:
  2. 狄多公主圈地的故事 . 为了建设城市,她需要从当地一片森林中的拥有者那里买一些木材,交易条件是这样 的,在有限面积的森林内,散布着一些树木,而不同的树可得到的木材体积也不相同。 狄多需要划出一个圆形区域,区域内的树木皆归她所有,当然,树木分布位置并不规 则。请大家帮助狄多,在树木总数与分布情况,每棵树的可得到的木材体积已知的情况 下,算一下最大可圈出的木材体积是多少。 可以将树木看做平面内的N个点,以点的权值M0,M1,...Mn表示每棵树可出产的木材体 积。圆
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:1014
    • 提供者:NoKoo
  1. queue

    0下载:
  2. 组队列算法: 设置队列指针a和b,a和b都为0 建立n个数组记录元素的分组情况 初始化,i=0,表示当前有多少个队列已经有元素 读入1个命令 如果是删除命令,从第a个队列开始搜索,找到第1个元素出队 如果删除元素后队列变空,a++ 如果是结束命令,输出所有队列的元素,注意队列为空则不要输出 如果是插入命令,首先检查a到b中各个队列是否有同组元素 如果在第k个队列发现同组元素,则进入第k队列 如果无发现,则插入第b个队列,b++ -Group qu
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4994
    • 提供者:maizhao
  1. minimize

    0下载:
  2. 根据原子坐标,得到距离圆心最近的一些点,具体距离多少可以自己确定-According to atomic coordinates, to get some points from the center recently, many of them can themselves determine the specific distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:598
    • 提供者:
  1. problem1

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 -Eight queens problem is an ancient and well-known pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:刘九龙
  1. xiaojianzhushi

    0下载:
  2. 说明 沉默是一位小的建筑师,他喜欢他的积木,使各种建筑物。现在他又有了新的问题。他要建立建设一个大小为2*2* N的积木,但他只有一种块大小为1* 1 * 2。现在,他想知道他有多少种方法可以兴建的他的积木。 输入 有几行输入。每行输入数据集。有两个整数N和P(1<= N <=10亿,1<P <= 1,000,000),在每个测试案例。输入EOF结束。 输出 对于每个测试用例,输出一个行包含一个整数,这是他可以修建的积木数量di
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:166417
    • 提供者:bangbanglovett
  1. how-long

    0下载:
  2. 计算一共活了多少天了,从你出生到现在的C++程序,挺好的,谢谢大家-Calculate the total number of days living from your birth to the present C++ program, very good, thank you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:944
    • 提供者:落落
  1. main

    2下载:
  2. FASTA 算法C++实现,比较初级,没有多少技术含量-FASTA algorithm in C++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-03
    • 文件大小:841
    • 提供者:李二
  1. Eight-empresses

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight the empress problems are old but famous a thou problems, is the typical model example that returns to trace calculate way.The pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5251
    • 提供者:杨雪
  1. N-HuangHou

    0下载:
  2. 主要内容 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-Main content of eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4613
    • 提供者:
  1. tsc123

    3下载:
  2. 关于TSC的投切的仿真,实现了对无功检测,投切控制采用无功需要多少补多少的策略。-this simulink about TSC
  3. 所属分类:matlab

    • 发布日期:2014-11-26
    • 文件大小:39936
    • 提供者:fang huan
  1. gongjiaoche

    0下载:
  2. 公交车之谜:从学校到人民公园共有n(1<=n<=20)站路,小明刚上车时车上有m个人,每到一站都有pi个人上车,qi个人下车,问这一路上公车上最多有多少人。(0<=m, pi ,qi <=50). -Mystery Bus: People s Park from the school to a total of n (1 <= n <= 20) Station Road, Xiao Ming on the car the car just has m indi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:142956
    • 提供者:常青树
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com