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

搜索资源列表

  1. 8x8

    0下载:
  2. 外部控制用的单片机为stc12c5a60s2 P1.0口为音频信号取样 P3.2,P3.3接按键,作为外部中断源 P3.0,P3.1,vcc,gnd接群主的板 其他口没有用上-External control of microcontroller stc12c5a60s2 P1.0 port is an audio signal samples P3.2, P3.3 access keys, as an external interrupt source P3.0,
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5821789
    • 提供者:李文
  1. maze-game

    0下载:
  2. 一个用C语言写的迷宫游戏 定义一个8*8的格子,这64个格子是人物可以移动到的位置;障碍物定义为两个相邻格子之间的挡板,0或1两种状态。类似上述方法,可以定义整个迷宫的布局,64个格子,对应数目的挡板,迷宫出口,迷宫入口,小人,这些元素。 文件里,需要存储迷宫大小,挡板位置,出口,入口。 小人在任一位置,可以向四个方向移动,有挡板则可以移动,没挡板则不可以移动。 最优路径的提示,使用A星路径算法去做,实质是一个启发式广度优先遍历。-A written in C language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:2644
    • 提供者:ShichaoLiang
  1. 8x8-Matrix

    0下载:
  2. 用共阳极的8*8点阵实现“生日快乐”的轮流显示,时间间隔2秒,基于ATmega16单片机。-With common anode 8* 8 dot matrix to achieve Happy Birthday turns display, interval 2 seconds, based on ATmega16 microcontroller.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:20781
    • 提供者:shi
  1. vp9_mvref_common

    0下载:
  2. This function returns either the appropriate sub block or block s mv on whether the block_size < 8x8 and we have check_sub_blocks set.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4701
    • 提供者:ninfrcie
  1. armCOMM_IDCT_s

    0下载:
  2. The 8x8 2D IDCT is performed by calculating a 1D IDCT for each column and then a 1D IDCT for each row. -The 8x8 2D IDCT is performed by calculating a 1D IDCT for each column and then a 1D IDCT for each row.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:9425
    • 提供者:tmquevv
  1. 51

    0下载:
  2. 51单片机8x8点阵测试,检测8x8点阵模块好坏(对角线测试)。-51 single chip 8x8 dot matrix test, testing 8x8 dot matrix module (diagonal test).
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:33737
    • 提供者:杨杰
  1. SkBlurImage_opts_neon

    0下载:
  2. Helper function to load 2 pixels diffent rows to a 8x8 NEON register and also pre-load pixels for future read. -Helper function to load 2 pixels diffent rows to a 8x8 NEON register and also pre-load pixels for future read.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:mehgpun
  1. vp9_loopfilter

    0下载:
  2. 64 bit masks for left transform size. Each 1 represents a position where we should apply a loop filter across the left border of an 8x8 block boundary.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10705
    • 提供者:singzntin
  1. transpose8.c

    0下载:
  2. Programs for computing the transpose of an 8x8 bit matrix. ax line length is 57 (sometimes), to fit in
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5289
    • 提供者:nomingli
  1. DCT-compress

    2下载:
  2. 把图像分成8x8的图像块进行DCT变换压缩,再用霍夫曼编码,其中DCT变换未调用matlab 的函数,可以满足一些作业的要求-The image is divided into 8x8 image blocks of compressed DCT transform, then Huffman coding, which is not the DCT matlab function calls, meet some of the requirements of the job
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:37081
    • 提供者:朱兆琪
  1. 333

    0下载:
  2. 8X8点阵显示,通过扫描的方式显示你想要显示的内容-8X8 dot matrix display, display the content you want to display by scanning method
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:20985
    • 提供者:小志
  1. heart_asm

    0下载:
  2. 自己写的一个8X8点阵静态显示,用汇编写的-Himself wrote a 8x8 passive matrix display, with the compilation of written
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6816
    • 提供者:shi116015
  1. 07.Display

    0下载:
  2. Arduino How to control an 8x8 matrix of LEDs.
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:393508
    • 提供者:huang
  1. LED-dot-matrix

    0下载:
  2. 单片机驱动8X8点阵LED:1点亮全部点阵,2点阵移动显示效果,3显示数字-MCU driven 8X8 dot matrix LED:1 lit all dot matrix, 2 dot matrix mobile display effect, 3 display numbers
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:166214
    • 提供者:DFVG
  1. dianzhen

    0下载:
  2. 基于CPLD的实现控制8x8点阵动态显示字母的程序,使用VHDL语言,通过调节分频系数可以实现点阵的变换速度,通过改变不同的状态可以让点阵显示不同的图案。- Based on CPLD for control 8x8 dot matrix dynamic display of letters, the use of VHDL language, by adjusting the division ratio can be achieved by changing the speed dot
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:264128
    • 提供者:孙大幕
  1. ex_10_2

    0下载:
  2. 代码可以直接运行,复原对象是系统自带的8X8的棋盘图像,添加不同成的噪声,修复结果较为理想。-The code can be run directly, recovery object is a system that comes with the 8X8 checkerboard image, add a different noise, repair results better.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:685
    • 提供者:许国风
  1. mimo-Capacity

    0下载:
  2. MIMO capacity analysis for 2x2 , 4x4 and 8x8.
  3. 所属分类:3G develop

    • 发布日期:2017-04-12
    • 文件大小:941
    • 提供者:saranshmk
  1. 8bit_vedic_multiplier_latest.tar

    0下载:
  2. Hai here i attach 8x8 vedic multiplier source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1455
    • 提供者:Lokesh GS
  1. NO16.spi_led8_8

    0下载:
  2. 基于51单片机的SPI的8x8的led显示的C语言程序,希望会有帮助-Based on the 8x8 led SPI microcontroller 51 display C language program, that might be helpful
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:44025
    • 提供者:李东方
  1. MatrixClock

    0下载:
  2. Source code show how can made additional videoeffects on matrix led 8x8
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:511347
    • 提供者:zsalamandra
« 1 2 ... 16 17 18 19 20 2122 23 »
搜珍网 www.dssz.com