代码搜索结果
找到约 10,000 项符合
Input 的代码
alg054.m
% ADAMS-FOURTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4
%
% To approximate the solution of the initial value problem
% y' = f(t,y), a
alg112.m
% NONLINEAR SHOOTING ALGORITHM 11.2
%
% To approximate the solution of the nonlinear boundary-value problem
%
% Y'' = F(X,Y,Y'), A
alg052.m
% RUNGE-KUTTA (ORDER 4) ALGORITHM 5.2
%
% TO APPROXIMATE THE SOLUTION TO THE INITIAL VALUE PROBLEM:
% Y' = F(T,Y), A
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)
filenumber是不是可以是一个变量.txt
filenumber可以是变量,但它只能是一个整数(1-511)。一般你可以在Open语句指定,如:
filenumber = 10
filename = "b.txt"
Open filename For Input As filenumber
input #filenumber, ...
但是你不能使用filenumber=b.txt
msace.h
#ifndef _MSACE_H_
#define _MSACE_H_
#ifdef _MSACE_C_
#define _MSACEDEC_
#else
#define _MSACEDEC_ extern
#endif
// sRGB matrix for PC
// this variable must pointer to a array[3][3]
_
compare_8_bits.fit.eqn
--A1L74 is reduce_nor~25 at LC21
A1L74_p0_out = !A[7] & B[7];
A1L74_p1_out = !A[5] & B[5];
A1L74_p2_out = A[6] & !B[6];
A1L74_p3_out = !A[6] & B[6];
A1L74_p4_out = A[7] & !B[7];
A1L74_or_out = A
coder_8_3.fit.eqn
--A1L9 is EO~28 at LC1
A1L9_p1_out = !EN & I6 & I5 & I7 & I1 & I2 & I4 & I3 & I0;
A1L9_or_out = A1L9_p1_out;
A1L9 = !(A1L9_or_out);
--A1L6 is A2~31 at LC2
A1L6_p1_out = I4 & I6 & I7 & I5;
A1
formhandler.java
/*
* Copyright 2004 original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob
trim.hpp
// Boost string_algo library trim.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software License,