代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/134950/13969757
cpp exp17_2.cpp
// 从输入流中分析出数字串。
#include
#include
void main(){
int getnum(char *);
char buf[100];
while (getnum(buf)){
cout
www.eeworm.com/read/388569/8600293
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/183567/9153579
cpp expresion.cpp
#include
#include
#include
#define PLUS 0
#define MINUS 1
#define POWER 2
#define DIVIDE 3
#define LEFTP 4
#define RIGHP 5
#define STARTEND 6
#define DIGIT
www.eeworm.com/read/183082/9179385
m phone_pad.m
function [n,signal]=phone_pad(k);
% Phone_pad : Computes the DTMF signal of digit k.
% [n,signal]=phone_pad(k)
% If k~={1,2,3,4,5,6,7,8,9,0,'*','#'} then ,
%
%
% Input :
%
www.eeworm.com/read/183082/9179408
m phone_pad.m
function [n,signal]=phone_pad(k);
% Phone_pad : Computes the DTMF signal of digit k.
% [n,signal]=phone_pad(k)
% If k~={1,2,3,4,5,6,7,8,9,0,'*','#'} then ,
%
%
% Input :
%
www.eeworm.com/read/271562/10989590
nlogo parity.nlogo
; Parity Simulation Model
; written by Teresa Carrigan, 2004
globals [ from-number from-string start-x myDigits praise digits1 save-base base step ]
breeds [ digit arrow ones ]
arrow-own [ state
www.eeworm.com/read/247346/12664045
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/312241/13614531
makefile
include Makefile.inc
#sub model must be "LPC2" followed by 3 digit flavor e.g. LPC2138
# look in main includes for #ifdef's that are affected by the
# particular chip model, i.e. A/D convertor in l
www.eeworm.com/read/305775/13761090
cpp expresionmodel.cpp
#include
#include
#include
#define PLUS 0
#define MINUS 1
#define POWER 2
#define DIVIDE 3
#define LEFTP 4
#define RIGHP 5
#define STARTEND 6
#define DIGIT