-
jiaotongdeng
交通信号灯控制,可以调红绿黄灯时间,有紧急模式和夜间模式(
Traffic lights control, you can adjust the red and yellow light time, emergency mode and night mode)
- 2016-11-18 17:13:57下载
- 积分:1
-
基于NI-VISA的仪器编程
说明: 基于NI-VISA的仪器编程,支持RS232、USB、GPIB及LAN 必须安装VISA运行时,下载链接如下(请下载最新版本1700)(The Virtual Instrument Software Architecture (VISA) is a standard for configuring, programming, and troubleshooting instrumentation systems comprising GPIB, VXI, PXI, Serial, Ethernet, and/or USB interfaces. VISA provides the programming interface between the hardware and development environments such as LabVIEW, LabWindows/CVI, and Measurement Studio for Microsoft Visual Studio.)
- 2019-05-20 23:33:36下载
- 积分:1
-
聊天系统
简单的在线聊天系统,可以实现在线实时聊天呢,功能哈爱挺强大哦,海印 使用哦。使用asp.net 编写的哦,欢迎各位使用啊,么么哒,附带数据库的。
- 2022-04-16 04:22:20下载
- 积分:1
-
ant_Plane
之前上传的蚁群无人机不完整,还要另外下载我后来上传的 MATLABLibrary,这个是完整版: 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基于二维平面建立单机单目标的航迹规划模型。
里面dis.m是主函数:function dis(max,m) max为迭代最大次数,m为每次蚂蚁的数量(ant algorithms,uav)
- 2011-09-01 10:22:56下载
- 积分:1
-
STM32F030F4_LED_USART_EXIT
STM32F030F4单片机的例程,包括LED灯。UART口,以及外部中断。(STM32F030F4 microcontroller routines, including LED lights. UART port, and external interrupt.)
- 2015-05-24 13:32:20下载
- 积分:1
-
定时器1
说明: 该程序为大家提供定时器程序例程。给大家一个参考,来实现简单的定时功能(This program provides you with timer routines. Give you a reference to achieve a simple timing function)
- 2020-06-17 19:00:01下载
- 积分:1
-
串口通信 上位机模板 QT485 串口助手
SerialPortSetting::SerialPortSetting(QWidget *parent)
: QDialog(parent)
{
setupUi(this);
setFixedSize(220, 319);
checkAPButton->setIcon(QIcon(":/images/finger_up.png"));
emit checkAvailablePorts();
}
//检测可用串口并在可用串口号后面加上可用标志
void SerialPortSetting::checkAvailablePorts()
{
foreach ( const QSerialPortInfo &Info, QSerialPortInfo::availablePorts()) {
//QSerialPort availablePort;
//availablePort.setPortName(Info.portName());
//if (availablePort.open(QIODevice::ReadWrite)) {
int index = comCB->findText(Info.portName());
&nb
- 2022-10-15 10:45:03下载
- 积分:1
-
This article describes a design and implementation (C#) Of the Remoting over Int...
This article describes a design and implementation (C#) of the Remoting over Internet using the Web Service as a gateway into the Remoting infrastructure. The Web Service Gateway (Custom Remoting Channel) allows to enhance the remoting channel over Internet and its chaining with another heterogeneous channel. -This article describes a design and implementation (C#) Of the Remoting over Internet using the Web Service as a gateway into the Remoting infrastructure. The Web Service Gateway (Custom Remoting Channel) allows to enhance the remoting channel over Internet and its chaining with another heterogeneous channel.
- 2023-06-03 11:05:03下载
- 积分:1
-
优先suanfa
操作系统之采用最优分配算法分配xk大小的空间(operating system using optimal allocation algorithm xk size distribution space)
- 2005-05-25 09:23:13下载
- 积分:1
-
NPOI导出EXCEL文件
【实例简介】
NPOI导出EXCEL文件
- 2021-06-02 00:31:33下载
- 积分:1