-
fs
说明: 分数阶仿真,简单的搭建,程序实现,需要两个文件放在同一个目录下。(Fractional simulation, simple structure, program implementation, need two files placed in the same directory.)
- 2018-05-06 11:08:32下载
- 积分: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
-
This system is a competition I took part in ESRI works mainly use the GIS capabi...
本系统是我参加ESRI大赛的一个作品
主要利用GIS功能对水土流失模型USLE中的各个因子的提取(如根基降雨量站点插值生成等值线,利用等高线生成TIN提取坡度,坡向等)再生成专题图输出。系统包含数据采用的ACCESS,有对数据库的通用操作,以及各种绘图分析,如对年、月、日的降雨量,流量等的图形对比分析等等。系统功能还算比较完善。
是基于VB6.0+ArcEngine9.2开发,皮肤界面用的是Activebar3.0
里面的数据比较大,不便上传,需要的可向我索要。-This system is a competition I took part in ESRI works mainly use the GIS capabilities of the USLE soil erosion model for the extraction of the various factors (such as the foundations of rainfall site, contour interpolation, using contour lines generated TIN extraction slope, aspect, etc. ) and then generate the thematic map output. System contains the data used in ACCESS, there is a common database operations, and a variety of mapping analysis, such as year, month, day of rainfall, flow, etc. graphic correlation and so forth. Relatively perfect system functions fairly. Is based on VB6.0+ ArcEngine9.2 development, the skin interface, using a relatively large data inside Activebar3.0, inconvenience upload, need to be to my request.
- 2023-06-23 08:40:03下载
- 积分:1
-
简单的android文件浏览器android_filebrower
简单的android文件浏览器,非常实用的架构设计;适合初,中级开发人员,可以自己适当添加功能!(Simple Android file browser, very practical architecture design; suitable for junior, intermediate developers, you can add their own functions appropriately!)
- 2020-06-19 02:40:01下载
- 积分:1
-
TEST_TCP
说明: 使用C# 实现上位机通过TCP进行通讯模块,(Realizing the Communication Module of Upper Computer through TCP)
- 2020-06-23 20:40:01下载
- 积分:1
-
原始教程
说明: SLAM 原始教程。SLAM原始教程;SLAM原始教程S;LAM原始教程;SLAM原始教程(Original SLAM tutorial. SLAM original tutorial)
- 2020-06-06 09:37:54下载
- 积分:1
-
这是一个用VHDL语言写的数码管程序.有用着
这是一个用VHDL语言写的数码管程序.有用着-This is a VHDL language used to write the digital tube procedures. Useful to an
- 2022-05-08 05:37:10下载
- 积分:1
-
LCD1602Test
AVR单片机 Mega128的LCD1602测试代码(The LCD1602 Mega128 AVR microcontroller test code)
- 2011-08-11 16:48:56下载
- 积分:1
-
thesis
说明: thesis on antenna design and different design are presented here
- 2019-03-16 23:49:07下载
- 积分:1
-
jd-assistant-master
说明: 自动抢购京东抢购商品,如抢显卡、手机。登录后,复制商品ID,修改到配置文件后,到时间自动抢购(Automatic rush to buy Jingdong rush to buy goods, such as graphics card and mobile phone)
- 2021-03-30 18:20:58下载
- 积分:1