-
艾略特波浪理论
关于波浪理论的初步及进阶,如果配合道氏理论可能在趋势及调整行情分析的更透彻(Preliminary and Advancement of Wave Theory)
- 2020-06-23 19:20:01下载
- 积分:1
-
Ch3_lens_imaging_simulation
说明: 在MatLab中,利用角谱理论,模拟了物体经过透镜成像的过程。
例子中 物体为读入的图像(五角星),在放大倍数为1、2、6倍的情况下分别模拟。(Using the angle spectrum theory to simulate the imaging process of an object passing through a lens in MATLAB,
In the given example, the object is a read-in image (a pentagram), which is simulated with magnification of 1, 2 and 6.)
- 2020-05-21 23:54:56下载
- 积分:1
-
solar_track
solar-pv model using p&o algo
- 2020-06-25 03:40:01下载
- 积分:1
-
arduino-uno-schematic
arduino-uno-schematic
- 2018-01-01 02:27:07下载
- 积分:1
-
龙哥库塔
应用龙格库塔法,解决迫击炮的弹道轨迹,可以调节道道的角度,有图片展示。(Using the Runge Kutta method to solve the trajectory of the mortar, the angle of the road can be adjusted and the picture can be displayed.)
- 2017-12-30 10:26:29下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
激光投影仪和arduino
lang="en-US">HomeOzelliklerMediaKaynak KodlarHakkinda
- 2023-03-24 10:30:04下载
- 积分:1
-
linearPOForm.Designer
说明: C# 7.0 in a Nutshell. The definitive reference
- 2020-06-24 17:40:02下载
- 积分:1
-
todayfood
可以查看每天的美食推送,具有播放视频功能,留言功能,后台采用Java书写。(You can view the daily food push, with video playback function, message function, background using Java writing.)
- 2018-12-28 16:25:58下载
- 积分:1
-
PSO程序代码
对生产线上的工位布置优化,解决NP难问题。求解最优平衡率下的工位布置,平衡个工位的负荷。达到人员精简和降低成本的目的。(Optimize the workstation layout and solve the NP-hard problem. The workstation layout under the optimal balance rate is solved, and the load of each station is balanced. Achieve the goal of streamlining personnel and reducing costs.)
- 2018-11-08 09:50:38下载
- 积分:1