亚洲春色中文字幕久久久-三上亚,一吻二脱三床四吻胸,国产真实伦对白视频全集,在线毛片观看,精品成品入口黄网,国产毛aⅴ片久久久,亚洲AV色香蕉一区二区三区老师,萧皇后A级艳片,色情日本视频更新,99久久亚洲精品日本无码

 找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索
查看: 20776|回復(fù): 32
收起左側(cè)

單片機波形發(fā)生器編程

  [復(fù)制鏈接]
ID:2666 發(fā)表于 2008-6-12 08:48 | 顯示全部樓層 |閱讀模式
非常牛逼的單片機波形發(fā)生器設(shè)計:http://www.denmoz.com/bbs/dpj-42291-1.html
回復(fù)

使用道具 舉報

ID:61875 發(fā)表于 2014-11-1 08:52 | 顯示全部樓層
謝謝樓主的奉獻。
回復(fù)

使用道具 舉報

ID:66610 發(fā)表于 2014-11-6 00:02 | 顯示全部樓層
謝謝樓主的奉獻
回復(fù)

使用道具 舉報

ID:71387 發(fā)表于 2014-12-30 19:27 | 顯示全部樓層
盛名學(xué)習(xí)一些
回復(fù)

使用道具 舉報

ID:61954 發(fā)表于 2015-1-24 18:34 | 顯示全部樓層
看不到啊
回復(fù)

使用道具 舉報

ID:73973 發(fā)表于 2015-2-28 16:29 | 顯示全部樓層
新手看看
回復(fù)

使用道具 舉報

ID:73973 發(fā)表于 2015-2-28 16:45 | 顯示全部樓層
為什么看不見呢
回復(fù)

使用道具 舉報

ID:76408 發(fā)表于 2015-4-8 10:29 | 顯示全部樓層
什么意思為什么看不見呢
回復(fù)

使用道具 舉報

ID:60505 發(fā)表于 2015-4-10 08:46 | 顯示全部樓層
謝謝樓主的奉獻。
回復(fù)

使用道具 舉報

ID:77366 發(fā)表于 2015-4-18 20:34 | 顯示全部樓層
怎么沒看見
回復(fù)

使用道具 舉報

ID:55127 發(fā)表于 2015-4-24 09:24 | 顯示全部樓層
22333356
回復(fù)

使用道具 舉報

ID:74958 發(fā)表于 2015-4-28 17:54 來自觸屏版 | 顯示全部樓層
鳥謝分享
回復(fù)

使用道具 舉報

ID:18016 發(fā)表于 2015-4-28 20:59 | 顯示全部樓層
看看單片機波形發(fā)生器編程
回復(fù)

使用道具 舉報

ID:18016 發(fā)表于 2015-4-28 20:59 | 顯示全部樓層
沒有啊 單片機波形發(fā)生器編程
回復(fù)

使用道具 舉報

ID:82493 發(fā)表于 2015-6-15 19:16 | 顯示全部樓層
在哪啊,看不到啊
回復(fù)

使用道具 舉報

ID:84923 發(fā)表于 2015-7-10 14:15 | 顯示全部樓層
?????
回復(fù)

使用道具 舉報

ID:85172 發(fā)表于 2015-7-10 20:23 | 顯示全部樓層
為什么看不到
回復(fù)

使用道具 舉報

ID:85338 發(fā)表于 2015-7-11 13:56 | 顯示全部樓層
最近課設(shè)   剛做過
回復(fù)

使用道具 舉報

ID:85385 發(fā)表于 2015-7-11 14:37 | 顯示全部樓層
upupup
回復(fù)

使用道具 舉報

ID:68048 發(fā)表于 2015-7-13 15:01 | 顯示全部樓層
路過隨便看看
回復(fù)

使用道具 舉報

ID:76408 發(fā)表于 2015-7-15 15:00 | 顯示全部樓層
在哪里怎么看不到?
回復(fù)

使用道具 舉報

ID:80346 發(fā)表于 2015-7-17 12:52 | 顯示全部樓層
下來看看     呵呵
回復(fù)

使用道具 舉報

ID:80346 發(fā)表于 2015-7-17 12:52 | 顯示全部樓層
在那里啊   怎么沒有啊
回復(fù)

使用道具 舉報

ID:95197 發(fā)表于 2015-11-15 11:54 | 顯示全部樓層
1232222
回復(fù)

使用道具 舉報

ID:95068 發(fā)表于 2015-11-15 13:09 | 顯示全部樓層
#include<reg52.h> #define uchar unsigned char #define uint unsigned int sbit  SCL=P2^6; sbit  SDA=P2^7; sbit  key1=P3^6; sbit  key2=P3^7; uint n=0;                  uchar code  Sinwave[]={    //正弦波波表 127, 152, 176, 198, 217, 233, 245, 252, 255, 252, 245, 233, 217, 198,176, 152, 127, 102, 78,  56,  37,  21,  9,   2, 0,   2,   9,  21,  37,  56,  78, 102 }; uchar code Triwave[] = {   //三角波波表 0,  16,  32,  48,  64,  80,  96, 112, 128, 144, 160, 176, 192, 208,224, 240, 255, 240, 224, 208, 192, 176, 160, 144, 128, 112,  96,  80,  64,  48,  32,  16 }; uchar code Sawwave[] = {   //鋸齒波表 0, 8, 16, 24, 32, 40,  48,  56, 64,72,80,  88,  96, 104, 112,120, 128, 136, 144, 152, 160, 168, 176,184, 192, 200, 208, 216, 224,232, 240, 248, }; uchar code Squwave[]={   //方波波表 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 255,255,255,255,255,255,255,255, 255,255,255,255,255,255,255,255 };  uint f=30; void delay() { ; ; ;}    void  delay10() { uint i,j;   for(i=0;i<10;i++)     for(j=0;j<250;j++); }   void  delay11() { uint i,j;   for(i=0;i<f;i++)     for(j=0;j<250;j++); } void init() {  SCL=1;    delay();    SDA=1;    delay(); }  void start() {   init();         SDA=0;         delay(); } void write(uchar date) {         uchar i,temp;      temp=date;          for(i=0;i<8;i++)           { temp=temp<<1;             SCL=0;             delay();             SDA=CY;             delay();             SCL=1;             delay();           }          SCL=0;          delay();          SDA=1;          delay(); }  void respons() {         uchar i;      SCL=1;          delay();          while((SDA==1)&&(i<250))            i++;          SCL=0;          delay(); }  void stop() {         SDA=0;         delay();         SCL=1;         delay();         SDA=1;         delay(); }   void writewave(uchar xc) {         init();               start();              write(0x90);           respons();            write(0x40);           respons();           write(xc);           respons();           stop();            }  void keyscan()  { if(key1==0)    {             delay10();          if(key1==0)          { f+=10;            while(!key1);          }    }    if(key2==0)    {             delay10();          if(key2==0)          { f-=10;          if(f<=20) f=20;            while(!key2);          }    }    } void  main() {     while(1)    {  keyscan();    for(n=0;n<32;n++)         { writewave(Sinwave[n]);      delay11();        }     for(n=0;n<32;n++)      { writewave(Triwave[n]);        delay11();  }          for(n=0;n<32;n++)      { writewave(Sawwave[n]);         delay11();}          for(n=0;n<32;n++)    { writewave(Squwave[n]);       delay11(); }       } }
回復(fù)

使用道具 舉報

ID:78790 發(fā)表于 2015-11-29 07:37 | 顯示全部樓層
樓主辛苦了,學(xué)習(xí)學(xué)習(xí)!!!
回復(fù)

使用道具 舉報

ID:95871 發(fā)表于 2015-12-10 14:13 | 顯示全部樓層
恩???
回復(fù)

使用道具 舉報

ID:94509 發(fā)表于 2015-12-11 13:01 | 顯示全部樓層
meiyoua?
回復(fù)

使用道具 舉報

ID:127083 發(fā)表于 2016-6-17 12:09 | 顯示全部樓層
在哪里
回復(fù)

使用道具 舉報

ID:126134 發(fā)表于 2016-6-17 23:14 | 顯示全部樓層
謝謝樓主的奉獻。
回復(fù)

使用道具 舉報

ID:126985 發(fā)表于 2016-6-18 16:52 | 顯示全部樓層
回復(fù)才可以看到嗎
回復(fù)

使用道具 舉報

ID:93386 發(fā)表于 2016-6-18 19:47 | 顯示全部樓層
感覺不錯的樣子
回復(fù)

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術(shù)交流QQ群281945664

Powered by 單片機教程網(wǎng)

快速回復(fù) 返回頂部 返回列表