搜索结果
找到约 149 项符合
dmb-th 的查询结果
单片机开发 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.
JavaScript 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 a ...
单片机开发 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.
其他 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 ...
其他 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
单片机开发 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: ...
电子书籍 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 em ...
书籍源码 计算全息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 ...
文章/文档 创建进度条 jpb = new JProgressBar() jbutton = new JButton("观看演示") jbutton.addActionListener(th
创建进度条
jpb = new JProgressBar()
jbutton = new JButton("观看演示")
jbutton.addActionListener(this)
this.getContentPane().add(jbutton)
//设置进度条的前景色为红色
jpb.setForeground(Color.red)
this.getContentPane().add(jpb)
//给进度条注册事件监听器 ...
嵌入式/单片机编程 xl系列单片机实验仪演示程序 DS18B20温度控制数码管 。 DS18B20温度控制数码管显示 : 1、K3 → 进入设定温度报警值 TL 状态: L--20 2、K3 → 进入设定温度
xl系列单片机实验仪演示程序 DS18B20温度控制数码管 。
DS18B20温度控制数码管显示 :
1、K3 → 进入设定温度报警值 TL 状态: L--20
2、K3 → 进入设定温度报警值 TH 状态: H--28
3、K3 → 返回
4、设定过程: K1 →加键 (UP), K2 →减键 (DOWN),可快速调。 ...