捕鱼者说
授之以鱼,不如授之以渔
博客园
园子
首页
联系
管理
订阅
随笔- 170 文章- 0 评论- 35
05 2008 档案
排序算法比较
摘要: 按平均时间将排序分为四类:(1)平方阶(O(n2))排序 一般称为简单排序,例如直接插入、直接选择和冒泡排序;(2)线性对数阶(O(nlgn))排序 如快速、堆和归并排序;(3)O(n1+£)阶排序 £是介于0和1之间的常数,即0<£<1,如希尔排序;(4)线性阶(O(n))排序 如桶、箱和基数排序。各种排序方法比较 简单排序中直接插入最好,快速排序最快,当文件为正序时,直接插...
阅读全文
posted @
2008-05-26 22:56
fishert 阅读(482) |
评论 (0)
编辑
调试LINUX驱动的方法
摘要: 1.通过printk消息2.通过#DEBUG预处理3.通过/proc系统4.通过ioctl系统调用5.通过strace命令
阅读全文
posted @
2008-05-21 14:03
fishert 阅读(1455) |
评论 (3)
编辑
pads 2007的概述
摘要: 主要工作:1.创建板2.导入网表3.设计规则4.设计栅格5.移动part6.布线7.创建层8.生成报表...
阅读全文
posted @
2008-05-21 13:00
fishert 阅读(253) |
评论 (0)
编辑
2008/5/20
摘要: console 安慰the works 全套Nothing is too difficult if you put your heart into it . 世上无难事,只要肯攀登.So that explains it 这就说得通了
阅读全文
posted @
2008-05-20 23:06
fishert 阅读(72) |
评论 (0)
编辑
C++ 调用DLL方法
摘要: ①LIB文件直接加入到工程文件列表中 在VC中打开File View一页,选中工程名,单击鼠标右键,然后选中"Add Files to Project"菜单,在弹出的文件对话框中选中要加入DLL的LIB文件即可。 ②设置工程的 Project Settings来加载DLL的LIB文件 打开工程的 Project Settings菜单,选中Link,然后在Object/library modu...
阅读全文
posted @
2008-05-20 20:22
fishert 阅读(10303) |
评论 (0)
编辑
2008/5/19
摘要: donate 捐赠greasy spoon 小饭馆Learn wisdom from the follies of others 从别人的愚行中学到智慧.stand someone up 放某人鸽子
阅读全文
posted @
2008-05-19 22:59
fishert 阅读(62) |
评论 (0)
编辑
2008/5/17
摘要: rap 法律上的用语,控诉,处罚one ear and out the other 一只耳朵进另一只出Beggars can't be choosers. 乞丐别挑Is there someone else? 你有人啦?used to/beused to 过去常常/现在习惯于
阅读全文
posted @
2008-05-17 23:27
fishert 阅读(50) |
评论 (0)
编辑
2008/5/16
摘要: change horses in the middle of the stream 中途换人You should check this out. 你应该来看看.He that would eat the fruit must climb the tree. 不劳而获What have you got to lose? 你还有什么好失去的
阅读全文
posted @
2008-05-17 22:39
fishert 阅读(53) |
评论 (0)
编辑
一些电路上的概念
摘要: 1.SPI接口:Serial Peripheral Interface(串行外围接口),工作方式为主从方式. 用于CPU与外围低速设备间的串行通信. 它的pin有:MOSI,MISO,SS,SCLK2.PWM(pulse Width Modulation)脉宽调制3.MAT1.2PWM output for Timer 1, channel 3.4.VDD1.8 内核进行所需的电压1.8V,其它都...
阅读全文
posted @
2008-05-16 16:32
fishert 阅读(266) |
评论 (0)
编辑
Cadence orCAD 15.7 使用心得
摘要: 1.字母取反使用"\"符.例如,"R\S\T\"的效果就是RST取反2.修改元件后,Update Cache的方法:在管理面板中选中Design Cache中的库元件,点击Design->Update Cache命令3.Pin值可以让它不显示,但一定要有值4.在Part编辑页双击part中心的空白处,可弹出属性对话框,可修改Pin的visible值5.将原理图导出为PDF文件,可安装一个虚拟...
阅读全文
posted @
2008-05-10 21:21
fishert 阅读(1459) |
评论 (1)
编辑
2008/5/10
摘要: spontaneous 自发的jump on the bandwagon 靠向这边Burning the midnight oilis nerver a good idea. 开夜车总不是办法.Strong in action,gentle in method. 行动要坚强,方式要温和. You shouldn't be so hard on yourself. 你不要对自己太苛刻.
阅读全文
posted @
2008-05-10 16:32
fishert 阅读(57) |
评论 (0)
编辑
2008/5/9
摘要: haunt 鬼缠身pull one's leg 逗人玩
阅读全文
posted @
2008-05-10 00:32
fishert 阅读(60) |
评论 (0)
编辑
2008/5/8
posted @
2008-05-08 12:20
fishert 阅读(34) |
评论 (0)
编辑
2008/5/7
posted @
2008-05-07 20:09
fishert 阅读(20) |
评论 (0)
编辑
2008/5/6
posted @
2008-05-06 16:39
fishert 阅读(25) |
评论 (0)
编辑
2008/5/5
posted @
2008-05-06 00:14
fishert 阅读(33) |
评论 (0)
编辑
2008/5/4
posted @
2008-05-04 19:59
fishert 阅读(29) |
评论 (0)
编辑
Linux 0.11内核代码笔记
posted @
2008-05-04 16:16
fishert 阅读(439) |
评论 (0)
编辑
2008/5/3
posted @
2008-05-03 18:26
fishert 阅读(19) |
评论 (0)
编辑
ASCII码表
posted @
2008-05-03 16:50
fishert 阅读(7911) |
评论 (0)
编辑
IT职场中外企面试最爱提的问题TOP10 [转]
posted @
2008-05-02 20:47
fishert 阅读(49) |
评论 (0)
编辑
笔试题总结
posted @
2008-05-02 20:47
fishert 阅读(104) |
评论 (0)
编辑
2008/5/2
posted @
2008-05-02 20:20
fishert 阅读(10) |
评论 (0)
编辑
Linux常用C函数
posted @
2008-05-02 16:40
fishert 阅读(80) |
评论 (0)
编辑
嵌入式系统开发学习如何起步、如何深入?[转]
posted @
2008-05-02 16:12
fishert 阅读(512) |
评论 (0)
编辑
嵌入式程序员应该知道的十个问题[转]
posted @
2008-05-01 20:11
fishert 阅读(199) |
评论 (0)
编辑
2008/5/1
posted @
2008-05-01 15:05
fishert 阅读(18) |
评论 (0)
编辑
公告
昵称:
fishert
园龄:
4年11个月
粉丝:
4
关注:
0
<
2008年5月
>
日
一
二
三
四
五
六
27
28
29
30
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
6
7
搜索
最新随笔
1. nasm学习ing
2. 嵌入式汇编入门
3. vs2005下编译asm文件
4. 控制台清屏
5. C/C++从文件中读取文件
6. gstreamer 0.10学习笔记
7. Fedora 5下安装VMware Tool[转]
8. uCOS-II在ARM上的移植[转]
9. 2008/6/3
10. ARM7板子的驱动
随笔分类
(168)
C/C++/C#(27)
(rss)
Flex(37)
(rss)
Java(2)
(rss)
汇编(6)
(rss)
其它技术(28)
(rss)
嵌入式Linux(29)
(rss)
网络安全(4)
(rss)
应用技巧(13)
(rss)
英语笔记(22)
(rss)
随笔档案
(170)
2011年7月 (2)
2009年4月 (1)
2008年8月 (2)
2008年7月 (2)
2008年6月 (3)
2008年5月 (27)
2008年4月 (26)
2008年2月 (10)
2008年1月 (2)
2007年12月 (9)
2007年8月 (4)
2007年7月 (10)
2007年6月 (4)
2007年5月 (2)
2007年4月 (12)
2007年3月 (54)
Flex的相关链接
Flex component explorer
flex.org
flexcoders
查爾斯實驗室 Charles' Lab
中国RIA开发论坛
最新评论
阅读排行榜
评论排行榜
推荐排行榜