自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (19)
  • 收藏
  • 关注

原创 emacs 运行外部程序

 (defun run-maxima () (interactive) (w32-shell-execute "open" "D://gnu//Maxima-5.17.0//wxMaxima//wxMaxima.exe") )(defun run-word () (interactive) (w32-shell-execute "open" "winword")

2009-11-08 00:48:00 943

原创 数值计算--全选主元--c语言

 // liner_solver.cpp : 定义控制台应用程序的入口点。/*complile with gccn为未知数的个数A为系数矩阵a为增广矩阵算法:采用全选主元方法测试:修改n、A和b,编译程序观察运行结果。*/#include #include #include #define n 5int main(int argc, char

2009-10-28 18:30:00 562

原创 project euler problem14

P=lambda n: n %2 ==0  and  n/2 or (3*n+1)dic=dict()dic[1]=1i=2Max=1000000while i    p=i    cnt=0    while p !=1:        if dic.has_key(p):            dic[i] =dic[p]+cnt          

2009-09-23 11:25:00 274

原创 project euler8

import stringdata="/73167176531330624919225119674426574742355349194934/96983520312774506326239578318016984801869478851843/85861560789112949495459501737958331952853208805511/12540698747158523

2009-09-20 22:45:00 429

转载 vim 替换操作

:s/vivian/sky/ 替换当前行第一个 vivian 为 sky :s/vivian/sky/g 替换当前行所有 vivian 为 sky :n,$s/vivian/sky/ 替换第 n 行开始到最后一行中每一行的第一个 vivian 为 sky :n,$s/vivian/sky/g 替换第 n 行开始到最后一行中每一行所有 vivian 为 sky n 为数字,若 n 为

2009-09-20 22:04:00 423

原创 project euler problem 11

data="""08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 0849 49 99 40 17 81 18 57 60 87 17 40 98 43 69 48 04 56 62 0081 49 31 73 55 79 14 29 93 71 40 67 53 88 30 03 49 13 36 6552 70 9

2009-09-20 17:56:00 438

转载 DOXYGEN + GLOBAL 功能更强大

Integration of Doxygen and GLOBAL.Item posted by Shigio YAMAGUCHI on Mon May 16 12:59:19 2005.Hello hackers,Doxygen Release 1.4.3 includs new config option USE_HTAGS.When enabled in c

2009-09-19 16:44:00 432

转载 global +fixfox 源代码查看

转载:http://www.gnu.org/software/global/globaldoc.html#SEC23.8 Hypertext generatorYou can use GLOBALs facilities from web browsers.3.8.1 FeaturesHtags makes a hypertext from C

2009-09-19 16:17:00 321

转载 Vim abc

文章来源: http://dsec.pku.edu.cn/~jinlong/vi/Vi.html在Vi 中移动光标 k 上h l 左 右 j 下^ 移动到该行第一个非空格的字符处w 向前移动一个单词,将符号或标点当作单词处理W 向前移动一个单词,不把符号或标点当作单词处理

2009-09-19 15:23:00 361

Concrete Mathematics - 2nd Edition - Knuth

knuth的,确实非常经典,英文版的。

2008-06-28

C语言趣味程序百例精解

C语言趣味程序百例精解

2008-06-28

ubuntu hack

书中介绍了非常全的ubuntu的技巧。

2008-06-28

逻辑训练-数独技巧

汇集了数独的典型的解法,让你快速入门。

2008-03-29

Learning GNU Emacs, 3rd Edition

The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms. <br>

2007-12-07

UNIX® Shells by Example, Third Edition

Five UNIX shells, three essential utilities, one indispensable resource!<br>Learn UNIX shell programming the easy way, using hands-on examples <br>Covers all five leading UNIX shells-C, Bourne, Korn, bash, and tcsh <br>By best-selling author Ellie Quigley, Silicon Valley's top UNIX instructor <br><br>

2007-12-07

linux assemble language programming

Linux Assembly language programming is the first linux-centered guide to x86 assembly language!

2007-12-07

Loving Lisp

一本关于clisp语言很基础的英文书,读者能快速了解clisp。<br>压缩文档中有书中代码。

2007-11-30

偏微分方程的matlab 解法pdf

原电子书是pdg格式的,本人将其转化为pdf方便大家的查看。<br>本书主要讲:1,设置PDE 定解问题;2,用有限元(FEM)方法求解pde ;3,解的可视化。

2007-11-17

神经网络设计

本书是国外Neural NetWork Design 的中译本<br> 本书主要将神经网络的基本概念,介绍实用的网络模型,学习规则和训练方法。清晰度还好,enjoy downloading

2007-11-17

MDAC-2.8

MDAC-2.8是微软发布的数据访问组件。一般在xp上内置了2.8版本,如果win9.x or win2k 用户需要,可下载安装。我在xp上会有问题,因为xp上的版本也是2.8

2007-11-04

Source Insight

Source Insight 为看代码工具,特别适合看linux内核代码。<br>我已经将搜索到的sn放在在rar中,在我的机器上可以安装成功。

2007-11-04

候捷谈程序员人生

主要讲候捷的程序人生,以及做人等等。

2007-11-04

06XDF英语词根词缀记忆大全WORD版

06XDF英语词根词缀记忆大全,内容全是单词

2007-11-04

候捷的文章

主要是候捷的一些个人的看法,思想,并无他写的书。请大家不要误下。

2007-11-04

C#语言参考

很全的c#语法参考,本人觉得很好

2007-06-15

C# COM+ Programming(英文)

很好的c# com+编程的资料

2007-06-15

bp 神经网络

这主要讲bp算法,希望大家支持

2007-05-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除