-
EasyChart.StockDemo
说明: EasyChart.StockDemo网络上找的(EasyChart.StockDemo)
- 2020-06-25 09:20:01下载
- 积分:1
-
西门子s7-200自由口与多功能电表DLT645协议通讯
用S7-200自由口与安科瑞多功能电表通讯 ,读出五个变压器的当前正向有功电度,分开每天谷 峰 平段电度,保存31天,并读出变压器电流,计当前功率. 减轻电工劳动强度,动力室抄表更加灵活性(Communication between Siemens Freeport and Intelligent Meter 645 Protocol)
- 2021-02-28 08:09:35下载
- 积分: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
-
ABAQUS-UMAT-plasticity
帮助umat学习者快速入门,并且详细理解umat的内在运行机制(Umat help learners QuickStart, and a detailed understanding of the inner workings of the mechanism umat)
- 2021-04-05 16:49:07下载
- 积分:1
-
Cowproblem
经典问题:母牛问题,只是一个作业,希望能对初学者有点帮助(Classic problem: cow problem, is just a job, hoping to be helpful for beginners)
- 2009-12-15 23:12:23下载
- 积分:1
-
NCSimulaSys
说明: 用VC++开发了一个数控加工的三维仿真程序,能有效仿真加工过程。(With VC++ Developed a three-dimensional simulation of NC machining process simulation can effectively process.)
- 2021-04-22 23:18:48下载
- 积分:1
-
3D元素周期表三维图片墙效果
说明: 一款超酷的3D元素周期表三维图片墙效果,使用html5和jquery技术制作(A cool 3-D periodic table wall effect, Using HTML 5 and jQuery Technology)
- 2019-01-28 16:57:00下载
- 积分:1
-
car4Ssale
用c++做的汽车4s店销售系统(mfc)
录入查询库存预定等功能模块
头文件中定义 class CAutomobile4SshopDlg : public CDialog
头文件中定义class sale : public CDialog
class service : public CDialog
class storage : public CDialog
class guanli : public CDialog
分别作销售,服务,库存,管理功能模块函数体调用
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_AUTOMOBILE4SSHOP_DIALOG 102
.....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc)
Input query inventory reserve and other functional modules
Header file defines class CAutomobile4SshopDlg: public CDialog
Header file defines class sale: public CDialog
class service: public CDialog
class storage: public CDialog
class guanli: public CDialog
Respectively, for sales, service, inventory management function module calls the function body
# define IDM_ABOUTBOX 0x0010
# define IDD_ABOUTBOX 100
# define IDS_ABOUTBOX 101
# define IDD_AUTOMOBILE4SSHOP_DIALOG 102
Defined as a function of the body ..... macro call)
- 2013-10-24 17:52:29下载
- 积分:1
-
此程序能够计算一个数据集的熵和基于某个属性的熵
此程序能够计算一个数据集的熵和基于某个属性的熵-this procedure to calculate a data set based on the entropy and the entropy of a particular attribute
- 2023-06-07 05:05:03下载
- 积分:1
-
jQuery隐藏、展开UL li评论列表任意内容项
jQuery隐藏、展开UL li评论列表任意内容项,需要展开哪一项,鼠标点击标题文字即可,再点点击则重新收起来,类似于单击展开文字内容的功能。
- 2023-01-30 04:35:04下载
- 积分:1