上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 107 下一页

2007年5月14日

C++ Online Textbooks and Docs

摘要: http://www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-13.html 阅读全文

posted @ 2007-05-14 23:05 cy163 阅读(285) 评论(0) 推荐(0) 编辑

2007年5月8日

www.yzcode.com Flash广告下载,自己利用从此网站下载的Flash广告制作了自己第一个广告

摘要: www.yzcode.com 素材世界 阅读全文

posted @ 2007-05-08 23:34 cy163 阅读(739) 评论(1) 推荐(0) 编辑

2007年5月6日

copy constructor, constructor, friend, basic idea on C++

摘要: Any data which is declared private inside a class is not accessible from outside the class. A function which is not a member or an external class can never access such private data. But there may be s... 阅读全文

posted @ 2007-05-06 16:47 cy163 阅读(865) 评论(0) 推荐(0) 编辑

An equivelent to CFile::Write(); Object serilization

摘要: I have a struct struct S{string Str;int Score;} to store personal info. In VC++ 6.0, I can use CFile::Write() to those struct instances, corresponding to individual personal info, into hard disk file... 阅读全文

posted @ 2007-05-06 16:01 cy163 阅读(420) 评论(0) 推荐(0) 编辑

2007年5月2日

Javascript 仿Flash 图片切换 及 Flash 图片切换

摘要: 1。 Javascript 仿Flash 图片切换 http://www.fansart.com/cweb/200669141456.asp 2. 19款网站常见多图片自动轮播banner源码http://bbs.blueidea.com/thread-2729702-1-1.html点击图片进入下载页 点击文字查看效果演示韩国滚动图片banner17(仿三维空间前后替换) 韩国滚动... 阅读全文

posted @ 2007-05-02 02:53 cy163 阅读(4688) 评论(3) 推荐(1) 编辑

2007年5月1日

免费 网页模板

摘要: Open Designs opendesigns.org Open Source Web Design oswd.org Open Web Design openwebdesign.org 阅读全文

posted @ 2007-05-01 11:37 cy163 阅读(500) 评论(0) 推荐(0) 编辑

2007年4月30日

C++代码静态分析工具-Prefast

摘要: Prefast是一种代码分析工具,它能够帮助你找到编译器不能找到的错误或者缺陷。Prefast首次被微软集成到Visual Studio 2005 Team Suite中去,使用起来非常方便vc6中使用Prefast的方法: prefast是附带在微软的DDK中的 In VC6 project 1. Install Windows IFS Kit and DDK package 2. Execut... 阅读全文

posted @ 2007-04-30 23:13 cy163 阅读(1927) 评论(2) 推荐(0) 编辑

循环中删除map元素的写法; 在C++环境下,实现一行一行地读入文本文档

摘要: 14. 循环中删除map元素的写法 // for vector, deque template inline void vector_erase(Container & c, T const& t) { c.erase(std::remove(c.begin(), c.end(), t), c.end()); } template inline void vector_erase_if(Con... 阅读全文

posted @ 2007-04-30 22:55 cy163 阅读(3662) 评论(0) 推荐(1) 编辑

2007年4月28日

linux下查看cpu信息

摘要: cat /proc/cpuinfocat /proc/ioportscat /proc/meminfo dmidecode是从bios中读取信息,但如果bios被动过手脚了,其不是得到的是假信息?有没有直接探测硬件信息的命令,也就是说直接从硬件那里读取信息,而不是从系统或bios类似的地方。 hwbrowser 不妨一试 阅读全文

posted @ 2007-04-28 21:39 cy163 阅读(1009) 评论(0) 推荐(0) 编辑

IBM BladeCenter 介绍

摘要: 菜鸟学堂 了解什么是IBM BLadeCenter 2007年03月30日 09:31 源自:中关村在线 【 字号: 大 中 小 】 作者:中关村在线 王智超 在此之前,我们ZOL菜鸟学堂已经介绍了两期IBM BLadeCenter新技术,从随需应变到散热技术都为用户作了详细的介绍及分析,但仍然有用户不了解究竟什么是IBM BLadeCenter,此次我们将针对IBM BLadeC... 阅读全文

posted @ 2007-04-28 20:45 cy163 阅读(1799) 评论(0) 推荐(0) 编辑

上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 107 下一页

导航