-
这是用matlab编写的显示积分方法中心差分法的源程序,可用于求解微分方程描述的工程问题和相关仿真...
这是用matlab编写的显示积分方法中心差分法的源程序,可用于求解微分方程描述的工程问题和相关仿真-This is prepared using matlab central difference integration method shows that the source method can be used to solve differential equations to describe the engineering problems and related simulation
- 2022-03-23 06:06:48下载
- 积分:1
-
The realization of a five
一个五维魔方的实现,该程序用C++实现了一个五维魔方。-The realization of a five-dimensional Rubik" s Cube
- 2022-11-14 13:55:03下载
- 积分:1
-
我们学校的c实验教程非常详细,需要的可以下载试用。希望大家喜欢
我们学校的c实验教程非常详细,需要的可以下载试用。希望大家喜欢-C experiment of our school curriculum is very detailed and need to download the trial. I hope everyone likes
- 2023-06-01 07:20:03下载
- 积分:1
-
它的演示版(1.8
uniPaaS RIA Demo Version 1.8
- 2022-02-10 16:34:02下载
- 积分:1
-
北京城市公交查询系统,包括站站查询,站点查询,转站查询!...
北京城市公交查询系统,包括站站查询,站点查询,转站查询!-Beijing urban public transport query system, including the check station, site query, switch to check!
- 2023-02-25 18:45:03下载
- 积分:1
-
电子设计与CAD
电子设计与CAD
电子设计与CAD
电子设计与CAD-Electronic Design and CAD
- 2022-02-09 15:25:59下载
- 积分:1
-
非线性光纤光学(第四版)的源代码,美国人写的
非线性光纤光学(第四版)的源代码,美国人写的-Nonlinear Fiber Optics (Fourth Edition) of the source code, written by the Americans
- 2023-04-28 18:05:04下载
- 积分:1
-
回文判别
实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设...
回文判别
实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。
实验目的:
1、掌握循环队列的定义及应用;
2、掌握队列的基本操作;
3、进一步熟练掌握栈的基本操作及应用;
4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome: that is read and the anti-time sequence of characters are the same as a " palindrome" , such as " abba" and " abccba" is " palindrome" , " abcde" and " ababab" is not " palindrome" and try to design an algorithm to determine a time to @ for the character sequence at the end of it is " Palindrome." The experiment was: 1, master cycle and application of the definition of the queue 2, master the basic operation of the queue 3, and further stack master the basic operation and applications 4, a preliminary settlement of specific issues of the Institute of algorithm design.
- 2023-08-10 17:55:02下载
- 积分:1
-
输入年份和月份,给你计算出那个月是多少天,能准确识别润年...
输入年份和月份,给你计算出那个月是多少天,能准确识别润年-importation of the month and year, you have to calculate the month is the number of days, can accurately identify Runnian
- 2022-02-09 22:04:56下载
- 积分:1
-
用法:无效CRC(int,int,int)
Usage: void CRC(int*, int,int)
Input: XAR0:coded data(InputData)
XAR1:decoded CRC bits(CrcPoly)
T0: Length of coded data(CodeOutlen)
T1: Length of CRC bits(CrcPolylen)
Return: NO
Altered Registers: AC0-AC2,T2
Others: 8 bits of AC0 LSB is CRCcheck bit-Usage: void CRC (int*, int*, int, int) Input: XAR0: coded data (InputData) XAR1: decoded CRC bits (CrcPoly) T0: Length of coded data (CodeOutlen) T1: Length of CRC bits (CrcPolylen) Return: NO Altered Registers: AC0-AC2, T2 Others: 8 bits of AC0 LSB is CRCcheck bit
- 2022-01-26 03:25:53下载
- 积分:1