代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/375817/9349026

asm sudoku.asm

;Sudoku Puzzle Solver ;Usage: sudoku.com < filename.puz ;The input consists of nine lines. Each line contains only the ASCII ;characters 1 through 9, "." and space; and is terminated with a carri
www.eeworm.com/read/175813/9529997

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/281232/10255118

txt gsm0338.txt

# Source: http://www.unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT # # Name: GSM 03.38 to Unicode # Unicode version: 3.0 # Table version: 1.1 # Table format: Format A # Date:
www.eeworm.com/read/353390/10451250

v homework3.v

//time and sequence are all ok module digit10(clk,d,c,reset); //セ家舱
www.eeworm.com/read/278099/10571181

h bignum.h

/* +++Date last modified: 05-Jul-1997 */ /* BIGNUM.H ** ** Header file with definition of BigNum type for Big Number Arithmetic. ** ** Released to the public domain by Clifford Rhodes on June 1
www.eeworm.com/read/348935/10859640

bas 123.bas

Define CONF_WORD = 0x3f72 Define CLOCK_FREQUENCY = 12 AllDigital Define SPI_CS_REG = PORTC Define SPI_CS_BIT = 4 Define SPI_SCK_REG = PORTC Define SPI_SCK_BIT = 3 Define SPI_SDI_REG = PORTC
www.eeworm.com/read/469398/6974547

m mapper6.m

% Function Mapping generates the Symbols from the Bit Stream for the Modulate % stream use for input % symbol use for output of qam function digit = mapper6(stream) if (mod(length(stream),6)
www.eeworm.com/read/469398/6974548

m mapper2.m

% Function Mapping generates the Symbols from the Bit Stream for the Modulate % stream use for input % symbol use for output of qam % Symbol is than coverted to Digit. function digit = mappe
www.eeworm.com/read/469398/6974549

m mapper4.m

% Function Mapping generates the Symbols from the Bit Stream for the Modulate % stream use for input % symbol use for output of qam function digit = mapper4(stream) if (mod(length(stream),4)
www.eeworm.com/read/464709/7067683

cpp 1316.cpp

#include int main() { int a[10000]; for(int i = 0; i < 10000; i++) { a[i] = 0; } int digit; int left; int sum = 0; for(i = 1; i < 10000; i++) { digit = i % 10;