-
game
简单写的一个横版过关的小游戏,适合新手学习,用DX写的,实现了基本的行走,怪物等(Simple to write a horizontal version of the game to cross the border, suitable for novice to learn to write DX, basic walking monsters)
- 2012-06-25 16:03:54下载
- 积分:1
-
有限元模拟后,节点数据提取,marc二次开发程序
有限元模拟后,节点数据提取,marc二次开发程序-Finite element simulation, the node data extraction, marc secondary development program
- 2022-05-15 17:17:01下载
- 积分:1
-
ieee14
IEEE14节点 单线图潮流计算 软件psasp(IEEE14bus used for power flow calculation)
- 2021-05-10 10:27:30下载
- 积分:1
-
sanfou
使用拉亚普诺夫指数的公式,课程设计时编写的matlab程序代码,利用贝叶斯原理估计混合logit模型的参数。( Raya Punuo Fu index using the formula, Course designed to prepare the matlab program code, Bayesian parameter estimation principle mixed logit model.)
- 2016-10-17 13:36:37下载
- 积分:1
-
Pattern-Recognition
本文档包括3个文件,Duda写的Pattern Classification(2Ed),这是关于模式识别很经典得一本书,还有中文版支持向量机导论,以及林智仁06年机器学习暑期学校讲义(This document contains 3 files, Duda wrote Pattern Classification (2Ed), this is a classic on the pattern recognition was a book, there is the Chinese version of introduction to support vector machines, and Lin Zhiren Machine Learning Summer School 2006 lecture notes)
- 2011-05-17 10:47:13下载
- 积分:1
-
COBieExtension_2016_Setup
可用于COBie标准下设施信息的交换,需要在Revit软件上运行(Can be used for the exchange of facility information under the COBie standard)
- 2021-03-22 15:39:17下载
- 积分:1
-
C# 取消磁盘共享功能的实例
Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:
System.Diagnostics.Process myProcess = new System.Diagnostics.Process();
myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令
myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程
myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取
myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流
myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流
myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程
myProcess.Start();//启动进程
//执行取消磁盘共享命令
myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");
MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
- 2023-05-13 16:00:03下载
- 积分:1
-
jianduanweizhitiqu
根据二值化裂纹轨迹图像,提取裂纹尖端位置(The crack tip position is extracted from the two valued crack trajectory image.)
- 2018-06-06 14:50:17下载
- 积分:1
-
src
说明: 征服PYTHON--语言基础与典型应用光盘(Conquer PYTHON- language base and the typical application of CD-ROM)
- 2009-07-27 15:02:25下载
- 积分:1
-
mongodb-src-r3.2.4.tar
memory mapped noSQL database engine
- 2017-09-29 18:26:17下载
- 积分:1