代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/163495/10156984
m gui.m
function varargout = GUI(varargin)
% GUI Application M-file for GUI.fig
% FIG = GUI launch GUI GUI.
% GUI('callback_name', ...) invoke the named callback.
%
% Author: Pra
www.eeworm.com/read/163412/10162472
c fet410_lcd02.c
//******************************************************************************
// MSP-FET430P410 Demo - LCD, displays numbers on static LCD
//
// Description "FET410_staticLCD.C": This program
www.eeworm.com/read/359019/10169553
c astoi.c
/* @(#)astoi.c 1.6 00/05/07 Copyright 1985 J. Schilling */
/*
* astoi() converts a string to int
* astol() converts a string to long
*
* Leading tabs and spaces are ignored.
* Both return pointer
www.eeworm.com/read/358751/10180290
pas fracdec.pas
{
ID:maigoak1
PROG:fracdec
}
program fracdec;
const
max=100000;
var
fin,fout:text;
digit:array[1..max]of 0..9;
hash:array[0..max]of -1..max;
n,d,dg,i:longint;
s:string;
proc
www.eeworm.com/read/358751/10180389
pas pprime.pas
{
ID:maigoak1
PROG:pprime
}
program pprime;
var
fin,fout:text;
a,b,n:longint;
i,j,k,dj,dt:integer;
tmp:string;
function digit(x:longint):integer;
var
tmp:string;
begin
www.eeworm.com/read/357567/10206516
c fet440_lcd_02.c
//*****************************************************************************
// MSP-FET430P440 Demo - LCD, Displays Numbers on a Static LCD
//
// Description: This program displays a 3.5 digit
www.eeworm.com/read/356335/10230855
hh bigunsignedinabase.hh
#ifndef BIGUNSIGNEDINABASE_H
#define BIGUNSIGNEDINABASE_H
#include "NumberlikeArray.hh"
#include "BigUnsigned.hh"
#include
/*
* A BigUnsignedInABase object represents a nonnegative integer
www.eeworm.com/read/353935/10403683
c chap8.c
// Chapter 8 6805 C programs
// Jonathan W. Valvano
// This software accompanies the book,
// Embedded Microcomputer Systems: Real Time Interfacing
// published by Brooks Cole, 1999
// Program 8.1. T
www.eeworm.com/read/352586/10535715
c fet410_lcd02.c
//******************************************************************************
// MSP-FET430P410 Demo - LCD, displays numbers on static LCD
//
// Description "FET410_staticLCD.C": This program
www.eeworm.com/read/350121/10771630
cpp switch.cpp
#include
void main()
{
char ch;
coutch不能输入空格
switch(ch)
{
case '0':
case '1':
case '2':
case