-
牛客网 剑指offer
编程练习,牛客网,剑指offer编程练习题部分答案(coding exercise, offer coding exercise answer)
- 2020-06-21 22:20:02下载
- 积分:1
-
spruhm8g
关于TMS320F28379 芯片手册,包括ADC 、CLOCK、外设、SCI、SPI、CAN等(About TMS320F28379 chip manual, including ADC, CLOCK, peripherals, SCI, SPI, CAN and so on)
- 2017-11-14 09:19: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
-
TQt1
excel的C++实现方式,后面是凑字数的,哈哈哈哈哈哈哈哈哈哈或或或(C++ implementation of excel, followed by the number of words, ha ha ha ha ha ha ha ha ha ha ha ha or o)
- 2020-06-16 12:28:32下载
- 积分:1
-
model-predictive-control
模型预测控制应用到汽车上非常好的一本书,能给汽车人士提供参考。(Model predictive control in the vehicle)
- 2016-07-22 16:36:13下载
- 积分:1
-
《Delphi 2005数据库系统开发与应用》源代码
《Delphi 2005数据库系统开发与应用》源代码- Delphi 2005 database system development and application of the source code
- 2022-01-26 01:41:35下载
- 积分:1
-
jQuery图片轮播插件(焦点图特效)
一个支持缩略图的jquery图片轮播插件,用来在网页上生成焦点图特效或图片幻灯片效果,无鼠标点击时,本效果可自动轮播图片,兼容ie8及更高版本的IE浏览器,以及火狐、Chrome、360等主流浏览器。同时调用方法简单,只需要根据自己的html样式修改调用参数即可,插件运行效果如上图所示。
- 2022-02-06 09:09:31下载
- 积分:1
-
aulap3_IsadoraStangarlin
Code developed in classroom
- 2017-09-28 00:51:06下载
- 积分:1
-
LabVIEW_Fuzzy_Logic_control
说明: 基于LabVIEW的直流电机模糊控制系统设计(LabVIEW-based Fuzzy Control System Design of DC Motor)
- 2009-09-04 00:19:32下载
- 积分:1
-
代鬼批量订单
生成批订单
- 2022-01-25 14:27:40下载
- 积分:1