-
Hoist_Monitor
说明: 接收采集卡数据并分析,可以接受力,振动以及其他损伤数据(my program.Receive and analyze the data from the acquisition card, and can receive force, vibration and other damage data)
- 2020-11-25 11:49:32下载
- 积分:1
-
stm32标准例程(库函数版本)
stm32标准例程(库函数版本)59个实验例程
- 2022-08-06 05:13:19下载
- 积分:1
-
librtmpdemo
Some manpages have been added for 2.2. You can read the rtmpdump manpage and the rtmpgw manpage online as well.
An overview of the library is also available in the librtmp manpage.
As of 2.1 there are two additional server programs, rtmpsrv and rtmpsuck.
rtmpsrv is a stub for a server; it logs the connect and play parameters from a regular client that connects to it. It then invokes rtmpdump with those parameters to retrieve the stream.
rtmpsuck is a transparent proxy; it intercepts connections from a client and then makes an outbound connection to the real server. After all
- 2022-08-17 22:35:54下载
- 积分:1
-
256togray
可以将256色度级的图像转化为灰度图象,挺值得新手学习一下的,希望大家能喜欢(256 chroma level images can be converted to grayscale images, very worth novice to learn about, and I hope you like)
- 2014-04-19 14:48:30下载
- 积分:1
-
primegen-0.97.tar
This program is a Prime number generator. It generates prime numbers very fast. it uses many algorithms to speed up things and uses cache.
- 2010-11-20 13:19:39下载
- 积分:1
-
软测量参考程序
本文件为神经网络参考程序,可提供给初学者进行参考(This document is a neural network reference program, can provide reference for beginners)
- 2017-10-14 18:51:44下载
- 积分:1
-
利用C#画完全图,获取鼠标位置,响应鼠标事件
利用C#画完全图,获取鼠标位置,响应鼠标事件-The use of C# Painting complete graph to obtain the mouse position, in response to mouse events
- 2022-09-07 10:30:03下载
- 积分:1
-
12864显示汉字
#include
#define uchar unsigned char
#define uint unsigned int
sbit wr=P2^0;
sbit rd=P2^1;
sbit ce=P2^2;
sbit cd=P2^3;
sbit rst=P2^4;
void delay(uint t);
void init_12864();
void write_data(uchar dat);
void write_cmd1(uchar cmd);
void write_cmd2(uchar dat,uchar cmd);
void write_cmd3(uchar data1,uchar data2,uchar cmd);
uchar read_status();
void check_status();
void clear_screen();
void display_char(uchar x,uchar y,uchar ch);
- 2023-04-04 12:20:03下载
- 积分:1
-
matlabvc
这是我在万方图书馆下载的关于MATLAB和vc混合编程的书籍,有介绍原理和也有介绍具体实现的。(This is my library at万方download vc on MATLAB and mixed programming books, has introduced the principle and also the introduction of specific implementation.)
- 2009-03-06 09:13:42下载
- 积分:1
-
数字图像处理汇总 VC++
该程序是数字图像的汇总,基于MFC框架实现了对图像的打开保存,几何形态学,阈值变换以及特征提取等操作。
- 2022-01-26 07:26:13下载
- 积分:1