-
估计模型阶次的很有效的方法,调试通过,没有任何问题。
估计模型阶次的很有效的方法,调试通过,没有任何问题。-Estimated model order is very effective way to debug is passed, there is no problem.
- 2022-03-20 22:02:55下载
- 积分:1
-
an intermediary management system, it contains the original source and backgroun...
一个中介管理系统,里面含有原代码和后台数据,我们在做任何中介系统时都可以采纳这个系统的内容,可以运行。-an intermediary management system, it contains the original source and background information, we do any intermediary system can be adopted this system, and can run.
- 2022-06-18 15:12:36下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
读取shp文件源码。
读取shp文件源码。 -Shp file source to read.
- 2023-06-08 18:20:02下载
- 积分:1
-
用VC编写的dB和功率倍数的转换软件(有源码),虽然很简单,但是很实用...
用VC编写的dB和功率倍数的转换软件(有源码),虽然很简单,但是很实用-Written by VC multiples dB and power conversion software (with source code), although very simple, but very practical
- 2022-06-14 20:10:18下载
- 积分:1
-
立体方块风格的Flash进度加载动画
Flash片头加载动画,立体方块风格的Flash进度加载动画,含源文件,可为你学习Flash As脚本编程提供一个简单的参考范例,同时本Loading你也可直接用在你的Flash创作中,基于Flash8的源文件。
- 2022-03-23 06:25:32下载
- 积分:1
-
C#基于Office组件开发的日程管理软件源码
C#编写的日程事务管理系统,基于Office相关组件编写,采用Access数据库,可以完成日常事务进行登记提醒等功能。适合开发编写办公辅助软件的朋友们参考学习。
- 2023-02-08 06:20:03下载
- 积分:1
-
BOSS development window for C Programming Language
BOSS窗口开发 C 语言程序库-BOSS development window for C Programming Language
- 2022-01-26 04:31:39下载
- 积分:1
-
C#做的IE浏览器
C#做的一个简易的IE浏览器,只是一个浏览器的主窗口,可打开指定的url,不过功能不多,界面挺干净,基于Windows的IE核心,C#2010可编译源码,运行界面效果参见截图。
- 2022-03-18 08:44:21下载
- 积分:1
-
本文介绍了在自由口通信模式下,用计算机读写S7
本文介绍了在自由口通信模式下,用计算机读写S7-200 PLC存储区内相邻的多个字
节数据的通信程序设计方法,程序设计中采用了多种可靠性措施。 -In this paper, in a free port communication mode, using the computer to read and write S7-200 PLC storage area adjacent to a number of bytes of data communication program design methods, procedures designed to use a variety of reliability measures.
- 2022-01-22 03:49:14下载
- 积分:1