-
methanol liquid boiling UDF
适用于fluent加载甲醇液体沸腾的UDF(Suitable for fluent loaded methanol liquid boiling UDF)
- 2020-10-29 09:39:57下载
- 积分: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
-
公司企业网站通用菜单代码
一款风格经典的公司企业网站通用菜单代码,电子产品类网站,其它综合类企业都可以适用,Div+CSs结构,蓝色背景,支持鼠标悬停时的响应动作,菜单背景会变化,里面没有使用JS代码,我觉得挺不错,分享给大家吧。
- 2022-06-01 07:16:38下载
- 积分:1
-
literacy Windows hardware tools. RW
Windows下读写硬件的工具.
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually.-literacy Windows hardware tools. RW- Read
- 2022-06-13 01:58:24下载
- 积分:1
-
Radarsat_data
说明: 加拿大Radarsat数据,温哥华港口SAR回波数据,经过正交解调处理,可以直接作为原始数据处理(Canadian Radarsat data for SAR imaging)
- 2018-12-29 20:16:23下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
SFLA
说明: 蛙跳基本程序。对于N维函数优化问题,第i只青蛙可表示为P(i)=(P1i,P2i,…,PNi),根据每只青蛙适应值(位置)的大小按下降顺序排列。(Frog jump basic procedure.
For n-dimensional function optimization, the ith frog can be expressed as P(I)=(P1i,P2i...,PNi), in descending order according to the size of each frog's fitness (position).)
- 2020-10-15 21:30:59下载
- 积分:1
-
mobile games : WINDOWS mine is on classic games, cell phones let you mine cleara...
手机游戏: 扫雷是WINDOWS上经典的游戏, 手机扫雷让您随时随地享受扫雷的乐趣!-mobile games : WINDOWS mine is on classic games, cell phones let you mine clearance anywhere to enjoy the fun!
- 2022-03-17 18:17:05下载
- 积分:1
-
qykhglxt
说明: It can easily input new information such as new projects, new customers, etc., and manage some fund settlement clearly. Because of its powerful function, users can publish articles on the system and let employees submit work plans or work reports. Strengthen the working efficiency of enterprises and improve the strength of enterprises
- 2020-03-10 21:04:18下载
- 积分:1
-
编写的MATLAB处理语音信号的软件界面,能够实现显示输入语音信号的混音,重放,以及波形的时域和频域显示...
编写的MATLAB处理语音信号的软件界面,能够实现显示输入语音信号的混音,重放,以及波形的时域和频域显示-MATLAB signal plot
- 2022-02-21 00:55:38下载
- 积分:1