﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-心無雜念的空白</title><link>http://www.cppblog.com/lshain/</link><description>Beyond this world...</description><language>zh-cn</language><lastBuildDate>Sun, 05 Apr 2026 18:53:55 GMT</lastBuildDate><pubDate>Sun, 05 Apr 2026 18:53:55 GMT</pubDate><ttl>60</ttl><item><title>图片 变暗</title><link>http://www.cppblog.com/lshain/archive/2012/02/20/166073.html</link><dc:creator>Lshain</dc:creator><author>Lshain</author><pubDate>Mon, 20 Feb 2012 09:06:00 GMT</pubDate><guid>http://www.cppblog.com/lshain/archive/2012/02/20/166073.html</guid><description><![CDATA[//合成运算,其中0xbb可以随意调节，值越大，背景就会越暗<br />R = ( ( ( R &lt;&lt; 8 ) - ( 0xbb * R ) ) + 128 ) &gt;&gt; 8;<br />G = ( ( ( G &lt;&lt; 8 ) - ( 0xbb * G ) ) + 128 ) &gt;&gt; 8;<br />B = ( ( ( B &lt;&lt; 8 ) - ( 0xbb * B ) ) + 128 ) &gt;&gt; 8;<img src ="http://www.cppblog.com/lshain/aggbug/166073.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/lshain/" target="_blank">Lshain</a> 2012-02-20 17:06 <a href="http://www.cppblog.com/lshain/archive/2012/02/20/166073.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>启动MDM</title><link>http://www.cppblog.com/lshain/archive/2012/01/31/164701.html</link><dc:creator>Lshain</dc:creator><author>Lshain</author><pubDate>Tue, 31 Jan 2012 00:25:00 GMT</pubDate><guid>http://www.cppblog.com/lshain/archive/2012/01/31/164701.html</guid><description><![CDATA[C:\Program Files\Common Files\Microsoft Shared\VS7Debug下面的mdm.exe /regserver <img src ="http://www.cppblog.com/lshain/aggbug/164701.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/lshain/" target="_blank">Lshain</a> 2012-01-31 08:25 <a href="http://www.cppblog.com/lshain/archive/2012/01/31/164701.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>