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

搜索资源列表

  1. cfffsss

    0下载:
  2. 改进后的算法大大减少了对于那些运动矢量为零的块的搜索冗余,同时对于运动比较剧烈的块直接进入大范围搜索。这样即提高了搜索效率,又不会使搜索结果陷入局部最优。-improved algorithm greatly reduced for those zero motion vector search block redundancy, Meanwhile, more intense campaign of direct access to block large-scale search. That
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:265808
    • 提供者:刘昌劲
  1. matrixcompess

    0下载:
  2. 稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况,其非零元素的个数远小于零元素的个数。 设m行n列的矩阵含t个非零元素.以二维数组表示高阶的稀疏矩阵时,会产生零值元素占的空间很大且进行了很多和零值的运算的问题。 -sparse matrix (SparseMatrix) : Matrix is a special situation. its non-zero elements of the number far less than the number of zero e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23223
    • 提供者:Eurik
  1. duoxiangshi

    0下载:
  2. 编程求两个一元多项式的乘积。 输入   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零多项式的输出格式为:<0,0>,-Program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:205042
    • 提供者:martinwok
  1. NBased_HiPre

    0下载:
  2. 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!-Based on the N-band multi-precision code can handle the N-band multi-precision arithmetic. Input format: is a positive number, string (or int) format, see the function p
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4863
    • 提供者:wang yucao
  1. qq

    0下载:
  2. 1.输入带空二叉树(信息)的先序遍历序列,生成一棵二叉树;(若结点为字符类型,用空格表示空二叉树;若结点为整数类型, 用0(零)表示空二叉树) 2.作前序遍历,分别用递归算法、非递归算法实现; 3.作中序遍历,分别用递归算法、非递归算法实现; 4.作后序遍历,用递归算法实现; 5.求度分别为0、1、2的结点的数目,分别用递归算法、非递归 算法实现; 6.按层次遍历二叉树(提示:使用一个队列实现); 7.求二叉树的高度(深度); -1. Enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2436
    • 提供者:scorpio
  1. MRELFFT

    0下载:
  2. 利用分裂基算法求实序列 的DFT, 的虚部赋值为零。-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment to zero.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1200
    • 提供者:lab
  1. TripleMatrix

    0下载:
  2. 输入稀疏矩阵中非零的元素,然后建立整个矩阵,实现这两个矩阵相加、相减和相乘运算。 -Enter non-zero elements of sparse matrix, and then build the whole matrix, to achieve these two matrices are added together, subtraction, and multiplication operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:188794
    • 提供者:wang
  1. SimulatedAnnealing

    0下载:
  2. Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:20145
    • 提供者:dingchong
  1. hw1

    0下载:
  2. The project#1 calculates all possible routes from A to L of the map using C language. The input is the matrix from developing the map of a subway system. In the matrix, the one stands for the two points are connected, and the zero stands for the two
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6021
    • 提供者:chung
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is the function of keyboard input s
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:116669
    • 提供者:zhuxinyu
  1. E

    0下载:
  2. A problem consists of multiple lines of input. The first line will be an integer n (1 < n < 13) giving the number of straws on the table. Each of the next n lines contain 4 positive integers, x1 , y1 , x2 and y2 , giving the coordinates, (x1 y1
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:788
    • 提供者:缪鹏飞
  1. data_struct5

    0下载:
  2. 数据结构课后设计题第五章 5.23② 三元组表的一种变型是,从三元组表中去掉 行下标域得到二元组表,另设一个行起始向量,其每 个分量是二元组表的一个下标值,指示该行中第一个 非零元素在二元组表中的起始位置。试编写一个算法, 由矩阵元素的下标值i,j求矩阵元素。试讨论这种方 法和三元组表相比有什么优缺点。-After-school design of data structure problems Chapter 5.23 ② triple a variant of
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2294
    • 提供者:W.Y.T.S
  1. dataStruct

    0下载:
  2. 零基础学数据结构附带光盘,包含所有源代码。适合学习-Zero-based learning with CD-ROM data structure that contains all the source code. For learning
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1090127
    • 提供者:nemo
  1. Schedule

    2下载:
  2. 拓扑排序------打印输出计算机本科专业4年每学期的课表 1.采用C++实现。 2.熟练掌握图的应用。 3.熟练掌握图的邻接表存储结构以及拓扑排序的基本思想。 4.上机调试程序,掌握查错、排错使程序能正确运行。 5.算法提示:拓扑排序用队列存储入度为零的顶点-Computer printout of topological sorting------ 4-year undergraduate curriculum of each semester 1. Using C++
  3. 所属分类:Data structs

    • 发布日期:2015-12-13
    • 文件大小:929792
    • 提供者:wang
  1. fuzashujujiegou

    0下载:
  2. 零基础学算法的第3章,复杂数据结构,发给大家学习。-Zero-based learning algorithm in Chapter 3, complex data structures, distributed them to learn.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:492463
    • 提供者:文运强
  1. changyongsuanfapaixu

    0下载:
  2. 零基础学算法的第4章,常用算法——排序。发给大家分享学习。-Zero-based learning algorithm of Chapter 4, commonly used algorithms- sorting. Issued share learning.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:500642
    • 提供者:文运强
  1. changyongsuanfachazhao

    0下载:
  2. 零基础学算法第5章,常用算法查找PPT,发给大家分享学习。-Zero-based learning algorithm in Chapter 5, commonly used algorithms to find PPT, distributed shared learning.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:397104
    • 提供者:文运强
  1. 3_2

    0下载:
  2. 分数计算器及测试程序。 1.该程序是分数计算器,程序的有些功能没有完成,请编写函数,将程序完成,要求界面提示清晰,便于操作。 2.增加输入分数四则运算的功能。 3.增加输出文件的功能,使输入的字符串及输出结果可以保存在文件中。 4.增加判别分母是否为零的功能,无论任何运算,分母一旦为零,则退出当前运算并输出提示消息。-Score Calculator and testing procedures. 1. The program is fractional calculator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:896
    • 提供者:梁一帆
  1. xishujuzhen

    0下载:
  2. 采用顺序表及有头结点的单链表为存储结构,实现稀疏矩阵的创建、销毁、复制、转置以及两个矩阵相加、相减、相乘的运算。 首先应输入矩阵的行数和列数,以及非零元个数并判别给出的矩阵的行、列数对于要求作的运算是否匹配。 -With the order form and has a head node is a single linked list storage structure, sparse matrix to achieve the creation, destruction, copy
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4541
    • 提供者:liuzhijun
  1. CarClass

    0下载:
  2. 数据结构简单的课程设计交通换乘算法,里面有零次换乘与一次换乘-Simple structure, curriculum design data traffic transfer algorithm, which have zero time transfer and a transfer
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3345
    • 提供者:dsdsfe
« 12 3 »
搜珍网 www.dssz.com