<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>开发论坛 - C、C ++</title>
    <link>https://www.ityg.com/bbs/forum.php?mod=forumdisplay&amp;fid=17</link>
    <description>Latest 20 threads of C、C ++</description>
    <copyright>Copyright(C) 开发论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 17 Jun 2026 22:01:09 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.ityg.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>开发论坛</title>
      <link>https://www.ityg.com/bbs/</link>
    </image>
    <item>
      <title>在VC中编译和使用OpenSSL</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6951</link>
      <description><![CDATA[一、编译OpenSSL
    在编译OpenSSL前，需要正确安装Perl，因为在编译OpenSSL时需要使用到该程序。
    下载最新版本的Perl：http://www.activestate.com/，然后安装之。
    下载最新版本的OpenSSL：http://www.openssl.org/，然后将源码释放的x:/openssl目录中。
     ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 17 Dec 2014 13:14:18 +0000</pubDate>
    </item>
    <item>
      <title>VC2008项目添加&quot;依赖&quot;、&quot;库目录&quot;和&quot;包含目录&quot;</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6933</link>
      <description><![CDATA[使用VC进行程序开发时，经常需要引用外部的库，本文总结了在VC2008环境下添加编译所需要的.lib库文件，添加包含头文件目录的方法： 1. 添加编译所需要（依赖）的 lib 文件[解决方案资源管理器]“项目-&gt;属性-&gt;配置属性-&gt;连接器-&gt;输入-&gt;附加依赖项”里填写“winsock.lib” ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Mon, 12 May 2014 09:08:17 +0000</pubDate>
    </item>
    <item>
      <title>创建基于MCI的WAV音频处理类——CMyMCIWave</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6913</link>
      <description><![CDATA[原文：http://www.cnblogs.com/witxjp/archive/2010/05/27/1745121.html// MCIWave.h: interface for the CMCIWave class.
//
//////////////////////////////////////////////////////////////////////#if !defined(AFX_MCIWAVE_H__4D73F398_C689_46D2_AD2A_446EC8C313 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Mon, 02 Sep 2013 04:31:02 +0000</pubDate>
    </item>
    <item>
      <title>UDP穿透NAT的原理与实现之P2P篇</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6899</link>
      <description><![CDATA[　　首先先介绍一些基本概念： 
　　NAT(Network Address Translators)，网络地址转换：网络地址转换是在IP地址日益缺乏的情况下产生的，它的主要目的就是为了能够地址重用。NAT分为两大类，基本的NAT和NAPT(Network Address/Port Translator)。 
最开始NAT是运行在路由 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 29 May 2013 07:44:33 +0000</pubDate>
    </item>
    <item>
      <title>如何实现双击程序托盘图标弹出或者弹入动画效果</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6892</link>
      <description><![CDATA[BOOL WINAPI   DrawAnimatedRects(HWND hwnd, int idAni, CONST RECT * lprcFrom, CONST RECT * lprcTo);    
Eg:    
Bool m_bShow = false;  //区分弹出还是弹入    
BOOL WinAnimation()    
{    
     CWnd * pWnd=FindWindow(\&quot;Shell_TrayWnd\&quot;,NULL);  //windows底 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 17 Apr 2013 11:20:01 +0000</pubDate>
    </item>
    <item>
      <title>VS2008如何删除VMware菜单项</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6844</link>
      <description><![CDATA[工具 - 外接程序管理器]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Sat, 11 Aug 2012 09:14:27 +0000</pubDate>
    </item>
    <item>
      <title>UPnP</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6715</link>
      <description><![CDATA[/*uPnP.h*/]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Fri, 15 Jul 2011 09:25:59 +0000</pubDate>
    </item>
    <item>
      <title>摄像头视频捕捉(简单通用--通过IsampleGrabberCB实现)</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6709</link>
      <description><![CDATA[前言
　　DirectShow是微软公司提供的一套在Windows平台上进行流媒体处理的开发包，与DirectX开发包一起发布。DirectShow为多媒体流的捕捉和回放提供了强有力的支持。用DirectShow开发应用程序，我们可以很方便地从支持WDM驱动模型的采集卡上捕获数据，并且进行相应的后 ...]]></description>
      <category>C、C ++</category>
      <author>血刀老祖</author>
      <pubDate>Mon, 04 Jul 2011 08:21:54 +0000</pubDate>
    </item>
    <item>
      <title>g729a修正与lib编译</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6699</link>
      <description><![CDATA[到这里下载:http://xiaokotei.download.csdn.net/user/xiaokotei/all/
下载以后需要修改bits.c文件：
我仔细研究ITUG729代码后发现：
编码器的输出及解码器的输入不是编码生成的参数向量，而是经过1bit-&gt;Word16（即2字节）转换的bit流
，从而使得编码器输出数据不是原始 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 08 Jun 2011 08:07:23 +0000</pubDate>
    </item>
    <item>
      <title>建立MID播放环境 播放MID音乐</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6691</link>
      <description><![CDATA[]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 01 Jun 2011 11:30:14 +0000</pubDate>
    </item>
    <item>
      <title>YUV像素和RGB之间的转换</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6689</link>
      <description><![CDATA[RGB转成YUV(RGB to YUV Conversion)
Y  =      (0.257 * R) + (0.504 * G) + (0.098 * B) + 16
Cr = V =  (0.439 * R) - (0.368 * G) - (0.071 * B) + 128
Cb = U = -(0.148 * R) - (0.291 * G) + (0.439 * B) + 128YUV转成RGB(YUV to RGB Conversion)
B = 1.164(Y - 16 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Mon, 30 May 2011 01:56:44 +0000</pubDate>
    </item>
    <item>
      <title>菜鸟完整版win32 vs2008 2010编译X264的过程</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6684</link>
      <description><![CDATA[1.首先下载该处的X264:

http://truth-tracer.appspot.com/x264-snapshot-20090216-2245.rar

作者已经对该版本的X264进行了一定的修改。具体修改内容可见：http://bbs.chinavideo.org/viewthread.php?tid=6945&amp;highlight=VS2008

2。下载yasm

http://www.tortall.net/ ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 25 May 2011 13:07:50 +0000</pubDate>
    </item>
    <item>
      <title>VS2008下最新X264(svn 2009.0216)编译不过的解决办法(附编译通过+修改内存泄露版本)</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6683</link>
      <description><![CDATA[// [+] 09/25/09 (mm/dd/yy)

下载地址：
http://ttpublic.googlecode.com/files/x264-snapshot-20090216-2245.rar

        总有人说最新的版本编译不过，搞的群、论坛里到处都是这种求助贴。建议斑竹把这个解决办法放到醒目的位置，以减少噪音。

科普开始

1、编译问 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Wed, 25 May 2011 13:03:42 +0000</pubDate>
    </item>
    <item>
      <title>基于Microsoft Speech SDK 5.1的集成微软语音识别与语音合成代码的类代码（1）</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6679</link>
      <description><![CDATA[////////////////////////////////////////////////////////
//1，生成动态连接库时，要#define USE_SPEECH_DLL,
//      并且#define LANE_SPEECH_EXPORTS
//2，使用动态连接库时，要#define USE_SPEECH_DLL
//3，声称和使用静态连接库时，什么都不需要
//4，另外主程 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Mon, 23 May 2011 09:04:22 +0000</pubDate>
    </item>
    <item>
      <title>VFW视频采集方案</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6675</link>
      <description><![CDATA[原文：http://rainbow19860930.blog.sohu.com/118781028.html
视频采集方案分析视频采集是开发视频监控系统的首要步骤，它关系到采集视频数据的质量，因此，视频采集会影响到其后的各种操作（包括视频预览、视频录像、视频回放、图像识别等）。本章将从VFW（Video For W ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Sun, 22 May 2011 12:12:32 +0000</pubDate>
    </item>
    <item>
      <title>VC-摄像头控制SDK源码</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6673</link>
      <description><![CDATA[]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Sat, 21 May 2011 11:07:31 +0000</pubDate>
    </item>
    <item>
      <title>Windows API函数大全</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6665</link>
      <description><![CDATA[原文：http://www.cnblogs.com/cltsq/articles/api.html
1. API之网络函数 
WNetAddConnection 创建同一个网络资源的永久性连接 
WNetAddConnection2 创建同一个网络资源的连接 
WNetAddConnection3 创建同一个网络资源的连接 
WNetCancelConnection 结束一个网络连接 
 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Thu, 19 May 2011 12:42:51 +0000</pubDate>
    </item>
    <item>
      <title>zlib用法简单说明</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6657</link>
      <description><![CDATA[本文的目的是: 简单说明如何把zlib加入到MFC程序中,提供内存压缩功能.
 
1. 如何获得zlib
 
zlib的主页是:http://www.zlib.net/
 
2. 用VC++6.0打开
 
把下载的源代码解压打开,VC6.0的工程已经建好了,在\\projects\\visualc6. 双击zlib.dsw, 可以在VC++6.0中看到里面有3个 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Tue, 17 May 2011 07:24:49 +0000</pubDate>
    </item>
    <item>
      <title>windows sdk编程系列文章 ---- 窗口子类化</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6656</link>
      <description><![CDATA[原文：http://hi.baidu.com/combojiang/blog/item/2c25ff1f23dec7cda78669e1.html

在这一讲，我们将学习什么是窗口子类化和怎样按你所想要的方式方便地使用它。

理论：

如果你曾经在 Windows 环境下编过程序，有时候就会发现：有一个现成的窗口，几乎有你所需要的全 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Mon, 16 May 2011 13:09:43 +0000</pubDate>
    </item>
    <item>
      <title>windows sdk编程系列文章 ---- RichEdit控件语法高亮之一</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6655</link>
      <description><![CDATA[原文：http://hi.baidu.com/combojiang/blog/item/6e65d6f322f81bce0a46e0c0.html
 
在读这篇教程之前先提醒你，这是一个复杂的主题：不适合初学者。这是最后一篇RichEdit 控件教程。

理论： 
语法高亮显示对那些编写文本编辑器的人来说是一个热点主题。最好的解决方法 ...]]></description>
      <category>C、C ++</category>
      <author>天云上人</author>
      <pubDate>Mon, 16 May 2011 13:06:08 +0000</pubDate>
    </item>
  </channel>
</rss>