-
模糊综合评判算法
FuzzyComprehensiveEvolution
模糊综合评判算法,C程序,4个评价集,6个评价因子,欢迎下载(fuzzy comprehensive evaluation algorithm, C procedures, evaluation of four sets, six evaluation factor welcome Download)
- 2007-07-05 22:26:19下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
ElevatorSimulator
一个电梯模拟程序。
该程序模拟两个电梯的运作情况。(程序会随机生成电梯选择任务以及超重提示)(An elevator simulation program. The program simulated the operation of the two elevators. (Procedures are randomly generated elevator prompted to choose the task, as well as overweight))
- 2021-04-26 20:28:45下载
- 积分:1
-
eluosi
俄罗斯方块,有5个速度档,在游戏的过程中可以播放音乐(game)
- 2009-06-04 21:58:36下载
- 积分:1
-
RubiksCube
三阶魔方软件,可以任意打乱魔方,自动还原魔方,十分好玩(Third-order cube software and can disrupt the cube, the cube automatically restored, very fun)
- 2011-09-07 16:58:48下载
- 积分:1
-
等距线参考文献
说明: 利用matlab的gui设计的带有输入和输出功能的界面图形,实现等距线可视性很强,自己独立编写的数据和图形,学习非常值得(Using GUI of MATLAB to design interface graphics with input and output functions, realizing the visibility of isometric line is very strong, the data and graphics written independently by oneself are very worthwhile to learn.)
- 2020-06-19 18:20:01下载
- 积分:1
-
例题13.1 一元二次方程及出错信息
一元二次方程及出错信息,在程序中输入一元二次方程,获得解析解(A quadratic equation and error information. Enter a quadratic equation in the program, access to analytic solution)
- 2018-03-03 12:37:09下载
- 积分:1
-
扫雷游戏的源程序
扫雷游戏.用VB写的一个小游戏(mine games. VB wrote a little game)
- 2005-01-18 18:00:33下载
- 积分:1
-
pic18ch
Microips PIC单片机指令中文详解(Detailed instructions Chinese Microips PIC microcontroller)
- 2011-11-25 18:27:21下载
- 积分:1
-
bandpass-filter
C语言实现带通滤波器,可以直接运行。在信号处理过程中非常有用(C language implementation bandpass filter, which can be run directly.In the process of signal processing is very useful)
- 2017-02-12 15:21:22下载
- 积分:1