-
JXC
说明: 使用方法重载来计算三角形,长方形和圆形的面积。给三维向量的加法设计运算符重载并测试结果(Use method overload to calculate the area of triangle, rectangle and circle. Overload the additive design operators for three-dimensional vectors and test the results)
- 2020-06-25 01:40:01下载
- 积分:1
-
GraphTHello demo examples and other materials
GraphTHello demo examples and other materials
- 2022-07-01 06:20:44下载
- 积分:1
-
LV_SubPanel
说明: labview的子面板技术,实现在同一个面板上显示各个vi的前面板(The labview subpanel technology to realize in the same panel show each vi of the front panel)
- 2011-04-14 15:06:10下载
- 积分:1
-
Highline_Fullload
BUCK電路的SIMPLIS模擬檔 適合初學電源仿真的朋友們學習(BUCK circuit SIMPLIS simulation files suitable for beginners to learn the power emulation friends)
- 2013-10-30 23:27:34下载
- 积分:1
-
易语言热血江湖登陆器源码
热血江湖登录器源码V6版本 最新的登录器源码 直接用易语言编译(Hot blood Lake login device source V6 version of the latest login device source code is compiled in easy language.)
- 2020-10-23 02:57:22下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
C#数据保存至csv文件
C#保存数据至*.csv进行显示,新建.csv文件并完成读写操作。(C# saves data to *.csv to display.)
- 2017-12-11 21:30:28下载
- 积分:1
-
pipe
pipe类 pipe类 -pipe-type pipe-type pipe-type pipe-type
- 2022-04-19 07:25:53下载
- 积分:1
-
game who get last 1 match lose
game who get last 1 match lose
- 2022-12-01 18:40:03下载
- 积分:1
-
西门子provade通讯代码Sample_VC.rar,版本6.0
西门子provade通讯代码Sample_VC.rar,版本6.0-Siemens Communications provade code Sample_VC.rar, version 6.0
- 2022-01-25 23:38:37下载
- 积分:1