The source codes are from the "Simulation and software Radio for mobile communication" It contain the MAC level protocol algorithm.
標簽: communication Simulation software contain
上傳時間: 2016-08-06
上傳用戶:tuilp1a
This book provides a complete intermediate-level discussion of microcontroller programming using the C programming language. It covers both the adaptations to C necessary for targeting an embedded environment, and the common components of a successful development project. C is the language of choice for programming larger microcontrollers (MCU), those based on 32-bit cores. These parts are often derived from their general-purpose counterparts, and are both as complex and feature-rich. As a result, C (and C++) compilers are necessary and readily available for these MCUs. 是初學入們,嵌入式的好教材!@簡單易懂
標簽: intermediate-level microcontroller programming discussion
上傳時間: 2013-12-18
上傳用戶:lo25643
This is a Ebook. Name is "A introductioin to C" You can learn C programming language and refer to this ebook.
標簽: introductioin programming language Ebook
上傳時間: 2016-09-04
上傳用戶:kiklkook
mastering dojo The book really rolls out the red carpet for Dojo to emerge with guns blazing! The authors show you how easy it is to use impressive widgets without installing a thing. I was amazed to discover that JavaScript is not just a toy language, how Dojo is built on top of it, and how both are invaluable in any web development project. Buy this book. It’s the next best thing to having the authors working at your side.
標簽: mastering blazing carpet emerge
上傳時間: 2016-09-04
上傳用戶:Late_Li
用MATLAB仿真雷達的函數,包括解調、混合、調制、PAM、PSK、及壓縮編碼等
上傳時間: 2016-09-18
上傳用戶:ruan2570406
超寬帶通信方面的電子資料,Ubisense_System的方案介紹,以及在實時定位方面的解決方案,適合于對UWB初學者,已經在選擇UWB技術遇到迷惑的人們
上傳時間: 2013-12-17
上傳用戶:yyyyyyyyyy
Discription: This multi-master driver provides the software interface to the I2C Bus hardware of the M3062x series of MitsubishiMCU.
標簽: multi-master Discription interface the
上傳時間: 2016-10-28
上傳用戶:ljt101007
For solving the following problem: "There is No Free Lunch" Time Limit: 1 Second Memory Limit: 32768 KB One day, CYJJ found an interesting piece of commercial from newspaper: the Cyber-restaurant was offering a kind of "Lunch Special" which was said that one could "buy one get two for free". That is, if you buy one of the dishes on their menu, denoted by di with price pi , you may get the two neighboring dishes di-1 and di+1 for free! If you pick up d1, then you may get d2 and the last one dn for free, and if you choose the last one dn, you may get dn-1 and d1 for free. However, after investigation CYJJ realized that there was no free lunch at all. The price pi of the i-th dish was actually calculated by adding up twice the cost ci of the dish and half of the costs of the two "free" dishes. Now given all the prices on the menu, you are asked to help CYJJ find the cost of each of the dishes.
標簽: Limit following solving problem
上傳時間: 2014-01-12
上傳用戶:362279997
drv43260 if vlc program want to support the format of rmvb and rm,so-called real ,you can plug in the dll file to support vlc
標簽: so-called program support format
上傳時間: 2013-12-11
上傳用戶:小鵬
51單片連tcs230的源程序,絕對原創,可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //頻率從TO口輸入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //關定時器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }
上傳時間: 2016-11-26
上傳用戶:秦莞爾w