代码搜索:光子计数
找到约 7,260 项符合「光子计数」的源代码
代码结果 7,260
www.eeworm.com/read/430218/8760972
asm th10_计数器.asm
ORG 0000H
LJMP START
ORG 0030H
START:
mov TMOD, #00000101b ; 方式1,记数器
mov TH0, #0
mov TL0, #0
setb TR0
www.eeworm.com/read/430218/8761104
asm th10_计数器.asm
ORG 0000H
LJMP START
ORG 0030H
START:
mov TMOD, #00000101b ; 方式1,记数器
mov TH0, #0
mov TL0, #0
setb TR0
www.eeworm.com/read/386137/8763081
cpp 统计数字1.cpp
#include
#include
#include
using namespace std;
void numcnt(long);
long cnt[10];//保存结果
int main()
{
long page;
string str;
//ifstream in;
www.eeworm.com/read/385948/8775756
cpp 统计数字1.cpp
#include
using namespace std;
int main()
{
int count[10]={0};
int n,i;
cin>>n;
for(int j=0;j
www.eeworm.com/read/385948/8775759
exe 统计数字1.exe
www.eeworm.com/read/284804/8895418
doc 00-99计数器.doc
www.eeworm.com/read/178094/9418560
msm 十进制计数器.msm
www.eeworm.com/read/426038/10292100
doc 格雷码计数器.doc
www.eeworm.com/read/162472/10303147
vhd 各种功能的计数器.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/353811/10416342
vhd 各种功能的计数器.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all