-
将AutoCAD文件转换成ArcGIS ShapeFile格式
将AutoCAD文件转换成ArcGIS ShapeFile格式-AutoCAD files will be converted into ArcGIS ShapeFile format
- 2022-09-28 11:45:03下载
- 积分:1
-
左侧显示的tab选项卡菜单
左侧显示的tab选项卡菜单,一般的TAB是显示在顶部,也就是上边,下面才显示对应的内容,这款TAB是左侧显示导航,右侧显示主体内容,用本款TAB你就可设计成一个“关于我们”的页面,就比如本示例的菜单效果,比较不错吧。
- 2022-03-31 07:56:40下载
- 积分:1
-
国林地板站完整,ASP+ACCESS环境开发,后台无任何限制,版面清爽简洁,上传至空间马上可用...
国林地板站完整,ASP+ACCESS环境开发,后台无任何限制,版面清爽简洁,上传至空间马上可用-State forest floor stand complete, ASP+ ACCESS environment, development, background without any restrictions, layout refreshing simplicity, uploaded to the space immediately available
- 2022-04-17 18:33:43下载
- 积分:1
-
Project Oriented Object
Project Oriented Object
- 2022-07-24 20:03:22下载
- 积分:1
-
Timer-vb6
visual basic 编写的窗体倒计时软件(visual basic Timer)
- 2013-10-10 11:24:47下载
- 积分:1
-
079新src
冒险岛079最新源码,只可用于学习交流,禁止商业用途,否则造成损失与本人无关。(MapleStory 079 source code, can only be used for learning and communication, prohibit commercial use, otherwise the loss has nothing to do with myself.)
- 2020-08-29 00:38:17下载
- 积分:1
-
load_shedding - 副本
基于matpower实现最优切负荷,实现电网规划可靠性(Optimal load shedding based on Matpower to realize reliability of power network planning)
- 2021-04-01 17:49:08下载
- 积分: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
-
sd 卡 解释
de2 板子解释
学习
sd 卡 解释
de2 板子解释
学习-sd card DE2 board to explain to explain learning
- 2022-03-07 21:11:14下载
- 积分:1
-
WordCounting
读取一个文本文件(英文,ASCII编码),对出现的单词次数进行统计,并按照出现次数从低到高排序,输出到一个文本文件中(每行一个单词信息,格式:单词 出现次数)。采用二叉树结构存储,中序遍历,快速排序。(Reads a text file (English, ASCII encoding), the number of occurrences of the word statistics, and in accordance with the number of occurrences of the sort low to high, output to a text file (one word per line message format: word occurrences). Binary tree structure stored in preorder, quick sort.)
- 2021-03-14 10:29:23下载
- 积分:1