代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/136291/13383716
cpp hello.cpp
#include "hello.h"
#include
#include
#include
#include
/*
Constructs a Hello widget. Starts a 40 ms animation timer.
*/
Hello::Hello( const cha
www.eeworm.com/read/100285/6272072
sql union.sql
--
-- union.sql
--
-- Simple UNION constructs
SELECT 1 AS two UNION SELECT 2;
SELECT 1 AS one UNION SELECT 1;
SELECT 1 AS two UNION ALL SELECT 2;
SELECT 1 AS two UNION ALL SELECT 1;
SELECT 1 AS
www.eeworm.com/read/408292/11398064
m construct_lin_pred.m
function linear_predictor=construct_lin_pred(parms,design,parents,node_sizes,equiv_class,equiv_class_time,terminal_merged_nodes,N)
%linear_predictor constructs linear predictor conditional probabilit
www.eeworm.com/read/439490/7707964
c _str2map.c
/* File : _str2map.c
Author : Richard A. O'Keefe.
Updated: 20 April 1984
Defines: _map_vec[], _str2map().
_str2map(option, from, to) constructs a translation table. If from
www.eeworm.com/read/139332/5799446
c seg_circ_arr_from_file.c
// Constructs an arrangement of segments and circular arcs from a file.
// File format is:
// #number_of_arcs
// C x_centre y_centre squared_radius
// or:
// A x_centre y_centre squared_radius x_s
www.eeworm.com/read/123749/14614208
m cost_function.m
function f = cost_function(model_para,data_in)
%% function f = cost_function(model_para,data_in) constructs a cost function
% f = fun(para,data)
%
% Input:
% model_para = [nugt sill lscl p
www.eeworm.com/read/316872/3589888
s stub.s
#include "uml-config.h"
#include "as-layout.h"
.globl syscall_stub
.section .__syscall_stub, "x"
syscall_stub:
syscall
/* We don't have 64-bit constants, so this constructs the address
* we need
www.eeworm.com/read/126074/6018181
rc clipswin.rc
#include "ids.h"
#include "windows.h"
MainMenu MENU
{
POPUP "&File"
{
MENUITEM "&Load Constructs...\tCtrl+L", IDM_FILE_LOAD
MENUITEM "Load &Batch...", IDM_FILE_LBATCH
MENUITEM "Load B&inary
www.eeworm.com/read/124399/6049432
rc clipswin.rc
#include "ids.h"
#include "windows.h"
MainMenu MENU
{
POPUP "&File"
{
MENUITEM "&Load Constructs...\tCtrl+L", IDM_FILE_LOAD
MENUITEM "Load &Batch...", IDM_FILE_LBATCH
MENUITEM "Load B&inary
www.eeworm.com/read/472269/1412937
cpp oscpacket.cpp
// OSCpacket.cpp: constructs OSC packets
//
#include "Common.h"
#include "OSCpacket.h"
#ifdef WIN32
#include
#else
#include
#endif
#ifdef USE_MFC
#ifdef _DEBUG
#define