代码搜索:study
找到约 4,321 项符合「study」的源代码
代码结果 4,321
www.eeworm.com/read/314260/13570274
m newmirrors.m
I=sqrt(-1);
Mode_Type = menu('Which type of mode do you want to study?','TE Mode','TM Mode' );
N=input('Number of pairs of layers : '); %Define the number of pairs of layers for
www.eeworm.com/read/131451/5929351
java hello.java
package com.hellking.study.ejb;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
/**
* Remote interface for Hello bean.
*
* @author Peter Antman
* @version $Revision: 3.1 $
www.eeworm.com/read/463288/6305937
m ch4_1a.m
% This case study concerns data collected from a laboratory scale
% "hairdryer". (Feedback's Process Trainer PT326; See also page
% 525 in Ljung, 1999). The process works as follows: Air is fa
www.eeworm.com/read/477681/6730850
txt 测试文档.txt
INTRODUCTION
There is a Need
Does school prepare children for the real world? "Study hard and get good grades and you will find a high-paying job with great benefits," my parents used to say. Th
www.eeworm.com/read/409871/11309031
txt 5-1227msg2.txt
Subject: re : 5 . 1196 corpus analysis of - body / - one
in my dissertation ( 1993 : a theoretical and descriptive study of epicene pronoun ) i analyze a corpus of 24 us tv talkshow . i get 16 exampl
www.eeworm.com/read/258201/11877050
txt 20.txt
1: Dentomaxillofac Radiol. 2006 Nov;35(6):432-41.
Cytokine profile in synovial fluid from patients with internal derangement of the
temporomandibular joint: a preliminary study.
Matsumoto K, Ho
www.eeworm.com/read/214923/15083073
m demou3.m
% -disclaimer-
disp(' This demo illustrates how one can use different components ');
disp(' of the toolbox to compose a fixed size LS-SVM classifier.');
disp(' To study how this result can be achieve
www.eeworm.com/read/205721/15308944
m startup.m
%startup file for MATLAB
%codedir='/mnt/adam/dsisoft/'; %replace with working directory UNIX
codedir='d:\MATLAB_STUDY\dsisoftv3\'; %replace with working directory WINDOWS
%specify search paths fo
www.eeworm.com/read/12114/239522
regkeys
AceCFName
s
AceCFPath
E:\wangqiuju\study\researchproject\program_has_done\VERILOG\16pam\16QAM/
s
AceCFSize
0
s
NumberOfCollections
0
i32
www.eeworm.com/read/459808/1565155
java test.java
public class Test
{
public void methodTest(Person p)
{
p.sleeping();
//p.Study();
//p.Teaching();
}
public static void main(String[] args)
{
Test test = new Tes