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

搜索资源列表

  1. Quicksort

    0下载:
  2. 基于分治算法的快速排序。编程工具vc++6.0.时间复杂度O(nlogn)-Divide and Conquer Algorithm Quicksort
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:650811
    • 提供者:wujing
  1. VBAQuitarenMiles

    0下载:
  2. MACRO VBA Excel para Convertir en Miles todas las Formulas de un Archivo en Excel. Excel VBA macro to Divide all cells by one thousand (Millar conversion) of an Excel Sheet.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:715
    • 提供者:lucindo
  1. jisuanqi

    0下载:
  2. 利用MFC设计计算器的界面,界面包括:编辑框,0-9个数字按钮,能进行整数的加、减、乘、除、开方、取正负、小数点运算的按钮,有清除(C 键)功能,有清除前一个运算符和数的功能,还有个计算结果的等于号按钮。-Using MFC design calculator interface, the interface including: edit box ,0-9 number buttons, can be an integer add, subtract, multiply, divide, sq
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1961640
    • 提供者:陈思思
  1. Mergesort

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 -Merge sort merge operation is based on an efficient sorting algorithm. This method used divide and conquer (Divide and Conquer) a very typical applications.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:11101
    • 提供者:郑阳
  1. c

    0下载:
  2. 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1979
    • 提供者:nhjskvh
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:85628
    • 提供者:robin
  1. zhurujis

    0下载:
  2. 找出的注射漏洞网站一般分两种数据库类型(mmsql 和access),那么不同的数据库类型当然需要不同的入侵方法。-Find the injection site generally divide two kinds of vulnerability database type (MMSQL and access), then the different type of database of course need different intrusion methods.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-01
    • 文件大小:957358
    • 提供者:无有
  1. 190.7_Freq_divider

    0下载:
  2. QUARTUS II环境下VHDL编写的小数点分频器程序,实现190.7分频,可以将50MHz时钟频率分频成约等于2^21Hz频率,方便特殊情况下的运算-QUARTUS II, prepared under the decimal divider VHDL program to achieve 190.7 frequency, you can divide into a 50MHz clock frequency is about equal to 2 ^ 21Hz frequency, eas
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:328039
    • 提供者:骆东君
  1. top_clock

    0下载:
  2. VerilogHDL编译基本功能具有“秒”、“分”、“时”计时功能,小时按24小时制计时。具有校时功能,能对“分”和“小时”进行调整。扩展功能 仿广播电台正点报时。在59分51秒、53秒、55秒、57秒发出低音512Hz信号,在59分59秒时发出一次高音1024Hz信号,音响持续1秒钟,在1024Hz音响结束时刻为整点。 定时控制,其时间自定; 可任意设定时间的闹钟 自动报整点小时数 小时显示:可切换12小时/24小时显示-VerilogHDL compile the ba
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1462
    • 提供者:朱晨阳
  1. Arithmetic

    0下载:
  2. 用JAVA完成的0-1背包算法,一共用了四种算法,包括贪心,分治,动态规划,回溯。把工程导入ECLIPSE下就可以了。-JAVA finished 0-1 with a knapsack algorithm, a share of the four algorithms, including greedy, divide and conquer, dynamic programming, backtracking. To work on it under into ECLIPSE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:16627
    • 提供者:xiaoming
  1. process

    0下载:
  2. 模拟从二维余弦 到量化 到分割 到Z处理的过程-simulate the process of dct quantization divide and zigzag the inverse process
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3017
    • 提供者:王哲
  1. IUST_C++_Project_Matrix

    0下载:
  2. Matrix Operation, it makes a basic mathematical operation like (Add, Substract, Multiply,Divide) of two matrix
  3. 所属分类:Project Manage

    • 发布日期:2017-04-03
    • 文件大小:2067
    • 提供者:fallenMe
  1. cengjingjava

    0下载:
  2. 用java实现GUI界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除混合运算。里面包含课程设计文档及源代码。-GUI interface to achieve with java calculator program, users can turn the mouse input to participate in the value calculation, add, subtract, multiply and divide mixed operation. Wh
  3. 所属分类:Applet

    • 发布日期:2017-04-05
    • 文件大小:42109
    • 提供者:曾经
  1. project2

    0下载:
  2. 用c语言做分治法之循环赛日程表,由于水平有限,我不知道错在哪里?请指教!-With the c language to divide and conquer the round-robin schedule, due to limited, I do not know wrong? Please advise!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:988
    • 提供者:源泉
  1. 3fenpin

    0下载:
  2. 3分频的程序,很新鲜的思维,保证好用啊,奇数分频-divide frequency by 3 based on quartusII
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:258430
    • 提供者:lxb
  1. add8

    0下载:
  2. 用VHDL语言实现的八位计数器 可进行简单的加减乘除运算-It is a counting device with eight-bit that could plus ,subtract ,multiply and divide.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:2765
    • 提供者:
  1. Geometry01

    0下载:
  2. 对图像进行加、减、乘、除、放大、缩小的运算-To add, subtract, multiply, divide, enlarge, reduce On the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:593
    • 提供者:梦游
  1. divide

    0下载:
  2. 自己编写的单片机除法子程序,方便初学者调用-Write your own microcontroller division subroutine, easy for beginners call
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1208
    • 提供者:jinming
  1. qq

    0下载:
  2. 分治法网球循环赛日程安排,课程设计希望有用-Divide and conquer tennis round robin scheduling, curriculum design, hope helpful
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:3221
    • 提供者:king
  1. fushu

    0下载:
  2. 复数类的运用输入、输出、加、减、乘、除、模长、幅角、共轭、关系-The use of complex type input, output, add, subtract, multiply, divide, die a long, pieces of angle, conjugate, relationship
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:10333
    • 提供者:李斌
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com