-
基于STM32F4视觉追踪
基于STM32F4视觉追踪源码,使用stm32f4探索者开发板+OV2640摄像头,能够做到简单的图像识别,图像处理。基本的识别色块等功能
- 2023-04-14 01:35:05下载
- 积分:1
-
c--1
C语言精彩编程实例书籍源码,此部分为第一篇代码(Wonderful programming examples in C source books, this part of the code for the first)
- 2011-11-15 21:21:43下载
- 积分:1
-
PtoP-CHAT
点对点聊天工具,完整的工程,学习网络编程的可以参考(POINT TO POINT CHAT)
- 2013-05-05 00:40:52下载
- 积分:1
-
Doy
根据输入日期格式,实现:1、GPS周,GPS星期数,2、年,年积日,3、简化儒略日,4、年,月,日;四种日期的转换输出。(Date format based on the input, to achieve: 1, GPS week, GPS week number, 2, year, day of the year, 3, simplified Julian, 4, year, month, day conversion output four kinds of dates.)
- 2016-05-23 16:46:56下载
- 积分:1
-
C++实现运算符重载实现矩阵加减
#include "stdafx.h"
#include
#include
#include
#include
using namespace std;
const int m=2;
const int n=3;
class juzhen
{
private:
int x[m][n];
public:
juzhen();
juzhen operator+(juzhen &c2);
void display();
void putin();
}t;
void juzhen::putin(){
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-14 12:38:11下载
- 积分:1
-
通用性软PLC编辑器
可以完成PLC梯形图绘制,相关梯形图转化语句表等基本功能。采用是vc6.0软件进行的开发的,能够完成基本的绘制功能,暂时没有仿真功能
- 2022-01-25 16:47:24下载
- 积分:1
-
俄罗斯方块C语言简易程序,已经调试正确,可完美运行。
俄罗斯方块C语言简易程序,已经调试正确,可完美运行。
- 2022-02-24 21:35:34下载
- 积分:1
-
delNum
给定n位整数任意去掉其中k<=n位,剩下的数字按原次序排列组成一个新的正整数,且这个正整数最小(Given an arbitrary n-bit integers to remove where k < = n bits, the remaining number of original order of the formation of a new positive integer, and that this is the smallest integer)
- 2010-01-03 21:43:20下载
- 积分:1
-
51-coed
MPU 6050 51单片机测试程序,包含串口通讯和1602显示屏显示(MPU 6050 51 SCM test procedures, including serial communications and display 1602)
- 2013-08-31 11:42:05下载
- 积分:1
-
TKinnematicSih
运用Matlab仿真工具,结合机械臂运运动学特性,实现了机械臂系统的运动学仿真。
(Use the Matlab simulation tools, combined with the kinematic characteristics of the robotic arm transported the kinematics of the manipulator system simulation.)
- 2012-07-22 23:31:24下载
- 积分:1