-
很不错的网页广告教程
很不错的网页广告教程-very good Advertising Directory
- 2023-06-13 09:25:04下载
- 积分:1
-
Darwin Streaming Server
对于并发量并不大而且对性能要求不是很高的流媒体传输模块,live555还是很好的选择,下面说一下我所实现的流媒体代理服务器(目前只能实现对H264单视频的转发)
代理转发主要分为对RTSP的转发与对RTP的转发(没有实现对rtcp的转发),尽量做到不破坏原有程序框架,所以还是要将整个代理过程融合于ServerMediaSubsession、Source、Sink的循环中,按照流程,RTSP OPTIONS不是必需进行转发,直接转到DESCRIBE的转发过程。
- 2023-05-05 17:00:07下载
- 积分:1
-
VB通过并口控制跑马灯程序,VB并口测试不错的程序
VB通过并口控制跑马灯程序,VB并口测试不错的程序-VB Marquee through a parallel port control procedures, VB programs parallel port test bad
- 2023-09-07 10:35:03下载
- 积分:1
-
opsetup是离线Web开发。
OpSetUp is one offline Web explor. -OpSetUp is one offline Web explor.
- 2023-02-17 23:55:04下载
- 积分:1
-
Labview打开PDF文件
首先需要安装PDF阅读器,通过Labview调用PDF的控件实现对PDF文件的阅读。
- 2022-02-01 19:47:25下载
- 积分:1
-
good! The use of free code
不错的!代码使用免费-good! The use of free code
- 2022-01-25 14:47:26下载
- 积分:1
-
计算器能够实现基本的四则运算代码看起来简单能适应大多数程序初学者...
计算器能够实现基本的四则运算代码看起来简单能适应大多数程序初学者-Calculator to achieve the basic four computing code looks simple procedures to adapt to the majority of beginners
- 2022-02-21 18:59:43下载
- 积分:1
-
哈夫曼编码
1.创建在每个节点拥有一个符号和它的频率的节点的列表。根据频率列表进行排序。
2.采取的第一次两个节点列表中,并创建一个新节点 (也称为父节点) 持有的那些节点和它的孩子作为节点频率的总和。
3.将新节点添加到的节点的列表,并删除您有用于创建的父节点的两个节点。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-03-10 14:36:12下载
- 积分:1
-
高斯滤波
来自清华胡广书《现代信号处理》中的MATLAB程序
高斯滤波
来自清华胡广书《现代信号处理》中的MATLAB程序-Gaussian filtering from Qinghua Hu Guangshu
- 2023-07-18 01:05:02下载
- 积分:1
-
Have you noticed the cool ghost image that Windows Explorer produces when you st...
Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found out that there are three directions to start working on, as follows:
Using a "custom" cursor created from a MemoryStream initialized from an Image, as shown in this article.
Using the ImageList_BeginDrag and related APIs, as shown in this article: Dragging tree nodes in C#.
Using the IDragSourceHelper and IDropTargetHelper interfaces.
- 2022-03-05 15:47:46下载
- 积分:1