登录
首页 » matlab » 训练:太阳影子

训练:太阳影子

于 2018-09-27 发布 文件大小:5229KB
0 189
下载积分: 1 下载次数: 4

代码说明:

  用于计算太阳高度,数学建模国赛2015年A题(Solar elevation angle)

文件列表:

训练:太阳影子\2015年全国大学生数学建模竞赛A题国赛一等奖.pdf, 687678 , 2018-09-03
训练:太阳影子\f1.m, 289 , 2018-08-29
训练:太阳影子\f2.m, 475 , 2018-09-02
训练:太阳影子\fun1.m, 456 , 2018-09-02
训练:太阳影子\l,omega.xlsx, 11253 , 2018-09-02
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\A\CUMCM-2015-problem A-Chinese.doc, 23040 , 2015-08-27
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\A\附件1-3.xls, 29184 , 2015-08-12
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\A\附件4下载说明.doc, 22528 , 2015-09-09
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\B\CUMCM-2015-problem B-Chinese.doc, 25088 , 2015-09-09
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\C\CUMCM-2015-problem C-Chinese.docx, 15072 , 2015-09-09
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\D\CUMCM-2015-Problem D-Chinese.doc, 16384 , 2015-08-24
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\D\附件1 赛题所需的相关数据.doc, 54784 , 2015-09-03
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\D\附件2 中华人民共和国土地增值税暂行条例.pdf, 222573 , 2015-08-18
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\D\附件3 其他相关说明.pdf, 134443 , 2015-06-15
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\format2015.doc, 56832 , 2015-08-18
训练:太阳影子\model1.m, 989 , 2018-09-01
训练:太阳影子\model2.m, 1495 , 2018-09-01
训练:太阳影子\model2_.m, 604 , 2018-09-02
训练:太阳影子\model3.lg4, 7168 , 2018-09-03
训练:太阳影子\model3.m, 900 , 2018-09-02
训练:太阳影子\太阳影子定位.docx, 3274712 , 2018-09-12
训练:太阳影子\太阳影子定位.pdf, 279155 , 2015-12-07
训练:太阳影子\太阳影子定位(蔡志杰烟台).pdf, 1280439 , 2018-08-02
训练:太阳影子\新建 Microsoft Word 文档.docx, 14316 , 2018-09-03
训练:太阳影子\最小二乘.lg4, 4096 , 2018-09-03
训练:太阳影子\第一问.docx, 235730 , 2018-09-04
训练:太阳影子\附件1-3.xls, 29184 , 2015-08-12
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\A, 0 , 2018-08-28
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\B, 0 , 2018-08-29
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\C, 0 , 2015-09-09
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa\D, 0 , 2015-09-09
训练:太阳影子\m00L7uGp5743fadb9289f545d4ed5a1b300622fa, 0 , 2018-08-28
训练:太阳影子, 0 , 2018-09-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Waveguidecharacteristicsofradiowavepropagation
    说明:  对流层大气波导,可以使电波在较小的衰减下实现超视距传播,从而对无线电电子系统的运作产生严重的影响。对于通讯电路,它使系统间的相互干扰题目变得复杂;对于探测系统,产生的则是雷达空洞、超视距探测等题目。因此开展大气波导环境中电波传播特性及其应用的探究具有重大的理论意义和军事价值。 (Tropospheric waveguide, can make waves in the smaller attenuation achieve-the-horizon communication, and thus the operation of radio-electronic systems have a serious impact. For the communications circuits, which allows the mutual interference between systems has become a complex subject for the detection system is generated by the radar empty-the-horizon detection and other topics. Therefore, to carry out atmospheric environment of radio wave propagation characteristics of waveguides and its application to explore the theoretical significance and of great military value.)
    2010-03-23 19:24:35下载
    积分:1
  • 12
    说明:  下面是一个结构体声明: struct box { char maker[40] float height float width float length float volume } a. 编写一个函数,按值传递box结构,并显示每个成员的值 b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。 c. 编写一个使用这两个函数的简单程序 (Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
    2013-06-02 17:27:08下载
    积分:1
  • 某安卓Android手机网络程序源码
    一个安卓Android手机网络程序源码,里面包括ex_alarmService_1源码、ex_playservice源码、ex_TestServiceHolder、并附有网络服务测试源码,Android与网络服务相关的学习资料。
    2022-09-28 20:15:07下载
    积分:1
  • Visa 写入和读取
    说明:  Labview VISA读取和发送的例程,介绍了如何利用VISA读取和发送数据给串口(Labview VISA read and write samples)
    2021-01-10 09:32:46下载
    积分:1
  • This software to study the method of calculating the foundation, and through mat...
    本软件研究了地基的计算方法,并通过matlab对建筑工地上的地基扰度进行了数值计算,很好的解决了以前性能差的问题-This software to study the method of calculating the foundation, and through matlab on the construction site disturbance foundation degree has been calculated, a very good solution to the previous poor performance
    2022-04-30 22:08:41下载
    积分:1
  • levy
    生成levy噪声,levy噪声作为一种非高斯噪声,在科研中经常使用(The generation of levy noise, levy noise as a non Gauss noise, is often used in scientific research)
    2021-04-07 17:59:01下载
    积分:1
  • PQandNRchaoliulast
    说明:  交流电网潮流计算,极坐标下的牛拉法、PQ分解法潮流计算,带IEEE节点算例(AC power flow calculation)
    2021-04-20 20:37:11下载
    积分:1
  • ruanjianpojie
    资料主要涉及软件破解教程,以及如何成为一个黑客。希望能对网络爱好者游泳(Mainly relates to software crack tutorial, and how to become a hacker. Hoping to swim to the network enthusiasts)
    2014-11-09 17:39:10下载
    积分:1
  • Steel_Fiber_Matlab
    说明:  可以在混凝土构件内生成随机纤维,可设定纤维数量、构件形状(Random fibers can be generated in the concrete member, and the number of fibers and the shape of the member can be set)
    2021-02-01 17:31:51下载
    积分:1
  • 中国象棋游戏,是基于网络游戏的网络游戏,无需…
    中国象棋游戏,该游戏是基于WEB的在线WEB游戏,无需安装任何软件,只要浏览器,便可运行-Chinese Chess Game, which is based on the WEB Games WEB Games online, no need to install any software, as long as the browser, can run
    2023-05-25 20:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载