CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - divide

搜索资源列表

  1. Simplebeep

    0下载:
  2. FPGAs can easily implement binary counters. Let s start with a 16-bits counter. Starting from the 25MHz clock, we can simply "divide the clock" using the counter. A 16 bits counter counts from 0 to 65535 (65536 different values). The highest bit of
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:602
    • 提供者:jinn
  1. CMySplitterWnd

    0下载:
  2. 可任意分割的CSlitterWnd继承类Demo程序,并可以去掉所有边框-CSlitterWnd allow you divide the window as you wish
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:116777
    • 提供者:宋鹏
  1. acm_algorithm

    0下载:
  2. 细说常用算法之分治算法,doc文档,举了四个适用于分治算法的例子:找出伪币、金块问题、矩阵算法、金块问题。都有详细的算法思想说明。-Elaborate algorithms most of the Divide and Conquer Algorithm, doc documents, cites four sub-rule algorithm applied to an example: to find counterfeit coins, gold bullion issues, matri
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:11266
    • 提供者:YOYO
  1. AlgorithmDesignAnalysis

    0下载:
  2. 算法难,递归易,算法皆以递归源,相同处理自循环; 递归处理分和并,分而治之是首选。 DP全,贪心简,最优性质二者兼; DP需要表来填,子问题解表中见; 贪心策略需证明,整体可由局部建。 回溯深,分限广,剪枝函数两边忙; 一边剪左不可行,一边剪右非最优。 分限还需优先级,上界下界来排序; 叶子放在队列里,轮到它时达目的。-Algorithm is difficult, recursive easy recursive algorithm begin with the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:648611
    • 提供者:Ren
  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. DataStructuresandAlgorithmAnalysis

    0下载:
  2. 全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法。-A comprehensive and systematic introduction to the queue, stack, tree, map and other basic data structures, as well as greedy algorithms, divide and conquer algorithms, branch and bound algorith
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17232315
    • 提供者:tailiu
  1. MSORTREC

    0下载:
  2. merge sort problem using divide and coquer
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1415
    • 提供者:lalit
  1. calculator

    0下载:
  2. delphi制作的一款简单的计算器,实现加,减,乘,除,次方,求根。-delphi produced a simple calculator to realize add, subtract, multiply, divide,-th power, Roots.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:176209
    • 提供者:Fantasy
  1. devide_conquer

    0下载:
  2. 分治法解最近点对问题:首先输入点的个数,然后输入点的坐标,输出先是根据x的坐标对点进行排序,然后输出最近点对的距离。-Divide and conquer solution of the nearest point of the problem: First, the number of input points, and then enter the coordinates of points, the output first, according to the coordinates of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6075
    • 提供者:张英霞
  1. Detest1

    0下载:
  2. C/C++ implementation of a Divide-and-Conquer algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:243351
    • 提供者:sid
  1. closestpoints

    0下载:
  2. 最短距离点对算法分治法实现 以及暴力算法的对比-Closest Distance Point Pairs Divide and Conque Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:38390
    • 提供者:马晟
  1. jsuanq

    0下载:
  2. 请按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序。要求: (1) 从键盘输入一个完整的表达式,以回车作为表达式输入结束的标志。 (2) 输入表达式中的数值均为大于等于零的整数。中间的计算过程如果出现小数也只取整。 -Follow the four operations add, subtract, multiply, divide, power (^) and brackets the priority relations and practices
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1213
    • 提供者:warm
  1. Test

    0下载:
  2. 编写一个窗体Application程序,实现两个数的加、减、乘、除功能。自行指定合理的界面控件和布局。-Application procedures for the preparation of a form to achieve two numbers add, subtract, multiply, divide function. Meet their own specific interface and reasonable controls and layout.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:4939
    • 提供者:snyuting
  1. jisuanqi

    0下载:
  2. 一个可以进行加,减,乘,除,与,或,非的计算机-One can add, subtract, multiply, divide, and, or, non-computer
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4498
    • 提供者:乔银龙
  1. WindowsFormsApplication2

    0下载:
  2. 简易计算器,进行加、减、乘、除、平方和开放运算-Simple calculator, to add, subtract, multiply, divide, square and open computing
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:50451
    • 提供者:李云鹏
  1. dbPoint.c

    0下载:
  2. C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:liuwei
  1. partition+problem

    0下载:
  2. partition problem to divide a group in to 2 equal sets
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1116991
    • 提供者:Abdosebo
  1. ENFRAME

    0下载:
  2. 语音的分帧程序,很好用,支持各种窗函数,在语音处理中很有用-This is a matlab programe which can divide voice into several frames
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:1110
    • 提供者:pdw
  1. JSQ

    0下载:
  2. 计算器是Windows操作系统提供的一个附件功能,许多人用Visual Basic、Visual C++等编制计算器,由于这些程序提供了控件,所以实现相对容易。Turbo C没有控件,但我们可以利用它所具有的函数模仿画出其界面,实现计算器的基本功能,进行浮点数加、减、乘、除、乘方和求模运算。-Calculator is a Windows operating system provides an attachment function, and many people use Visual Ba
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3375
    • 提供者:sishengxu
  1. calculater

    0下载:
  2. 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 -1, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing f
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3838438
    • 提供者:Forrest
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com