-
每一个你需要的红黑树都在这里。
every you need about red black tree are all here.
- 2022-04-20 09:36:28下载
- 积分:1
-
利用C++的类和对象编写C++的应用程序,宠物小屋的综合程序。适合学习C++类和对象的菜鸟。...
利用C++的类和对象编写C++的应用程序,宠物小屋的综合程序。适合学习C++类和对象的菜鸟。
- 2022-02-22 08:25:22下载
- 积分:1
-
SMOTE
smote算法,在matlab下的实现,以function的形式,可直接调用(The smote algorithm, implemented under Matlab, can be called directly in the form of function)
- 2020-11-22 21:39:34下载
- 积分:1
-
jQueryzsyllqckdstppl
说明: JQuery responding adaptive browser window size picture arrangement code is a kind of effect similar to Flick and Google plus picture gallery effect, providing a uniform height for all pictures, pictures scaled according to their own proportion.
- 2019-05-03 09:32:53下载
- 积分:1
-
bootRes包算相关系数
说明: R 语言 bootRes包算相关系数 计算bootstrapped 相关系数(calculate bootstrapped correlation)
- 2021-04-19 11:38:54下载
- 积分:1
-
一个VB列表分页例子
一个VB列表分页例子,为了更好的演示分页功能,这里提供了一个Access版的测试数据库,测试前请设置好路径。本分页代码演示了一个数据库分页模型,了解一下如何每次换页后更新导航信息,如何分页显示视图等。
- 2022-04-15 09:22:33下载
- 积分:1
-
自抗扰控制模型及资料
自己整理的自抗扰控制资料,包括MATLAB仿真模型、S函数、C语言、核心论文、模型搭建详解文档等。(Self-organized ADRC data, including MATLAB simulation model, S function, C language, core papers, model building detailed documentation, etc.)
- 2019-06-29 08:41:47下载
- 积分: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
-
gps2utc
GPST(gps时间系统)转UTC(世界协调时)+UTC2GPS。(GPST(Global Positioning System Time)2UTC+UTC2GPS)
- 2018-09-01 15:31:13下载
- 积分:1
-
myeyes
说明: 使用vc++6.0开发的一个小例子,保护视力程序,界面简单,主要是实现将应用放到系统托盘中。(Use vc++ 6.0 to develop a small example of procedures to protect their eyesight, the interface simple, the main factor will be applied to achieve on the system tray.)
- 2008-11-23 15:49:26下载
- 积分:1