-
单载波频域均衡及其在短波通信中的应用_顾晨阳
单载波频域均衡论文,理论基础,新手入门学习必备。(Single carrier frequency domain equalization paper, learning essential.)
- 2017-08-15 14:33:05下载
- 积分:1
-
VCDSLoader_v7.2 VCDS-Release-18.9.0
esquemas y codigos vagcom 18.9.0
- 2019-02-10 11:56:41下载
- 积分:1
-
这是一个粒子群算法,比较简单,已经在运行过了,对于初学者比较好用。...
这是一个粒子群算法,比较简单,已经在运行过了,对于初学者比较好用。-This is a particle swarm algorithm is relatively simple, has been run over, and relatively easy to use for beginners.
- 2022-06-14 03:27:10下载
- 积分:1
-
sputtering(C-Ti)
说明: 这是一个lammps示例,内容是Ti原子在金刚石基材上的溅射过程。包括了用python写的用于生成Ti原子初始能量的脚本,lammps的输入脚本使用了官方提供的Pylammps接口来。具体的过程见readme文件夹中的readme.md(This is an example of lammps in which Ti atoms are sputtered on a diamond substrate. The script written in Python is used to generate the initial energy of Ti atom. The input script of lammps uses the official pylammps interface. For details, see the readme.md)
- 2020-07-16 10:48:54下载
- 积分:1
-
basic amplifier based courseware amplification circuit of negative feedback base...
基本放大电路 基础教学课件 放大电路中的负反馈 基础课件部分3 集成运算放大器 -basic amplifier based courseware amplification circuit of negative feedback based courseware part 3 Integrated Operational Amplifiers
- 2022-01-25 22:52:56下载
- 积分:1
-
vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料...
vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料-vc the tanks games, code structure and is the game developers beginners very good material
- 2022-01-24 15:44:17下载
- 积分: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
-
mpu6050
说明: mpu6050驱动代码,加上液晶屏,啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(MPU 6050 driver code)
- 2020-06-18 23:20:01下载
- 积分:1
-
H-brige
电力电子中的H桥PLECS仿真,可用于多电平模块(H bridge PLECS simulation in power electronics)
- 2017-08-15 20:39:13下载
- 积分:1
-
GPS pygarmin
gps pygarmin-0[1].6.tgz
- 2022-03-22 07:00:35下载
- 积分:1