代码搜索:计数程序

找到约 10,000 项符合「计数程序」的源代码

代码结果 10,000
www.eeworm.com/read/293433/8294477

txt 适于调试的cdma程序.txt

#include #include #include #include const double length=1000000;//需要产生的随机数个数 const int n=4;//m序列的级数 const double m_sequence_states2[n]={0,0,0,1};// 初始化m=15序列
www.eeworm.com/read/293261/8304501

txt 初始化子程序.txt

void Imim() { P0=0xff; P1=0xff; P2=0xff; P3=0xff; E=0; Delay(); WCOM(0x38);/*功能设定*/ WCOM(0x08);/*关显示指令*/ WCOM(0x06);/*游标右移*/ Clearlcd();/*清屏*/ WCOM(0x0d);/*开显示指令*/ }
www.eeworm.com/read/392644/8331627

txt 此程序注意事项.txt

由于SST89E564芯片在仿真的时候占用了仿真通讯口作为联机通讯通道 所以不能支持对COM口的硬件仿真
www.eeworm.com/read/292693/8340955

txt 8255扫描键盘、显示程序.txt

8255扫描键盘、显示程序 利用8255可编程并行口做一个扫描键盘实验, 把按键输入的键码,显示在由8279控制的七段数码管上。 8255PA口做键盘输入线,PB口作扫描线。 D8255 EQU 8506H ;8255状态/数据口地址 D8255A EQU 8500H ;8255 PA口地址 D8255B EQU 8502H ;8255 PB口地址 Z8279 EQ
www.eeworm.com/read/370579/9595029

vhd 一个游戏程序.vhd

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n
www.eeworm.com/read/370579/9595054

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/370579/9595125

v 加法器源程序.v

// download from: www.pld.com.cn & www.fpga.com.cn module counter (count, clk, reset); output [7:0] count; input clk, reset; reg [7:0] count; parameter tpd_clk_to_count = 1; parameter
www.eeworm.com/read/370261/9606951

doc rc5_c程序.doc