-
基于c++的五子棋
资源描述老师大作业,五子棋,包括人人对战,人机对战
- 2022-05-19 11:25:18下载
- 积分:1
-
opencv的运动检测
opencv motion detection
- 2022-03-20 17:24:56下载
- 积分:1
-
汉明码,卷积码,以及信道衰落模型仿真(systemview)
汉明码,卷积码,以及信道衰落模型仿真(systemview)-Hamming code, convolutional codes, as well as fading channel simulation model (systemview)
- 2022-01-31 13:53:55下载
- 积分:1
-
Railway trips query software, very useful! Of June 2007, convenient and welcome...
铁路车次查询软件,很实用的!2007年六月的,方便快捷,欢迎下载。-Railway trips query software, very useful! Of June 2007, convenient and welcome to download.
- 2022-06-19 23:37:40下载
- 积分:1
-
on a map of procedures, structure a map and seek relevant Path
关于图的一个程序,构造一个图,并求相关路径-on a map of procedures, structure a map and seek relevant Path
- 2022-03-28 19:14:06下载
- 积分:1
-
LPC2368 CODE DOWN LOAD WEBSITE
LPC2368 CODE DOWN LOAD WEBSITE
- 2022-02-28 21:42:14下载
- 积分:1
-
太阳的位置太阳的位置positionsonn positionsonn e e
sonne position sonne positionsonn e positionsonn e position-sonne position sonne positionsonne positionsonne positionsonne positionsonne positionsonne position
- 2023-05-22 16:35:04下载
- 积分:1
-
这个是sap讲义,帮助大家认识sap有哪些方面业务知识。
这个是sap讲义,帮助大家认识sap有哪些方面业务知识。-This is a sap handouts to help everyone understand the sap has what knowledge.
- 2023-07-10 03:25:07下载
- 积分:1
-
这是一个用asp.net编写的实用登陆验证源码,利用它可以很好的检测web登陆用户名等。...
这是一个用asp.net编写的实用登陆验证源码,利用它可以很好的检测web登陆用户名等。-Asp. Net with the practical preparation of the landing certification source, it can be a very good landing detection web users, etc..
- 2023-04-20 00:40:03下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1