-
8279
基于51单片机的,对8279芯片的proteus仿真实验(51 MCU based on the 8279 chip proteus simulation)
- 2021-04-15 17:58:54下载
- 积分:1
-
Chanve
Change the background color of the tree control VC source code
- 2017-05-31 23:10:52下载
- 积分:1
-
一个可以提供初学者学习Access的教程,很有用的
一个可以提供初学者学习Access的教程,很有用的-can provide beginners a learning Access Guide, very useful
- 2022-01-31 04:53:44下载
- 积分:1
-
模拟商场,开发工具是c
模拟商场,开发工具是c-simulation malls, development tools is c
- 2023-07-10 22:35:02下载
- 积分:1
-
设计开关电源时经常用到隔离变压器,这份文档可以告诉你如何设计隔离变压器...
设计开关电源时经常用到隔离变压器,这份文档可以告诉你如何设计隔离变压器-The design of switching power supplies often use isolation transformers, the document can tell you how to design the isolation transformer
- 2022-01-25 22:37:06下载
- 积分:1
-
its a simple student database from a site
its a simple student database from a site
- 2023-03-04 14:45:04下载
- 积分:1
-
骑士问题一的算法,用c语言实现的,编译通过的
骑士问题一的算法,用c语言实现的,编译通过的-Knight issue an algorithm, using c language implementation, and compiled by the
- 2022-08-20 22:57:32下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
3DEC用户手册(4.0)中文版.pdf
3DEC用户手册(4.0)中文版(3DEC4.0 manual with cover)
- 2020-06-29 09:40:01下载
- 积分:1
-
gaosi
说明: 高斯光束强度仿真,可以仿真光强分布和光强变化(Gaussian beam intensity simulation can simulate light intensity distribution and light intensity change)
- 2020-04-26 23:34:04下载
- 积分:1