-
34401a
VB 透过GPIB 和仪器通信,代码比较简单,仅供参考。谢谢(VB communicates with the instrument through GPIB. The code is relatively simple and is for reference only. Thank you)
- 2020-06-22 18:00:01下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-06 18:11:47下载
- 积分:1
-
ssc_lithium_cell_1RC
锂离子电池模型 基于simscape平台开发 一阶RC等效电路模型(lithiumBattery model)
- 2021-03-12 12:39:25下载
- 积分:1
-
数据结构课程设计中自己做的一个显示二叉查找的过程的一个程序...
数据结构课程设计中自己做的一个显示二叉查找的过程的一个程序-Curriculum design, data structure to do a show in its own binary search process of a program
- 2022-01-22 14:16:00下载
- 积分:1
-
Archive 3
潜在特征 机器学习 数据挖掘 数据分析 代码(latent feature ml data mining data analyst code)
- 2020-06-21 16:00:01下载
- 积分:1
-
为PW 论坛的thread页面增加6种新的附件图标,增加美观性和直观性...
为PW 论坛的thread页面增加6种新的附件图标,增加美观性和直观性-for PW Forum thread pages increased six new annex icon, increase aesthetics and intuitive
- 2023-05-15 03:00:02下载
- 积分:1
-
sea_Wind
说明: 根据“A Semi-Empirical Sea-Spectrum Model for Scattering”这篇文章进行不同海风情况下的海面三维模拟。(According to the article "A Semi-Empirical Sea-Spectrum Model for Scattering", three-dimensional sea surface simulation under different sea breezes is carried out.)
- 2020-11-06 15:59:51下载
- 积分:1
-
Kernel_Solving
用于提取ngsim数据库的数据,用来进行交通数据研究(The tech solving the ngsim data set)
- 2018-02-28 13:14:01下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
Fw_23214413tools
混沌分叉图,详细举例说明各种类型的混沌系统的不同的分叉图做法(Bifurcation diagram of chaotic system)
- 2018-06-07 20:00:10下载
- 积分:1