- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 Saw Wxp’s girl off
Saw Wxp’s girl off Wxp told me that her neighbor would go back Sian by train at 16:17 afternoon In the morning But his neighbor is a high and white girl. And only one girl would take the
2004-10-20 21:31:00
729
1
原创 vxWorks下编写字符设备驱动程序的方法。
1, 标准I/o 函数为 open, create, read, write, ioctl, close , remove.2,核心结构为 a, 设备列表 iosDevShow or devs可以查看系统中安装的设备 b, 驱动程序描述表 iosDrvShow可以查看系统中的驱动程序的个数和各个io函数的地址
2004-10-19 18:41:00
1657
原创 Climbing the Big Nan Hill
, Sunday, a weekend . Xiaopeng and his neighbour -a high and white girl and I had nothing to do, so I said to wangxiaopeng, let we to climb the Nan Hill,OK? "ok", he answered. At 10 am w
2004-10-18 23:42:00
891
1
原创 直接插入排序算法c语言实现。 己它的时间复杂度分析。
问题,用直接插入排序算法实现对顺序表的排序算法。 解决如下。 1纪录类型结构 和 顺序表结构 typedef struct RecordType{ int key; char data[20];}RecordType; #define MAXSIZE 20 typedef struct SqList{ RecordType r[MAXSIZE + 1]; int length;}SqList; 2
2004-06-24 23:34:00
4583
3
原创 oracle8.16在RedHat7.1上的安装步骤
各位网友大家好,oracle在linux上安装的文章在网上随处可见。但没有一篇能让读者按照文章一次安装成功的。说实话,我自己参考了网上文章安装了n次才成功的,深感安装其的痛苦,为了让新的朋友不在有我的痛苦我决心写下这篇文章把我安装的全过程告诉大家并尽可能细化不让细节把大家难住。My name is xiyuxi my mail is sybase8@163.net由于水平有限如有疏漏,请见谅,
2001-12-14 09:36:00
928
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人