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

搜索资源列表

  1. DataProcess

    2下载:
  2. 单片机基本数据处理常用函数,主要处理对于AD采集的数据的处理操作。 函数的操作单位大多为数组。 包含浮点求和、平方和、均值、方差、协方差、自相关函数、正弦信号产生、白噪声产生、数据类型转换等功能。-SCM basic data processing commonly used functions, dealing mainly with the data collected for the AD processing operations. Function is mostly an a
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:37201
    • 提供者:icemoon1987
  1. ATMEGA16

    0下载:
  2. 自制的ATMEGA16的PROTEUS开发板,包含如下组件:8个发光二极管、液晶显示器1602、矩阵键盘、IO独立键盘、串口调试器、8位8段数码管、SPI接口调试器、时钟、存储器24c02等。-An ATMEGA16 develop board circuit drawed in ISIS Proteus v7.7.The components it contains are as follows:eight LEDs linked to P1,dot array LCD 1602,four l
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:50596
    • 提供者:E.P.Wolf
  1. FontConverter

    0下载:
  2. 将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组,在ADS1.2中实测可直接include使用。-This is a font coverter which can convert any font style in windows to pixel array(in hex value) that can be used in embedded system. File gernerated by this tool can be included in p
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:104548
    • 提供者:wk
  1. Image2Lcd

    1下载:
  2. 极为出色的图像转c数组软件。做嵌入式图像显示必备。为破解注册版-C excellent array of image transfer software. Necessary to do the embedded image display. For the registered version crack
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:558994
    • 提供者:liyuanqing
  1. 3

    0下载:
  2. 用数组做的八路单片机跑马灯试验,先逐个点亮,再奇偶交替点亮。-Eight-way done with an array of single-chip test Marquee, lit one by one first, then odd-even turn light.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:8325
    • 提供者:mb
  1. bubblesort_for_51

    0下载:
  2. 51单片机专用冒泡排序子函数,可直接调用,只要输入你要排序的数组及长度即可-bubble sort for 51 MCU,can be used directly by input you the array and the length
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:22454
    • 提供者:余哲晟
  1. WAVtoC

    2下载:
  2. 出色的wav 转c软件,嵌入式开发必备。用于将wav音频文件转成c数组。-Wav excellent turn c software, embedded development necessary. Wav audio files used to convert c array.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:650017
    • 提供者:liyuanqing
  1. ourdev_530727

    0下载:
  2. 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:871405
    • 提供者:刘智
  1. ILX509_7064

    2下载:
  2. 本文件是用CPLD(EPM7064)驱动线阵CCD(ILX509),其中包括原理图和程序-This document is a CPLD (EPM7064) driver line array CCD (ILX509), including schematics and procedures
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-09-06
    • 文件大小:245629
    • 提供者:wagjur
  1. 12864

    1下载:
  2. 12864液晶驱动程序,带字库不带字库均可通用,用的是51,我仿真过绝对能用,用点阵模块改个数组就可以变成自己的了,keil 编译!-12864 LCD driver with non-character font can be generic, using a 51, I had the absolute simulation can, with a change of lattice modules can be turned into an array of its own, keil c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-10-13
    • 文件大小:5288
    • 提供者:guyue
  1. amo_tool_V1_2_6

    1下载:
  2. 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:41253
    • 提供者:amo
  1. LED(8.18.09)

    0下载:
  2. 12年TI杯电子设计大赛的题目,线阵LED程序源码-12 TI Cup Electronic Design Contest subject line array LED program source
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:27451
    • 提供者:刘锐
  1. Image2LcdPV3.2

    0下载:
  2. 将图片转换成可用于12864显示的数组,3.2版支持批量转换,此为破解版-Can be used to convert pictures 12864 display the array, version 3.2 supports batch conversion This is the cracked version
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:748045
    • 提供者:寿成承
  1. 怎样在CodeVision中使用结构型数组的用法实例1

    0下载:
  2. 怎样在CodeVision中使用结构型数组的用法实例1- How uses the structure array in CodeVision the usage example 1
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:4496
    • 提供者:叶清桂
  1. QuantitativeAnalysisofGasMixtureUsinganArtificialN

    0下载:
  2. 优选了分析CO、H2和CH4混合气体的传感器阵列,构造了传感器信号预处理和神经网络 训练算法,从而建立了用于混合气体定量分析的人工嗅觉系统。实验结果证明,系统能够以较高的 精度分辨出3种气体的浓度。 -Optimization of the analysis of CO, H2 and CH4 mixed gas sensor array, constructs a sensor signal pre-processing and neural network training al
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:31568
    • 提供者:zhaiyaojie
  1. key_b

    0下载:
  2. 本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示,键扫描码的解码通过数组方式解码,程序的解码功能主要针对数字及大小写字母和常用标点符号 硬件描述:PS2键盘的时钟线(clk)接89S51的INT0(P3.2),数据线data接(P3.3) LCD的控制端口分别为: RS = P2^7,RW = P2^6,EP = P2^5,数据端口为P0,液晶显示偏压VL必须接 -This procedure mainly through external int
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:34194
    • 提供者:曹兴
  1. CRC16

    1下载:
  2. 可进行不同数组联系起来的16位crc的校验.内部含有中文说明,并且已经测试过,完全正确.就是自己平时进行应用的程序.-Can be linked to a different array of 16-bit CRC checksum. Internal note containing Chinese and have been tested, absolutely correct. Is usually carried out its own application procedures.
  3. 所属分类:SCM

    • 发布日期:2015-10-11
    • 文件大小:1781
    • 提供者:haifengmofan
  1. ADC08004-1CD_PHILIPS_159082

    0下载:
  2. The ADC0803 family is a series of three CMOS 8-bit successive approximation A/D converters using a resistive ladder and capacitive array together with an auto-zero comparator. These converters are designed to operate with microprocessor-control
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:131890
    • 提供者:ZHAO XUE QING
  1. 02DIGITAL-LED-DISPLAY

    0下载:
  2. 數字的顯示函數,為指向數組的地址為顯示的個數,用數字顯示函數顯示八個數字-Digital display function, to point to the array
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:23049
    • 提供者:ROGER
  1. appcode

    0下载:
  2. 讀取檔案文字並輸入成陣列之後,再將其輸出成別的檔案的文字-Read text file and enter the following into the array, and then the output into another text file
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:107398
    • 提供者:philluke
« 1 2 3 45 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com