亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

PAM-TH

  • This book provides a complete intermediate-level discussion of microcontroller programming using th

    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 th

    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! Th

    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仿真雷達的函數

    用MATLAB仿真雷達的函數,包括解調、混合、調制、PAM、PSK、及壓縮編碼等

    標簽: MATLAB 仿真 雷達 函數

    上傳時間: 2016-09-18

    上傳用戶:ruan2570406

  • Discription: This multi-master driver provides the software interface to the I2C Bus hardware of th

    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: 3

    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 th

    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的源程序

    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 }

    標簽: tcs 230 源程序

    上傳時間: 2016-11-26

    上傳用戶:秦莞爾w

  • BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that th

    BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse: Get the most out of the built-in applications Take control of email with filters, searches, and more Rev up your mobile gaming--whether you re an arcade addict or poker pro Browse the web, chat over IM, and keep up with news and weblogs Work with office documents, spell check your messages, and send faxes Become more secure, lock down your BlackBerry and stash secure information somewhere safe Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS) Create web sites that look great on a BlackBerry Develop and deploy BlackBerry applications

    標簽: BlackBerry computing enhance mobile

    上傳時間: 2016-12-07

    上傳用戶:GavinNeko

  • 計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,

    計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshift(Fa) Am=abs(Fs) % amplitude Ph=angle(Fs) % phase s=11 % 這表示邊長嗎? cgh=zeros(64*s) th=max(max(abs(Fs)))

    標簽: 20 close clear zeros

    上傳時間: 2014-10-13

    上傳用戶:wweqas

主站蜘蛛池模板: 夏河县| 宜兰市| 陈巴尔虎旗| 大姚县| 张家港市| 青岛市| 阿克陶县| 都昌县| 江永县| 古浪县| 新邵县| 中方县| 红安县| 迁西县| 寻甸| 正安县| 宜城市| 西乌| 棋牌| 阜南县| 额敏县| 喀什市| 四平市| 大同市| 三亚市| 温泉县| 措美县| 灌阳县| 安宁市| 富裕县| 绥德县| 贡嘎县| 安乡县| 通渭县| 佛冈县| 资阳市| 仪征市| 乐陵市| 内丘县| 图木舒克市| 龙口市|