代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/110993/15520641
cpp stack3test.cpp
//: C06:Stack3Test.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
//{L} Stack3
// Construct
www.eeworm.com/read/110993/15520644
cpp stash2test.cpp
//: C06:Stash2Test.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
//{L} Stash2
// Construct
www.eeworm.com/read/382052/9055885
c ops.c
#include
#include "Tree.h"
Tree forked(TreeElementType E, Tree L, Tree R)
/* construct the tree from element E and subtrees L and R. L.Allison*/
{ Tree T; T = (Tree)malloc(sizeof
www.eeworm.com/read/180302/9313186
m modeloutdata.m
function [G,RSS,Kn,nols]=modeloutdata(region,X,ph,id,z,vmax)
% construct linear regression models: z=a1*x1+a2*x2+ ... +c
% G - models, RSS - residual sums of squres, Kn - number of parameters
% Ka
www.eeworm.com/read/138050/13269347
c vsyslog.c
/* $Id: vsyslog.c,v 1.6 1999/08/30 17:28:14 karls Exp $ */
#ifdef HAVE_CONFIG_H
#include "autoconf.h"
#endif /* HAVE_CONFIG_H */
#include "common.h"
/* attempt to be clever; construct string and c
www.eeworm.com/read/137691/5819916
sh ipkg-build.sh
#!/bin/sh
# ipkg-build -- construct a .ipk from a directory
# Carl Worth
# based on a script by Steve Redler IV, steve@sr-tech.com 5-21-2001
set -e
ipkg_extract_value() {
sed
www.eeworm.com/read/137691/5819939
sh ipkg-build.sh
#!/bin/sh
# ipkg-build -- construct a .ipk from a directory
# Carl Worth
# based on a script by Steve Redler IV, steve@sr-tech.com 5-21-2001
set -e
ipkg_extract_value() {
sed
www.eeworm.com/read/136989/5827633
cpp task.cpp
// task.cpp,v 1.6 2003/11/09 20:44:19 dhinton Exp
#include "task.h"
#include "block.h"
#include "work.h"
#include "ace/Barrier.h"
/*
Construct the Task with zero or more subtasks. If s
www.eeworm.com/read/135776/5877680
java frame1.java
package text3d;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Frame1 extends JFrame {
MyPanel myPanel1 = new MyPanel();
/**Construct the frame*/
public Frame1
www.eeworm.com/read/131315/5942582
c qu2bb_send.c
/* qu2bb_send.c - manager for qu --> bb */
#include "util.h"
#include "mmdf.h"
/* */
extern struct ll_struct *logptr;
struct rp_construct rp_aend = { /* end of address list */
RP_OK,
'b'