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

搜索资源列表

  1. 16X16LED

    0下载:
  2. 16*16点阵LED显示中文程序/由左向右流动.8X8显屏4个组成.-16* 16 dot matrix LED display English Program/from left to right movement of .8 X8 screen has four integral.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:wuxiaoyun
  1. crcasm.asm

    0下载:
  2. 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:698
    • 提供者:jens
  1. XY

    1下载:
  2. 设有数组X和Y。X数组中有X1,…,X10;Y数组中有Y1,…,Y10。试编制程序计算Z1=X1+Y1,Z2=X2+Y2,Z3=X3-Y3,Z4=X4-Y4,Z5=X5-Y5,Z6=X6+Y6,Z7=X7-Y7,Z8=X8-Y8,Z9=X9+Y9,Z10=X10+Y10,结果存入Z数组。-Equipped with an array of X and Y. X array are X1, ..., X10 Y array are Y1, ..., Y10. Test preparation p
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:718
    • 提供者:陈玉
  1. shuzuyunsuan

    0下载:
  2. 设在内存区域中有数组X和Y。X数组有X1,X2,…,X10;Y数组有Y1,Y2,…,Y10,编程序实现下面的计算: Z1=X1-Y1,Z2=X2+Y2,Z3=X3-Y3,Z4=X4+Y4,Z5=X5+Y5,Z6=X6-Y6,Z7=X7-Y7,Z8=X8+Y8,Z9=X9-Y9,Z10=X10+Y10。计算结果Z存放在数组Z中。 为了便于检查结果,设数组X的内容为db 22,11,22,11,11,22,22,11,22,11,0,0,0,0,0,0存放于ds:0的内存中,为了便于计算,把
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4719
    • 提供者:杜宾
  1. 8Queens

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列-Eight queens problem: the solution set for the 8 queens problem (x1, x2, x3, ..., x8), constraints are: 8x8 chessboard in which any two xi and xj c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:bjtupro
  1. CRCDecoding

    0下载:
  2. CRC检错程序。只能检错不能纠错。(40,32)的分组码检错,反馈函数:x8+x7+x4+x3+x+1-CRC error detection process. Not only error detection correction. (40,32) and block code error detection, feedback function: x8+ x7+ x4+ x3+ x+1
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:146967
    • 提供者:李雪茹
  1. Dx8.1

    0下载:
  2. Direct X8库文件,方便各位同行开发-Direct X8 library
  3. 所属分类:DirextX

    • 发布日期:2016-01-25
    • 文件大小:2673664
    • 提供者:csy
  1. PCK_CRC3_D4

    0下载:
  2. CRC校验码生存程序 校验序列码生成多项式: X16+X13+X12+X11+X10+X8+X6+X5+X2+1 输入数据为16个字节(128位),输出16bit校验序列-CRC, the survival program check sequence code generator polynomial: X16+ X13+ X12+ X11+ X10+ X8+ X6+ X5+ X2+1 input data is 16 bytes (128 bits), output 16bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:800
    • 提供者:weixin
  1. CRC8_Dev

    0下载:
  2. 多项式为g(x)=x8+x5+x4+1的CRC-8 检验开发.绝对正确且易懂-Polynomial g (x) = x8+ x5+ x4+1 of the CRC-8 test development. Absolutely correct and easy to understand
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:3377
    • 提供者:yeyonglu
  1. bahuanghou

    0下载:
  2. 八皇后:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-8 queens: in 8 X8 s international chess placed on eight queen, to make it can t attack each other, that is, any two queen not at all with one line, one and the same column or the same
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:WHY
  1. Eight-empresses

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight the empress problems are old but famous a thou problems, is the typical model example that returns to trace calculate way.The pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5251
    • 提供者:杨雪
  1. FrameEncap

    0下载:
  2. 要求实现的程序为图形化界面(如下图所示),可以输入以太帧目的MAC地址、源MAC地址和数据字段(以十六进制输入),输出封装的帧的相关信息(前导码、帧前定界符、目的地址、源地址、帧长度、数据和帧校验和), 生成多项式G(X)=X8+X2+X1+1。-Requests to realize the program for the graphic interface (shown below), can enter the etheric frame purpose MAC address, sour
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-29
    • 文件大小:11864301
    • 提供者:文园
  1. 12864

    0下载:
  2. 基于单片机的8x8点阵设计系统,可用,可直接使用方便实用的小程序。-Based on SCM 8 x8 lattice design system, can use, can directly use convenient practical small programs.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:3756
    • 提供者:肖鹏
  1. ds1302

    0下载:
  2. 基于单片机的ds1302驱动程序,可用很好用的哦。-Based on SCM 8 x8 lattice design system, can use, can directly use convenient practical small programs.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1183
    • 提供者:肖鹏
  1. fanbai

    0下载:
  2. 基于单片机12864的液晶反白程序,很好用,很实用的小程序。-Based on SCM 8 x8 lattice design system, can use, can directly use convenient practical small programs.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:545
    • 提供者:肖鹏
  1. picture12864

    0下载:
  2. 基于单片机的液晶显示图像,液晶是12864的液晶,驱动是st7920-Based on SCM 8 x8 lattice design system, can use, can directly use convenient practical small programs.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1676
    • 提供者:肖鹏
  1. code-and-description-for-it

    0下载:
  2. 读入一个图片,然后调用readblock读取一个8X8块,观察图片的RGB分量-Read in a picture, and then calling readblock read a 8 X8 piece, observe picture RGB component
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:899983
    • 提供者:翟明
  1. 6

    0下载:
  2. 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-eight Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:132888
    • 提供者:yosam
  1. led

    0下载:
  2. 例17 实现8x8点整LED显示数字显示,并用proteus仿真电路实现C语言程序设计-Cases of 8 x8 17 realize PM LED display digital display, and proteus simulation circuit implementation language C program design
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:40816
    • 提供者:林欣
  1. FIFO

    0下载:
  2. 这是本人学习FPGA时亲自原创的代码,实现的是8x8的fifo结构,采用同步的FIFO结构,仿真测试已经成功!-This is I learn when the original code FPGA in person, the realization of 8 x8 is the fifo structure, the synchronization of the fifo structure, the simulation test is a success!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:563274
    • 提供者:xie hao
« 1 23 4 »
搜珍网 www.dssz.com