05 2007 档案

UNICODE,GBK,UTF-8区别
摘要:UNICODE,GBK,UTF-8区别 简单来说,unicode,gbk和大五码就是编码的值,而utf-8,uft-16之类就是这个值的表现形式.而前面那三种编码是一兼容的,同一个汉字,那三个码值是完全不一样的.如"汉"的uncode值与gbk就是不一样的,假设uncode为a040,gbk为b030,而uft-8码,就是把那个值表现的形式.utf-8码完全只针对uncode来组织的,如果G... 阅读全文

posted @ 2007-05-31 20:58 cy163 阅读(74974) 评论(17) 推荐(16) 编辑

推荐相关Linux cluster 信息的常用的网站
摘要:... 阅读全文

posted @ 2007-05-31 13:21 cy163 阅读(572) 评论(0) 推荐(0) 编辑

High Performance Linux Clusters with OSCAR, Rocks, OpenMosix, and MPI
摘要:• Table of Contents • Index ... 阅读全文

posted @ 2007-05-31 00:00 cy163 阅读(794) 评论(0) 推荐(0) 编辑

Using gdb and ddd with MPI
摘要:Thus far we have used the debugger to start the program we want to debug. But with MPI programs, we have used mpirun or mpiexec to start programs, which would seem to present a problem.[3] Fortunately... 阅读全文

posted @ 2007-05-30 23:42 cy163 阅读(1589) 评论(1) 推荐(1) 编辑

Hints for Debugging Parallel Programs
摘要:Using ddd/gdb: Use of a debugging tool like gdb can save you large amounts of time and frustration in any debugging project. But it is especially useful in debugging parallel programs. Whenever possi... 阅读全文

posted @ 2007-05-30 22:25 cy163 阅读(371) 评论(0) 推荐(0) 编辑

华中科技大学主校区论文被《SCI》收录的研究
摘要:三章 对华中科技大学主校区论文被《SCI》收录的研究 返回 我们依据《SCI》来源索引中... 阅读全文

posted @ 2007-05-28 20:00 cy163 阅读(1233) 评论(0) 推荐(0) 编辑

SCI收录杂志名录
摘要:SCI收录杂志名录 FULL JOURNAL TITLES2002 JCR Science Edition SCI收录杂志名录AA N A E-APPROCHE NEUROPSYCHOLOGIQUE DES APPRENTISSAGES CHEZ L ENFANTAAPG BULLETINAAPS PHARMSCIAATCC REVIEWABDOMINAL IMAGINGABHANDLUNGE... 阅读全文

posted @ 2007-05-27 00:01 cy163 阅读(7542) 评论(0) 推荐(0) 编辑

Computer Science Conference Rankings
摘要:AREA: Databases Rank 1: SIGMOD: ACM SIGMOD Conf on Management of Data PODS: ACM SIGMOD Conf on Principles of DB Systems VLDB: Very Large Data Bases ICDE: Intl Conf on Data Eng... 阅读全文

posted @ 2007-05-26 23:46 cy163 阅读(1110) 评论(0) 推荐(0) 编辑

ofstream/ifstream 文本/二进制 方式 读入/写出 数据方法
摘要:文件 I/O 在C++中比烤蛋糕简单多了。 在这篇文章里,我会详细解释ASCII和二进制文件的输入输出的每个细节,值得注意的是,所有这些都是用C++完成的。 一、ASCII 输出 为了使用下面的方法, 你必须包含头文件(译者注:在标准C++中,已经使用取代,所有的C++标准头文件都是无后缀的。)。这是 的一个扩展集, 提供有缓冲的文件输入输出操作. 事实上, 已经被包含了, 所以你不必包含所... 阅读全文

posted @ 2007-05-26 09:16 cy163 阅读(34612) 评论(4) 推荐(1) 编辑

Linux下控制台无法显示中文,LC_ALL=zh_CN LANG=zh_CN 添加到.bashrc
摘要:把 LC_ALL=zh_CNLANG=zh_CN添加到 .bashrc 文件中。添加完成后,一定要重新启动机器,方能生效。但在vnc环境下,最小化一个console后,任务栏无法出现其对应标志。变通做法是双击 console窗口的顶部title bar 使其在桌面最小化。也可尝试只添加,LANG=zh_CN一行 阅读全文

posted @ 2007-05-26 07:21 cy163 阅读(5179) 评论(0) 推荐(0) 编辑

并行计算中,借助参数--myid--把多个计算任务分配给numprocs个进程
摘要:并行计算程序设计时,常面临把 一系列任务分配给 n个节点的问题。比如,在经典的计算pi值的程序中 for (i = myid + 1; i <= n; i += numprocs) { x = h * ((double)i - 0.5); sum += f(x); } myid出现在循环设计中,它的出现使得,各个进程(节点)对循环作不同的解释,比如 numprocs=3,... 阅读全文

posted @ 2007-05-26 07:11 cy163 阅读(454) 评论(0) 推荐(0) 编辑

Beyond Linux From Scratch
摘要:http://docs.huihoo.com/gnu_linux/lfs/blfs-1.0/index.html 阅读全文

posted @ 2007-05-23 22:24 cy163 阅读(207) 评论(0) 推荐(0) 编辑

http://www.huihoo.com/ 灰狐网站 Linux 专业网站
摘要:。joyfire.net (2004.10.26) 。车东开发笔记 (2004.10.26) 。Linux一句话问答 (2004.02.09) 。2003 Linux Journal Readers' Choice Awards 。ibiblio's linux archive Website 。Linux From Scratch 版本 20021030 (2003.11.15) 。Beyond... 阅读全文

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

Linux 各类 程序 的配置文件 的目录位置,如网络配置文件,硬件配置文件
摘要:启动引导程序配置文件LILO /etc/lilo.confGRUB /boot/grub/menu.lst 系统启动文件核脚本主启动控制文件 /etc/inittabSysV启动脚本的位置 /etc/init.d、/etc/rc.d/init.d或/etc/rc.dSysV启动脚本链接的位置 /etc/init.d/rc?.d、/etc/rc.d/rc?.d或/etc/rc?.d本地启动脚本 /... 阅读全文

posted @ 2007-05-23 22:01 cy163 阅读(2188) 评论(0) 推荐(0) 编辑

RedHat终端中文乱码解决
摘要:RedHat终端中文乱码解决 修改 / etc / sysconfig / i18n文件,将其改成以下内容: LANG = "zh_CN.GB18030 "LANGUAGE = "zh_CN.GB18030:zh_CN.GB2312:zh_CN "SUPPORTED = "zh_CN.UTF-8:zh_CN:zh:en_US.UTF-8:en_US:en "SYSFONT = "lat0-sun1... 阅读全文

posted @ 2007-05-23 21:22 cy163 阅读(5221) 评论(1) 推荐(0) 编辑

用 VNC 远程图形化登录 Linux (VNC 全屏显示)
摘要:VNC简介』 网络遥控技术是指由一部计算机(主控端)去控制另一部计算机(被控端),而且当主控端在控制端时,就如同用户亲自坐在被控端前操作一样,可以执行被控端的应用程序,及使用被控端的系统资源。 VNC(Virtual Network Computing)是一套由AT&T实验室所开发的可操控远程的计算机的软件,其采用了GPL授权条款,任何人都可免费取得该软件。VNC软件主要由两个部分组成:VNC s... 阅读全文

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

今天 发现 LCD显示器 出现 "OSD Lockout" 并且无法对显示器进行调节,解决方法如文中所示
摘要:When the monitor is set correctly for its intended application, it isrecommended to enable OSD lockout function to prevent accidentaladjustment by casual user.To lock the OSD: When there is no OSD dis... 阅读全文

posted @ 2007-05-22 21:30 cy163 阅读(4749) 评论(0) 推荐(0) 编辑

信息检索领域相关资料 zz
摘要:信息检索领域相关资料 zz zz from http://net.pku.edu.cn/~webg/IR-Guide.txt 信息检索领域相关资料 (A Guide to Information Retrieval)Organized by Hongfei YanLast updated on April 19, 2006---------------------ContentsBooks... 阅读全文

posted @ 2007-05-21 22:57 cy163 阅读(291) 评论(0) 推荐(0) 编辑

Vector Space Model --- unique words selected as dimensions
摘要:Vector Space Model The basic idea is to represent each document as a vector of certain weighted word frequencies. In order to do so, the following parsing and extraction steps are needed. Ignori... 阅读全文

posted @ 2007-05-18 22:13 cy163 阅读(386) 评论(1) 推荐(0) 编辑

BladeCenter JS21维修过程记录
摘要:五。一节前最后一天下班前将BladeCenter关闭。节后重新开启BladeCenter后,从座位上的PC 以SSH方式以及ping 的方式都无法访问机房的IP地址是192.168.0.1的刀片服务器。故障信息是host unreachable. 后来发现,192.168.0.2以及192.168.0.3是可以ping通的。在彦平处也发现192.168.0.1 ping不同,但192.168.0.... 阅读全文

posted @ 2007-05-17 23:38 cy163 阅读(355) 评论(0) 推荐(0) 编辑

C++ Programming HOW−TO
摘要:www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-13.htmlTable of ContentsC++ Programming HOW−TO............................................................................................................ 阅读全文

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

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

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

www.yzcode.com Flash广告下载,自己利用从此网站下载的Flash广告制作了自己第一个广告
摘要:www.yzcode.com 素材世界 阅读全文

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

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 阅读(868) 评论(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 阅读(424) 评论(0) 推荐(0) 编辑

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 阅读(4693) 评论(3) 推荐(1) 编辑

免费 网页模板
摘要:Open Designs opendesigns.org Open Source Web Design oswd.org Open Web Design openwebdesign.org 阅读全文

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示