-
kssign_functions
说明: 语言的文法规则 说明 对原编译程序作了如下修改,增加了输入文件(The grammar rules of the language have been modified as follows to add input files to the original compile)
- 2019-01-01 01:12:04下载
- 积分:1
-
C# 判断WPF页面是否运行在浏览器环境下
C# 判断WPF页面是否运行在浏览器环境下,还可以使用BrowserInteropHelper.Source属性进行深入检测,具体的实现代码如下:
private void Page_Loaded(object sender, RoutedEventArgs e)
{//判断WPF页面是否运行在浏览器环境下
string MyInfo = "";
if (System.Windows.Interop.BrowserInteropHelper.IsBrowserHosted)
{//还可以使用BrowserInteropHelper.Source属性进行深入检测
MyInfo = "当前WPF页面是运行在浏览器环境下!";
}
else
{
MyInfo = "当前WPF页面不是运行在浏览器环境下!";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButton.OK);
}
- 2022-03-22 08:29:15下载
- 积分:1
-
万年历
适用于用简单的C语言设计,完成基本的万年历功能
- 2023-05-12 01:00:04下载
- 积分:1
-
Pointers-and-Arrays
This Chapter deals with POinters and Arrays. Sample Programs are given to workout in C++ environment.
- 2014-09-16 23:41:56下载
- 积分:1
-
RB_Tree
Implementation of basic insertion, deletion and search algorithms in a red-black tree in C++.
- 2015-02-02 21:07:18下载
- 积分:1
-
IEC101
101规约程序代码说明,较为详细的101标准电力通讯规约代码。(Power communication protocol IEC 61850-101 Statute of the simulator source code, VC prepared)
- 2020-09-15 16:57:57下载
- 积分:1
-
电子线路CAD的求解元件灵敏度的源码,包括网表文件的读取
电子线路CAD的求解元件灵敏度的源码,包括网表文件的读取-CAD of electronic circuits to solve the sensitivity of the source components, including the read netlist file
- 2023-07-28 15:50:02下载
- 积分:1
-
coolbutton
按钮的编写,用MFC实现,具体实现为XP风格按钮(XP style button)
- 2009-04-12 18:39:31下载
- 积分:1
-
visio=dianjiyunxing
电机运行的流程图,用visio画的图,可以直接复制到word中使用(the picture
in the visio)
- 2013-03-15 17:33:53下载
- 积分:1
-
APIHOOK
APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)
- 2013-08-28 14:12:10下载
- 积分:1