代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/367182/2853602
s e_exp10l.s
/*
* Written by Ulrich Drepper .
*/
#include
/* e^x = 2^(x * log2l(10)) */
ENTRY(__ieee754_exp10l)
fldt 4(%esp)
/* I added the following ugly construct because
www.eeworm.com/read/352283/3095369
ipkg-build
#!/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/261929/4318927
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/157111/5607247
ipkg-build
#!/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/156010/5616240
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/112603/15482080
txt 13.txt
例程13-1
//SameTypeDemo.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class SameTypeDemo extends JFrame
{
JButton jb1, jb2, jb3;
//Construct the frame
www.eeworm.com/read/386253/8760043
m alg036.m
% BEZIER CURVE ALGORITHM 3.6
%
% To construct the cubic Bezier curves C0, ..., Cn-1 in
% parameter form, where Ci is represented by
%
% (xi(t),yi(t)) = ( a0(i) + a1(i)*t + a2(i)*t^2 + a3(i)
www.eeworm.com/read/386253/8760209
m alg036.m
% BEZIER CURVE ALGORITHM 3.6
%
% To construct the cubic Bezier curves C0, ..., Cn-1 in
% parameter form, where Ci is represented by
%
% (xi(t),yi(t)) = ( a0(i) + a1(i)*t + a2(i)*t^2 + a3(i)
www.eeworm.com/read/424063/10500022
m housh.m
function [u,s,zero] = housh(u,j,heps)
%HOUSH Construct a householder transformation H=I-s*UU'. Used in TZERO.
%
% [U,S,ZERO] = HOUSH(U,J,Heps)
% Clay M. Thompson 7-23-90
% Copyright (c) 1986
www.eeworm.com/read/140697/13066914
m alg036.m
% BEZIER CURVE ALGORITHM 3.6
%
% To construct the cubic Bezier curves C0, ..., Cn-1 in
% parameter form, where Ci is represented by
%
% (xi(t),yi(t)) = ( a0(i) + a1(i)*t + a2(i)*t^2 + a3(i)