代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/210427/15198806
txt crcp.txt
program crcp;
{$APPTYPE CONSOLE}
uses crc32;
function IntToHex(Value: Integer; Digits: Byte):string;
const Digit:array[0..15] of char = ('0','1','2','3','4','5','6','7',
www.eeworm.com/read/3218/22806
asm example 3-23.asm
;Example 3 - 23. Complex Bit Reversion ASM Listing for the TMS320C62x DSP
;****************************************************************
; FILE
; digit.asm - C62xx assembly source for a C ca
www.eeworm.com/read/38039/1095493
mnu jr_modify.mnu
JR_MODIFY
# remove the # sign and enter foreign help string in this line
Move#Dim
Reposition dimension to specified location.
# remove the # sign and enter foreign help string in this line
Num#Digit
www.eeworm.com/read/229812/4744111
c alarm.c
#include
#include
#include
#include "alarm.h"
HINSTANCE MyInstance;
char AlarmClass[32]="AlarmClass";
digit_index NumberOfDigits = DIGITS_
www.eeworm.com/read/229812/4751193
gml ismbcdig.gml
.func _ismbcdigit
#include
int _ismbcdigit( unsigned int ch );
.funcend
.desc begin
The &func function tests for any multibyte decimal-digit character '0'
through '9'.
In code page
www.eeworm.com/read/229812/4751671
gml grammar.gml
.ix 'grammar' 'C language'
.ix 'syntax' 'C language'
.pp
This appendix presents the formal grammar of the C programming
language.
The following notation is used:
..sk 1 c
{digit}&SUPER0.
.disc
www.eeworm.com/read/229812/4752207
gml wlerrfmt.gml
.np
.ix 'fatal errors'
.ix 'errors'
.ix 'warnings'
The &lnkname issues three classes of messages; fatal errors, errors
and warnings.
Each message has a 4-digit number associated with it.
Fatal
www.eeworm.com/read/187788/5215644
h hal_vti.h
#ifndef VTI_H
#define VTI_H
/** This is the driver for a Vigilant technologies ENCDAC board.
The board includes 4 channels of quadrature encoder input,
4 channels of analog output, 8 on board digit
www.eeworm.com/read/182103/5273000
c icm7170.c
/*
* This file interfaces with the real-time clock found in
* a Harris ICM7170
*
* Year 2K Notes:
*
* This chip only uses a two digit field to store the year. This
* code uses the RTEMS
www.eeworm.com/read/424146/2018341
cpp 2_6.cpp
//2_6.cpp
#include
using namespace std;
int main()
{
int n, right_digit, newnum = 0;
cout > n;
cout