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

搜索资源列表

  1. DIVIDE

    0下载:
  2. 关于AD公司的ADSP21020型号芯片的历程,以VISUAL DSP++为开发环境-AD about the company' s chips course ADSP21020 models to VISUAL DSP++ as a development environment
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:xiameng
  1. FactionClass.cpp

    0下载:
  2. A Fraction class that has the ability to add, subtract,multiply and divide .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1630
    • 提供者:mm4games
  1. Fast32bitdivideKeil

    0下载:
  2. The functions fast_long_divide() and fast_int_divide() will divide a value (dividend) by a divisor in the range 0 to 16 inclusive. These functions are fast because they take full advantage 8051 microcontroller DIV instruction and require only one ite
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:14807
    • 提供者:lacko
  1. fenshu

    0下载:
  2. 基于C++语言编写的针对分数通分、约分、加、减、乘、除和比较大小的运算-Based on C++ language, prepared for the scores of通分, some points, add, subtract, multiply, divide and compare the size of the computing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:77227
    • 提供者:xyhyou
  1. single_clock_divider.tar

    0下载:
  2. 关于基数分频技巧设计,基于VHDL语言,对实际设计有帮助-DIVIDE
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-27
    • 文件大小:118816
    • 提供者:施生
  1. 24_Points_Game

    0下载:
  2. 算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。 该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game,
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:6738
    • 提供者:杜畅
  1. recurs

    0下载:
  2. /* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by using above said policy */ gcd fibonacci-/* Divide and Conquer*/ /* Find minimum and maximum from a given series of numbers*/ /* by using
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4008
    • 提供者:abhishek
  1. calculator

    0下载:
  2. 这是一个简易计算器,可以实现基本计算功能,例如加,减,乘,除,以及一些简单的科学计算功能-This is a simple calculator, you can achieve the basic computing functions, such as add, subtract, multiply, divide, as well as some simple function of scientific computing. .
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1905609
    • 提供者:ggg
  1. cpu

    0下载:
  2. 用VHDL语言设计简单的CPU,重点设计微操作代码,然后设计CPU各组成模块,最后根据设计的微操作设计微指令,验证设计的正确性。可基本实现加、减、乘、除、移位、循环等操作。-VHDL language is designed to be simple to use the CPU, the focus of the design of micro-operation code, and then design the components of CPU module designed the f
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1268588
    • 提供者:Rachel
  1. PolygonClipping

    2下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:章礼平
  1. Stooge_sorting

    0下载:
  2. 排序算法 用分而治之的思想 把原问题划分为前2/3 子问题 和后2/3子问题。时间复杂度为哦(n^logn2/3) -using divide and conque method to sort a series of data .the time complexity is (n^logn2/3)
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2352130
    • 提供者:zhangxx
  1. addition3

    0下载:
  2. divide and conquer method of assigning one processor to each node in a tree for adding numbers (Lecture 6 Chapter 4 section 4.1.2) in terms of communication, computation, overall parallel execution time, speedup, and efficiency.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:661
    • 提供者:eeynaz
  1. Calculator

    0下载:
  2. 该源码实现的是计算器的主要功能,有加、减、乘、除等。-The source is the realization of the main functions of the calculator, there are add, subtract, multiply, divide and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1638543
    • 提供者:陈清茂
  1. jisuanqi3

    0下载:
  2. 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:964
    • 提供者:邱越
  1. calculator

    0下载:
  2. 具有加、减、乘、除、清零五项功能的,基于对话框模式的计算器C++源码-With add, subtract, multiply, divide, cleared the five functions, based on the model of calculator dialog C++ source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1901395
    • 提供者:zhuyuan
  1. resueltas

    0下载:
  2. Java examples for dinamic programming, divide and conquer, greedy algorithms and backtracking.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2384098
    • 提供者:Metatron
  1. Three_tier

    0下载:
  2. The code is an example about the three-tier architecture model,which is the fundamental framework for the logical design model. During an application s life cycle, the three-tier approach provides benefits such as reusability, flexibility, manageab
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:108667
    • 提供者:thanh
  1. divideUnit

    0下载:
  2. a verilog programmed divide unit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:219378
    • 提供者:ash
  1. Calculator

    0下载:
  2. 用vc写的一个图形用户界面科学计算器,下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 -Vc written with a graphical user interface of scientific calculator, the next feature: 1, binary, octal, decimal and hexadecimal numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:62435
    • 提供者:qiu
  1. Windowtest

    0下载:
  2. MFC 中实现窗口的拆分,各个子窗口是一个独立的view-MFC implement window divide!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:57578
    • 提供者:吴勇
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com