代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/309649/13666837
h hash.h
/* +++Date last modified: 05-Jul-1997 */
#ifndef HASH__H
#define HASH__H
#include /* For size_t */
/*
** A hash table consists of an array of these buckets. Each b
www.eeworm.com/read/309649/13666858
c mdalloc.c
/* +++Date last modified: 05-Jul-1997 */
/* Written by Blair Haukedal 91/09 and placed in the public domain */
/* mdalloc - a multi dimensional array allocator
* mdfree - a companion func
www.eeworm.com/read/309649/13666874
h mem.h
/* +++Date last modified: 05-Jul-1997 */
/*
** This is a copyrighted work which is functionally identical to work
** originally published in Micro Cornucopia magazine (issue #52, March-April,
www.eeworm.com/read/309649/13667465
c fptr_add.c
/* +++Date last modified: 05-Jul-1997 */
/*
** FPTR_ADD.C
**
** Add any add any value to a far pointer and returns the result as a
** normalized far pointer.
**
** Public Domain by Soleil
www.eeworm.com/read/309390/13672988
c usb.c
/****************************************************************
* MT View Silicon Tech. Inc.
*
* Copyright 2007, MT View Silicon Tech. Inc., ShangHai, China
*
www.eeworm.com/read/309353/13673483
c _lklist.c
#include
#include
struct node
{ int data;
struct node *next;
};
typedef struct node *pointer, *lklist;
lklist setup1 ( )
{ lklist hea
www.eeworm.com/read/309353/13673514
cpp 测试程序.cpp
#include
#include
struct node
{ int data;
struct node *next;
};
typedef struct node *pointer, *lklist;
lklist setup1 ( )
{ lklist hea
www.eeworm.com/read/309295/13675024
txt (5)想成为嵌入式程序员应知道的0x10个基本问题.txt
这个测试适于不同水平的应试者,大多数初级水平的应试者的成绩会很差,经验丰富的程序员应该有很好的成绩。为了让你能自己决定某些问题的偏好,每个问题没有分配分数,如果选择这些考题为你所用,请自行按你的意思分配分数。
预处理器(Preprocessor)
1 . 用预处理指令#define 声明一个常数,用以表明1年中有多少秒(忽略闰年问题)
#define SECONDS_PER_YEAR ...
www.eeworm.com/read/309215/13678880
h timer.h
# define MAXTIMER 10
struct TM
{
DWORD Interval;
DWORD LastTimer;
BOOL Enable;
BOOL Used;
void (*Pointer)();
www.eeworm.com/read/309167/13680394
old supermatrix.h.old
#ifndef __SUPERLU_SUPERMATRIX /* allow multiple inclusions */
#define __SUPERLU_SUPERMATRIX
/********************************************
* The matrix types are defined as follows. *
*************