-
NSC
NSC program calculates BER of NSC
- 2014-01-23 22:06:16下载
- 积分:1
-
GaussJordan
说明: 采用高斯约旦法求矩阵的逆矩阵,这种方法是选取了全主元的初等变换求逆矩阵的算法(Using Gauss-Jordan Method to Find the Inverse Matrix of Matrix)
- 2020-06-23 14:00:01下载
- 积分:1
-
u8glib_arm_v1.18.1
Arduino (Installation with IDE)
Start Arduino IDE
In the Arduino IDE, import the library the Add Library Menu.
Arduino (Manual Installation)
Unzip u8glib_arduino...X.XX.zip into the libraries folder of the Arduino IDE
Start Arduino IDE
AVR (ATMEGA) install instructions
ARM INSTALL and NXP LPC1114 (ARM) example project(A graphics library with support for many different displays.)
- 2015-11-28 20:48:47下载
- 积分:1
-
鱼眼畸变矫正
#include "stdio.h"
#include
#include
#include
#include "opencv2/opencv.hpp"
#include
#include
#include "opencv2/core/types_c.h"
#include "opencv2/calib3d/calib3d.hpp"
//#include
//#include
#include
#include < Windows.h >
using namespace std;
using namespace cv;
int main(int argc, char** argv)
{
vector pts_src(4);
vector pts_dst(4);
Mat warp_matrix;
Mat src, dst;
int offset_x, offset_y;
src = imread("fish.jpg");
dst = Mat(src.rows,
- 2022-01-25 18:28:17下载
- 积分:1
-
ErrorLook
通过系统返回的错误代码,你可以查看错误代码和系统的版本信息。帮助自己改写错误(Use the Soft you can Look Error Code and look the system Version,so you can clean to know the error you made ,to help you change you mistake.)
- 2012-09-10 23:34:58下载
- 积分:1
-
Maze
实现迷宫搜索程序。迷宫数据从文件输入。输出迷宫路径。
a) 实现从入口到出口的输出顺序;
b) 能否打印行走方向(向左、向右、向前), 如: 1 先前 2 向右 6 向左 7;
(Maze searching)
- 2011-12-20 20:59:04下载
- 积分:1
-
以太网通信
以太网通信Linux通过TCPIP使用端口8888可用于BBB UART通信
- 2022-08-09 06:13:47下载
- 积分:1
-
RstAndClsCmptr
用visual c++实现系统开关机,注销(With visual c++ to achieve switching machines, log off)
- 2010-05-20 16:12:47下载
- 积分:1
-
5-Beep
STM8S系列单单片机教程,第三课,教你从零开始学会使用蜂鸣器,让蜂鸣器唱歌吧(STM8S series single chip tutorial, the third lesson, teach you from scratch to learn to use the buzzer beeper to sing)
- 2013-03-02 15:30:46下载
- 积分:1
-
基于STM32的光立方源码
基于stm32单片机的全彩光立方的代码,注释清晰,拿来学习。(STM32 microcontroller based on the Quan Caiguang cube code, clear notes, to learn.)
- 2017-11-14 21:28:39下载
- 积分:1