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

搜索资源列表

  1. Touch_Screen_new

    0下载:
  2. 这是一个基本的触摸屏程序,优化还需要加去噪声算法。-This is a basic Touchscreen procedures, optimizing the need to increase the noise algorithm.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1.4kb
    • 提供者:greatdo
  1. GD_SDK

    1下载:
  2. 本文提出了一种基于数字图像处 进行检测就显得更加重要。因此有必要寻求 术的表面裂纹检测算法。运用这种算法能精 一种行之有效的检测技术。 确的检测裂纹的位置、长度等特征。将这种 随着计算机技术的高速发展,计算机为 裂纹检测算法运用到裂纹自动检测系统以 -This paper presents a digital image based on the Department detection becomes even more important. It is neces
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.58mb
    • 提供者:邓书书
  1. bombs_20111028191451475

    0下载:
  2. 深入理解计算机系统C语言程序代码,描述对于bo算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the bo
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:498.25kb
    • 提供者:Aron
  1. fair-share-scheduling

    0下载:
  2. 改进进程调度算法 进程调度算法是解决如何使资源分配策略最优化的关键,通过实现一个被称作公平调度的进程调度算法。-Process scheduling algorithm to improve the process of scheduling algorithm is to solve how to make optimal resource allocation strategy key to understanding the Linux process scheduling mechani
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:164.83kb
    • 提供者:邢府纬
  1. SecureFileTransfer

    1下载:
  2. 一个安全文件传输的项目资料,用到的用H.264算法,网络加密算法等等里面有详细的项目文档和项目实例,已经在产品中得到应用-A secure file transfer program, as used with the H.264 algorithm, encryption algorithm, etc. inside the network detailed project documents and project examples, has been applied in the prod
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:410.51kb
    • 提供者:小康
  1. m68kvrs-1.0.tar

    0下载:
  2. 一个包含了语音识别源码的工程,有hmm的识别算法实现-1 contains the source speech recognition project, there is recognition algorithm hmm
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:19.72kb
    • 提供者:Exitbox
  1. mem_malloc

    0下载:
  2. 内存分配算法,VC写的,可以方便的移植到嵌入式系统中,效率较高,已经测试。-mem alloc algorithm.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:199.87kb
    • 提供者:李伟
  1. fvs

    0下载:
  2. Linux下指纹识别的基本算法,具体怎么移植可以参看说明-Linux under the basic algorithm of fingerprint identification, specific instructions can be found in how migration
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:44.75kb
    • 提供者:wangxiedan
  1. 2103PIDtemppro

    0下载:
  2. AD590做温度采用,处理器LPC2103,控制算法PID,C语言编程。开发环境ADS1.2.-AD590 did the temperature used, the processor LPC2103, control algorithm PID, C language programming. Development environment ADS1.2.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:168.26kb
    • 提供者:wangxiaozeng
  1. 3

    1下载:
  2. 针对远程视频监控系统及高级继电器保护装置的特点和要求做了部分改进,可做为新一代继电器的保护算法-For remote video monitoring system and advanced relay protection equipment characteristics and requirements made a part of the improvements, can be used as a new generation of relay protection algorithm
  3. 所属分类:Embeded Linux

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

    1下载:
  2. 机器鱼几何定位算法的C语言实现,适合动态游动过程中自身定位和目标追踪。-Robot Fish geometric positioning algorithm C language, suitable for swimming during its dynamic positioning and target tracking.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:zhoujinfeng
  1. AT91RM9200-ARM-Xmodem

    0下载:
  2. 基于AT91RM9200芯片的Xmodem传输协议,里面包括CRC算法和Xmodem的接受和发送的源程序。-Based on AT91RM9200 chip Xmodem transfer protocol, which includes Xmodem CRC algorithm and the acceptance and transmission of the source.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:30.29kb
    • 提供者:刘尚霖
  1. pid)

    0下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -This is a t
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3.72kb
    • 提供者:clary
  1. k-algorithm

    0下载:
  2. k算法,移动通信,基站距离-k algorithm, mobile communication, base stations
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:101.5kb
    • 提供者:GH.Chen
  1. XF-S3011

    0下载:
  2. XF-S3011芯片是安徽中科大讯飞信息科技有限公司针对嵌入式应用领域而设计的一款中文语音合成单芯片产品,将完整的语音合成系统集成到单一的处理器内部,通过串口接收并合成任意文本。芯片的文本分析算法具备一定的智能性,可识别常见的数值、号码、时间、度量单位等格式的文本,可对中文姓氏中的多音字进行处理-XF-S3011 chip is anhui ZhongKeDa xunfei information technology Co., LTD. Embedded application fields
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-15
    • 文件大小:3.81mb
    • 提供者:zhouxiaolin
  1. pid2

    0下载:
  2. 自己改写的单片机PID算法,很实用源程序代码-Rewrite their own microcontroller PID algorithm, source code is very useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:汪洋
  1. perflab-handout_2011111116234086

    0下载:
  2. 深入理解计算机系统C语言程序代码,描述对于bom算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the bom
  3. 所属分类:Embeded Linux

    • 发布日期:2016-12-23
    • 文件大小:50kb
    • 提供者:Aron
  1. datalab-handout_2011923211157187

    0下载:
  2. 深入理解计算机系统C语言程序代码,描述对于datalab算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the datalab
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:780kb
    • 提供者:Aron
  1. Eight-neighborhood-search-algorithm

    0下载:
  2. 利用点的八领域信息,选择下一个点作为边界点。-Domain information using the eight points, the next point as the boundary points.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:pu965093
  1. sort-algorithm

    0下载:
  2. 此文件是插入排序,选择插入排序,希尔排序算法的源码,仅供参考- Shell Sort,insert sort
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.77kb
    • 提供者:ldh
« 12 3 »
搜珍网 www.dssz.com