-
对渭河滤波器的MATLAB实现
implementation of Weine filter in matlab
- 2022-05-24 05:29:33下载
- 积分:1
-
live555流媒体转发和代理
应用背景主要是将.mp4、.mp3、.ts等的格式的音频流或者视频流经过live555的流媒体编解码,然后通过VLC播放器播放出来,或者一路IPC的画面,经过live555的流媒体代理,可以实现上百个人共享一路画面,实现资源的共享关键技术将不同格式的数据流经过live555转成rtsp数据流,然后通过VLC播放rtsp数据流,在windows环境下,用vs2010开发live555,主要是在开源的live555下面修改了一些BUG,使其更加稳定、操作性更强。
- 2022-12-25 09:20:03下载
- 积分:1
-
This resource contains eight sets of the classic mouse static, dynamic cursor an...
本资源包含有8套经典鼠标静态、动态光标和常用的图标-This resource contains eight sets of the classic mouse static, dynamic cursor and icons commonly used in
- 2022-01-26 00:47:00下载
- 积分:1
-
With a radio button StringGrid, with a radio button StringGrid with a radio butt...
使用单选按钮StringGrid,使用单选按钮StringGrid和单选按钮StringGrid和单选按钮StringGrid
- 2022-03-15 23:43:37下载
- 积分:1
-
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究...
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究过的-C generic algorithms correction algorithms, including the search for packaging the same elements, Vessel Statistics same elements, and so on, these algorithms are more efficient and can directly copy, in particular convenience. These codes are weighing himself studied the
- 2022-01-25 23:35:22下载
- 积分:1
-
[综合类]用户定义关键字颜色的文件 164Kb 17 ★★★★★
[综合类]用户定义关键字颜色的文件 164Kb 17 ★★★★★ -[Comprehensive] user-defined keywords color documents 164Kb 17 Buranee People
- 2022-01-23 10:25:59下载
- 积分:1
-
In VC++ Environment procedures for the preparation of the Nine
在VC++环境下编制的九宫问题程序,程序已经过调试。-In VC++ Environment procedures for the preparation of the Nine-palace problems, procedures have been debug.
- 2022-03-22 21:53:10下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
Proven completely available to wince under the ini configuration file to read an...
经验证完全可用的wince下的ini配置文件读写源码-Proven completely available to wince under the ini configuration file to read and write source code
- 2022-02-20 21:06:54下载
- 积分:1
-
shop code
一个购物的源代码,是其中的一个部分,功能很强大。同时还有后台的管理功能-shop code
- 2023-08-22 03:05:04下载
- 积分:1