代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/298657/3861877

c __ten_mu.c

/* * [atw] multiply 64 bit accumulator by 10 and add digit. * The KA/CA way to do this should be to use * a 64-bit integer internally and use "adjust" to * convert it to float at the end of proces
www.eeworm.com/read/292758/3939863

properties localstrings_fr.properties

hexUtil.bad=Mauvais digit hexad閏imal hexUtil.odd=Nombre impair de digits hexad閏imaux httpDate.pe=Format de date invalide: {0}
www.eeworm.com/read/286193/4041509

cpp digitextractor.cpp

// Exercise 3.17: DigitExtractor.cpp // Application that separates a five-digit number into digits. #include // required to perform C++ stream I/O using namespace std; // for accessing
www.eeworm.com/read/279968/4131086

c __ten_mu.c

/* * [atw] multiply 64 bit accumulator by 10 and add digit. * The KA/CA way to do this should be to use * a 64-bit integer internally and use "adjust" to * convert it to float at the end of proces
www.eeworm.com/read/372380/2774088

properties localstrings_fr.properties

hexUtil.bad=Mauvais digit hexad閏imal hexUtil.odd=Nombre impair de digits hexad閏imaux httpDate.pe=Format de date invalide: {0}
www.eeworm.com/read/358128/3000922

pl ahex.pl

# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by mktables from e.g. UnicodeData.txt. # Any changes made here will be lost! # # Binary property 'ASCII_Hex_Digit' # return
www.eeworm.com/read/101671/15822418

pl cfingerd-exploit.pl

#!/usr/bin/perl # | Local buffer overflow exploit for cfingerd # | Copyright (c) 2001 by # | All rights reserved. # | # | Simple exploit for the vulnerability reported # | to
www.eeworm.com/read/290293/8491529

readme

FreeLIP is the large integer package used in the global collaboration to factor the 129-digit number RSA-129 and thereby solve a 17-year old challenge in cryptography. This software was originally wr
www.eeworm.com/read/386996/8714364

readme

FreeLIP is the large integer package used in the global collaboration to factor the 129-digit number RSA-129 and thereby solve a 17-year old challenge in cryptography. This software was originally wr
www.eeworm.com/read/386324/8754539

java fontsmall.java

import javax.microedition.lcdui.*; public class FontSmall { // Defines // // 10 = Digit 0-9 // private static final int TOTAL_CHAR = 10; private static final int DigitWidth[]