摘要:
2019-08-15 13:12:07 %基本绘图x = 0:0.5:2*pi;y = sin(x);plot(x,y);%第二个参数为矩阵y1 = sin(x);y2 = cos(x);y3 = 0.02 * exp(x);y4 = x;y5 = 0.02 * tan(x);z = [y1;y2; 阅读全文
摘要:
2019-08-07 17:50:10 阅读全文
摘要:
2019-08-03 20:31:37 Binary trees are defined recursively. A binary tree T is a structure defined on a finite set of nodes that either contains no node 阅读全文
摘要:
2019-08-03 19:52:58 A rooted binary tree is a tree with a root node in which every node has at most two children. Your task is to write a program whic 阅读全文
摘要:
2019-08-02 11:17:53 题目链接 https://vjudge.net/problem/Aizu-ALDS1_7_A 阅读全文
摘要:
2019-07-30 16:43:12 写三个程序 1.你的代码(test.cpp) 2.AC代码(biaoda.cpp) 3.数据生成(data.cpp) 放在同一个文件夹里面 我的data代码 写对拍文件 :againdata > input.txttest < input.txt > biao 阅读全文
摘要:
2019-07-29 16:49:15 阅读全文
摘要:
2019-07-29 09:01:06 A PARTY A company has n employees numbered from 1 to n. Each employee either has no immediate manager or exactly one immediate man 阅读全文
摘要:
2019-07-27 10:20:01 阅读全文
摘要:
2019-07-18 09:15:34 这个是练习刷的题 Vus the Cossack and Numbers Vus the Cossack has nn real numbers aiai. It is known that the sum of all numbers is equal to 阅读全文