-
landprice
说明: 北京,土地价值, shp 文件. 可用于GIS进行区域分析研究(beijing, landprice, shapefile)
- 2020-06-17 11:20:02下载
- 积分:1
-
测试STM8L共6种模式功耗的工程
STm8低功耗测试,目前测试效果良好,有需要的小伙伴可以下载参考下(STm8 low power test, the current test results are good, small partners in need can download the reference)
- 2019-05-08 17:51:54下载
- 积分:1
-
BOOST-PI
说明: PLECS是一个用于电路和控制结合的多功能仿真软件,特别是用于电力电子和传输系统。该PLECS模块是一个升压电路模型(该软件没有内置的升压电路模型)、以及利用PI环的闭环控制。(PLECS is a multifunctional simulation software for the combination of circuit and control, especially for power electronics and transmission system. The PLECS module is a boost circuit model (there is no built-in boost circuit model in the software), and a closed-loop control using PI loop.)
- 2020-04-05 20:50:24下载
- 积分:1
-
7
一款基于CSS3的响应式侧边菜单,这款菜单可以在PC浏览器网页上和移动设备的网页上有着同样不错的效果,它会根据屏幕大小自动实现菜单位置的变化,可以让用户在不同分辨率的屏幕上获得最佳的体验。(A responsive side menu based on CSS3, which works equally well on PC browser pages and mobile device pages, automatically changes the menu position according to screen size, allowing users to get the best experience on different resolution screens.)
- 2018-09-13 13:42:23下载
- 积分:1
-
行列式计算
线性代数中计算行列式的值,输入行列式阶数,然后按行键入行列式可以求行列式的值(Calculating the determinant value in linear algebra. Enter the rank of the determinant, then type the determinant by row to find the determinant value)
- 2020-10-03 18:37:40下载
- 积分:1
-
茎叶图系统
金字塔交易系统,程序化交易策略源码,供测试学习使用(Pyramid trading system)
- 2018-08-19 19:55:51下载
- 积分:1
-
PHP环境下,生成word文档的php代码!嵌入到php下使用。
PHP环境下,生成word文档的php代码!嵌入到php下使用。-PHP environment to generate word document php code! Embedded in the use of php.
- 2022-03-31 01:07:59下载
- 积分: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
-
CPPxuexiziliao
c++学习资料,C++程序设计教程(第二版)课件(c++ learning materials, C++ Programming Guide (Second Edition) Courseware)
- 2013-11-10 14:06:49下载
- 积分:1
-
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。
一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。- A simple digital clock procedure, date kind of derivation to
MFC CStatic base class.
- 2022-01-20 22:42:50下载
- 积分:1