代码搜索结果
找到约 10,000 项符合
C 的代码
ex4-2.hex
:0A006C007508FD7509E8AF09AE083C
:0A007600EF1F70011E144E70F722F8
:1000030075A0FF75A0C012006C75A0F912006C7585
:10001300A0A412006C75A0B012006C75A099120018
:100023006C75A09212006C75A08212006C75A0F81A
longsub.prg
* longsub.prg
* 长减法
* 注意:此程序未考虑最高位的借位问题,
* 因为这实际不可能发生
parameters a,b
private except eachlen,alllen
*eachlen=10
*alllen=len(a)
n=alllen/eachlen
c=""
jiewei=0
for i=1 to n step 1
*@ 8,10
longadd.prg
* longadd.prg
* 长加法
parameters a,b
private except eachlen,alllen
*eachlen=10
*alllen=len(a)
n=alllen/eachlen
c=""
jinwei=0
for i=1 to n step 1
*@ 10,10 say "longadd"+str(i)
point1=all
pwr_c.err
"pwr_c.c", line 167: Warning: C2870W: variable 'c' declared but not used
"pwr_c.c", line 167: Warning: C2870W: variable 'b' declared but not used
"pwr_c.c", line 167: Warning: C2870W: variable 'a' d
zc030x_i2c.h
#ifndef h_Zc030x_I2C_h
#define h_Zc030x_I2C_h
/* This file implement the I2C communication functionnalities */
/* This project is under GPL */
/* - Driver file -
dsp280x_i2c_defines.h
// TI File $Revision: /main/1 $
// Checkin $Date: December 1, 2004 11:10:51 $
//###########################################################################
//
// FILE: DSP280x_I2cExample.h
//
marsval.dat
00000000000000000000000000000000 00000000000000000000000000000000 3251B3DEDE96C2836B9E063938244C99
00000000000000000000000000000000 3251B3DEDE96C2836B9E063938244C99 9C8EFC641F1829B44B1F14723BAF87
dev_c3725.h
/*
* Cisco router simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 3725 routines and definitions (EEPROM,...).
*/
#ifndef __DEV_C3725_H__
#define __DEV_C
readme.hypervisor
Description of the hypervisor mode
==================================
The hypervisor mode of dynamips allows you to run simultaneously
many virtual router instances, and to simulate ATM, Ethernet
or
dev_c7200.h
/*
* Cisco router simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*
* Generic Cisco 7200 routines and definitions (EEPROM,...).
*
* Notes on IRQs (see "show stack"):