09 2005 档案

未知=诱惑?
摘要:为什么有的人有梦想,却放弃实现梦想的机会?为什么喜欢一个人却不敢光明正大的追?是逃避现实吗?或许有点这个成分。但是更多的或许是怕后来的失望。记得好几个朋友跟我说过,最喜欢的就是两个人都对对方有意思,但是却没有捅破的时候。这可能就是未知对人们的诱惑吧。记得原来小时候,看了电影《智取华山》,从那时候起... 阅读全文

posted @ 2005-09-11 19:11 爱你一万年123 阅读(122) 评论(0) 推荐(0) 编辑

DELL笔记本安装Solaris的问题及解决
摘要:DELL笔记本安装Solaris的问题及解决作者: BadcoffeeEmail: blog.oliver@gmail.com2005年9月硬件: DELL D610 笔记本安装版本为:Solaris 10 GA版和Solaris Express 08/05关于Solaris Express 08... 阅读全文

posted @ 2005-09-08 09:14 爱你一万年123 阅读(277) 评论(0) 推荐(0) 编辑

简单的纸牌
摘要:#include struct card{ int no; //牌的序号 int zf; //牌的状态}card[52];void main(){ int i,j; printf("52张牌的原状态:/n");for(i=1;i<=5... 阅读全文

posted @ 2005-09-05 22:46 爱你一万年123 阅读(91) 评论(0) 推荐(0) 编辑

The .NET Framework(非原创---外教讲义)
摘要:The .Net Framework TopicsUnderstanding .NET Framework Common Language Runtime (CLR) ... 阅读全文

posted @ 2005-09-03 10:54 爱你一万年123 阅读(154) 评论(0) 推荐(0) 编辑

An Introduction to .NET(非原创---外教讲义)
摘要:An Introduction to .NET Basic concept of .Net ProgrammingSet of instructions provided to computer is called programming.Program development cycleProg... 阅读全文

posted @ 2005-09-03 10:49 爱你一万年123 阅读(139) 评论(0) 推荐(0) 编辑

求出一个排序二叉树中结点度数为一的结点个数
摘要:#include#include#include#include#include#define ERROR 0#define STACK_INIT_SIZE 100#define OVERFLOW -1#define FALSE 0#define TRUE 1#define OK 1int i=0... 阅读全文

posted @ 2005-09-03 10:20 爱你一万年123 阅读(370) 评论(0) 推荐(0) 编辑

用单循环链表存储一个环上的数据,并计算任意两个相邻元素之差是否超过2
摘要:#include#include typedef struct node{ int data; struct node *next;}Lnode,*LinkList; //假设下面的单循环链表均为带头结点,而且L指向尾结点。 void CreatLinkList(LinkList &L){//... 阅读全文

posted @ 2005-09-03 10:17 爱你一万年123 阅读(233) 评论(0) 推荐(0) 编辑

查找二叉排序树中最大的键值(c代码)
摘要:#include#includestruct tree{ char key; struct tree *Lchild,*Rchild;};struct tree *create_btree(struct tree *t,struct tree *r,char key){ if (r ==0 ... 阅读全文

posted @ 2005-09-03 10:09 爱你一万年123 阅读(294) 评论(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
点击右上角即可分享
微信分享提示