CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .10 .11 .12 .13 .14 49415.16 .17 .18 .19 .20 ... 58526 »
  1. suanfa2

    1下载:
  2. 作业二: 请编写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:
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:87.4kb
    • 提供者:zhangjun
  1. suanfa3

    0下载:
  2. 请编写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:
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:192kb
    • 提供者:zhangjun
  1. suanfa4

    0下载:
  2. 请编写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:
  3. 所属分类:Other systems

    • 发布日期:2017-12-22
    • 文件大小:22kb
    • 提供者:zhangjun
  1. suanfa5

    1下载:
  2. 请编写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:
  3. 所属分类:Other systems

    • 发布日期:2017-12-18
    • 文件大小:237kb
    • 提供者:zhangjun
  1. DLT645-2007-yi

    0下载:
  2. dlt645电表的读取,是范德萨发水电费是否 水电费水电费-The reading of the dlt645 meter is whether the van der SAR s water and electricity bill is water and electricity
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:8.63kb
    • 提供者:onepiece
  1. reading-practicing

    0下载:
  2. 读入一些整数,输出它们的和。 输入 输入为多行,每行为一个整数。输入以“End of file”结束。 可以保证,运算过程中和最后运算结果都不会越界。 输出 输出这些整数的和。 输入示例 1 2 3 4输出示例 10提示 用“scanf( d , &num) 1”这个条件可以判断输入是否结束。如果此条件为假,则输入结束(对于本题)。 -Read in some integers and output their
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:43kb
    • 提供者:秦超霞
  1. WATER-LED

    0下载:
  2. 流水灯程序,本科课程实验的部分源程序的顶层文件-Flow lamp Program, undergraduate course experiment part of the source program top-level file
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:5kb
    • 提供者:子轩
  1. Case-conversion

    0下载:
  2. 读入一些字符串,将其中的小写字母转成大写字母(其他字符不变)。 输入 输入为多行,每行为一个字符串,字符串只由字母和数字组成,长度不超过80。输入以“End of file”结束。 输出 对于每行输入,输出转换后的字符串。 输入示例 Hello ICPC2004 12345abcde输出示例 HELLO ICPC2004 12345ABCDE提示 用“scanf( s , str) 1”这个条件可以判断输入是否结束。如
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:42.62kb
    • 提供者:秦超霞
  1. Yemian

    0下载:
  2. 通过编写简单的安卓app界面,添加按钮实现安卓手机app两个界面之间的跳转。安卓入门教程小程序-By writing a simple android app, add a button to make the jump between the android phone app. Android primer tutorial
  3. 所属分类:Button control

    • 发布日期:2017-12-12
    • 文件大小:23.9mb
    • 提供者:秦超霞
  1. slovenia

    1下载:
  2. matlab 计算方腔环流 为上顶拖曳流 参数可改 方法为速度涡量法-matlab calculated square cavity boxes on the top of the circulation flow rate parameter can be changed method Method vorticity
  3. 所属分类:Other systems

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:虺虺
  1. dcaak

    0下载:
  2. 基于SVPWM的三电平逆变的matlab仿真,包括四元数的各种计算,汽车课设货车Matlab驱动力图程序。- Based on SVPWM three-level inverter matlab simulation, Including quaternion various calculations, Car class-based truck driver trying to Matlab program.
  3. 所属分类:Other systems

    • 发布日期:2017-12-24
    • 文件大小:9kb
    • 提供者:任腾胜
  1. Pongo-light-the-lamp

    0下载:
  2. 在基于Internet的程序中,我们常常需要判断一个IP字符串的合法性。 合法的IP是这样的形式: A.B.C.D 其中A、B、C、D均为位于[0, 255]中的整数。为了简单起见,我们规定这四个整数中不会有前导零存在,如001这种情况。 现在,请你来完成这个判断程序吧^_^ Input 输入由多行组成,每行是一个字符串,输入由“End of file”结束。 字符串长度最大为30,且不含空格和不可见字符。 Output
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:43kb
    • 提供者:秦超霞
« 1 2 ... .10 .11 .12 .13 .14 49415.16 .17 .18 .19 .20 ... 58526 »
搜珍网 www.dssz.com