-
Bresenhams-Algorithm
Opengl C++ - Bresenham s Algorithm
- 2011-10-06 13:38:25下载
- 积分:1
-
19-MLhandwriting
说明: 手写识别模型(模型结构包含全连接层+卷积神经网络层),经过量化后,移植到Arduino UNO实现0到9的数字识别;演示了8位单片机上实现边缘AI的功能(MCU主频16MHz,2K字节RAM内存, 32K字节flash存储器),响应速度和识别效果都很不错,附件中带有硬件实测手写识别的测试视频(After quantization, the model is transplanted to Arduino uno to realize digit recognition from 0 to 9. The function of realizing edge AI on 8-bit MCU is demonstrated (main frequency of MCU is 16mhz, memory of 2K bytes ram, 32K bytes flash memory), algorithm response speed and recognition effect are very good, the attachment with hardware in the loop's test video)
- 2020-10-18 21:42:59下载
- 积分:1
-
yuanma
计算机图形学 源码资料汇总 包括立方体旋转等(Computer graphics source data summary)
- 2013-01-03 20:06:01下载
- 积分:1
-
Motion-Controller-with-STM32
介绍了一种点位运动控制器的设计,该控制器可以控制步进和伺服电机。该运动控制器以
STM32F103 为主控微处理器,实现了电机起停的加减速控制,扩展了 RS485 串行通信接口,设计了限位保护电
路,移植了嵌入式实时操作系统μC /OS-Ⅱ,通过μC /OS-Ⅱ来调度运动控制器的多个任务,设计了串口通信协议,
可以方便组成多轴控制系统.(Describes the design of a point of the motion controller, the controller can control a stepper and servo motors. The motion controller controlling microprocessor STM32F103, acceleration and deceleration control the motor starts and stops, extended RS485 serial communication interface, designed to limit protection circuits, transplantation of embedded real-time operating system μC/OS-Ⅱ μC/OS-Ⅱ scheduling multiple tasks of the motion controller, designed a serial communication protocol, can easily form a multi-axis control system.)
- 2012-12-18 22:52:09下载
- 积分:1
-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
C# 为DataGridView控件的新行指定默认值
C# 为DataGridView控件的新行指定默认值,双击DataGridView.rar即可看到默认值,一般情况下,单元格是空的没有任何内容,实现这一功能,其实也简单,如下代码示:
private void shippersDataGridView_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
{//为DataGridView控件的新行指定默认值(测试时直接单击最下面的空白行即可)
e.Row.Cells[1].Value = "重庆长安捷达运输公司";
e.Row.Cells[2].Value = "023-40405690";
shippersBindingSource.AddNew();
}
- 2022-03-01 05:33:46下载
- 积分:1
-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
矩阵运算
说明: 用于计算矩阵。但是还是有局限性,最重要的是能够计算卷积。(To compute on Matrix)
- 2019-12-25 19:53:07下载
- 积分:1
-
VCPPFileMonitor
本程序可自动监测被测主机中的所有文件的操作,通信包截获等(The program can operate automatically monitor files, such as intercepted communications package)
- 2015-04-09 13:53:57下载
- 积分:1
-
全国电子设计大赛 2005年悬挂控制系统源码
基于STC12单片机的悬挂控制系统,通过控制步进电机来完成对悬挂物的控制要求,包括直线、画圆、循迹等功能的实现。
- 2023-03-02 10:50:03下载
- 积分:1