代码搜索:光子计数
找到约 7,260 项符合「光子计数」的源代码
代码结果 7,260
www.eeworm.com/read/277081/10670327
mht 16位计数器vhdl源码.mht
From:
Subject: =?gb2312?B?MTbOu7zGyv3G91ZIREzUtMLr?=
Date: Mon, 3 Sep 2007 13:35:24 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
www.eeworm.com/read/421492/10735539
pdf c语言程序设计数组.pdf
www.eeworm.com/read/420092/10817459
plg 简单计数器0-99.plg
Build target 'Target 1'
compiling 简单计数器0-99.c...
linking...
creating hex file from "简单计数器0-99"...
"简单计数器0-99" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling 简单计数器0-99.c...
linking...
cr
www.eeworm.com/read/420092/10817463
hex 简单计数器0-99.hex
:10017F00020C0000020A0000021E0000021C000018
:10018F00020800000A0E3F065B4F666D7D077F6F0A
:06019F000418FEFDFBF751
:0D01B7007FF47E01EF1F70011EEF4E70F708
:0101C4002218
:10014300758901758C3C758AB0D2AF
www.eeworm.com/read/420092/10817472
c 简单计数器0-99.c
#include
int gewei=0,shiwei=0,baiwei=0,qianwei=0,Count=0;
unsigned char duan[]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F};
unsigned char wei[]={0xfe,0xfd,0xfb,0xf7};
void xia
www.eeworm.com/read/420092/10817476
opt 简单计数器0-99.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/420092/10817480
obj 简单计数器0-99.obj
www.eeworm.com/read/417397/10991764
txt 计数器:generic语句的应用.txt
-- n-Bit Synchronous Counter
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY ieee;
USE ieee.Std_logic_1164.ALL;
USE ieee.Std_logic_unsigned.ALL;
ENTITY cntrnbit IS
GENERIC(
www.eeworm.com/read/417397/10991768
txt 计数器:wait语句的应用.txt
-- This example shows an inefficient way of describing a counter.
-- vhdl model of a 3-state counter illustrating the use
-- of the WAIT statement to suspend a process.At each wait
-- statement th