-
PLC在LabVIEW实验触发功能的上升沿
在LabVIEW里实验PLC中的上升沿触发的功能-PLC in LabVIEW experiment with the rising edge of the trigger function
- 2023-02-20 13:20:04下载
- 积分:1
-
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转...
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转化为系统的时钟(tick)
-Timeout waiting for core principles of mechanism: the application through the operating system
- 2022-03-16 13:01:09下载
- 积分: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
-
fengji-pscad
PSCAD搭的双馈感应式风力发电系统。DHIG模型,设置一下参数就行(DHIG model of doubly-fed induction wind power generation system built by PSCAD)
- 2018-05-16 18:27:08下载
- 积分:1
-
AirQualityUCI
AIR QUALITY UCI DATASET
- 2019-05-20 01:20:16下载
- 积分:1
-
KR2660_DMB_AV_TV_VGA_WJ_20100331
Realtek RTD2660, RTD2662 source code.
- 2018-01-03 11:17:32下载
- 积分:1
-
CSS-base
css基础教程,是我在科大讯飞培训老师给的,入门很好的资料(failed to translate)
- 2013-05-08 11:10:32下载
- 积分:1
-
7.14_v3
17年板球代码,电赛练习题,stm32f4(17 years cricket code, tournament exercises, stm32f4)
- 2020-06-24 15:20:01下载
- 积分:1
-
Wind资讯-统计套利交易演示
说明: 交易模型系列Excel模板是Wind资讯依据Excel插件丰富的函数功能,结合VBA脚本编辑,实现量化交易的轻量级解决方案的演示。
目前,该模块用户可自由设定套利品种对以及套利上下限,模板实现盘中价差监控,触发信号后可一键下单或者自动下单。(The transaction model series excel template is a demonstration of a lightweight solution for quantitative transaction based on the rich functions of Excel plug-in and VBA script editing.
At present, users of this module can freely set the arbitrage variety pair and the upper and lower limits of arbitrage. The template can monitor the intraday price difference, and can place an order with one key or automatically after the trigger signal.)
- 2020-11-18 21:39:39下载
- 积分:1
-
书本翻页3D动画特效
这款jQuery书本翻页3D动画功能更加强大,可以支持任意数量页的翻阅(This jQuery book page turning 3D animation is more powerful and can support any number of pages.)
- 2018-11-27 08:46:44下载
- 积分:1