代码搜索:Digit

找到约 4,689 项符合「Digit」的源代码

代码结果 4,689
www.eeworm.com/read/300174/13930002

txt readme.txt

Simple frequency counter with a PIC microcontroller --------------------------------------------------- by Wolfgang Buescher, DL4YHF This directory contains the sourcecode (*.asm) and the asse
www.eeworm.com/read/235784/14053338

nc curveparam.nc

/** * All new code in this distribution is Copyright 2005 by North Carolina * State University. All rights reserved. Redistribution and use in * source and binary forms are permitted provided th
www.eeworm.com/read/202486/15381923

cpp pr0911.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 9.11 on page 222 // Converting Roman numerals to Hindu-Arabic numerals #include
www.eeworm.com/read/103269/15738062

h tiles.h

/* $Header: /home/jcb/newmj/RCS/tiles.h,v 11.0 2001/05/17 18:23:14 jcb Rel $ * tiles.h * Declares the datatype representing a tile, and the access functions. * At present, the access functions are
www.eeworm.com/read/103137/15744075

h tiles.h

/* $Header: /home/jcb/newmj/RCS/tiles.h,v 11.0 2001/05/17 18:23:14 jcb Rel $ * tiles.h * Declares the datatype representing a tile, and the access functions. * At present, the access functions are
www.eeworm.com/read/100074/15886515

cpp compile.cpp

// Copyright (C) 1999-2000 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publ
www.eeworm.com/read/165417/10063415

c r_keygen.c

/* R_KEYGEN.C - key-pair generation for RSAREF */ /* Copyright (C) RSA Laboratories, a division of RSA Data Security, Inc., created 1991. All rights reserved. */ #include "global.h" #include
www.eeworm.com/read/165342/10066975

asm wl004.asm

;******************************************************************************** ;* 标题: 伟纳电子ME300B单片机开发系统演示程序 - LED数码管显示1-8 * ;* 文件: wl004.asm
www.eeworm.com/read/165342/10066979

bak wl004.asm.bak

;******************************************************************************** ;* 标题: 伟纳电子ME300B单片机开发系统演示程序 - LED数码管显示1-8 * ;* 文件: wl004.asm
www.eeworm.com/read/349103/10851762

v hours_filter.v

module HOURS_FILTER (TENS_DIGIT_HOURS_IN, TENS_DIGIT_HOURS_OUT); input [6:0] TENS_DIGIT_HOURS_IN; output [6:0] TENS_DIGIT_HOURS_OUT; reg [6:0] TENS_DIGIT_HOURS_OUT; always @ (TENS_DIGIT_HOURS_IN)