-
OneWire
arduino RTC lib 2 with bugs
- 2015-02-24 04:02:23下载
- 积分:1
-
testZeroMQ
内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求
下载ZeroMQ
下载网址:http://zeromq.org/intro:get-the-software
点击“Windows sources”下载zeromq-4.0.3.zip文件
编译ZeroMQ库文件
解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件
编写简单的测试工程
1.用VS新建2个项目,一个是server端,一个是client端
2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程
3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程
4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
- 2014-02-19 08:43:26下载
- 积分:1
-
C# OpenCV图像矩形识别
【实例简介】
C# OpenCV 调用实例 识别矩形,Opencv4 完整实例
- 2021-11-22 00:37:01下载
- 积分:1
-
stm32f1驱动42步进电机正反转
stm32f103用TB6560驱动器驱动42步进电机正反转
- 2022-03-12 02:53:50下载
- 积分:1
-
StarRat
START RAT远控源码START RAT远控源码START RAT远控源码START RAT(START START RAT RAT far point source code remote control the source code START START RAT RAT far point source code)
- 2014-02-25 09:10:34下载
- 积分:1
-
CCS进行图像处理
利用ccs对图像进行处理,包括二2值化,反色,和上下颠倒。
/***********************************************************************
** Main Function Program
***********************************************************************/
#include "math.h" //也可以不要
#include "stdio.h"
#define IMAGE_WIDTH 64
#define IMAGE_HEIGTH 64
main()
{
FILE *fi;
int i,j,k;
int y[IMAGE_HEIGTH][IMAGE_WIDTH];
unsigned char id[64];
char m;
k=128; /*k is Threshold Value*/
// fi=fopen("D:TupianLena64.bmp","rb");
fi=fopen("C: imyprojectslab56DSP54X-28-TuxiangchuliTupianLena64.bmp","rb");
/* if(fi==NULL)
{
printf("can not open file Lena64.bmp.
");
exit(1);
&nbs
- 2023-02-23 16:40:03下载
- 积分:1
-
基于51烟雾浓度检测
基于51的烟雾浓度检测,将MQ-2烟雾传感器所反馈回来的模拟电压,进过ADC采集回来分析得到相应的浓度值,然后在LCD1602上显示出来,当烟雾浓度超过一个预置的值之后,系统自动报警。
- 2023-07-07 14:45:03下载
- 积分:1
-
mycompilelive555
我编译好的live555(VS2010),可以加设简单的流媒体服务器(I compiled the live555 (VS2010), you can add a set of simple streaming media server)
- 2012-07-07 09:25:00下载
- 积分:1
-
Particle-swarm-optimization-(pso)
粒子群算法,用于无线传感器网络节点动态部署(Particle swarm algorithm for dynamic deployment of wireless sensor nodes)
- 2016-01-16 10:32:24下载
- 积分:1
-
Structure-Light-Reconstructor
结构光三维重建代码,提取结构光的点,并进行三维坐标转换(Structure light 3D reconstruction code, structured light extraction point, and three-dimensional coordinate conversion,DrawZeroPoint/Structure-Light-Reconstructor)
- 2021-04-04 10:59:04下载
- 积分:1