-
递归算法画五角星
了解基本编程知识,熟悉编程算法,递归算法画五角星。(Understand basic programming knowledge, familiar with programming algorithm, recursive algorithm drawing pentagon.)
- 2020-06-23 20:20:01下载
- 积分:1
-
dcellmain
python code for fat tree topology with different measurements
- 2016-11-05 04:42:16下载
- 积分:1
-
12
说明: 简单实现抽签功能。通过两个数组的定义及借助random方法实现(Draw a simple function to achieve. Through the definition and use of two arrays of random method)
- 2011-08-15 09:11:14下载
- 积分:1
-
console
编写控制台程序的包装类(Wrap class for the console application)
- 2020-06-30 21:40:01下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
UniButton
Control Unicode Button
- 2014-02-25 13:33:27下载
- 积分:1
-
grafica 3d
说明: entorno grafico para robot de 6 ejes
- 2019-06-11 01:59:45下载
- 积分:1
-
Fibo阻力支撑自动
自动生成斐波拉切线阻力,生成支撑,mt4平台可用,非常好用的指标,非常好用的指标(Automatic generation of resistance, generation of resistance, MT4 platform available, very useful indicators, very useful indicators)
- 2019-01-18 11:52:58下载
- 积分:1
-
A tutorial that tries to explain how to use and program raw sockets
www.ko...
A tutorial that tries to explain how to use and program raw sockets
www.koitoer.com
- 2023-06-20 02:35:04下载
- 积分:1
-
ConsoleApp1
说明: 读取EX CEL,保存EXCEL C#(eXCEL aspose save read)
- 2020-06-20 05:20:02下载
- 积分:1