代码搜索:tone
找到约 1,636 项符合「tone」的源代码
代码结果 1,636
www.eeworm.com/read/428887/8831452
tone
#!bin/picolisp lib.l
# 13oct06abu
# (c) Software Lab. Alexander Burger
# Must be run on a virtual console
(load "lib/misc.l" "lib/gcc.l")
### 'ioctl' glue function
(gcc "tst" NIL 'tone)
#include
www.eeworm.com/read/186733/8913287
tone
www.eeworm.com/read/350514/10735644
tone
www.eeworm.com/read/401599/11555370
tone
www.eeworm.com/read/224774/14567780
tone
www.eeworm.com/read/291169/8438550
wav tone.wav
www.eeworm.com/read/390020/8489059
vhd tone.vhd
library ieee;
use ieee.std_logic_1164.all;
entity tone is
port(
index : in integer range 0 to 15;
code : out std_logic_vector(6 downto 0);
high : out std_logic_vec
www.eeworm.com/read/433128/8543674
doc tone.doc
www.eeworm.com/read/433128/8543681
c tone.c
www.eeworm.com/read/386366/8751461
c tone.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit dacs=P1^7;
sbit dawr=P3^6;
void delay(uint x,uint y)
{
uint i,j;
for(i=x;i>0;i--)
for(j=y;j>0;j--);
}
void ma