-
Chinese search system 114 network version : File Size : 580 KB software language...
中国114网搜索系统 版 本: 文件大小:580 KB 软件语言:简体中文 授权方式:免费版 相关链接:程序演示 开 发 商: 运行环境:ASP源码-Chinese search system 114 network version : File Size : 580 KB software languages : English license : free version Related Links : The process demonstrated developers : Operating environment : ASP source
- 2022-01-26 00:51:49下载
- 积分:1
-
Bat To ExeConverter
实用的小工具,能把批处理直接转成exe文件,确实方便(Utility small tools, the batch can be directly converted to exe files, it is really convenient)
- 2017-08-31 10:18:21下载
- 积分:1
-
LMAO CASTEP GeomOpt
连接超算中可以实现优化结构的功能,修改后缀名称可以优化计算别的晶格(Ability to optimize structure and Modify the suffix name to optimize the calculation of other lattices)
- 2020-06-21 03:40:02下载
- 积分:1
-
实现跳远运动员成绩的动态排序。每次一名运动员成绩出来,都会更新一次排名...
实现跳远运动员成绩的动态排序。每次一名运动员成绩出来,都会更新一次排名-Long jump athletes to achieve a dynamic sort. Every time an athletes out, will be updated every position
- 2023-03-04 07:20:03下载
- 积分: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
-
一个用Java开发的细胞自动机
一个用Java开发的细胞自动机-a Java development Cellular Automata
- 2023-07-02 22:35:03下载
- 积分:1
-
MDTS 101407
ea开发macd,指标,实现背离,基于mt4平台,欢迎下载使用(MT4 platform intelligent trading index strategy, MACD basic indicators deviate from the single)
- 2017-07-27 16:19:29下载
- 积分:1
-
台球小游戏 所以的球都是定时炸弹,必须在规定的时间内将所以的球打进,不然炸弹就会爆炸。...
台球小游戏 所以的球都是定时炸弹,必须在规定的时间内将所以的球打进,不然炸弹就会爆炸。-small billiards game so the ball is a time bomb which must be within a specified time so the ball will be reached, otherwise bombs will explode.
- 2022-01-26 08:18:33下载
- 积分:1
-
循环链接列表
它是循环链表节点。与节点,可以添加数据。通过使用这我们可以能够创建节点删除一个节点并修改的值
- 2022-10-05 00:20:03下载
- 积分:1
-
mini示波器2020.10.05
说明: 通过STM32实现基本共功能实现简易示波器识别检测显示(Realize the simple oscilloscope identification and detection display)
- 2021-04-22 20:08:48下载
- 积分:1