代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/221024/14774977
html http:^^www.cs.wisc.edu^~austin^ptr-dist.html
Date: Mon, 11 Nov 1996 21:00:00 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 27 Sep 1995 11:20:06 GMT
Content-length: 1368
Pointer-Intensive Benchmark Suite
www.eeworm.com/read/121010/14775182
txt todo.txt
* Fix Win2000 exit problem.
* Edge enhance mode.
* Toolbar buttons.
* Fix sound playback pointer catching up write pointer.
www.eeworm.com/read/220998/14780418
cpp hour09_2.cpp
// Listing 9.3 What is stored in a pointer.
#include
int main()
{
unsigned short int myAge = 5, yourAge = 10;
unsigned short int * pAge = &myAge; // a pointer
www.eeworm.com/read/220998/14780564
cpp hour09_3.cpp
// Listing 9.3 What is stored in a pointer.
#include
int main()
{
unsigned short int myAge = 5, yourAge = 10;
unsigned short int * pAge = &myAge; // a pointer
www.eeworm.com/read/120853/14785697
dat errortc76.dat
错误信息: Non-portable pointer assignment
中文注释: 不可移动的指针(地址常数)赋值
www.eeworm.com/read/220805/14787975
txt 使用说明.txt
安装时请按照以下序列:
Component->Install Packges-> 选择Discovery.bpl
Options->Library->Search Path 中加入搜索路径。
EasyGrid 使用说明:
一、单元格属性;
// ********************************************
www.eeworm.com/read/220670/14792651
h mem.h
/*
** This is a copyrighted work which is functionally identical to work
** originally published in Micro Cornucopia magazine (issue #52, March-April,
** 1990) and is freely licensed by the author,
www.eeworm.com/read/120274/14808101
h eventlistener.h
/////////////////////////////////////////////////////////////////////////////
// EventListener.h : Declares a template for Event Listeners
//
#ifndef _XP_EVENTLISTENER_H__
#define _XP_EVENTLISTE
www.eeworm.com/read/120207/14809964
h lib.h
/*--------------------------------------------------------------------*/
/* l i b . h */
/*--------------------------------------------------
www.eeworm.com/read/120203/14811022
h mnpdat.h
/***************************************************************************
General MNP Definitions
8/27/87 - RBUF_LEN increased to 576..gp
10/29/87 - explict data typing..gp
*******