代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/355700/3048656
h libnet-structures.h
/*
* $Id: libnet-structures.h,v 1.1.1.1 2002/09/16 12:58:05 robertol Exp $
*
* libnet-structures.h - Network routine library structures header file
*
* Copyright (c) 1998 - 2002 Mike D. S
www.eeworm.com/read/355700/3048660
h libnet-structures.h
/*
* $Id: libnet-structures.h,v 1.1.1.1 2002/09/16 12:58:05 robertol Exp $
*
* libnet-structures.h - Network routine library structures header file
*
* Copyright (c) 1998 - 2002 Mike D. S
www.eeworm.com/read/258653/4352519
h data_structures.h
/*
$Id: data_structures.h,v 1.3 2005/01/01 02:43:59 rockyb Exp $
Copyright (C) 2000 Herbert Valerio Riedel
This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/258653/4352532
c data_structures.c
/*
$Id: data_structures.c,v 1.3 2005/01/01 02:43:59 rockyb Exp $
Copyright (C) 2000 Herbert Valerio Riedel
Copyright (C) 2004 Rocky Bernstein
This pro
www.eeworm.com/read/367352/9755139
gif pci-structures.gif
www.eeworm.com/read/147144/12580714
cpp data_structures.cpp
#include
#include
#include
#include
/******************排序相关***********************/
#define ARRMAX 1000000
long ts,tc1,tc2,tc3,i; //用于计算时间
int sou
www.eeworm.com/read/202876/15370723
m align_structures.m
function [om,T,Y] = align_structures(X1,X2),
% Find om (R) and T, such that Y = R*X1 + T is as close as
% possible to X2.
[m,n] = size(X1);
% initialization:
% initialize param to n
www.eeworm.com/read/100861/15863605
cpp data_structures.cpp
#include "../framework.h"
List::List(void) {
head = NULL;
tail = NULL;
items = 0;
}
List::~List(void) {
Listnode *n, *m;
for (n = head; n != NULL; n = m) {
m
www.eeworm.com/read/100861/15863608
h data_structures.h
/*
List: a singularly-linked list. The point of this class is to be
simple and easy to use; it is not necessarily supposed to be efficient.
Since it allocates and deallocates memory ex
www.eeworm.com/read/423360/10568753