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
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
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,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)))
上传时间: 2014-10-13
上传用户:wweqas
创建进度条 jpb = new JProgressBar() jbutton = new JButton("观看演示") jbutton.addActionListener(THis) THis.getContentPane().add(jbutton) //设置进度条的前景色为红色 jpb.setForeground(Color.red) THis.getContentPane().add(jpb) //给进度条注册事件监听器
标签: jbutton addActionListener JProgressBar new
上传时间: 2017-01-06
上传用户:wl9454