討論串[問題] 用C寫音樂程式
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
我用古老的 16 bit compiler 編是給過的, 可能要再加 #include<conio.h>. 我猜是 _outp 這些 function 因為跟底層 io 有關. 所以 windows 通常不給過, 也許有權限的問題,. 但是我用IN OUT去控制 counter 作 delay 在
(還有219個字)
內容預覽:
#include<stdio.h>. #include<time.h>. #include<stdlib.h>. void delay(secs). float secs;. {. clock_t end;. end=(int)(secs*CLOCKS_PER_SEC)+clock();. whil
(還有1025個字)
首頁
上一頁
1
下一頁
尾頁