-
由网络搜集供大家学习使用如果侵占请自行删除
由网络搜集供大家学习使用如果侵占请自行删除-collected by the network for everyone to learn how to use their own if invaded please delete
- 2023-05-31 02:50:04下载
- 积分:1
-
snow_drift
说明: 雪堆博弈 Python实现,雪堆博弈揭示了个体理性和群体理性的矛盾对立。可以这样来描述雪堆博弈(snowdrift game Snowdrift game is implemented in Python, which reveals the contradiction between individual rationality and group rationality. We can describe the snowdrift game in this way)
- 2020-05-21 15:16:31下载
- 积分: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
-
学习linux的好文档,linux网络订单的,学习linux。
学习linux的好文档,linux网络命令,很有用处,对学习linux.-learning linux good documentation, linux network orders, useful, to learn linux.
- 2022-08-07 13:21:06下载
- 积分:1
-
混合991_编译实验
混合991_编译实验-mixed 991_ compiler experiment
- 2023-07-03 22:10:03下载
- 积分:1
-
extract-chs-sentence
可实现自动对中文句子进行自动切分,及完成切句子的功能。并且算法里有完整的utf8类型的识别函数。(Can realize automatic sentences for Chinese automatic segmentation, and the completion of the sentence cut function. And the algorithm has the complete identification of the type utf8 function.)
- 2013-08-04 22:50:54下载
- 积分:1
-
Yang_et_al-2019-Navigation
说明: Introduction to BeiDou navigation satellite system
- 2020-06-19 16:00:01下载
- 积分:1
-
分机上网 分机上网 分机上网
分机上网 分机上网 分机上网-上网上网ext ext ext ext上网上网上网ext
- 2022-04-08 23:56:59下载
- 积分:1
-
skin
说明: ResetID_for_Teamviewer_14
- 2020-06-24 10:40:02下载
- 积分:1
-
这是一个VHDL(硬件描述语言)的编译器,更确切说是一个解释器,输入是VHDL语言,输出是经过提到后的符号表,也就是将VHDL中的重要变量比如输入输出变量和DF...
这是一个VHDL(硬件描述语言)的编译器,更确切说是一个解释器,输入是VHDL语言,输出是经过提到后的符号表,也就是将VHDL中的重要变量比如输入输出变量和DFF等保存下来。-This is a VHDL (hardware description language) compiler, more precise explanation is a device that is VHDL input, output was mentioned after the symbol table to VHDL is the important variables such as input and output variables and other DFF preserved.
- 2023-06-03 15:35:03下载
- 积分:1