虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Modified

  • Discussing embedded systems in general is difficult, because each embedded system is unique. Rather

    Discussing embedded systems in general is difficult, because each embedded system is unique. Rather than presenting a list of general principles for handling embedded development issues, this book presents examples of problems encountered and solutions to those problems using real hardware and software. In that sense, it is a “cookbook” for developers that offers design “recipes” that can be elaborated on or Modified as needed to solve other design problems.

    标签: embedded Discussing difficult because

    上传时间: 2014-01-25

    上传用户:1159797854

  • This example program is the source code for the FT232BM Test Application from our Utilities page.

    This example program is the source code for the FT232BM Test Application from our Utilities page. It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. The test features require the test cable shown on ST_232_245.pdf to be connected. Our D2XX direct drivers should be installed for this application. The code can be Modified to fit your requirements. To download the application source code , click here. To download the test cable specification, click here.

    标签: Application Utilities the example

    上传时间: 2013-12-09

    上传用户:aa17807091

  • This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qv

    This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qvec x Pvec x Qvec) it returns the best according to AIC where AIC has been Modified to account for fixed parameters x = input data pvec = vector of p s set pvec=[0] for no AR qvec = vector of q s set qvec=0[] for no MA Pvec = vector of P s Qvec = vector of Q s T period for multiplicative model

    标签: multiplicative functions computes models

    上传时间: 2017-06-29

    上传用户:Breathe0125

  • web_based.rar

    Web based binary image upload for ARM LPC2366 controller. Toolchain is Keil Realview MDK ARM ver 3.2 with RL ARM Real time Lib 3.40. RAR file contains webiap2.cgi file and HTTP_cgi file. HTTP_cgi file is Modified in cgi_process_data to upload binary image of application using HTTP protcol. File upload is using HTML syntax method=\"post\" ENCTYPE=\"multipart/form-data\

    标签: web_based

    上传时间: 2013-12-17

    上传用户:ukuk

  • SharpPcap c#抓包实现时时获取网卡信息

    SharpPcap c#抓包实现时时获取网卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is Modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list

    标签: SharpPcap c#抓包 获取网卡信息

    上传时间: 2015-07-06

    上传用户:muzongda

  • 32feet.NET 3.5 Bluetooth coding

    32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you can just use the library as-is, if you make modifications to the source you need to include the 32feet.NET License.txt document and ensure the file headers are not Modified/removed. The project currently consists of the following libraries:- Bluetooth IrDA Object Exchange Bluetooth support requires a device with either the Microsoft, Widcomm, BlueSoleil, or Stonestreet One Bluetopia Bluetooth stack. Requires .NET Compact Framework v3.5 or above and Windows CE.NET 4.2 or above, or .NET Framework v3.5 for desktop Windows XP, Vista, 7 and 8. A subset of functionality is available for Windows Phone 8 and Windows Embedded Handheld 8 in the InTheHand.Phone.Bluetooth.dll library.

    标签: feet 3.5 NET 32

    上传时间: 2016-07-06

    上传用户:magister2016

  • Distributed+Quality-of-Service+Support

    This thesis is about wireless communication in shared radio spectrum. Its origin and motivation is ideally represented by the two quotations from above. In this thesis, the support of Quality-of-Service (QoS) in cognitive radio networks is analyzed. New approaches to distributed coordination of cognitive radios are developed in different spectrum sharing scenarios. The Wireless Local Area Network (WLAN) 802.11 proto- col of the Institute of Electrical and Electronics Engineers (IEEE) (IEEE, 2003) with its enhancement for QoS support (IEEE, 2005d) is taken as basis. The Medium Access Control (MAC) of 801.11(e) is Modified to realize flexible and dynamic spectrum assignment within a liberalized regulation framework.

    标签: Quality-of-Service Distributed Support

    上传时间: 2020-05-27

    上传用户:shancjb

  • Ultra Wideband Signals and Systems 1st

    In this book we focus on the basic signal processing that underlies current and future ultra wideband systems. By looking at signal processing in this way we hope this text will be useful even as UWB applications mature and change or regulations regarding ultra wideband systems are Modified. The current UWB field is extremely dynamic, with new techniques and ideas being presented at every communications and signal-processing conference. The basic signal-processing techniques presented in this text though will not change for some time to come. Thus, we have taken a somewhat theoretical approach, which we believe is longer lasting and more useful to the reader in the long term than an up-to-the-minute summary that is out of date as soon as it is published.

    标签: Wideband Signals Systems Ultra 1st

    上传时间: 2020-06-01

    上传用户:shancjb

  • STM32F103开发板 DHT11温湿度DS18B20 气体MQ-2光敏声控雨滴传感器实验程序

    STM32F103开发板 DHT11温湿度DS18B20 气体MQ-2光敏声控雨滴传感器实验程序**--------------------------------------------------------------------------------------------------------** Created by: FiYu** Created date: 2015-12-12** Version:     1.0** Descriptions: DHT11温湿度传感器实验 **--------------------------------------------------------------------------------------------------------** Modified by: FiYu** Modified date: ** Version: ** Descriptions: ** Rechecked by: **********************************************************************************************************/#include "stm32f10x.h"#include "delay.h"#include "dht11.h"#include "usart.h"DHT11_Data_TypeDef DHT11_Data;/************************************************************************************** * 描  述 : GPIO/USART1初始化配置 * 入  参 : 无 * 返回值 : 无 **************************************************************************************/void GPIO_Configuration(void){ GPIO_InitTypeDef GPIO_InitStructure; /* Enable the GPIO_LED Clock */ RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOA | RCC_APB2Periph_GPIOB | RCC_APB2Periph_AFIO , ENABLE);     GPIO_DeInit(GPIOB); //将外设GPIOA寄存器重设为缺省值 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9; GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;    //推挽输出 GPIO_Init(GPIOB, &GPIO_InitStructure); GPIO_DeInit(GPIOA); //将外设GPIOA寄存器重设为缺省值 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9; GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;    //推挽输出 GPIO_Init(GPIOA, &GPIO_InitStructure); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_10; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN_FLOATING;    //浮空输入 GPIO_Init(GPIOA, &GPIO_InitStructure); GPIO_SetBits(GPIOB , GPIO_Pin_9);   //初始状态,熄灭指示灯LED1}/************************************************************************************** * 描  述 : 串口显示实时温湿度 * 入  参 : 无 * 返回值 : 无 **************************************************************************************/void DHT11_SCAN(void){ if( Read_DHT11(&DHT11_Data)==SUCCESS) { printf("\r\n读取DHT11成功!\r\n\r\n湿度为%d.%d %RH ,温度为 %d.%d℃ \r\n",\ DHT11_Data.humi_int,DHT11_Data.humi_deci,DHT11_Data.temp_int,DHT11_Data.temp_deci); //printf("\r\n 湿度:%d,温度:%d \r\n" ,DHT11_Data.humi_int,DHT11_Data.temp_int); } else { printf("Read DHT11 ERROR!\r\n"); }}/************************************************************************************** * 描  述 : MAIN函数 * 入  参 : 无 * 返回值 : 无 **************************************************************************************/int main(void){ SystemInit(); //设置系统时钟72MHZ GPIO_Configuration(); USART1_Init();    //初始化配置TIM DHT11_GPIO_Config();   // 初始化温湿度传感器PB1引脚初始时为推挽输出 GPIO_ResetBits(GPIOB , GPIO_Pin_9); delay_ms(500);   while(1)  { GPIO_SetBits(GPIOB , GPIO_Pin_9);    DHT11_SCAN();  //实时显示温湿度 delay_ms(1500); } }

    标签: stm32f103 传感器

    上传时间: 2022-05-02

    上传用户:得之我幸78

  • VIP专区-嵌入式/单片机编程源码精选合集系列(158)

    VIP专区-嵌入式/单片机编程源码精选合集系列(158)资源包含以下内容:1. PCB设计与技巧.2. 测温控制系统(C程序).3. 单片机开发.4. 本书为Linux编程工具书.5. PIC16F877_DS1302时钟程序.6. 图形接口ucGUI的内核的详细说明手册中文版.7. aduc845 N30部分 手册.8. 这是与ge 90-30通讯的教学.9. c++视频教程.10. 软件代码阅读方法与实践 英文原版.11. 请在本目录存放UCOS 2.52源代码.12. 24c04详细使用说明.13. The widespread use of embedded systems mandates the development of industrial software design method.14. 个人用CADENCE的经验总结,希望对大家有所裨益.15. 游戏机电路图 开发.16. 模糊控制,单片机实现,是超星格式文件,包括模糊理论和单片机程序.17. e2prom通过i2c总线的读写 注释少了点 自己编的.18. SPI Master Core Specification.19. Protel_dxp2004的简要使用说明.20. ARM嵌入式入门级教程。学习ARM的参考资料!.21. tcp,udp程序.22. matlab的应用.23. 从西门PLC读取数据.24. 华东师大硕士论文嵌入式图形用户界面系统的研究与开发.25. ARM7 LPC2114自已工作中编写的直流马达驱动源程序。 文件: uart_motor.HEX Uart_motor.mcp LPC2294.h 等相关文件。.26. 54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm.27. 单片机之间的通讯(多个) 可以设定选择接收端 KEIL C 开发平台 PROTEUS 测试过 附有proteus 原理图.28. keil c51实用技巧.29. 西门子300的一个程序.30. Terawins的芯片T112的源程序.31. 博创ARM3000原理图.32. 硬件PCB图.33. 硬件PCB图2.34. 完整的wav文件播放程序采用lpc2148芯片.35. EP9315的PCB原理图.36. 汉字在计算机内存放分为两种情况.37. 手持机嵌入式开发,本代码是基于c-c++..38. S3C2440核心板原理图.39. 详细描述了如何用CPLD来做IDE的PIO时序.40. 这是一个实用于Winrunner的记事本程序自动测试脚本和GUI文件.

    标签: 无线电遥控

    上传时间: 2013-07-20

    上传用户:eeworm