代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/243168/12958212
sa dotp4clasmfunc.sa
;Dotp4clasmfunc.sa Linear assembly function to multiply two arrays
.ref _dotp4clasmfunc ;ASM func called from C
_dotp4clasmfunc: .cproc ap,bp,count ;start section linear asm
www.eeworm.com/read/243114/12961534
c qus.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/243114/12961564
c sms.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/243113/12961658
c pmce.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/243113/12961753
c pic.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/243113/12961812
c pis.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/242875/12975621
cc attribute.cc
/* xml++.cc
* libxml++ and this file are copyright (C) 2000 by Ari Johnson, and
* are covered by the GNU Lesser General Public License, which should be
* included with libxml++ as the file COPYING.
www.eeworm.com/read/141937/12976785
pas checksharemem.pas
unit CheckShareMem;
// Use this unit first so all memory allocations use the shared
// memory manager. The application and all DLLs must use this unit.
// You cannot use packages because those DL
www.eeworm.com/read/242792/12985669
txt 総典c程嶏100事71--80.txt
经典c程序100例==71--80
【程序71】
题目:编写input()和output()函数输入,输出5个学生的数据记录。
1.程序分析:
2.程序源代码:
#define N 5
struct student
{ char num[6];
char name[8];
int score[4];
} stu[N];
input(stu)
struct stude
www.eeworm.com/read/141724/12989051
pas jwininet.pas
unit JWinInet;
interface
uses Windows, WinInet, SysUtils;
{
JWinInet is a WinInet wrapper unit which loads the WININET.DLL at run time
rather than at load time. This means that an ap