-
CoolMeeting
一个简单的公司管理会议系统带sql数据库文件 下载就可以使用(A simple company management conference system)
- 2017-11-26 19:54:25下载
- 积分:1
-
miniSQL
MiniSQL的大致架构在里面了,可以自己填写里面的模块。。(MiniSQL the general framework in which, you can fill out inside the module. .)
- 2011-10-14 22:39:17下载
- 积分: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
-
java 实现的序列号生成器,类似数据库的Sequence,为实现跨数据库而设计。...
java 实现的序列号生成器,类似数据库的Sequence,为实现跨数据库而设计。-java achieve the serial number generator, similar to the Sequence Database. To achieve cross-database design.
- 2023-01-14 09:00:03下载
- 积分:1
-
Deep-ADMM-Net-master
基于Deep-ADMM-Net的CT重建算法(CT reconstruction algorithm based on Deep-ADMM-Net)
- 2019-04-27 20:45:41下载
- 积分:1
-
温度植被干旱指数计算
说明: 采用IDL语言,可以用来计算植被干旱指数,输入影像即可(Using IDL language, it can be used to calculate vegetation drought index, just input image)
- 2021-01-21 23:33:24下载
- 积分:1
-
echarts-2.2.4
说明: echart离线查看api,在没有互联网的情况下,离线查看官网api,帮助开发者开发示例(Echart view the API offline, and in the absence of the internet, view the official API offline to help developers develop examples.)
- 2020-06-22 18:40:01下载
- 积分:1
-
可以记录输入结果的编辑框
可以记录输入结果的编辑框-can record the results of the input frame Editor
- 2022-08-08 23:22:43下载
- 积分:1
-
MDSP
清华现代数字信号处理参考书籍、课程重点及复习大纲,清华电子工程系张颢(Tsinghua modern digital signal processing reference books, course outlines priorities and review, Tsinghua Electronic Engineering Zhang Hao)
- 2021-03-20 10:59:18下载
- 积分:1
-
ADS8329
ADC芯片ADS8329数据采集的verilog代码,已经用在工程中,没问题。(ADC chip ADS8329 data acquisition Verilog code, has been used in the project, no problem.)
- 2020-11-20 11:29:37下载
- 积分:1