摘要:
input: transient.case outputs: transient_1.case, transient_2.case,...transient_101.case ********** n=101; fileinfo=importdata('transient.case',';'); f 阅读全文
摘要:
for file.txt***********n=10;fileinfo=importdata('file.txt');for i=1:nfilename=sprintf('file_%d.txt',i);filePh = fopen(filename,'w');fprintf(filePh,'%s 阅读全文
摘要:
Goal: To generate =35= files named 'capitalsquiz1.txt', 'capitalsquiz2.txt'...'capitalsquiz35.txt'**************>>> for quizNum in range(35): quizFile 阅读全文
摘要:
| \n | 换行 || \t | 制表符 || \ | 转义 || \\ | \ | the '%' operator is used to format a set of variables enclosed in a "tuple" ( a fixed size list)| %s | str 阅读全文
摘要:
test test Table of Contents 1. Serial UDF on Windows OS 1 Serial UDF on Windows OS Note: Udf has to be compiled, can’t be interpolated Steps: launch F 阅读全文