-
tetris game, just simple
tetris game, just simple
- 2023-03-18 16:25:04下载
- 积分:1
-
Máquinas AC
ac machine drive
speed control
- 2019-03-15 22:03:49下载
- 积分: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
-
2D-0-Gen-Info
说明: DUCUMENT PLAXIS UTILISATION
- 2019-02-26 04:40:12下载
- 积分:1
-
蒙特卡罗
说明: 基于时序蒙特卡洛的风电可靠性分析代码,可以计算风力发电机发出的功率,LOLP和EENS(Based on the time series Monte Carlo code for wind power reliability analysis, the power generated by wind turbines, LOLP and EENS can be calculated.)
- 2019-03-05 18:53:13下载
- 积分:1
-
MFO+Pf
说明: 借用MFO算法实现对于火电机组调度问题的优化,在处理约束变量时使用了stochastic ranking的方法(The MFO algorithm is adopted to optimize the scheduling problems of thermal power units. When dealing with constraint variables, the stochastic ranking method is adopted)
- 2020-06-23 14:20:02下载
- 积分:1
-
在IC卡应用中对卡进行加密的工具,有加密后的动态
在IC卡应用中对卡进行加密的工具,有加密后的动态-in IC card application card for encryption tools, the dynamic encryption
- 2022-04-08 22:10:54下载
- 积分:1
-
cavity,上边界速度入口
说明: cavity,上边界速度入口,下边界压力出口,左右反弹(cavity .zou-he boundary condition .velocity inlet .pressure outlet)
- 2020-05-09 22:33:05下载
- 积分:1
-
原始教程
说明: SLAM 原始教程。SLAM原始教程;SLAM原始教程S;LAM原始教程;SLAM原始教程(Original SLAM tutorial. SLAM original tutorial)
- 2020-06-06 09:37:54下载
- 积分:1
-
abb码垛取料仿真工作站
说明: 一个采用robotstudio做的码垛工作站,里面有ABB机器人运动的所有资料,以及RAPID的详细程序。(A palletizing workstation made of robot studio contains all the information of ABB Robot Movement, as well as the detailed program of rapid.)
- 2020-10-13 09:54:45下载
- 积分:1