CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 算法 数据

搜索资源列表

  1. biometrics.v0.1.tar

    0下载:
  2. 不包含识别算法,在m68k-elf-gcc 2.95.3下编译通过,还没做实物测试。包含了系统初始化和液晶显示模块,传感器数据录入。 -does not include recognition algorithm, the m68k - elf-gcc 2.95.3 under compile, No physical tests done. Includes system initialization and LCD modules, sensor data input.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:68136
    • 提供者:刘维
  1. RS485

    0下载:
  2. 以泓格7188为数据采集模块的RS485网络,由于所连接设备的产品性能或其他问题容易出现数据传输的不稳定性,本算法对嵌入式模块 的程序设计具有通用性,其基本原理可以广泛使用。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-17
    • 文件大小:862
    • 提供者:zhanghailin
  1. gb

    0下载:
  2. 将GB转换成UNICODE的算法以及UNICODE转换成GB的算法,包含对应的数据
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:66700
    • 提供者:louis
  1. 多任务数据结构与算法.rar

    0下载:
  2. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2009-02-05
    • 文件大小:114316
    • 提供者:frhgfjghj
  1. 高斯分布

    0下载:
  2. 基于中心极限定理的高斯分布产生方法。获得均值为0,方差为1的标准正态分布,返回值落在[-3,3]之内的数据。使用移位运算加速算法的运行。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2010-10-24
    • 文件大小:5408
    • 提供者:lxiaoxiaot
  1. base.tar

    0下载:
  2. 嵌入式开发中常用的数据结构和算法程序,和平台无关,可移植性好-Embedded development of data structures and algorithms commonly used procedures, and platform-independent and portable
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:1357107
    • 提供者:yanyuzhong
  1. ADI20110602OK

    0下载:
  2. 获取心电数据,其中包含了算法,输出十六进制数据。-Get ecg data, including algorithm, the output hex data.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:63669
    • 提供者:ldm
  1. encoding-energy

    0下载:
  2. 测试数据传输能耗。可生成连续或随机code,设定code数量,测试能耗。同时提供gray code,bus invert,2part bus invert的转换算法,并计算其能耗。-Test data transmission energy consumption. Can generate a sequential or random code, set the code number, and test power consumption. Gray code, bus invert 2pa
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:1472
    • 提供者:123321
  1. a-square-root-algorithm

    0下载:
  2. 介绍一种高速高精度的开方算法它适用于最一般开方运算形式汉, 算法将数据映射 至(0,1000)区间, 进而将该区间进行非均匀分段, 并用查表与线性插值相结合的方法, 既实现了高速、高精度开方运算, 又使数据表格占用较少的存贮单元这种算法还很容易推广应用于其他幂函数计算-Introduced a high-speed high-precision square root algorithm, it applies to the Han Dynasty, the most general for
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:2412771
    • 提供者:sunshine
  1. pidaicheng

    1下载:
  2. 设计单片机系统拟实现电子调速皮带秤。本系统利用称重传感器测量输送带有效称量段上物料的重量,并将被测重力转换成相应的模拟电压信号,经放大器放大后,由A/D转换成数字量。与此同时,速度传感器将皮带速度转换为计数脉冲后进行整形。2路信号都送到C8051F410中进行计算、处理,得到当前皮带秤的瞬时流量值,对瞬时流量进行积分得到一段时间内的累积重量。瞬时流量与给定流量进行计较,运用PID算法,输出控制信号控制变频器来改变电机转速,从而可以实现流量的闭环控制。此部分需要设计2路信号输入通道,分别为称重传感
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-21
    • 文件大小:7299
    • 提供者:王聪
  1. Interpolation-algorithm

    0下载:
  2. 数控机床插补算法中最常用的三种算法源码,分别为逐点比较法、数字积分法、数据采样法,并且此三种算法已经本人在数控机床上实验成功,效果很好,内含数控技术实验指导文档,希望能对有需要的人提供帮助-CNC machine tools interpolation algorithm, the most commonly used source of three algorithms, respectively, point by point comparison, digital integration,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-19
    • 文件大小:865527
    • 提供者:张永斌
  1. DELPHI源代码-读卡器开发

    0下载:
  2. DELPHI源代码-读卡器开发 #ifndef _EXPORT_FUNC_H_ #define _EXPORT_FUNC_H_ //return successful result #define LIB_SUCCESS 0 //return failed result #define LIB_FAILED 1 #define MAX_RF_BUFFER 1024 /******** 功能:获取动态库版本号 2字节 ****************
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-03-06
    • 文件大小:315777
    • 提供者:testsb
  1. CCDCAR

    0下载:
  2. 柔和启动 采样速率加倍 50Hz 舵机校正更方便 串口修改PID 提高抗干扰能力 速度自适应 速度检测电路改进后 无线设置参数(OK) //都用前排循线(改为前3排,2007.5.7) PID均扩大10倍(改为自适应PID 2007.5.2) 刹车加剧(2007.5.7) m_cSampNum = -24 (改为-25) 抗干扰能力加强(冲出跑道可回来2007.5.7) 增加滤波算法(未成功2007.5.20) 外部AD(2007.5.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:801081
    • 提供者:znbin
  1. PCK_CRC32_D32

    0下载:
  2. 一种32位数据32位CRC并行加密算法。程序以数据包的格式编写,已经通过测试。-One kind of data 32 32 parallel CRC encryption algorithm. Program written in the format of packets, has passed the test.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1904
    • 提供者:谭松清
  1. microcomputer-fuzzy-control-program

    0下载:
  2. 51单片机模糊控制程序,先通过传感器测模拟量,再通过模糊控制算法处理数据得到控制量输出-51 single chip microcomputer fuzzy control program, first through the analog sensor test, then control output is obtained by fuzzy control algorithm to deal with data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:5864
    • 提供者:wang
  1. MPU9150

    0下载:
  2. mpu9150数据融合算法,Accel9150、AccelCal9150、Arduino9150-Mpu9150 data fusion algorithm,Accel9150、AccelCal9150、Arduino9150
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:154134
    • 提供者:付胜勇
  1. serio-machine

    0下载:
  2. 串口通信数据包状态机算法的解析代码片段,该代码片段可作为工程应用中上位机和下位机串口帧协议解析的参考,实现了一种基于状态机解析算法-Serial communication packet state machine algorithm for parsing code fragment, the code fragment can be used as engineering applications, PC and slave serial protocol analysis frame of
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:894
    • 提供者:QIANGGE
  1. MCS51

    0下载:
  2. 二进制定点数运算/二进制浮点数运算/十进制(BCD码)数运算/代码转换/数据变换/排序、查找和非线性算法/数学函数/树和图/ 延时与跳转控制/人机交互接口/单片机测控接口/51单片机内部资源编程实例/单片机数据传输接口/波形发生与控制实例/C51单片机软件抗干扰和数字滤波-Binary fixed-point number operations/binary floating-point operations/decimal (BCD) operation/sorting/code conver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:130155
    • 提供者:潘涛
  1. i2c

    0下载:
  2. iic驱动的代码,包括IIc总线驱动,IIc核心,IIc设备驱动,还有部分驱动的算法实现及其数据结构,包含了pcf8574,pcf8575,pcf8591,tps95010等芯片的代码。-iic driver code, including the bus driver IIc, IIc core, IIc device drivers, there are some driven algorithms and data structures, including the pcf8574, pc
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:302916
    • 提供者:邹修荣
  1. feisikaer

    0下载:
  2. 此程序是飞思卡尔,两个电感数据采集的算法,次作用在A车模上写的,由于电感只有两个所以速度还是比较慢的只有1.0米每秒,main里面写的是整车的所有问题方案-This program is freescale, two inductance data acquisition algorithm, time to write the effect on A car model, because only two inductance is slow only 1.0 meters per secon
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-25
    • 文件大小:8537909
    • 提供者:小酒壶
搜珍网 www.dssz.com