<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/ly_liuyang" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ly_liuyang" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 18 Apr 2009 12:24:00 GMT</lastBuildDate><title>LYSoft</title><description>powered by Liu Yang</description><link>http://blog.csdn.net/ly_liuyang/</link><item><title>LYSoft出品之QQ去广告+本地会员外挂原理 (QQ2009版本)</title><link>http://blog.csdn.net/ly_liuyang/archive/2009/04/18/4089456.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/4089456.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/4089456.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4089456</trackback:ping><description>LYSoft出品之QQ去广告+本地会员外挂原理 (QQ2009版本)不经意又到了09年4月17了,此文发布已经大半年了,QQ2009正式版刚好推出以前的QQ2009Beta版本,偶就懒的动了,正式版嘛,还要看看的QQ2009本地会员原理:(by LYSoft Liu Yang)PE Explorer分析看了,新的QQ2009采用COM结构,以前的本地VIP之类的功能都不能用了忍不住分析看看,仍见IsVIP函数,但是已经失效,Hook了毫无效果找了1个多小时,终于发现秘密,原来QQ2009已经换了函数来处理这个在KernelUtil的?IsFlagValid@Contact@Util@@YAHKK@Z就是判断QQ可用的服务,其实质处理的事情就是QQ2008的IsQQServiceEnable@@YAHI@Z这次破解连反汇编和动态调试都用不上,一个看DLL Import和Export表的工具&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/4089456.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Apr 2009 20:24:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2009/04/18/4089456.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2009/04/18/4089456.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>Max internel clock speed about LPC901</title><link>http://blog.csdn.net/ly_liuyang/archive/2008/12/21/3575433.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/3575433.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/3575433.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3575433</trackback:ping><description>LPC901是NXP的8 Pins 8位单片机,有6个IO,128 Bytes RAM, 1K Flash,便宜得很,才3快多
当使用内部RC振荡器的时候,通常主频就是7.x MHz,速度不够快
这其实是可以通过修改TRIM实现12MHz的频率而无需使用外部晶振的
0就最快,大于0就逐渐慢下来的

// set RC CLK speed to about 12MHz-, 5:0 = 0 max speed about 12MHz+
TRIM = 0x7;  大约12MHz

TRIM |= 0x40; while (1); // debug for output CLK/2 调试输出1/2主频&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/3575433.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 Dec 2008 04:13:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2008/12/21/3575433.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2008/12/21/3575433.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>移植uCOS到STR9的一些心得</title><link>http://blog.csdn.net/ly_liuyang/archive/2008/12/21/3575427.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/3575427.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/3575427.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3575427</trackback:ping><description>玩STR9一段时间的,我用的是STR912FW44,属于STR91x系列中,档次较高的那个,有512K Flash和96K SRAM,96MHz的主频,足以全面取代普通单片机的.&lt;br /&gt;&lt;br /&gt;比较有趣的是STR9的指令集是兼容ARM7的,所以无怪乎称为ARM7的加强版.&lt;br /&gt;玩ARM9也不难的,都是Firmware调用,有点类似API,比起单片机直接操作寄存器方便多的.&lt;br /&gt;不过ARM9的资源就是多呢,玩着就是功能强大,有USB2和MAC,使得做微型网络服务器成为事实.&lt;br /&gt;&lt;br /&gt;STR9是不带MMU的,虽然能Run ucLinux,但没有Porting,也就只好玩uCOS的.&lt;br /&gt;在网上搜索了几下,终于找到了最新的uCOS2.86,下载之,再去官方网站找到ARM Port,放进去Compile,N个Error -_#!&lt;br /&gt;咋回事?原来Porting只是OS部分,还得要BootLoader的支持,不论是ST官方的BootLoader还是Keil ReadView MDK的,都是不适用的,郁闷,只好自己动手丰衣足食的.&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/3575427.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 Dec 2008 04:11:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2008/12/21/3575427.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2008/12/21/3575427.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>LY RTOS for WinAVR</title><link>http://blog.csdn.net/ly_liuyang/archive/2008/06/23/2578781.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/2578781.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/2578781.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2578781</trackback:ping><description>LY RTOS for WinAVR,LYSoft出品的最简AVR单片机RTOS实时操作系统源码,其大小仅3K多,占内存100多Bytes,非常适合MEGA32等硬件资源有限而无法移植ucOS2的单片机使用,LY RTOS具备基本的任务调度和事件信号量同步,完全满足单片机嵌入式开发的需要.&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/2578781.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Jun 2008 22:45:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2008/06/23/2578781.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2008/06/23/2578781.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>Fix EEPROM access error for WinAVR</title><link>http://blog.csdn.net/ly_liuyang/archive/2008/05/22/2469513.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/2469513.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/2469513.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2469513</trackback:ping><description>&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/2469513.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 May 2008 22:26:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2008/05/22/2469513.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2008/05/22/2469513.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>解决Delphi的剪贴板的AsText方法乱码的问题</title><link>http://blog.csdn.net/ly_liuyang/archive/2007/09/28/1804562.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/1804562.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/1804562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1804562</trackback:ping><description>解决Delphi的剪贴板的AsText方法乱码的问题&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/1804562.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 28 Sep 2007 18:54:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2007/09/28/1804562.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2007/09/28/1804562.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>LYSoft之QQ去广告+本地会员外挂原理</title><link>http://blog.csdn.net/ly_liuyang/archive/2007/09/28/1804552.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/1804552.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/1804552.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1804552</trackback:ping><description>LYSoft之QQ去广告+本地会员+外挂+原理&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/1804552.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 28 Sep 2007 18:51:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2007/09/28/1804552.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2007/09/28/1804552.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>LYSoft站点改版</title><link>http://blog.csdn.net/ly_liuyang/archive/2006/08/14/1061243.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/1061243.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/1061243.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1061243</trackback:ping><description>LYSoft&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/1061243.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 14 Aug 2006 16:51:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2006/08/14/1061243.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2006/08/14/1061243.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>屏幕截图完美解决方案 --- LYSoft Liu Yang</title><link>http://blog.csdn.net/ly_liuyang/archive/2006/02/15/599384.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/599384.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/599384.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=599384</trackback:ping><description>屏幕截图完美解决方案 --- LYSoft Liu Yang&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/599384.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Feb 2006 20:07:00 +0800</pubDate><author>LYSoft</author><comments>http://blog.csdn.net/ly_liuyang/archive/2006/02/15/599384.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2006/02/15/599384.aspx</guid><dc:creator>LYSoft</dc:creator></item><item><title>屏闭2000/XP/2003系统的Ctrl+Alt+Del热键</title><link>http://blog.csdn.net/ly_liuyang/archive/2006/01/04/569798.aspx</link><wfw:comment>http://blog.csdn.net/ly_liuyang/comments/569798.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ly_liuyang/comments/commentRss/569798.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=569798</trackback:ping><description>屏闭2000/XP/2003系统的Ctrl+Alt+Del热键&lt;img src =&quot;http://blog.csdn.net/ly_liuyang/aggbug/569798.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Jan 2006 18:14:00 +0800</pubDate><author>ly_liuyang</author><comments>http://blog.csdn.net/ly_liuyang/archive/2006/01/04/569798.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ly_liuyang/archive/2006/01/04/569798.aspx</guid><dc:creator>ly_liuyang</dc:creator></item></channel></rss>