科技英语写作_西安电子科技大学中国大学mooc课后章节答案期末考试题库2023年

合集下载

计算思维的结构_桂林电子科技大学中国大学mooc课后章节答案期末考试题库2023年

计算思维的结构_桂林电子科技大学中国大学mooc课后章节答案期末考试题库2023年

计算思维的结构_桂林电子科技大学中国大学mooc课后章节答案期末考试题库2023年1.美国ACM前主席Denning在《超越计算思维》一文中增加了以下计算原理的两个类别,最终形成了7个伟大的计算原理。

()答案:评估、设计2.计算思维表述体系给出了42个核心概念,其中属于自动化类别的是()答案:算法、程序;迭代、递归;启发式策略、随机策略;智能3.汉诺塔问题是使用递归算法的一个典型案例,下面给出的利用Raptor实现的汉诺塔问题盘子移动move的子程序,正确的是()答案:4.在一个RSA公钥密码系统中,设私钥为(5,133),对加密报文13解密,原报文为。

()答案:905.用贪婪算法解决背包问题,贪婪准则为:每次都选择Vi/Wi值(价值密度)最大的物品装包。

假设n=3;W1=100,V1=60;W2=20,V2=40;W3=20,V3=40;C=110。

下列说法不正确的是()答案:利用价值密度最大的贪婪准则时,选物品1,这种方案的总价值为606.硬盘属于哪类设备()答案:既属于输入设备,又属于输出设备7.如果一个指令系统有20条指令,操作码最少应该设置为()答案:5位8.下列有关虚拟机的说法,不正确的是()答案:虚拟机是一个抽象的计算机,不同于实际机器一样,不具有一个指令集并可以使用不同的存储区域9.设,下面是求解e的近似值的算法伪代码,请选择正确的选项填写在空白处()伪代码:eRes = 0eCur = 1k = 1i = 1While ( abs(eRes - eCur) >= 1.0E-10 ){eRes = eCureCur = eCur + 1.0 / ki = i + 1}Print eRes答案:k = k * i10.下列关于线性表、栈和队列的操作规则正确的是()答案:线性表可以在任意位置插入和删除,栈只能在栈顶插入和删除,队列只能在尾部插入头部删除11.假设一仅含数值8A的队列,8B和2C依次入队,然后执行一次出队操作,最后数据7D和6E依次入队。

计算方法_华东交通大学中国大学mooc课后章节答案期末考试题库2023年

计算方法_华东交通大学中国大学mooc课后章节答案期末考试题库2023年

计算方法_华东交通大学中国大学mooc课后章节答案期末考试题库2023年1.拉格朗日插值多项式格式规范整齐,且具有承袭性。

()参考答案:错误2.当n为奇数时,n阶牛顿-柯特斯公式至少具有n+1次代数精度。

()参考答案:错误3.分段线性插值的缺点是会出现Runge 现象,即n 越大,端点附近抖动越大。

()参考答案:错误4.以下哪些公式是牛顿-柯特斯求积公式()。

参考答案:_5.只要函数f(x,y)适当光滑连续,则常微分方程的初值问题必有唯一解。

()参考答案:错误6.最佳逼近问题要求在被插函数的定义区间上,所选近似函数都能与被插函数有较好的近似。

()参考答案:正确7.数值计算方法的计算对象是()参考答案:有精确计算公式而无法用手工计算的数学问题_理论上有解而无计算公式的数学问题8.若f(a)f(b)<0 ,则f(x)在(a,b)内一定有根。

参考答案:错误9.若|A|≠0,则高斯消元法无需换行即可进行到底,且得到唯一解。

()参考答案:错误10.若A的所有顺序主子式均不为0,则A的LU分解存在且唯一。

参考答案:正确11.设【图片】,则【图片】参考答案:1212.【图片】(请填写阿拉伯数字)参考答案:113.以下哪些公式是插值型的积分公式()。

参考答案:3/8辛普森公式_梯形公式_辛普森公式_科特斯公式14.以下常微分方程数值解法,哪些方法的精度是一阶的()。

参考答案:显示欧拉法_隐式欧拉法15.采用龙格-库塔法求解常微分方程的初值问题时,公式阶数越高,数值解越精确。

()参考答案:错误16.梯形公式是一个显示公式。

()参考答案:错误17.用【图片】近似表示sin(x)所产生的误差是( )误差。

参考答案:截断误差18.4个节点的牛顿-柯特斯求积公式,至少具有( )次代数精度参考答案:319.以下对非线性方程的求根方法的描述,哪些是不正确的()参考答案:不动点迭代法收敛速度快,是超线性收敛_二分法简单和易操作,收敛性有保证,收敛速度快20.用迭代法解线性方程组时,迭代法是否收敛与初始向量的选择、系数矩阵及其演变方式有关,与常数项无关。

计算机网络_湖南科技大学2中国大学mooc课后章节答案期末考试题库2023年

计算机网络_湖南科技大学2中国大学mooc课后章节答案期末考试题库2023年

计算机网络_湖南科技大学2中国大学mooc课后章节答案期末考试题库2023年1.数据链路层采用后退N帧(GBN)协议,发送方已经发送了序号为0~6的帧。

当计时器超时时,若发送方只收到了0、1、3号帧的确认,则发送方需要重发的帧数量是答案:32.站点A、B、C通过CDMA共享链路,A、B、C的码片序列分别是(1,1,1,1)、(1,-1,1-1)和(1,1,-1,-1)。

若A从链路上收到的序列是(0,2,-2,0,0,-2,0,-2,2,0,2,0,),则A收到B发送的数据是答案:0113.网络拓扑如下图所示,假设各路由器使用OSPF协议进行路由选择且已收敛,各链路的度量已标注在其旁边。

主机A给B发送一个IP数据报,其首部中的TTL字段的值设置为32,则当主机B正确接收到该IP数据报时,其首部中的TTL字段的值为答案:284.下图所示为某比特串的曼彻斯特编码信号波形,则该比特串为答案:0100 01015.对于选择重传协议,如果分组序号采用4比特编号,发送窗口大小为9,则接收窗口最大是答案:76.若某通信链路的数据传输速率为4800bps,采用8相位调制,则该链路的波特率是答案:1600波特7.主机A发送IP数据报给主机B,途中经过了2个路由器,则在IP数据报的传输过程中使用ARP的次数是答案:38.网络拓扑如下图所示,假设交换机当前转发表为空,主机B给C发送1个数据帧,主机C收到该帧后,向主机B发送1个确认帧,交换机对这两个帧的转发端口分别是答案:{1, 3}和{2}9.长度为1000B的应用层PDU交给运输层传送,需加上20B的TCP首部。

再交给网络层传送,需加上20B的IP首部。

最后交给数据链路层的以太网传送,加上首部和尾部共18B(忽略前导码)。

则应用层PDU的传输效率约为答案:94.5%10.在子网192.168.0.64/26中,能接收目的地址为192.168.0.127的IP分组的最大主机数是答案:6211.为了减少IPv4地址的浪费,对于两个路由器之间的一条点对点链路,子网掩码应配置为答案:255.255.255.25212.网络拓扑如下图所示,各设备接口的IP地址和MAC地址已标注在其旁边。

数字逻辑电路_南京理工大学中国大学mooc课后章节答案期末考试题库2023年

数字逻辑电路_南京理工大学中国大学mooc课后章节答案期末考试题库2023年

数字逻辑电路_南京理工大学中国大学mooc课后章节答案期末考试题库2023年1.缓存用于中间(intermediate)或者临时(temporary)数据的存储。

参考答案:正确2.一个byte由八个bit组成。

参考答案:正确3.在功能仿真阶段,设计者必须给出:()参考答案:输入波形4.一个双4选1数据选择器辅以门电路可以扩展为一个8选1数据选择器。

()参考答案:正确5.Intel2114是容量为1k×4位的MOS静态RAM,若要组成容量为8k×8位的存储器,至少需要Intel2114()片。

参考答案:166.INL指的是()。

参考答案:积分非线性7.SPLD是指同步可编程逻辑器件(synchronous programmable logic device)。

参考答案:错误8.可编程设计的方法分为图形输入和硬件描述语言输入两种。

参考答案:正确9.AD转换器的分辨率和精度是同一个指标。

参考答案:错误10.量化过程一般是没有误差的。

参考答案:错误11.逐次逼近是一种模拟到数字的转换方法。

参考答案:正确12.在R/2R型DAC中,()。

参考答案:有两种阻值的电阻13.非易失的FPGA一般是基于:()参考答案:反熔丝14.CMOS是数字IC技术的主流。

参考答案:正确15.三态门有三个输出状态,除了高电平状态和低电平状态外,还有一个高阻输出状态。

参考答案:正确16.如果电源移走,静态RAM中存储的数据将会丢失。

参考答案:正确17.以下对TTL与非门电路描述不正确的是()。

参考答案:输入端悬空会造成逻辑出错18.分辨率是指的AD转换器使用的位数。

参考答案:正确19.Flash型ADC和同步转换ADC是不同的。

参考答案:错误20.一个16k×4的存储器使用二维译码的方式(内部译码器分成X和Y两部分)。

当输入地址为6000的等效二进制时,请确定X和Y两个译码器的输出状态X= ,Y= 。

云计算技术_南京邮电大学中国大学mooc课后章节答案期末考试题库2023年

云计算技术_南京邮电大学中国大学mooc课后章节答案期末考试题库2023年

云计算技术_南京邮电大学中国大学mooc课后章节答案期末考试题库2023年1.下列关于云计算的说法错误的是()。

参考答案:主要基于非虚拟化资源池2.副本删除发生的原因主要包括()。

参考答案:副本的生命周期结束3.下列典型虚拟化软件不包括()。

参考答案:Eureka4.下列不属于半虚拟化技术的是()。

参考答案:AMD-V5.相较于Swarm,Kubernetes的优势包括()。

参考答案:以上都是6.用户合法获取云服务的第一道关卡是()。

参考答案:身份认证7.与虚拟机相比,以下关于目前容器的叙述错误的是()。

参考答案:容器的安全性比虚拟机强8.目前决定副本数量的主要方法不包括()。

参考答案:随机复制9.在GFS中,客户端可以并行访问多个(),提高了系统的整体性能。

参考答案:数据块服务器10.同一台物理主机上一个虚拟机的崩溃或故障不会影响其他虚拟机,这主要得益于虚拟化技术的()特征。

参考答案:隔离11.虚拟化技术的研究目的包括()。

参考答案:以上都是12.Docker可以回滚到当前镜像的前一个版本,可以避免因为完成部分组件的升级而导致对整个环境的破坏,这是Docker的()功能。

参考答案:版本控制13.分布式文件系统的性能要求主要包括()。

参考答案:以上都是14.区块链的核心是(),是区块链网络中各个节点达成一致的方法。

参考答案:共识层15.云计算有许多关键技术,其中包含()。

参考答案:以上都是16.证明云计算系统中的活动符合内部或外部要求的合规性机制是()。

参考答案:云计算审计17.云计算的体系架构不包括()。

参考答案:网络调度层18.云计算的产生与发展综合了许多技术,包括()。

参考答案:以上都是19.存储虚拟化的实现方式包括()。

参考答案:以上都是20.以下不属于云计算部署模型的是()。

参考答案:企业云21.云计算的管理中间件层中包含对()的管理功能。

参考答案:以上都是22.基于区块链的数据完整性验证通过()计算哈希值并判断其与根哈希值是否一致。

信号与系统_西北工业大学中国大学mooc课后章节答案期末考试题库2023年

信号与系统_西北工业大学中国大学mooc课后章节答案期末考试题库2023年

信号与系统_西北工业大学中国大学mooc课后章节答案期末考试题库2023年1.所以非周期信号都是能量信号。

参考答案:错误2.连续周期信号的傅里叶级数是()参考答案:离散的3.所有连续的周期信号的频谱都具有收敛性。

参考答案:错误4.状态方程和输出方程共同构成了描述系统特征的完整方程。

参考答案:正确5.连续系统状态变量的个数等于动态元件数。

参考答案:错误6.一个信号存在傅氏变换,则一定存在双边拉氏变换。

参考答案:正确7.周期奇函数的傅里叶级数中,只含有()参考答案:正弦项8.理想低通滤波器是一个因果系统。

参考答案:错误9.没有信号可以既是有限长的同时又有带限的频谱。

参考答案:正确10.一个信号存在傅氏变换,则一定存在单边拉氏变换。

参考答案:错误11.一个信号存在拉氏变换,则一定存在傅氏变换。

参考答案:错误12.下列叙述正确的是()参考答案:一个信号存在傅立叶变换,就一定存在双边拉普拉斯变换。

13.非周期连续时间信号的频谱是连续频率的非周期函数。

参考答案:正确14.状态变量在某一确定时刻的值,即为系统在时刻的状态。

参考答案:正确15.状态空间分析法可以推广至非线性和时变系统。

参考答案:正确16.下面的各种描述,正确的是()参考答案:若零、极点离虚轴很远,则它们对频率响应的影响非常小。

17.状态空间分析法可以用于多输入多输出系统分析,也可用于但输入单输出系统的分析。

参考答案:正确18.周期信号的频谱一定是()参考答案:离散谱19.两个非线性系统级联构成的系统是非线性的。

参考答案:错误。

国际工程承包和管理实务英语_西南交通大学中国大学mooc课后章节答案期末考试题库2023年

国际工程承包和管理实务英语_西南交通大学中国大学mooc课后章节答案期末考试题库2023年1.Which of the following can best demonstrate the recommended sequence ofdisputes events in 1999 FIDIC Red Book?答案:The Engineer => DAB => Amicable Settlement => Arbitration2.What is not required in the exchanges of project correspondence?答案:Description of personal emotions in letters3.我们应以何种心态对待异域文化?答案:假定对方与自己的想法、判断和价值有一定差异4.根据文化的冰山模型,以下哪一项属于文化的深层结构?答案:信仰系统5.在国际工程项目管理工作中,跨文化沟通应该是的工作?答案:全体项目人员6.Why is it necess ary to include project name, reference number, and meeting’stopic at the beginning of a decision memorandum?答案:For filing and retrieval convenience7.“中标函”is translated as in English.答案:Letter of Acceptance8.Which document is a part of the Tender Documents?答案:Form of Tender/Letter of Tender9.Which of the following term is not correctly translated?答案:Tender Bond –投标函10.Which of the following is not the stylistic characteristic prominent in theEnglish for international construction engineering and management?答案:Application of rhetorical devices11.Turnkey Contract is also referred as .答案:EPC Contract12.Normally, which party shall design, execute and complete the works, andremedy the defects arising thereof in a EPC contract?答案:The Contractor13.以下哪一项不利于国际工程管理中的跨文化沟通?答案:坚信冲突对项目是百害而无一利的14.In the 1999 FIDIC Red Book, the Contractor shall give to the Engineer thenotice of a claim not later than _____ after he became aware (or should have become aware) of the event or circumstance giving rise to the claim.答案:28 days15.The Employer’s general obligations do not include .答案:The duty to Construct16.Normally, which party signs the contract with a sub-contractor?答案:The General Contractor17.Which statement about the Engineer is not true?答案:The Engineer is appointed and paid for by both the Employer and the Contractor.18.“工程量清单” is the Chinese translation for .答案:Bill of Quantities19.In general, the stages of project delivery/procurement does not include .答案:The Design Stage20.高语境文化具有的特点是 .答案:交流信息含蓄委婉,字面意思下通常还有隐含的意义21.The contractor may claim for .答案:Extension of Time22.Which of the following marks the beginning of the construction stage?答案:Mobilization and Commencement of Work23.Generally speaking, prequalification is a part of in international projectdelivery/procurement.答案:The Tendering Stage24.Which statement about the “Contract” in international engineering project isnot true?答案:It does not include the technical documents such as the specification and the drawings.25.Normally, the Contractor’s responsibilities do not include .答案:Determine the feasibility of constructing a project.26.Which of the following is not a case of nominalization?答案:To submit the tender27.In general, the stages of project delivery/procurement do not include答案:The Design Stage28.非限定动词的形式主要包括。

软件工程_东北大学中国大学mooc课后章节答案期末考试题库2023年

软件工程_东北大学中国大学mooc课后章节答案期末考试题库2023年1._______ is a discipline whose aim is the production of fault-free software,delivered on time and within budget, that satisfies the client's needs._______是一个学科,其目标是生产出满足客户的需求的、未超出预算的、按时交付的、没有错误的软件。

答案:2.The relationship between whole-class and part-classes is called ______.整体和部分类之间的关系被称为______。

答案:aggregation3.The relationship between super-class and subclasses is called ______.超类和子类之间的关系称为______。

答案:inheritance4.The strategy of inheritance is to use inheritance wherever _______.继承的策略是在_______的情况下使用继承。

答案:appropriate5._____is to encapsulate the attributes and operations in an object, and hides theinternal details of an object as possible. _____是为了在一个对象中封装属性和操作,并尽可能隐藏对象的内部细节。

Data encapsulation6.Two modules are ________ coupled if they have write access to global data.如果两个模块对全局数据具有写访问权限,则是________耦合。

科技英语写作高级教程参考答案完整

练习1II冠词1.Dr. Emmet graduated from Harvard University in 2001.(Emmet博士2001年毕业于哈弗大学)2.Professor Li earned his Ph.D. degree in mechanical engineering from the Xi’anUniversity of Technology in 1988.(李教授1998年在西安理工大学获得机械工程博士学位)3.Now we shall turn to the discussion of local area networks.(现在我们转向(turnto)讨论一下局域网)4.The Bainbridge mass spectrometer is as important an instrument as the opticalspectrometer.(质谱仪是与光谱仪一样重要的仪器)5.How long a time [或How much time] is required to this experiment?(做这个实验需要多长时间?)6.An increase in pressure always causes a decrease in volume.(压力的增加总会引起体积的减少)7.Fig. (2-5) shows what is expressed by Eq. (2-2).(图(2-5)画出了式(2-2)所表示的情况)8.The unit of inductance is the henry.(电感的单位是亨利)III、改错1.The UASMA protocol employs a unique frame structure.(UASMA协议采用了独特的帧结构)2.Finally, a broad stepped impedance transformer is designed by this method.(最后,用这种方法设计了宽带阶梯阻抗变换器)3.Dynamic analysis and evaluation of the security of a proactive secret sharingsystem(先应秘密共享系统安全性的动态分析和评估)4.The approach can be applied to the one-dimensional potential barrier with anarbitrary profile.(该方法适用于任意形状的一维势垒)5.We propose a numerical method based on Newton’s iterative method.(我们提出了一种基于牛顿地带发的数值方法)练习21. This circuit consists of a battery, an inductor and a capacitor.(该电路是由一个电池、一个电感器和一个电容器组成)2. Compute the electric fields at points a, b, and c.(试计算在a、b、c三点处的电场。

综合英语_河南师范大学中国大学mooc课后章节答案期末考试题库2023年

综合英语_河南师范大学中国大学mooc课后章节答案期末考试题库2023年1.Which of the following four scenic spots does NOT belong to the naturallandscape?答案:Loch Ness monster2.The Milky Way was originally about the jealous love between ______.答案:Zeus and Hera3.National Trust is a ______ organization in charge of the special places for everand for everyone in the UK.答案:charity4.In a British pub, which of the following things is NOT allowed?答案:One can take his young boys to a pub and watch foot matches all day long.5.Dorothy’s Grasmere Journal Entry is not about ______.答案:the National Trust6.What is Mr. Boggis’ secret?答案:He invented a clever way of searching for supply for his antique furniture business.7.They bargained for half an hour, and of course in the end Mr. Boggis got thechairs and agreed to pay her something ______ a twentieth of their value.答案:less than8.Why did Mr. Boggis comb the countryside on Sundays?答案:Because in that way, it wouldn’t interfere with his work at all.9.The idea ______ Mr. Boggis’s little secret was a simple one and it had come tohim as a result of something that had happened on a certain Sundayafternoon.答案:behind10.Among the following books, which one is NOT written by Iris Chang?答案:The Good Man of Nanking11.The Rape of Nanking was about the atrocities and massacre committed by______.答案:Japanese invaders12.According to the text, China’s Schindler refers to ______.答案:John Rabe13.______ founded the Safety Zone in Nanking during the Second World War.答案:John Rabe, the local leader of Nazi party14.What is the common meaning of white color in both Chinese and westernculture in modern society?答案:purity and innocence15.The hard and pointed mouth of most birds is called ______.答案:bill16.Cats use ______ to help them navigate in a dark environment.答案:whiskers17.Fish extracts oxygen from water using ______.答案:gills18.I don’t like going to the opera. It just isn’t my ______.答案:cup of tea19.Putting all your ______ in one basket can be risky, you know?答案:eggs20.We have arranged special insurance to cover medical ______ in the event of anaccident.答案:expenses21.The ______ were told to fasten their seat belts as the plane began its descent.答案:passengers22.Mike is treated as the odd man out, the misfit, the black ______.答案:sheep23.I’m sure he is fit for the work. He’s as strong as a ______.答案:horse24.The ______ preys farthest from his hole.答案:fox25.Don’t be afraid of him. He’s nothing but a paper ______.答案:tiger26.There was nothing to ______ him with the burglary until the police found agold ring in his car.答案:link27.She had asked the government for ______ to move the books to a safe place,but they refused.答案:permission28.If you want to have a pet you must be ready to look ______ it for several years.答案:after29.It’s hard to believe how ______ people are until you see the helplessness of anewborn baby.答案:vulnerable30.In English, “green hands” refer to ______.答案:inexperienced workers31.“The man is a midget” means the man is ______.答案:very short32.Ma Yun is a business titan means Ma Yun is ______ in business field.答案:successful and influential33.As you have seen, the values of a nation’s currency is a ______ of its economy.答案:reflection34.He mumbled something and blushed as though a secret had been ______.答案:exposed35.It’s time to ______ our differences and work together for a common purpose.答案:set aside36.Thousands of people were seriously ______ in health by radioactivecontamination.答案:affected37.If I ______ where he lived, I ______ a note to him.答案:had known; would have sent38.Without your help, we ______ so much.答案:wouldn’t have achieved39.She wishes she ______ to the theatre last night.答案:had gone40.It is high time that we ______ strive to improve technology and strengthen oureconomy in the face of trade war between China and the USA.答案:should41.Though ______ of the danger, he still went skating on the thin ice.答案:warned42.______ from this point of view, the question will be of great importance.答案:Considered43.______ and ______, they ran out of the room.答案:Excited; happy44.Bill Is a man ______ is interesting to talk with, but ______ stories about himselfare so incredible that not many people believe them.答案:who / whose45.______ how hard she tries, Andy Capp’s wife cannot convince him to look for ajob.答案:No matter46.The people for ______ I work have gone on holiday, so the office has been quiterelaxed this week.答案:whom47.You haven’t read the new book that has been so highly acclaimed yet, ______?答案:have you48.The president cannot decide how to deal with the crisis, and______ hisadvisors.答案:neither can49.Both of the job offers are interesting, but the position in Izmir seems to be______ suitable for me.答案:more50.How ______ you manage to get here so quickly?答案:did。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

科技英语写作_西安电子科技大学中国大学mooc课后章节答案期末考试题库2023年
1._____ elements in _____ Group 1 are called alkali metals.
答案:
The; /
2.Accuracy is expressed as absolute error _____ relative error.
答案:
or
3.The current through the power supply is _____.
答案:
a few thousandths of an ampere
4.Based on the ___________ for random numbers, this paper offers a suggestion
for selecting random generators in simulation.
答案:
theoretical and empirical test
5.“这个电热器消耗的电能比那个电热器多三倍。

”一句的英文表述,哪一项正
确?
答案:
This electric heater dissipates four times more energy than that one.
6.“本书包含几个应用方面的内容,其中一些是新的。

”一句的英文表述,哪一
项正确?
答案:
This book includes several applied topics, some of them being new.
7.“大气层宽广有力,它是由几百英里厚的各种气体的海洋构成的。

” 一句的英
文表述,哪一项正确?
答案:
Large and powerful, the atmosphere consists of an ocean of gases hundreds of miles high.
8.关于“变电站馈出电流减小,其中电流峰值降幅平均可达40%。

”一句的两种
英文表述:
①The out-feed current of the substation decreases, and the average decline
in current peak is 40%. ②The out-feed current of the substation decreases with an average decline of 40% in current peak.
说法正确的是________。

答案:
①正确,②更好
9.由图2可看出,均衡后,失配信道有了改善。

From Fig. 2 it showed there is an improvement on the mismatched channel after equalization.
答案:
错误
10.为了减少振子间隔,就必须增加阵列的振子数。

To reduce the element interval, it is necessary to increase the number of
elements of the array.
答案:
正确。

相关文档
最新文档