代码搜索结果
找到约 10,000 项符合
C 的代码
algo0217.cpp
void difference(SLinkList &space, int &S) { // 算法2.17
// 依次输入集合A和B的元素,在一维数组space中建立表示集合(A-B)∪(B-A)
// 的静态链表, S为头指针。假设备用空间足够大,space[0].cur为头指针。
int i, j, k, m, n, p, r;
ElemType b;
Init
priority_8hh__dep__incl.md5
3029eb00ea29eb6c75bb37fd0132ec71
huffman_c.h
#ifndef _HUFFMAN_C_HEADER_001_
#define _HUFFMAN_C_HEADER_001_
#include "huffman_base.h"
// 使用Canonical Huffman编码,同时对huffman_b的存储结构进行
// 改造,将二叉树存放在连续空间tree里,空间的每个结点类型都
// 和结点权值的数据类型相同,空间大小为2*num,tree
rot_n43sp1c.m
% This script rotate the H1 and H2 components
% S2R azimuth (head 9) and H1 Azimuth (head 11) have to be set
% Rotation is preformed level by level
% Angle of rotation (head 5) is assigned to the data
asmselect.h
//#define EEPROM_is_93c46 0 // 1 is 93c46,
#define EEPROM_is_24C16 1
/*
#define timer_is_DS1302 0 // 1 is ds1302,
#define timer_is_S35390 0 // 1 IS s35390
//==============================
#de
exception.inc
STATUS_SUCCESS equ 000000000h
STATUS_WAIT_0 equ 000000000h
STATUS_WAIT_1 equ 000000001h
STATU
init.s
; ****************************************************************************
; * Simple Little Operating System - SLOS
; ***************************************************************************
el3c90xend.c
/* el3c90xEnd.c - END network interface driver for 3COM 3C90xB XL */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
geth.c
/*
* geth - get short integer from file. Used by tpen.
*/
#ifndef lint
static char *sccs_id = "@(#)geth.c 3.1 10/20/87 ESI";
#endif
#include
geth (stream)
FILE *stream;
{
union {