-
to do string manipulation using c
to do string manipulation using c
- 2022-05-06 03:46:20下载
- 积分:1
-
不需要IIS就可以运行html和ASP等源代码,各位网友千万别错过哦...
不需要IIS就可以运行html和ASP等源代码,各位网友千万别错过哦-not be running IIS and ASP html source code, you should not miss the chance to netizen Oh
- 2023-01-21 14:10:05下载
- 积分:1
-
base for the conversion of a good function. 16 in the 229 free conversion, but a...
进制转换的一个很好的函数。可在16进制内自由转换,也可创新地使用5、6、7等进制格式。经过简单改造后可使用最大36进制的形式。是编程人员的一个好东东。-base for the conversion of a good function. 16 in the 229 free conversion, but also innovative use of 5, 6, 7, etc.-band format. After simple transformation can be used after the 36 largest 229 forms. Programming staff is a good Eastern.
- 2022-02-28 22:38:37下载
- 积分:1
-
it is about simple aggrigation in Castalia
it is about simple aggrigation in Castalia-simulator
- 2022-02-14 23:18:30下载
- 积分:1
-
使用visual basic 做短信 可参看此代码做用户菜单
使用visual basic 做短信 可参看此代码做用户菜单
- 2022-02-06 20:51:59下载
- 积分:1
-
这是用户管理器的代码
this the code for user manager-this is the code for user manager
- 2022-01-21 04:40:59下载
- 积分:1
-
game
扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。
-game
- 2022-01-24 15:35:41下载
- 积分: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
-
How to use InternetStatus.dll get the internet stautus? use the code as list in...
How to use InternetStatus.dll get the internet stautus? use the code as list in the Delphi Application code editing region
- 2022-02-02 16:17:21下载
- 积分:1
-
Sei
清波月影FLASH动作脚本 可以查看动作脚本 教你如何应用-Sei-ha on video FLASH action script can view action scripts to teach you how to use
- 2022-12-23 22:40:03下载
- 积分:1