代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/160516/10523190
m getnlab.m
%GETNLAB Get numeric labels
%
% [NLAB,LABLIST] = GETNLAB(A)
%
% The numeric labels of the dataset A are returned in NLAB.
% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))
% i
www.eeworm.com/read/278058/10577230
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/278058/10577899
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/159920/10588971
c hugeread.c
/*
** HUGEREAD.C - "Universal" PC read and write functions using huge data
** and far pointers.
**
** NOTES:
**
** 1. If these functions are called with a prototype in scope, pa
www.eeworm.com/read/470800/6908456
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/470800/6908653
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/470800/6908742
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/470800/6908941
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/468329/6996480
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/468329/6996677
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",