代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/100257/15879676
h ccommon.h
/*
CCOMMON.H
(c) 1996 Oliver Kraus
C_DOS MS-DOS like OS used
C_DPMI Use DPMI Interface
C_DPMI386 Use DPMI int386 calls
C_UNIX Unix System used
www.eeworm.com/read/392092/8363097
c i2c.c
/*********************************************************************************
* DEC6713_EEPROM.C ver1.0 *
* Copyright 2008 by Hunan Geoson Hi-Tech Ltd.
www.eeworm.com/read/189637/8464304
lnp 24c02.lnp
"STARTUP.obj",
"main.obj",
"VI2C_C51.obj"
TO "24C02"
RAMSIZE(256)
www.eeworm.com/read/389095/8548402
c x76f100.c
#include
#include "I2C.h"
#include "X76F100.h"
#define CS BIT0
#define RST BIT7
char pResetBuf[4];
//设备码 100
void writeX76F100(int addr,char pWritePassBuf[],char pBuf[]
www.eeworm.com/read/288180/8648380
lst si2c.lst
C51 COMPILER V7.50 SI2C 03/18/2008 22:29:07 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SI2C
OBJECT MODULE PLACED IN ..
www.eeworm.com/read/288180/8648557
c si2c.c
/******************************************************************************
Copyright (c) 2005 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: SI2C.c
[Date]: 13-Mar-2005
www.eeworm.com/read/426820/8997203
c i2c.c
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 1999 BY
www.eeworm.com/read/379525/9194184
run
chdir ken
cc -c -O *.c
ar r ../lib1
rm *.o
chdir ../dmr
cc -c -O *.c
ar r ../lib2
rm *.o
chdir ../conf
as m40.s
mv a.out m40.o
: as m45.s
: mv a.out m45.o
: cc sysfix.c
: mv a.out sysfix
cc mkconf.c
www.eeworm.com/read/379525/9194219
c clock.c
#
#include "../param.h"
#include "../systm.h"
#include "../user.h"
#include "../proc.h"
#define UMODE 0170000
#define SCHMAG 10
/*
* clock is called straight from
* the real time clock interrupt.