代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/183596/9149799
data test4.data
// test4.data: Test of indirect blocks
// Format the disk with 100 blocks total, of which 10 are inode blocks
formatDisk 100 10
// Create a file
file1 = create
// Write some data to various pages
www.eeworm.com/read/183596/9149804
data test3.data
// test3.data: A general all-around workout.
// This is similar to test2.data, but with better comments and a few more
// tests.
// 1. Format the disk with 100 blocks total, of which 10 are inode b
www.eeworm.com/read/183596/9149805
data test1.data
/* This is a very simple test for the file system program. It writes some
/* bytes to a file, closes it, reopens it, and reads what it has written.
formatDisk 10 2
// Create a file and write a stri
www.eeworm.com/read/183596/9149806
data test8.data
// test8.data: Checks that file blocks are being correctly returned to the
// free list. It will create a large number of small files. Delete
// alternate files. And continue to create new, and l
www.eeworm.com/read/183596/9149811
data test6.data
// test6.data: Checks the error conditions of filling up the file table and
// using all of the inodes. It will first create enough files to fill the
// file table. Then it will begin closing files
www.eeworm.com/read/183596/9149814
data test10.data
// test10.data: Checks that file blocks are being correctly returned to the
// free list. It is similar to test8, however this time we are going
// to be checking to see if the blocks used in double
www.eeworm.com/read/183596/9149816
data test2.data
/* This is a basic test file for the file system program. It tests all
/* the basic commands as well as single indirection.
formatDisk 100 10
//CREATE FIRST file, write 10000 bytes
file1 = create
www.eeworm.com/read/183590/9150205
m initial_data.m
function initial_data(t,N,tU2)
%initial the data of nozzle flow
global rou T V U1 U2 U3 F1 F2 F3 J2 x dx A plnA_px pU1_pt pU2_pt pU3_pt gama;
gama=1.4;
dx=3/(N-1);
x=0:dx:3;
A=NF_Shape(N);
pl
www.eeworm.com/read/183590/9150229
m initial_data.m
function initial_data(t,N)
global rou T V x dx A prou_pt pV_pt pT_pt;
dx=3/(N-1);
x=0:dx:3;
A=NF_Shape(N);
rou=zeros(t,N);
T=zeros(t,N);
V=zeros(t,N);
init_condition(N);
prou_pt=zeros
www.eeworm.com/read/183590/9150250
m initial_data.m
function initial_data(t,N)
global rou T V x dx A prou_pt pV_pt pT_pt;
dx=3/(N-1);
x=0:dx:3;
A=NF_Shape(N);
rou=zeros(t,N);
T=zeros(t,N);
V=zeros(t,N);
init_condition(N);
prou_pt=zeros