上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 107 下一页

2007年6月16日

Gtk_Init(int argc, char *argv[]) argv[0]可以指向 另一个程序的可执行文件名

摘要: 最傻的分窗口显示三个进程的程序! 这个是课程设计的一个作业,我用的是该死的RadHad9.03,单个窗口程序运行都没有错误,但是放到一起就不能弹出窗口,放到别的系统(如debian)下就没有这个问题!真是该死!(注:现在问题已经解决) 1,窗口程序: #include #include #include void destroy (GtkWidget *widget,gpointer *da... 阅读全文

posted @ 2007-06-16 21:36 cy163 阅读(3175) 评论(0) 推荐(0) 编辑

关于 Gtk 的入门级系列文章 http://fanqiang.chinaunix.net/a4/b8/20010427/133046.html

摘要: http://fanqiang.chinaunix.net/a4/b8/20010427/133046.html 阅读全文

posted @ 2007-06-16 09:23 cy163 阅读(256) 评论(0) 推荐(0) 编辑

关于GtkTreeView和 MVC的一篇好文章 入木三分

摘要: http://rat.nutn.edu.tw/~slayer/myarticle/gtk_tree_view_tutorial.html Author: qrtt1 2006/07/11 Preface 想要使用GtkTreeView實在不是一件"簡單"的事。我在這把簡單特意括了起來,是因為要提醒您一下。我並不是想要暗示您聯想到他是很難的,在這裡我選擇了另一種相對的意義 -- 繁複。步驟多了一... 阅读全文

posted @ 2007-06-16 01:47 cy163 阅读(2873) 评论(1) 推荐(1) 编辑

Gtk对于通常的gui程序,大家想做的事就是做一点事件处理(包括各种计算、文件操作等),然后在界面上显示出来

摘要: 以下内容全部为个人在linux下编程的经验,为个人原创。如转载请注明出处,并请保持文章完整。 编写GTK+程序基本思想 社团 linuxfans 作者 sagaeon 对于通常的gui程序,大家想做的事就是做一点事件处理(包括各种计算、文件操作等),然后在界面上显示出来。以下分步骤以gtk为例地介绍一些概念上的入门知识。(因所看资料已无法找到,不对之处请大家指出)。 一我们想完成什么功能及会碰到的... 阅读全文

posted @ 2007-06-16 00:39 cy163 阅读(2442) 评论(2) 推荐(0) 编辑

2007年6月10日

一个混合 MPI_Init() 和 gtk_init() 的实例序

摘要: int main (int argc, char *argv[]){ int i, n; pthread_t draw_thread;#ifdef USEMPI MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &num_nodes); MPI_Comm_rank(MPI_COMM_WORLD, &rank);#endif ... 阅读全文

posted @ 2007-06-10 21:55 cy163 阅读(1170) 评论(0) 推荐(0) 编辑

GTK+图形化应用程序开发学习笔记

摘要: http://blog.chinaunix.net/u/22935/showart_305786.html一、初始化GTK+ 写GTK+程序需要调用gtk_init函数对GTK+ 库函数进行初始化。 1. 名称:: gtk_in... 阅读全文

posted @ 2007-06-10 21:41 cy163 阅读(2730) 评论(1) 推荐(0) 编辑

2007年6月2日

Part 3--Chapter 8-7) High Performance Linux Clusters with OSCAR, Rocks, OpenMosix, and MPI

摘要: Part III: Building Custom Clusters This section describes individual components and software that you should consider when building you... 阅读全文

posted @ 2007-06-02 23:20 cy163 阅读(1341) 评论(0) 推荐(0) 编辑

(Part 2--Chapter 5-7) High Performance Linux Clusters with OSCAR, Rocks, OpenMosix, and MPI

摘要: Part II: Getting Started Quickly This section describes the installation of three software packages that, when installed, will provide you with a complete working cluster. These packages differ radic... 阅读全文

posted @ 2007-06-02 20:50 cy163 阅读(1439) 评论(0) 推荐(0) 编辑

(Part 1--Chapter 1-4) High Performance Linux Clusters with OSCAR, Rocks, OpenMosix, and MPI

摘要: Part I: An Introduction to ClustersThe first section of this book is a general introduction to clusters. It is largely background material. Readers already familiar with clusters may want to quickly s... 阅读全文

posted @ 2007-06-02 19:37 cy163 阅读(1405) 评论(0) 推荐(0) 编辑

2007年5月31日

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 阅读(74954) 评论(17) 推荐(16) 编辑

上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 107 下一页

导航