代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/124399/6049479
h classinf.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/123026/6064266
h getsysteminfo.h
// DGetSystemInfo.h : Declaration of the CDGetSystemInfo
#pragma once
#include "resource.h" // main symbols
// IDGetSystemInfo
[
object,
uuid("6599FDDC-AB41-4C4B-841C-26213EFF2E7A"
www.eeworm.com/read/119642/6083246
cpp testconstruct01.cpp
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2000-2002
* Sleepycat Software. All rights reserved.
*
* $Id: TestConstruct01.cpp,v 1.5 2002/01/23 14:26:40 bostic E
www.eeworm.com/read/456224/6278721
m curve_fit.m
% Curve fit chores handled here
function [XVt,YVt] = Curve_Fit(XVert,YVert)
global nBez A XX YY WT
% construct the design vector using the guessed vertices
for i = 2: nBez
xo(i-1) = XVert
www.eeworm.com/read/488553/6489375
m baseonptwaveletanalyse.m
%%%%%%%【基于峰值变换小波系数分析主程序】%%%%%%%%%%
clear all
disp('Running PTWT....')
%%%%%%%%%%%%%%%【读入图像数据】%%%%%%%%%%%%%%%%%%%
load woman; % 下载图像
X=im2double(X);
f=X; % 原始图像
%%%%%%%%%%%%%%%【二维小波分解
www.eeworm.com/read/479983/6674330
cpp main.cpp
/********************************************************************
created: 2006/07/20
filename: Main.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Builder模式
www.eeworm.com/read/477089/6745228
h metahelpers.h
//
// Copyright (C) 2004-2006, Maciej Sobczak
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all copies.
// This softw
www.eeworm.com/read/345339/11819119
smsg da_tlc5620.map.smsg
Warning (10268): Verilog HDL information at dac_test.v(87): Always Construct contains both blocking and non-blocking assignments
www.eeworm.com/read/344114/11908331
cpp main.cpp
/********************************************************************
created: 2006/07/20
filename: Main.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Builder模式