-
LabVIEW programming skills demonstration, prepared by LabVIEW applications windo...
labview程序编程技巧演示,用labview编写windows应用计算器小程序-LabVIEW programming skills demonstration, prepared by LabVIEW applications windows calculator applet
- 2023-06-21 11:50:03下载
- 积分:1
-
VB写的判断线段相交
判断两条线是否相交的程序,这并不是我原创的,但是我忘记是从哪里下载的了,只能对原创的说,对不起了,谢谢你的代码
- 2022-03-02 11:49:04下载
- 积分:1
-
fft program
基2的FFT变换,带采样,结果输出到文件-fft program
- 2023-05-25 00:55:04下载
- 积分:1
-
yuandaima3
这是我C语言编的一些小游戏的应用程序,希望大家多多指教!(This is my C-game series a number of small applications, I hope everyone exhibitions!)
- 2008-05-11 22:05:08下载
- 积分:1
-
ahp分析
已知3个备选方案,分别从时延,带宽,质量,稳定等路由指标进行决策
再综合决策选出最佳方案
决策的参数可以微调
决策对象和限制条件也可以自己确定(using ahp to choos which is the best project)
- 2018-06-23 16:37:37下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
eWebEditor 编辑器 4.6精简版
eWebEditor v4.6版本下载,一款好用的网页在线编辑器,可上传图片、上传文件等。适合ASP/PHP/JSP/ASP.NET多平台调用,精简版式去除了一些不常用的功能,好像官网现在的精简版似乎不能用了,越来越让用商业版了,这个4.6版本虽然不是最新,但大部分功能都可以用了。还带有上传功能。需要的试试吧。
- 2022-04-16 19:24:05下载
- 积分:1
-
XWP
说明: 利用频谱反演法得到大气湍流的相位屏,用于模拟在大气中传输受湍流影响的相位(The phase screen of atmospheric turbulence is obtained by spectral inversion, which is used to simulate the phase affected by turbulence in the atmosphere)
- 2020-05-20 16:55:41下载
- 积分:1
-
Test
Priorities:
1) Keep It Simple
2) Do not couple to any specific unit test framework.
- use appropriate IdTest.pas units to plug into required framework.
Units are named IdTest*, so they can be easily searched/listed.
eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.
(Priorities:
1) Keep It Simple
2) Do not couple to any specific unit test framework.
- use appropriate IdTest.pas units to plug into required framework.
Units are named IdTest*, so they can be easily searched/listed.
eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.
)
- 2009-09-14 16:21:13下载
- 积分:1
-
cochlear
This page links you to user documentation and other pertinent product information for the Keysight Technical Overview
- 2020-07-02 13:40:02下载
- 积分:1