-
bomballs
VB模拟小球碰撞,随机产生不同质量大小的小球,可以改变初始速度和动能损失率,适合初学者(VB simulation of small ball collision, randomly generated different quality size ball, can change the initial velocity and kinetic energy loss rate, suitable for beginners)
- 2011-12-11 21:42:59下载
- 积分:1
-
RL FLASH文件系统
完整的基于SD/MMC卡的RL FLASH文件系统的实现代码,实现了SD/MMC卡的文件创建,读取,复制,删除等等的功能。
- 2022-04-14 20:41:00下载
- 积分:1
-
JsonMapper
说明: dahua hikvision test door access control
- 2020-06-24 18:40:02下载
- 积分:1
-
源程序
用matlab编写的代码,用于实现飞行器的一致性状态(The code is used to achieve the consistency of the aircraft)(The code written in MATLAB is used to achieve the consistency of the aircraft.)
- 2019-06-14 20:09:24下载
- 积分:1
-
二维FDTD模拟 pml吸收边界程序,功能强大,书写详尽
二维FDTD模拟 pml吸收边界程序,功能强大,书写详尽-Pml absorbing boundary two-dimensional FDTD simulation program, powerful, writing a detailed
- 2022-03-15 08:42:58下载
- 积分:1
-
省市县联动e
件是一款基于elei编写省市县三级联动菜单代码。(This is a three-level linkage menu code for provinces, cities and counties based on elei.)
- 2019-03-04 20:51:29下载
- 积分:1
-
表白墙
说明: 由wanry用PHP语言开发的一款简洁的表白墙网址源码(Simple white wall URL source code)
- 2020-06-20 07:20:01下载
- 积分:1
-
a message window shows the Cla
一个消息窗口显示Cla
- 2023-06-10 21:45:08下载
- 积分:1
-
MQTT协议中文版
说明: MQTT协议 3.1.1中文版
MQTT是一个客户端服务端架构的发布/订阅模式的消息传输协议。它的设计思想是轻巧、开放、简单、规范,因此易于实现。这些特点使得它对很多场景来说都是很好的选择,包括受限的环境如机器与机器的通信(M2M)以及物联网环境(IoT),这些场景要求很小的代码封装或者网络带宽非常昂贵。(MQTT is a messaging protocol in publish/subscribe mode of client server architecture. Its design idea is lightweight, open, simple and standardized, so it is easy to implement. These features make it a good choice for many scenarios, including limited environments such as machine-to-machine communication (M2M) and Internet of Things (IoT), which require very small code encapsulation or very expensive network bandwidth)
- 2020-06-21 15:20:02下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1