代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/395229/2445726

c getopt_long.c

/* Getopt tests */ #include #include #include #include int main (int argc, char **argv) { int c; int digit_optind = 0; while (1) { int th
www.eeworm.com/read/370331/9605527

c my_printf.c

/* * my_printf.c * * */ #include #include "my_printf.h" #include "uart.h" void output_int( unsigned int num, const int base ) { const char *digit = "0123456789ABCDEF"; unsigned int
www.eeworm.com/read/147827/12518372

c gamewnd.c

#include "GameWnd.h" #include "AEEStdLib.h" #include "AEEAppGen.h" #include "fruit_res.h" #include "fruit.h" #include "commondef.h" #define SCORE_START_X 9 #define DIGIT_WEIGHT
www.eeworm.com/read/300587/13904245

cpp 1097 a hard puzzle.cpp

/* 1097 A hard puzzle Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 5120 K GUN C++ */ //相同于 1061 Rightmost Digit #include using namespace std; const int MAX=20;
www.eeworm.com/read/202224/15389200

m mm1601.m

%(mm1601.m plot) t = (1900:10:1990)'; p = [ 75.995; 91.972; 105.711; 123.203; 131.669; 150.697; 179.323; 203.212; 226.505; 249.633]; plot(datenum(t,1,1),p) datetick('x','yyyy') % use 4-digit yea
www.eeworm.com/read/428887/8831356

c big.c

/* 20nov07abu * (c) Software Lab. Alexander Burger */ #include "pico.h" #define MAX MASK // Max digit size 0xFFFF.... #define OVFL ((1
www.eeworm.com/read/183082/9179396

m sliceanddecode.m

function [num10decode]=sliceanddecode(num10signal), % Sliceanddecode: Slice the 10 DIGIT signal to subsignal and decode them. % [num10decode]=sliceanddecode(num10signal) % If k~={1,2,3,4,5,6,
www.eeworm.com/read/377553/9271649

vhd ledscan.vhd

--ledscan.vhd 4 digit bcd-to-7 segment scan display library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use work.components.all; entity ledscan is port( clk : in
www.eeworm.com/read/164942/10081200

vhd ledscan.vhd

--ledscan.vhd 4 digit bcd-to-7 segment scan display library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use work.components.all; entity ledscan is port( clk : in
www.eeworm.com/read/160223/10555143

m program_11_1.m

% Program DTMF_TD % Dual-Tone Multifrequency Tone Detection % Using the DFT % clf; d = input('Type in the telephone digit = ', 's'); symbol = abs(d); tm = [49 50 51 65;52 53 54 66;55 56 57 67;4