-
Given more than ten kinds of relevant OFDM channel estimation methods MATLAB cla...
给出了十余种有关OFDM信道估计方法的MATLAB经典程序-Given more than ten kinds of relevant OFDM channel estimation methods MATLAB classical procedures
- 2023-01-15 12:15:04下载
- 积分:1
-
CSharp的MDI窗口事例
CSharp的MDI窗口事例-CSharp examples of the MDI window
- 2022-06-16 16:19:54下载
- 积分:1
-
解决了学校传统照明控制系统的难题。以学校教室智能照明控制系统设计为例,提出将智能照明控制系统设计应用到学校各个场所中的合理化方案。
关键字:智能照明控制系...
解决了学校传统照明控制系统的难题。以学校教室智能照明控制系统设计为例,提出将智能照明控制系统设计应用到学校各个场所中的合理化方案。
关键字:智能照明控制系统 绿色照明 楼宇智能化 -Solve the school of traditional lighting control system problems. School classrooms Intelligent lighting control system design as an example, the proposed intelligent lighting control system design applied to the various places of the school rationalization program. Keywords: Intelligent lighting control system intelligent building green lighting
- 2022-08-04 08:35:29下载
- 积分:1
-
判断一棵二叉树是否为二叉搜索树的算法
判断一棵二叉树是否为二叉搜索树的算法-judge whether a binary tree search for the binary tree algorithm
- 2022-07-22 01:02:33下载
- 积分:1
-
利用VB制作的一款撞球游戏,很好玩,是我的课程设计。
利用VB制作的一款撞球游戏,很好玩,是我的课程设计。-VB produced one pool game is a lot of fun, my curriculum design.
- 2022-04-10 12:10:35下载
- 积分:1
-
例如RS232通讯RS232
RS232 Example for RS232 communication
- 2022-12-18 14:00:03下载
- 积分:1
-
double effect of Label controls, hoping to head, I can be opened to download! !
双重效果的Label控件,希望给站长可以给我号开通下载-double effect of Label controls, hoping to head, I can be opened to download! !
- 2022-05-28 05:05:54下载
- 积分: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
-
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其...
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures to be called, I prepared with VB genetic algorithm used its
- 2022-08-13 01:22:40下载
- 积分:1
-
网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错...
网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错
- 2022-03-14 06:50:28下载
- 积分:1