代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/443045/7638963
h ledmodule.h
/* $Id: ledmodule.h,v 1.9 2005/04/28 21:37:39 simimeie Exp $
* Functions for communicating with the LED module.
* The module is connected through an i2c bus, it consists of two SAA 1064
* drivers.
www.eeworm.com/read/441170/7675146
c fet440_lcd02.c
//******************************************************************************
// MSP-FET430P440 Demo - LCD, displays numbers on static LCD
//
// Description "FET440_staticLCD.C": This program
www.eeworm.com/read/440234/7691715
txt 大数阶乘算法.txt
#include
int main()
{
int n; //阶乘大小
printf("请输入n的大小:");
scanf("%d",&n); //从键盘接收阶乘大小
int a[200]; //确保保存最终运算结果
www.eeworm.com/read/436521/7768637
c dollars.c
/*
** Convert the digit string 'src' to dollars-and-cents form and store
** it in 'dst'.
*/
#include
void
dollars( register char *dst, register char const *src )
{
int len;
www.eeworm.com/read/436014/7779022
cp 8859_5.cp
ISO 8859-5
"ISO-8895-5", "8859-5"
#
# Name: ISO 8859-5:1999 to Unicode
# Unicode version: 3.0
# Table version: 1.0
# Table format: Format A
# Date: 1999 July 27
# Auth
www.eeworm.com/read/435474/7791670
pas stdecmth.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/197963/7960075
c 51time.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE[0X8000]
#define WORDPORT XBYTE[0x4000]
/*定义P1口各管脚*/
sbit K0=P
www.eeworm.com/read/396964/8081814
bak strings.bak
#include "ext_var.h"
#include "Strings.h"
void memcpy(unsigned char *src,unsigned char *dest,unsigned int len)
{
unsigned int i;
for(i=0;i
www.eeworm.com/read/396964/8081926
c strings.c
#include "ext_var.h"
#include "Strings.h"
void memcpy(unsigned char *src,unsigned char *dest,unsigned int len)
{
unsigned int i;
for(i=0;i
www.eeworm.com/read/296467/8101675
c test44x_lcd02.c
#include "msp430x44x.h"
// variable declaration //
unsigned int value = 1789; // number to display, range = 0 - 1999 = max display
// NOTE: DO NOT use leading zeros