i-mimi

Yesterday is history, tomorrow is a mystery, today is a gift.

用户操作
[即时聊天] [发私信] [加为好友]
imimiID:i_mimi
24822次访问,排名5036,好友4人,关注者9人。
I love mimi, my little lovely
daughter.
i_mimi的文章
原创 37 篇
翻译 1 篇
转载 83 篇
评论 1 篇
最近评论
vvukqr:wow power leveling
文章分类
收藏
    相册
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes
    2008年10月29日

    转载 An Essay on Endian Order收藏

    Depending on which computing system you use, you will have to consider the byte order in which multibyte numbers are stored, particularly when you are writing those numbers to a file. The two orders are called "Little Endian" and "Big Endian". 阅读全文>

    发表于 @ 2008年10月29日 20:42:00|评论(loading...)|收藏

    2008年10月26日

    转载 Understanding Big and Little Endian Byte Order收藏

    Problems with byte order are frustrating, and I want to spare you the grief I experienced. Here's the key: Problem: Computers speak different languages, like people. Some write data "left-to-right" and others "right-to-left". A machine can read its own data just fine - problems happen when one computer stores data and a different type tries to read it. Solutions Agree to a common format (i.e., all network traffic follows a single format), or Always include a header that describes th阅读全文>

    发表于 @ 2008年10月26日 15:18:00|评论(loading...)|收藏

    原创 快乐生活收藏

    同样的事情,不同的人,不同的角度,不同的感悟,我们光看到鸟得渺小,但,却体会不到飞翔的快乐。 阅读全文>

    发表于 @ 2008年10月26日 14:43:00|评论(loading...)|收藏

    转载 C++ boost 库(先贴点资料有时间再研究)收藏

    Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,,作为标准库的后备,是C++标准化进程的发动机之一。 Boost库由C++标准委员会库工作组成员发起,其中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,其成员已近2000人。 Boost库为我们带来了最新、最酷、最实用的技术,是不折不扣的“准”标准库。阅读全文>

    发表于 @ 2008年10月26日 11:01:00|评论(loading...)|收藏

    2008年09月27日

    转载 dBm和dB的关系收藏

    dBm是功率的单位,1dbm等于1毫瓦,也就是千分之一瓦。 db则是标量,没有单位,表示对某个数取对数再乘以10,以简化某些很大或很小的数字。 阅读全文>

    发表于 @ 2008年09月27日 16:48:00|评论(loading...)|编辑|收藏

    2008年08月27日

    转载 Programatically Turning the Pocket PC WLAN Adapter On and Off 收藏

    Here is another frequently requested Pocket PC programming trick. With the wide adoption of WiFi / 802.11x wireless for PDAs, Pocket PC developers very frequently want to programatically turn the wireless LAN adapter on their device on or off. There are various reasons for this, not least of which is the desire to exercise greater control over the power consumption of the wireless radio.阅读全文>

    发表于 @ 2008年08月27日 17:26:00|评论(loading...)|编辑|收藏

    2008年07月23日

    转载 NDISUIO Operations收藏

    ndisuio.sys is a process belonging to the NDIS(Network Device Interface Specification) User Mode I/O (NDISUIO) NDIS protocol driver which offers support for wireless devices such as Bluetooth and the like. This program is important for the stable and secure running of your computer and should not be terminated.阅读全文>

    发表于 @ 2008年07月23日 14:16:00|评论(loading...)|编辑|收藏

    2008年07月18日

    转载 Live Mesh: First Look at Microsoft's New Platform收藏

    Here, there, everywhere Live Mesh puts you at the center of your digital world, seamlessly connecting you to the people, devices, programs, and information you care about— available wherever you happen to be.阅读全文>

    发表于 @ 2008年07月18日 15:44:00|评论(loading...)|编辑|收藏

    2008年07月10日

    转载 Handling unmanaged memory pointers in managed memory收藏

    This article explores some of the issues in using libraries of unmanaged memory in the new managed memory environment (.Net). We take a look directly at the memory address (pointer) interfaces provided by these libraries and methodologies are presented in C# for manipulating this memory in .Net. 阅读全文>

    发表于 @ 2008年07月10日 10:20:00|评论(loading...)|编辑|收藏

    2008年07月04日

    转载 How To Organize Template Source Code收藏

    This article is aimed at developers who understand templates well enough to use them, but are not very experienced at developing them. Here, I will cover only template classes and not template functions, but the principles are the same in both cases. 阅读全文>

    发表于 @ 2008年07月04日 10:19:00|评论(loading...)|编辑|收藏

    2008年07月03日

    原创 const_cast & static_cast收藏

    if you want to remove the const attribute from a class or a pointer, const_cast can be helpful.阅读全文>

    发表于 @ 2008年07月03日 21:24:00|评论(loading...)|编辑|收藏

    原创 error C2872: ‘IServiceProvider’ : ambiguous symbol; 收藏

    error C2872: ‘IServiceProvider’ : ambiguous symbol using namespace System using /clr , there is an error when complie my project.the problem has been put me out for one whole day, happy to let it go at that.阅读全文>

    发表于 @ 2008年07月03日 21:04:00|评论(loading...)|编辑|收藏

    Csdn Blog version 3.1a
    Copyright © imimi