代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/158650/5596780
c putnum.c
/* putnum.c -- put a hex number on the output device.
*
* Copyright (c) 1995 Cygnus Support
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software
www.eeworm.com/read/154115/5640829
c inet_addr.c
//==========================================================================
//
// net/inet_addr.c
//
// Stand-alone IP address parsing for RedBoot
//
//===============================
www.eeworm.com/read/153251/5651888
java uuidgenerator.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/293637/8281367
c fet440_lcd_03.c
//*****************************************************************************
// MSP-FET430P440 Demo - LCD, Displays Numbers on a 4-Mux LCD
//
// Description: This program displays digits store
www.eeworm.com/read/370015/9624046
c calc.c
/******************************************************************************
************ LABCENTER ELECTRONICS ************
************
www.eeworm.com/read/268685/11125490
c ledlib.c
#include "Ledlib.h"
//=================[ledShowDigit]==============
//Description:this mathod is used to set a digit to a specified bit on the led
//Author:Decelll.Zhou
//Version
//arg: di
www.eeworm.com/read/413528/11152174
h bars2symean.h
//
// Given an array of bar code widths read an EAN bar
// code, if present.
//
// Copyright (C) 2006 by Jon A. Webb
//
// This library is free software; you can redistribute it and/or
// modif
www.eeworm.com/read/238449/13886984
m binnum.m
function binnums=binnum(thebinnumber,digit) %this program for the number to the bin maxtrix
binnums(digit)=0;
j=digit-1;
for k=1:digit;
if thebinnumber>=2^j
binnums(j+1)=1
www.eeworm.com/read/238446/13887157
m binnum.m
function binnums=binnum(thebinnumber,digit) %this program for the number to the bin maxtrix
binnums(digit)=0;
j=digit-1;
for k=1:digit;
if thebinnumber>=2^j
binnums(j+1)=1
www.eeworm.com/read/237877/13923117
c fet410_lcd_03.c
//*****************************************************************************
// MSP-FET430P410 Demo - LCD, Display Numbers on a 4-Mux LCD
//
// Description: This program displays digits stored