登录
首页 » C++ » C04b_msgQ

C04b_msgQ

于 2013-10-27 发布 文件大小:1KB
0 74
下载积分: 1 下载次数: 6

代码说明:

  vvxworks下消息队列的实现,Tornado/Vxworks书上的源码。(Vxworks under the implement of message queue is a Tornado/failure, the source of the book. )

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

发表评论

0 个回复

  • Lookup_table
    lookup table for convolutional encoder of rate 1/2, memory order m
    2017-03-28 02:34:01下载
    积分:1
  • respatch
    全志H3内核,Linux内核多种分辨率补丁(Allwinner H3 kernel, multiresolution patch)
    2020-12-16 13:09:13下载
    积分:1
  • matlab_simulink_udp_CSharp
    matlab/simulink搭接模型,采用UDP协议发送数据;c#控制台程序采用相同协议接收数据。(matlab/simulink build model, using UDP protocol to send data c# console application receives data using the same protocol. .)
    2020-11-10 22:29:46下载
    积分:1
  • 调度技术
    # PACKET_H_INCLUDED ifndef# 定义 PACKET_H_INCLUDED # include < inttypes.h >使用命名空间 std;类包{公共 ︰uint16_t 大小;uint32_t; expiryTime 数据包 (): 大小 (0)、 expiryTime (0) {}布尔运算符 < (const 数据包 & pkt) 常量{返回 expiryTime > pkt。expiryTime这可能会出现矛盾,但数据包被放在优先级队列。其后是高为使用较早的截止日期的数据包。}}; # endif / / PACKET_H_INC
    2022-03-14 08:40:11下载
    积分:1
  • 网络爬虫源代码
    主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等。
    2022-03-22 21:08:09下载
    积分:1
  • FF
    说明:  小脑模型的非线性模型识别小脑模型的非线性模型识别(CMAC Identification for nonlinear model)
    2010-03-19 22:10:21下载
    积分:1
  • WicePlus2.7081231
    WicePlus2.7081231 汇编加C编程,最新版本(WicePlus2.7081231 compilation of additional C programming, the latest version)
    2010-05-13 08:26:42下载
    积分:1
  • crc24a查表法
    crc24a查表法 0x000000, 0x864cfb, 0x8ad50d, 0x0c99f6, 0x93e6e1, 0x15aa1a, 0x1933ec, 0x9f7f17,    0xa18139, 0x27cdc2, 0x2b5434, 0xad18cf, 0x3267d8, 0xb42b23, 0xb8b2d5, 0x3efe2e,    0xc54e89, 0x430272, 0x4f9b84, 0xc9d77f, 0x56a868, 0xd0e493, 0xdc7d65, 0x5a319e,    0x64cfb0, 0xe2834b, 0xee1abd, 0x685646, 0xf72951, 0x7165aa, 0x7dfc5c, 0xfbb0a7,    0x0cd1e9, 0x8a9d12, 0x8604e4, 0x00481f, 0x9f3708, 0x197bf3, 0x15e205, 0x93aefe,    0xad50d0, 0x2b1c2b, 0x2785dd, 0xa1c926, 0x3eb631, 0xb8faca, 0xb4633c, 0x322fc7,    0xc99f60, 0x4fd39b, 0x434a6d, 0xc50696, 0x5a7981, 0xdc357a, 0xd0ac8c, 0x56e077,    0x681e59, 0xee52a2, 0xe2cb54, 0x6487af, 0xfbf8b8, 0x7db443, 0x712db5, 0xf7614e,    0x19a3d2, 0x9fef29, 0x9376df, 0x153a24, 0x8a4533, 0x0c09c8, 0x00903e, 0x86dcc5,    0xb822eb, 0x3e6e10, 0x32f7e6, 0xb4bb1d, 0x2bc40a, 0xad88f1, 0xa11107, 0x275dfc,  &n
    2022-01-26 03:55:25下载
    积分:1
  • MyPlayer
    不错的播放器,功能完全,强大!支持视频和MP3文件 运用了,很多winForm中很强的控件: OpenFileDialog:用于打开文件对话框的 Filter 属性可以控制格式 ContextMenuStrip:鼠标右键菜单 Items 添加右键菜单 MenuStrip:菜单栏 AxWindowsMediaPlayer:媒体播放器 引用与com组件 ListBox:列表 FolderBrowserDialog:用于打开文件夹对话框的 (A good player, features a complete, powerful! To support the use of video and MP3 files, and many winForm in a very strong control: OpenFileDialog: Open File dialog box for the Filter property can control the format of ContextMenuStrip: Right Menu Items to add right-click menu MenuStrip: menu bar AxWindowsMediaPlayer: Media Player reference and com components ListBox: List FolderBrowserDialog: Folder dialog box to open the file)
    2010-03-15 19:39:03下载
    积分:1
  • ACM
    说明:  计算单源最短路径 基于dijkstra的配对堆优化 附赠kuangbin的算法模板(Optimizing the Matched Reactor Based on Dijkstra for Calculating the Shortest Path of Single Source Algorithmic Template with Kuangbin)
    2020-06-24 01:40:02下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载