资源列表
suanfa2
- 作业二: 请编写MATLAB程序用最优步长控制和变步长龙格-库塔-费尔别格(Runge-Kutta-Fehlberg)法求解如下刚体自由转动动力学方程: -Please write MATLAB to solve the following rigid body free rotation dynamics equation by using the most Uber long control and the transmud-kutt-fehlberg method:
suanfa3
- 请编写MATLAB程序用最优步长控制和变步长龙格-库塔-费尔别格(Runge-Kutta-Fehlberg)法求解如下刚体自由转动动力学方程:-Please write MATLAB to solve the following rigid body free rotation dynamics equation by using the most Uber long control and the transmud-kutt-fehlberg method:
suanfa4
- 请编写MATLAB程序用最优步长控制和变步长龙格-库塔-费尔别格(Runge-Kutta-Fehlberg)法求解如下刚体自由转动动力学方程:-Please write MATLAB to solve the following rigid body free rotation dynamics equation by using the most Uber long control and the transmud-kutt-fehlberg method:
suanfa5
- 请编写MATLAB程序用最优步长控制和变步长龙格-库塔-费尔别格(Runge-Kutta-Fehlberg)法求解如下刚体自由转动动力学方程:-Please write MATLAB to solve the following rigid body free rotation dynamics equation by using the most Uber long control and the transmud-kutt-fehlberg method:
DLT645-2007-yi
- dlt645电表的读取,是范德萨发水电费是否 水电费水电费-The reading of the dlt645 meter is whether the van der SAR s water and electricity bill is water and electricity
reading-practicing
- 读入一些整数,输出它们的和。 输入 输入为多行,每行为一个整数。输入以“End of file”结束。 可以保证,运算过程中和最后运算结果都不会越界。 输出 输出这些整数的和。 输入示例 1 2 3 4输出示例 10提示 用“scanf( d , &num) 1”这个条件可以判断输入是否结束。如果此条件为假,则输入结束(对于本题)。 -Read in some integers and output their
WATER-LED
- 流水灯程序,本科课程实验的部分源程序的顶层文件-Flow lamp Program, undergraduate course experiment part of the source program top-level file
Case-conversion
- 读入一些字符串,将其中的小写字母转成大写字母(其他字符不变)。 输入 输入为多行,每行为一个字符串,字符串只由字母和数字组成,长度不超过80。输入以“End of file”结束。 输出 对于每行输入,输出转换后的字符串。 输入示例 Hello ICPC2004 12345abcde输出示例 HELLO ICPC2004 12345ABCDE提示 用“scanf( s , str) 1”这个条件可以判断输入是否结束。如
Yemian
- 通过编写简单的安卓app界面,添加按钮实现安卓手机app两个界面之间的跳转。安卓入门教程小程序-By writing a simple android app, add a button to make the jump between the android phone app. Android primer tutorial
slovenia
- matlab 计算方腔环流 为上顶拖曳流 参数可改 方法为速度涡量法-matlab calculated square cavity boxes on the top of the circulation flow rate parameter can be changed method Method vorticity
dcaak
- 基于SVPWM的三电平逆变的matlab仿真,包括四元数的各种计算,汽车课设货车Matlab驱动力图程序。- Based on SVPWM three-level inverter matlab simulation, Including quaternion various calculations, Car class-based truck driver trying to Matlab program.
Pongo-light-the-lamp
- 在基于Internet的程序中,我们常常需要判断一个IP字符串的合法性。 合法的IP是这样的形式: A.B.C.D 其中A、B、C、D均为位于[0, 255]中的整数。为了简单起见,我们规定这四个整数中不会有前导零存在,如001这种情况。 现在,请你来完成这个判断程序吧^_^ Input 输入由多行组成,每行是一个字符串,输入由“End of file”结束。 字符串长度最大为30,且不含空格和不可见字符。 Output