-
stm32cube教程
说明: 之前找到STM32CUBEMX教程整合,感觉这一份比较有用(Before stm32ubemx tutorial integration, I feel this one is more useful)
- 2020-05-20 21:56:44下载
- 积分:1
-
BanXuanTrieu_2001140278_Tuan9
Winform multiclient chat with server
- 2017-11-22 16:56:50下载
- 积分:1
-
Propeuurties
c++Primer书籍电子版,让读者可以在电脑或者手机方便的阅读。(C++ Primer Book Electronic edition, so that readers can easily read on the computer or mobile phone.)
- 2020-06-24 19:20:02下载
- 积分:1
-
imx274-datasheet
说明: imx274的数据表分享给大家,希望对大家有用(Imx274 data table to share with you, I hope to be useful to you)
- 2020-07-03 17:26:07下载
- 积分: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
-
Computational-Ocean-Acoustics--2nd
2011年《计算海洋声学》第二版。中科院声学所重点实验室张仁和院士的学生骆文于(中国海洋大学 物理91级)研究员对此书有一定贡献。(Computational Ocean Acoustics, 2nd. 2011.
wonderful book!!!)
- 2021-04-04 22:49:04下载
- 积分:1
-
Lab1
1. There are at least 10 nodes in the simulation and each node has at least two neighbors within its transmission area.
2. Every node periodically broadcasts a ”request” packet to its neighbors. Meantime, this node sets a timer with t time interval to wait for its neighbors ”re- sponse” packets.
When receiving all responses from its neighbors during t, it prints ”success”; oth- erwise, it prints ”failure”.
Assume that the broadcast periodical interval is bigger than t.
3. A neighbor that receives a ”request” packet, sends a ”response” packet after a random time τ , τ = random(0, 2t).(There are at least 10 nodes in the simulation and each node has at least two neighbors within its transmission area.
Every node periodically broadcasts a request packet to its neighbors. Meantime, this node sets a timer with t time interval to wait for its neighbors response packets.
When receiving all responses from its neighbors during t, it prints success oth- erwise, it prints failure.
Assume that the broadcast periodical interval is bigger than t.)
- 2018-01-30 10:02:40下载
- 积分:1
-
3b-EGo1配套实验vivado2014.4_v1.2
说明: 大学数字电路设计实验大作业,各种电路绘制(University digital circuit design experiment homework, all kinds of circuit drawing)
- 2020-12-26 10:19:03下载
- 积分:1
-
pmsgsimulink程序
说明: 永磁直驱风电机组机侧变流器控制simulink仿真((Permanent magnet direct drive wind turbine machine side converter control simulink simulation))
- 2021-04-11 18:18:57下载
- 积分:1
-
flip-2_4_6
一个在线编程的 软件,适合AT89C51CC01单片机的 在线编程和 下载()
- 2008-06-07 15:40:38下载
- 积分:1