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

搜索资源列表

  1. TxttoArrary2

    0下载:
  2. 一个用于将文本文件的数据读入到二维数组的类,使用起来非常方便,包括两种形式分隔的,一个是逗号,一个是空格。-a program used for reading in type of txt file,and saved it into two dimension arrary ,included multiform,such as it divide by comma or other symbols.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:596
    • 提供者:liuyou
  1. bignumber

    0下载:
  2. 大数的乘与除,虽然简单,但是助于理解算法-big number multiply and divide
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:616
    • 提供者:hong
  1. reversed_Polish_notation

    0下载:
  2. 逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。-RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2858
    • 提供者:夏于冲
  1. fenzhisuanfa

    0下载:
  2. 分治算法的介绍 C++ ACM-Divide and Conquer Algorithm descr iption
  3. 所属分类:Data structs

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

    0下载:
  2. 计算机的主要功能,可以进行加、减、乘、除等,界面友好。-The main function of the computer, you can add, subtract, multiply, divide and so on, user-friendly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5601
    • 提供者:jintao
  1. computer

    0下载:
  2. 简单的计算器 实现兼得的加减乘除等基本运算-Simple calculator realize both basic operations add, subtract, multiply and divide
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5483799
    • 提供者:zhangsan
  1. 222

    0下载:
  2. 简单的计算器 实现简单的加减乘除等基本运算 比较简洁-Simple calculator achieve simple add, subtract, multiply and divide etc basic computing is more compact
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3743172
    • 提供者:zhangsan
  1. MinDistance_PointPair

    0下载:
  2. 用java实现的平面上最近点对的查找,包括蛮力法和分治法的实现。-Java implementation of the plane with the nearest point on the search, including the brute force method and the divide and conquer implementation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-03-23
    • 文件大小:5254
    • 提供者:Michiel
  1. quiksort

    0下载:
  2. 一个简单的快速排序程序,它是基于分治策略实现的。-A simple quick sort program, which is based on divide and conquer strategy to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:7538
    • 提供者:杨洋
  1. fenzhisuanfa

    0下载:
  2. 这是中国数学建模中编程交流上分治算法内容,里面提供了很多分治算法的例子-This is the exchange of mathematical modeling in the programming content on the divide and conquer algorithm, which provides many examples of divide and conquer algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7839
    • 提供者:郭立滨
  1. build-f

    0下载:
  2. 求解图形轮廓问题,利用分治算法减少时间复杂度。数据结构以链表为主-Graphic outline for solving the problem, using divide and conquer algorithm to reduce the time complexity. Data structures to the main list
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1742
    • 提供者:yukiaya
  1. Tromino1

    0下载:
  2. tromino问题,棋盘覆盖,算法中的分治法-tromino problems, board cover, divide and conquer algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:765
    • 提供者:
  1. Divide_Dialog

    0下载:
  2. 教你如何在MFC中分切对话框,这里提供了可运行的源代码供你参考。-Tell you how to divide the dialog.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3646718
    • 提供者:yang
  1. sortMerge

    0下载:
  2. Conceptually, a merge sort works as follows If the list is of length 0 or 1, then it is already sorted. Otherwise: Divide the unsorted list into two sublists of about half the size. Sort each sublist recursively by re-applying merge sort. Mer
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:6507
    • 提供者:Mahmoud
  1. divide

    0下载:
  2. For division. This is onely a test module for the exception handling. Part1/10
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1248
    • 提供者:zetton123
  1. sortQuick

    0下载:
  2. Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:6355
    • 提供者:Mahmoud
  1. Wincounter

    0下载:
  2. 小型计算器包含加减乘除、三角函数、倒数等等功能-Small calculator contains add subtract multiply and divide trigonometric function bottom.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:177025
    • 提供者:陈永清
  1. calc

    0下载:
  2. THE CALCULATOR * Numbers may be decimal or hexadecimal (using 0x notation * Variables * Operators: The following operators are supported (from highest precedence to lowest): () associativity + - unary and binary add & subtract * / mu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5497
    • 提供者:Lockal
  1. DivideAndConquer

    0下载:
  2. Divide and conquer android game
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:106434
    • 提供者:garlopf
  1. caculator

    0下载:
  2. 实现科学计算器功能 不仅有基本的加减乘除还有科学计算功能-To realize scientific calculator function,Not only has the basic add, subtract, multiply and divide and scientific computing function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6151
    • 提供者:黄乔
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com