-
PT22622272
PT22622272无线遥控套件PT22622272无线遥控套件(failed to translate)
- 2013-05-06 10:31:35下载
- 积分:1
-
c#定时器功能,需要注意调用函数的参数以及退出条件。
c#定时器功能,需要注意调用函数的参数以及退出条件。-timer function, it was necessary to call the function parameters and exit conditions.
- 2022-07-14 18:29:47下载
- 积分:1
-
C# QQ发送消息源码下载(亲测可用)
C# QQ发送消息源码下载(亲测可用)
- 2014-08-14下载
- 积分:1
-
2048_sourcode_csharp
2048工程使用CSHARP,中文。
- 2022-04-06 21:34:57下载
- 积分:1
-
1602 多级菜单
单片机利用LCD1602实现多级菜单显示,效果正常(MCU uses LCD1602 to realize multi-level menu display, and the effect is normal.)
- 2019-02-19 16:18:56下载
- 积分:1
-
missile-files
Fluent流体仿真软件动网格程序,可以实现流体的动态仿真。(Fluent fluid dynamic grid simulation software program , you can achieve the dynamic simulation of fluid.
)
- 2013-12-08 14:16:55下载
- 积分:1
-
CEC13-icmaesils-sources.tar
在CEC2013上参加实数参数单目标优化竞赛的Stuetzle的代码,对CMA-ES算法进行了改进。(This software package is in connection with the paper:
Tianjun Liao and Thomas Stuetzle, "Benchmark Results for a Simple Hybrid Algorithm on the CEC 2013 Benchmark Set for Real-parameter Optimization"
Special Session & Competition on Real-Parameter Single Objective Optimization at 2013 IEEE Congress on Evolutionary Computation)
- 2013-12-10 13:21:02下载
- 积分:1
-
LineChartControlDemo
动态曲线的绘制,界面生成对话框完成动态曲线的绘制(Dynamic curve drawing,Interface Builder dialog box to complete the drawing dynamic curves)
- 2012-01-12 19:23:26下载
- 积分:1
-
路冷
说明: 用C语言完成欧拉计算,非常简单的一个小应用(Using C language to complete euler calculation)
- 2020-06-21 13:00:02下载
- 积分:1
-
C# 去重 去掉数组中的重复数字
C# 去重功能范例演示,去掉数组中的重复数字,定义一个一维数组,并赋值,循环遍历定义的一维数组,并输出其中的元素,定义两个int类型的变量,分别用来表示数组下标和存储新的数组元素,,根据数组下标的值遍历数组元素,定义一个标识,以便从这里开始执行语句,然后再定义一个循环数组,循环遍历排序后的数组元素并输出:
Console.Write("排序后的数组:");
foreach (int n in arr)//循环遍历排序后的数组元素并输出
Console.Write(n + " ");
int[] newArr = RemoveNum(arr);//去掉重复数字
Console.WriteLine();
Console.Write("去掉重复数字之后的数组:");
foreach (int n in newArr)//循环遍历排序后的数组元素并输出
Console.Write(n + " ");
Console.ReadLine();
- 2023-08-21 20:00:03下载
- 积分:1