-
SA_Driver_Agilent
labview编写的Agilent频谱分析仪器驱动.适用PickPower/Freq/8M Channel power/6M Channel power量测.(prepared LabVIEW Instrument Driver Agilent spectrum analyzer. applicable PickPower/Freq/8M Channel power/6M Channel power measurements.)
- 2008-04-17 09:59:36下载
- 积分:1
-
jinglizhangda
采用相场法模拟金属镍的晶粒的长大过程,采用的是matlab语言进行计算(Simulation of metal nickel grain growth process)
- 2017-12-19 01:40:03下载
- 积分:1
-
韦根SDK开发包
韦根的二次开发SDK,可控制门禁门的关闭、读取卡号、权限设置等(The two development of Wei Yuan SDK)
- 2020-12-02 11:19:26下载
- 积分:1
-
动态创建控件举例
动态创建控件举例-Dynamic Controls for the creation
- 2022-07-08 14:07:24下载
- 积分:1
-
遗传算法
说明: 遗传算法求解微电网,进行算例分析,有数据(Genetic algorithm to solve the micro grid, there are data)
- 2020-07-22 10:12:35下载
- 积分:1
-
Resource Allocation in WPCN
The possible solution to overcome network performance issue is to maximize the weighted sum rate (WSR) and to minimize the total power consumption. To solve this we consider this problem as maximization or minimization problem for which we utilize global optimization techniques. We can incorporate different optimization approaches to form hybridized techniques which assist in minimizing the power consumption and maximizing the weighted sum rate.
- 2018-12-28 14:01:00下载
- 积分:1
-
numpy-1.13.3+mkl-cp27-cp27m-win32.whl
pip for Python2.7,Python的插件,用于安装其他插件(PIP for Python2.7, Python plugin, used to install other plug-ins)
- 2017-11-02 12:05:08下载
- 积分:1
-
MFC动态绘制曲线图-HightSpeedChart实现
Using C + + language and TeeChart control to draw dynamic curve and realize real-time curve
用C++语言和TEECTAL控件绘制动态曲线实现实时曲线(Using C + + language and TeeChart control to draw dynamic curve and realize real-time curve)
- 2018-12-26 11:27:04下载
- 积分:1
-
这五个程序都经实验,能运行,但要运行环境无误
这五个程序都经实验,能运行,但要运行环境无误-five experimental procedures can run, but to run the environment unmistakably
- 2022-03-26 16:24:15下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1