登录
首页 » c++ » win7_vs2010_libevent使用实例

win7_vs2010_libevent使用实例

于 2022-02-12 发布 文件大小:1,010.74 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

Libevent 是一个用C语言编写的、轻量级的开源高性能网络库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,本上传代码是在win7 是vs2010下使用实例。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • KsBinSword
    介于一些反病毒资料源码 希望大家好好看看 走过路过 请不要错过(Between some anti-virus information source hope that we have a good look, do not miss the walk passing through)
    2009-11-19 22:09:17下载
    积分:1
  • C28x_FPU_FastRTS_v10
    f2833xϵ
    2008-11-18 20:18:49下载
    积分:1
  • 线程关联类
    #include "ThreadPool.h"#include "WorkerThread.h"#include "Task.h"/******************************************************************************** 线程池******************************************************************************/CThreadPool::CThreadPool(int initnum){m_threadNum = initnum;m_maxThrNum = initnum * 2; // 最多线程数for(int i = 0; i < m_threadNum; i++){        CWorkerThread* thr = new CWorkerThread();        thr->SetThreadPool(this);        thr->Start();AppendToIdleList(thr);    }m_monitor = 0;}CThreadPool::~CThreadPool(){    TerminateAll();}void CThreadPool::TerminateAll(){m_mtxTaskList.Lock();m_taskList.clear();m_mtxTas
    2022-06-13 18:08:15下载
    积分:1
  • 卡尔曼滤波c语言
    该篇详细说明卡尔曼滤波使用方法及公式推导,最后给出核心公式的c语言实现
    2023-05-11 13:10:03下载
    积分:1
  • matlab
    matlab遗传算法,matlab遗传算法程序,45666011matlab遗传算法程序(matlab genetic algorithm, matlab genetic algorithm program, 45666011matlab genetic algorithm program)
    2009-11-24 11:29:28下载
    积分:1
  • OutPut1
    第4章 基本输入处理OutPut1OutPut1.rar,很不错的vc源码,希望能对大家有所帮助(Chapter 4, the basic input processing OutPut1 OutPut1.rar, very good vc source code, I hope you can help)
    2011-09-11 22:59:30下载
    积分:1
  • 温度自动控制系统
    温度控制器运用ds18b20,可以感测并显示周围环境温度,同时可以设定温度并且通过I/O口控制加热制冷部件工作实现温度控制,还有一个功能就是运用ds1302,先设定好时间温度,当时钟到达设定时间时自动开始控制温度到设定的值,实现定时控制。
    2022-02-06 10:03:04下载
    积分:1
  • 实现画矩形、椭圆和随手画功能
    由VC实现画矩形、椭圆和随手画功能,对图像处理人员会有帮助(paintings by VC rectangular, oval and hand painting functions, image processing staff to be helpful)
    2005-06-28 00:40:48下载
    积分:1
  • Observer
    a observer pattern desing example in c++ a basic class room one
    2015-09-24 17:01:56下载
    积分:1
  • DSP CAN开发例程
    【实例简介】DSP CAN开发例程
    2021-12-11 00:41:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载