代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/131315/5942558
c qu2bb_send.c
#ifndef POP
/* qu2bb_send.c - manager for qu --> bb */
#else POP
/* qu2po_send.c - manager for qu --> po */
#endif POP
#include "util.h"
#include "mmdf.h"
#include "phs.h"
#include "ch.h"
/* */
www.eeworm.com/read/131315/5942607
c qu2po_send.c
#ifndef POP
/* qu2bb_send.c - manager for qu --> bb */
#else POP
/* qu2po_send.c - manager for qu --> po */
#endif POP
#include "util.h"
#include "mmdf.h"
#include "phs.h"
#include "ch.h"
/* */
www.eeworm.com/read/486345/6540227
m poly_mat_gen.m
function [poly_mat, inv_poly_mat] = poly_mat_gen (vargin)
%POLY_MAT Create polynomial coefficient matrices.
%
% [POLY_MAT, INV_POLY_MAT] = POLY_MAT_GEN
% creates the polynomial coefficient m
www.eeworm.com/read/261270/11656446
v feedkmodule.v
module FeedData
(
CLK,
Gain,
FeedK,
__output_name,
__output_name,
__inout_name,
__inout_name
);
input __input_name,
input __input_name,
output __output_name,
output
www.eeworm.com/read/225696/14524789
cpp c16_09.cpp
#include
using namespace std;
class A
{
protected:
int m_varA;
public:
A(int i)
{
m_varA = i;
cout
www.eeworm.com/read/223339/14644697
cpp algo1104.cpp
void Replace_Selection(LoserTree &ls, WorkArea &wa,
FILE *fi, FILE *fo) { // 算法11.4
// 在败者树ls和内存工作区wa上用置换-选择排序求初始归并段,fi为输入文
// 件(只读文件)指针,fo为输出文件(只写文件)指针,两文件均已打开
RcdTy
www.eeworm.com/read/219502/14878354
cpp algo1104.cpp
void Replace_Selection(LoserTree &ls, WorkArea &wa,
FILE *fi, FILE *fo) { // 算法11.4
// 在败者树ls和内存工作区wa上用置换-选择排序求初始归并段,fi为输入文
// 件(只读文件)指针,fo为输出文件(只写文件)指针,两文件均已打开
RcdTy
www.eeworm.com/read/214051/15115129
m set_mass_action_kinetics.m
function kinetics = set_mass_action_kinetics(network)
% kinetics = set_mass_action_kinetics(network)
%
% construct a kinetics field for a metabolic network
kinetics = struct('type','mass-action','k_
www.eeworm.com/read/208856/15234258
cpp algo1104.cpp
void Replace_Selection(LoserTree &ls, WorkArea &wa,
FILE *fi, FILE *fo) { // 算法11.4
// 在败者树ls和内存工作区wa上用置换-选择排序求初始归并段,fi为输入文
// 件(只读文件)指针,fo为输出文件(只写文件)指针,两文件均已打开
RcdTy
www.eeworm.com/read/208264/15249418
cpp l7_11.cpp
#include
class CBase0
{
protected:
int b0;
public:
CBase0(int x)
{
b0 = x;
cout