代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/421785/10698818
c names1.c
/* names1.c -- uses pointers to a structure */
#include
#include
struct namect {
char fname[20];
char lname[20];
int letters;
};
void getinfo(struct namect
www.eeworm.com/read/464569/7065047
java priorityqueue.java
/**
*
* Class to implement priority queue with pointers
*
* written by : R. G. Garside
*
* first written : 10/July/96
* last rewritten : 11/July/96
*
*/
import java.io.* ;
import java.lancs
www.eeworm.com/read/463384/7182661
changelog
2005/02/19 - 0.7
* Fixed some memory leaks. Some pointers were not deallocated before leaving the
mex interface. This implied a blow up of memory used from Matlab if the mex
was called many tim
www.eeworm.com/read/457902/7315737
c names1.c
/* names1.c -- uses pointers to a structure */
#include
#include
struct namect {
char fname[20];
char lname[20];
int letters;
};
void getinfo(struct namect
www.eeworm.com/read/449530/7501268
c names1.c
/* names1.c -- uses pointers to a structure */
#include
#include
struct namect {
char fname[20];
char lname[20];
int letters;
};
void getinfo(struct namect
www.eeworm.com/read/446736/7567340
cpp mysvd.cpp
#include "stdafx.h"
#include "matlab.h"
static double data[] = { 21, 3, 15, 57, 12, 83, 6, 90 };
int mysvd()
{
/* Initialize pointers to array arguments */
mxArray *X = NULL;
mxAr
www.eeworm.com/read/440621/7685438
txt execryptor 2.xx iat rebuilder v1.1.txt
//Execryptor 2.x IAT rebuilder by KaGra v1.1
//This script may not resolve all pointers,or may resolve a few wrong...Fix them manually then;)
//THE VALUE OF thersa IS CRUCIAL FOR THE RIGHT API RES
www.eeworm.com/read/245818/12779258
c names1.c
/* names1.c -- uses pointers to a structure */
#include
#include
struct namect {
char fname[20];
char lname[20];
int letters;
};
void getinfo(struct namect
www.eeworm.com/read/144074/12819395
h longrun.h
#ifndef LONG_RUNS
#define LONG_RUNS
// include the class PQueue for PQ1 and PQ2
#include "pqueue.h"
template
class LongRunFilter
{
private:
// pointers that identify the
www.eeworm.com/read/240686/13204869
h longrun.h
#ifndef LONG_RUNS
#define LONG_RUNS
// include the class PQueue for PQ1 and PQ2
#include "pqueue.h"
template
class LongRunFilter
{
private:
// pointers that identify the