联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 处理器开发(437) 
按平台查找All Visual C++(437) 

[处理器开发] wrutineTimer

STM32F407 例程 外部 定时器中断 Timer interrupt
STM32F407 routine external Timer interrupt Timer interrupt (2017-03-11, Visual C++, 28KB, 下载2次)

http://www.pudn.com/Download/item/id/1489225877601168.html

[处理器开发] Network-communication-experiment

使用ALIENTEK 阿波罗 STM32F429 开发板自带的网口和 LWIP 实现: TCP 服务器、 TCP 客服端、UDP 以及 WEB 服务器等四个功能
Use ALIENTEK Apollo STM32F429 development board comes with the network port and LWIP implementation: TCP server, TCP client, UDP and WEB server and other four functions (2017-03-03, Visual C++, 2811KB, 下载22次)

http://www.pudn.com/Download/item/id/1488553741420935.html

[处理器开发] server1

使用UDP 创建一个服务器:client 和 server各一个进程 1)UDP服务器,可以接受各路发来的信息, 收到消息之后, 添加确认字符(ack)发回给对应用户 如 client1发送helloworld给服务器 服务器收到后,返回 getMsgACK:helloworld 2)client1会记录自己发出的所有信息,并确认服务器是否收到了 , 也就是client1同时接收服务器发来的消息,对消息进行分析getMsgACK: (strtok) 确认服务器收到后, 把信息从发出链表中删除; 3) 如果消息链表有内容,每隔1秒提示是否重发该消息 alarm()
299/5000 Use UDP to create a server: client and server each process 1) UDP server, you can accept the information sent each way, after receiving the message, add confirmation characters (ack) back to the corresponding user If client1 sends helloworld to the server When the server receives it, it returns getMsgACK: helloworld 2) Client1 will record all the information they sent, and confirm whether the server received, Which is receiving client server1 at the same time the news sent to the analysis of information GetMsgACK: (strtok) Confirm the server receives, the information the list issued to delete 3) If the message list has a content, every 1 second prompts whether to re-send the message alarm () (2017-01-18, Visual C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1484704347795681.html

[处理器开发] DIYsizhou

基于stm32/mpu6050四轴飞行器控制程序()
Four axis flight control program (2015-06-27, Visual C++, 1430KB, 下载8次)

http://www.pudn.com/Download/item/id/1435394478579945.html

[处理器开发] hx711

此程序是基于ARM9的,通过压力传感器获取压力值的大小,所用的芯片为HX711压力传感器芯片
This program is arm9-based through the pressure sensor to obtain the size of the pressure value, used for HX711 pressure sensor chip (2014-05-21, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2547961.html

[处理器开发] usartapp

基于STM32f103V8处理器的串口读写代码
Processor based on serial read and write code STM32f103V8 (2014-04-23, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2519585.html

[处理器开发] t1

基于LPC2210采用T1定时器来产生中断
LPC2210 based on the use of T1 timer (2014-04-23, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2519347.html

[处理器开发] TIMER

stm32f103vet6库函数版本定时器程序(自己编的)可做上手例程
stm32f103vet6 timer program (own series) (2014-04-16, Visual C++, 458KB, 下载9次)

http://www.pudn.com/Download/item/id/2512983.html

[处理器开发] ALIENTEK-MINISTM32-7

ALIENTEK MINISTM32 实验7 定时器中断实验
ALIENTEK MINISTM32 Experiment 7 timer interrupt experiments (2013-04-20, Visual C++, 28KB, 下载4次)

http://www.pudn.com/Download/item/id/2208669.html

[处理器开发] ARM9.pdf

以ARM9E-S为例介绍ARM9处理器的主要结构及其特点。ARM9E-S的结构如图4所示。其主要特点如下: (1)32bit定点RISC处理器,改进型ARM/Thumb代码交织,增强性乘法器...
ARM9E-S, for example the main structure and its characteristics on ARM9 processor. ARM9E-S structure is shown in Figure 4. Its main features are as follows: (1) 32bit the sentinel RISC processor, improved ARM/Thumb code intertwined enhance sexual multiplier ... (2012-10-08, Visual C++, 4815KB, 下载11次)

http://www.pudn.com/Download/item/id/2009970.html

[处理器开发] arm-to-mcu

经过修改的STM32软件烧录器!!按提示输入Map文件夹的路径!!重要!!!Map存放于//bin/debug中!!
STM32 software modified burner! ! When prompted, enter the Map folder path! ! Important! ! ! Map stored in the// bin/debug (2012-05-15, Visual C++, 13645KB, 下载62次)

http://www.pudn.com/Download/item/id/1871067.html

[处理器开发] 7941920STM32-18B20

在stm32芯片上的DS18b20温度传感器功能
stm32 ds18b20 (2012-05-03, Visual C++, 449KB, 下载6次)

http://www.pudn.com/Download/item/id/1853111.html

[处理器开发] musicc

音乐点播器,可以点歌,有流程图,和源码。
music,play the music you want (2012-01-07, Visual C++, 26KB, 下载3次)

http://www.pudn.com/Download/item/id/1752559.html

[处理器开发] chuliqidiaoduwentidesuanfa

可以完成处理器调度问题,涉及到时间片轮转法,可以看看
something useful (2011-11-23, Visual C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/1708757.html

[处理器开发] WatchDog

ARM处理器的入门基本设置和操作,可以很好帮助初学者学习
failed to translate (2011-10-24, Visual C++, 148KB, 下载4次)

http://www.pudn.com/Download/item/id/1678171.html

[处理器开发] MP3Play

基于ARM7的MP3播放器设计 111111111
ARM7-based MP3 player design 111 111 111 (2010-05-17, Visual C++, 543KB, 下载2次)

http://www.pudn.com/Download/item/id/1175848.html

[处理器开发] 2

AMR编码器,完成低比特编码,接口简单,易操作
AMR encode (2009-08-14, Visual C++, 787KB, 下载14次)

http://www.pudn.com/Download/item/id/877898.html

[处理器开发] LCDS3C2410

LCD控制器S3C2410详解,希望能互相探讨
LCD controller S3C2410 explain, hoping to explore each other (2009-06-03, Visual C++, 371KB, 下载2次)

http://www.pudn.com/Download/item/id/790722.html

[处理器开发] At24c02

FLASH储存器24C256系列读写子程序
FLASH memory to read and write subroutines 24C256 Series (2008-09-14, Visual C++, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/545998.html

[处理器开发] buzzer

这是ARM7的一个蜂鸣器的驱动程序,可以驱动蜂鸣器的响,可以用ARM开发板的报警电路的驱动。
This is an ARM7 buzzer driver can drive the ring buzzer can be used to ARM development board alarm driver circuit. (2008-01-09, Visual C++, 1KB, 下载27次)

http://www.pudn.com/Download/item/id/391278.html
总计:437