網路教學(e-Learning)校園社群(e-Community)服務台(e-Service)系所班網(e-Class)登入
位置: 伍柏勲 > 未分類
qq
by 伍柏勲 2013-12-03 10:01:16, 回應(0), 人氣(597)
上週我們講的 qemu 編譯,各位編譯完了嗎 ?編譯完的話,理論上你應該可以執行底下指令:/usr/local/bin/qemu-system-arm -version/usr/local/bin/qemu-system-arm -versionQEM
(全文...)
speak
by 伍柏勲 2013-06-13 11:30:55, 回應(0), 人氣(349)
#define NOTE_C5  100#define NOTE_C3  350int o=0;int led=9;int speaker=8;int y=0;int q=1;void setup(){Serial.begin(9600);pinMode(led,OUTPUT);pinMode(speaker,OUTPUT);}void loop(){int readvalue
(全文...)
arduino 第一題
by 伍柏勲 2013-05-23 10:22:52, 回應(0), 人氣(415)
int led=9;int y=0;int q=1;void setup(){Serial.begin(9600);pinMode(led,OUTPUT);}void loop(){int readvalue = analogRead(A0);float x = readvalue * (255.0/1023.0);int z=x;if(z==0){  digitalWrite(led,
(全文...)
>_
by 伍柏勲 2013-05-15 18:05:47, 回應(0), 人氣(354)
int readbyte=0;int readarray[10];int count=0;int i=0;int q,p;void setup(){  Serial.begin(9600);}void loop(){  if(Serial.available() > 0 ) {//如果有資料近來把資料存成陣列&nbs
(全文...)
asd
by 伍柏勲 2012-11-20 22:12:58, 回應(0), 人氣(358)
qqqq
by 伍柏勲 2012-10-26 08:19:50, 回應(0), 人氣(283)
rh232
by 伍柏勲 2012-10-16 11:17:05, 回應(0), 人氣(334)
Dim buf$Private Sub Command1_Click()MSComm1.Output = Text1.TextText1.Text = ""End SubPrivate Sub Command2_Click()buf = MSComm1.InputIf Len(buf) = 0 Then    Text2.Text = "nothing"Else&nbs
(全文...)
VB BMI
by 伍柏勲 2012-09-29 23:30:14, 回應(0), 人氣(502)
Private Sub Command1_Click()'-----合格體重判斷Weightmini = Format((Text1.Text / 100) ^ 2 * 18.5, "0.0")Weightmax = Format((Text1.Text / 100) ^ 2 * 24, "0.0")Text4.Text = Str(Weightmini) +
(全文...)