CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - 工程算法

搜索资源列表

  1. AT91SAM9G20xEKxDFxP528xCS1

    0下载:
  2. 用KEIL调试AT91SAM9G20-EK的实验板可能需要先下载一个bootloader的东西到45DB6420中。下面说自己的板子使用的是45DB3210, 使用SPI0,CS1做片选。keil使用的版本4.0. 打开\Keil\ARM\Boards\Atmel\AT91SAM9G20-EK\Bootloader, 本来应该选择SAM9G20_DF2_P528_CS1_BL进行编译下载,但是在添加Programming Algorithm时没有这一项,怎么办,来,看下面怎么编译一个P5
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:191441
    • 提供者:云耜
  1. CSAMSv01

    0下载:
  2. 这是基于飞思卡尔单片机MC13213上的完整的工程文件。用Codewarrior 6.1开发的基于ZIGBEE协议的巡检器。还应用了令牌环的算法。-This is based on Freescale' s MC13213 microcontroller complete project file. With Codewarrior 6.1 developed ZIGBEE protocol-based inspection device. Token Ring has also appl
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:380947
    • 提供者:陈涛
  1. sound_tcpipok

    0下载:
  2. 该工程为ARM开发平台YC-2440上实现的语音加密通信程序,语音数据通过TCP协议传输,加密算法采用logistic迭代,修改arm板子上声卡驱动,使之支持双工即可实现两机之间的语音加密传输-The project development platform for the ARM YC-2440 on the implementation of voice encryption communication program, through the TCP protocol to transmi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:11294
    • 提供者:杨毅
  1. vibrate_pwm_project

    0下载:
  2. 该代码工程是正弦式传感器的测频程序,是在MSP430上使用的。该扫频算法具有较好的参考价值。推荐下载,学习-failed to translate
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:17178
    • 提供者:庄晓奇
  1. Micromouse---DEMO

    0下载:
  2. 此程序是电脑书走迷宫的底层控制代码,使用的微处理器是STM32,工程涉及底层控制,包括定时器,PWM波,串口,以及中断。程序将基本框架全部搭建好,没有上层算法,需要自己添加,工程架构完整,可以实现电脑书直线行走。-This program is the underlying code of the computer book Maze, the use of microprocessor STM32, works related to the underlying control, includ
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-16
    • 文件大小:4115780
    • 提供者:okitaaoi
  1. ap1608410_FOC_of_PMSM

    2下载:
  2. 本工程是采用英飞凌的16位单片机进行PMSM的转子磁场定向控制。包括SVPWM算法,自启动程序,转速、电流、磁场闭环。-The project is to use infineon 16 bit single chip microcomputer for PMSM rotor field orientation control. Including SVPWM algorithm, since the start-up procedure, speed, current, magnetic f
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-15
    • 文件大小:1346204
    • 提供者:宋瑞鹏
  1. A5-MDK

    0下载:
  2. LPC2138下加密/解密算法,完整MDK工程文件,测试通过,也可方便移植到其他平台.A5加密算法速度非常快.占用内存非常少,只需几十个字节就能工作,可用于流加密.-LPC2138 under the encryption/decryption algorithms, complete MDK project file, the test can also be easily ported to other platforms. A5 encryption algorithm is very f
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-07
    • 文件大小:7705
    • 提供者:shenlong
  1. PID-program

    0下载:
  2. PID算法的C语言实现。对做电路以及控制工程方面有帮助!-PID algorithm in C language. To do the circuit and control engineering to help!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:王军
  1. PID_DIFF

    0下载:
  2. 微分先行PID算法Matlab仿真程序。适用于控制工程领域。-Differential forward PID algorithm Matlab simulation program. Applicable to the field of control engineering.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:722
    • 提供者:王军
  1. PID_DC-DC

    0下载:
  2. 基于stm32的开关电源,采用PID算法,包含整个工程!-Based on stm32 switching power supply, using PID algorithm, including the entire project!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-07
    • 文件大小:7083257
    • 提供者:徐杰
  1. STM32F4x7_ETH_LwIP_V1.1.1

    1下载:
  2. 这是公司实际项目工程(编译器用MDK5),STM32F4x7+freertos+lwip+ssl+MQTT,其中MQTT自己花了一个礼拜移植,可以同时发布消息和订阅消息,经过长期测试MQTT运行稳定。此外还移植了pollarSSL(TSL,AES,DES,RAS等等算法都经过项目测试,没有问题),另外LWIP网络部分也运行稳定,支持随时插拔网线,最后公司所有运行信息可用printf从串口1输出。公司产品用的是STM32F407,LAN芯片为8720A,cpu外接8M晶振,所有下载到你的开发板上时
  3. 所属分类:微处理器开发

    • 发布日期:2018-01-08
    • 文件大小:15066112
    • 提供者:迁客骚人
搜珍网 www.dssz.com