CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - Sort

搜索资源列表

  1. DataSort.rar

    0下载:
  2. FPGA内,通过Verilog语言,实现冒泡法数据排序。仅供参考!,FPGA, through the Verilog language, implementation data bubble sort method. For reference purposes only!
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-28
    • 文件大小:4.92kb
    • 提供者:weishiji
  1. HowToUseModelSim

    0下载:
  2. modelsim教程大全,几分相当翔实的modelsim学习材料 针对不同版本的modelsim都有讲解-Sort of learning materials very informative modelsim
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8.18mb
    • 提供者:王先
  1. verilog--maopao-paixu

    1下载:
  2. 用verilog实现的冒泡排序法 ,有testbench-Implemented using verilog bubble sort, there is testbench
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-08-11
    • 文件大小:2kb
    • 提供者:阿神
  1. bubblesort1024ram

    2下载:
  2. 快速冒泡排序基于FPGA实现,有测试文件以及设计图,实现1024*32位数序的多数排序,突破传统是的REG类型少数排序,利用RAM,针对RAM中的无序数的地址调换,达到排序目的,仅供学习交流-Rapid bubble sort based on FPGA, there are test documents and design drawings to achieve 1024* 32-digit sequence of the majority of sorting, breaking trad
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-08-11
    • 文件大小:5.36kb
    • 提供者:柳泽明
  1. verilog_risc

    0下载:
  2. RISC状态机由三个功能单元构成:处理器、控制器和存储器。 RISC状态机经优化可实现高效的流水线操作。 RISC 中的数据线为16位。 在数据存储器中的0到15的位置放置16个随机数,求16个数的和,放在数据存储器的16、17的位置,高位在前 对这16个数进行排序,从大到小放置在18到33的位置 求出前16个数的平均数,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因为采用16位指令,有扩充的余地。-RISC
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:126.56kb
    • 提供者:lyn
  1. MedFilter_VHDL

    0下载:
  2. 用VHDL实现了Matlab中MedFilt1函数3阶中值滤波。进行排序时没有用软件使用的排序法,而是通过简单的比较实现。-VHDL implementation using the Matlab function MedFilt1 of 3-order median filter. Sort of no use when the software used to sort the Law, but through a simple comparison of implementation.
  3. 所属分类:VHDL编程

    • 发布日期:2012-12-01
    • 文件大小:2.01kb
    • 提供者:mike.chen
  1. geshihua

    0下载:
  2. 读取文件的数据,并且按照一定的栏位排序.-Read the data file, and in accordance with a certain sort column.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:2.7kb
    • 提供者:李民治
  1. sort4

    0下载:
  2. 基于ISE的FPGA应用,用来实现4输入的冒泡排序。-A application of bubble sort based on ISE.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:278.59kb
    • 提供者:Liu Wei
  1. PING

    0下载:
  2. 一个甲、乙双方参赛,裁判参与的乒乓球比赛游戏模拟机。用8个发光二极管排成一条直线,以中点为界,两边各代表参赛双方的位置,其中点亮的发光二极管代表“乒乓球”的当前位置,点亮的发光二极管依次由左向右或由右向左移动。当球运动到某方的最后一位时,参赛者应立即按下自己一方的按钮,即表示击球,若击中,则“球”向相反方向运动,若未击中,则对方得1分。设置自动计分电路,双方各用二位数码管来显示计分,每局11分。每人发2球,7局4胜制。自动几分并显示-A A, B both play, the referee i
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1.83kb
    • 提供者:
  1. sort

    0下载:
  2. 這個是排序,它可以幫妳把妳像要的數值進行排序-This is the sort that can help you turn on your values to be sorted as
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:667byte
    • 提供者:shiyuanlin
  1. Example-4-16

    0下载:
  2. 串并转换建模 数据流串并转换的实现方法多种多样,根据数据的排序和数量的要求,可以选用移位寄存器、RAM等来实现。对于数据量比较小的设计来说,可以使用移位寄存器完成串并转换;对于排列顺序有规定的串并转换,可以用case语句判断实现;对于复杂的串并转换,还可以用状态机实现-Modeling serial data stream and convert the realization of string and convert many ways, sort and quantity of the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:17.49kb
    • 提供者:林立
  1. keilc-shiyan3

    0下载:
  2. 单处机实验程序,实现数据统计及排序实验 熟悉单片机的指令系统,了解程序设计基本方法1、 排序用冒泡排序算法-One experimental program at the machine, data statistics and sort familiar to microcontroller instruction experiment to understand the basic method of 1 programming, sorting using bubble sort al
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:7.88kb
    • 提供者:lipxiong
  1. TRABALHO4

    0下载:
  2. It s a sort of problem about sincronous operation using vhdl em DE2. Another homework lesson.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:198.68kb
    • 提供者:Marcio
  1. caideng-xulie

    0下载:
  2. 数字电路与逻辑设计实验编程,有彩灯实验和序列排序实验。-Digital circuits and logic programming design experiments, and experiments with lights experiments sort sequence.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:332.55kb
    • 提供者:sunnxbest
  1. Modulator70

    0下载:
  2. 个人参与的某国家工程并行排序MATLAB程序,用于FPGA的RTLAB仿真,使用Simulink工具生成HDL代码。测试可用。-Individuals involved in sort of a national engineering parallel MATLAB programs for the FPGA RTLAB simulation, using the Simulink tool to generate HDL code. Test available.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:981byte
    • 提供者:张张
  1. maopao

    0下载:
  2. 利用verilog实现的冒泡排序。能够用于排任何多个数据的次序。-Implementation of bubble sort using verilog. Can be used for any number of rows of data in order.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:196.87kb
    • 提供者:sue
  1. Chapter-2

    0下载:
  2. Verilog数字系统设计教程(第2版)”这本书的思考题没有答案,要多做实验和仿真-• Source code of designs in chapters 1 to 8. • Chapter 8 designs include the SAYEH processor, its C Compiler, and its Sort program run files. • Several Designs, including SAYEH, that are
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:4.91kb
    • 提供者:shixiaodong
  1. Chapter-3

    0下载:
  2. Verilog数字系统设计教程(第2版)”这本书的思考题没有答案,要多做实验和仿真-• Source code of designs in chapters 1 to 8. • Chapter 8 designs include the SAYEH processor, its C Compiler, and its Sort program run files. • Several Designs, including SAYEH, that are
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:4.29kb
    • 提供者:shixiaodong
  1. Chapter-4

    0下载:
  2. Verilog数字系统设计教程(第2版)”这本书的思考题没有答案,要多做实验和仿真-• Source code of designs in chapters 1 to 8. • Chapter 8 designs include the SAYEH processor, its C Compiler, and its Sort program run files. • Several Designs, including SAYEH, that are
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:7.23kb
    • 提供者:shixiaodong
  1. Chapter-5

    0下载:
  2. Verilog数字系统设计教程(第2版)”这本书的思考题没有答案,要多做实验和仿真-• Source code of designs in chapters 1 to 8. • Chapter 8 designs include the SAYEH processor, its C Compiler, and its Sort program run files. • Several Designs, including SAYEH, that are
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:14.83kb
    • 提供者:shixiaodong
« 12 »
搜珍网 www.dssz.com