自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

转载 转帖:在Linux里设置环境变量的方法(export PATH)

 一般来说,配置交叉编译工具链的时候需要指定编译工具的路径,此时就需要设置环境变量。例如我的mips-linux-gcc编译器在“/opt/au1200_rm/build_tools/bin”目录下,build_tools就是我的编译工具,则有如下三种方法来设置环境变量:1、直接用export命令:#export PATH=$PATH:/opt/au1200_rm/build_to

2009-02-21 14:14:00 2159

转载 转帖:GTK+ programs with GtkBuilder and dynamic signal handlers.

Well, I decided to review some GTK+ and Gnome development lately. With GTK+, a nice way to create a user interface is with the Glade Interface Designer.Glade produces an xml file with a glade-inter

2009-02-18 21:22:00 1178

转载 启动不了X桌面了

开机时报错 module ABI major version doesnt match the servers versionSymptoms:You cant use the DVI output on the second head, 3D hardware accelerationdoesnt work and you arent able to set specific re

2009-02-17 21:01:00 1846

转载 rpm出错:Program version 4.3 doesn’t match environment version

输入命令rpm -qa的时候系统报错:rpmdb: Program version 4.3 doesn’t match environment versionerror: db4 error(-30974) from dbenv->open: DB_VERSION_MISMATCH: Databas

2009-02-17 17:37:00 1837

原创 关于找不到libcrypto.so.7、libssl.so.7问题的解决方法

刚使用Linux不久,使用F9系统在安装程序时出现问题:错误 rpm_check_debug 和 depsolve:perl(GBF::Make) is needed by anjuta-2.25.901-2.fc11.i386libcrypto.so.7 is needed by libflashsupport-000-0.5.svn20070904.i386libssl.so.7 is nee

2009-02-17 10:34:00 16988

大O表示法复杂度速查表

大O表示法复杂度速查表 包括搜索、排序、图、堆算法及各种数据结构的大O复杂度表示法。

2013-06-15

共轭梯度法教程

共轭梯度法教程与PPT,简明易懂。 Conjugate Gradient is an intermediate between steepest descent and Newton’s method. It tries to achieve the quadratic convergence of Newton’s method without incurring the cost of computing Hf.At the same time, Conjugate Gradient will execute at least one gradient descent step per n steps. It has proved to be extremely effective in dealing with general objective functions and is considered among the best general purpose methods presently available.

2013-02-24

数值计算_Applied Numerical Computing

Prof. L. Vandenberghe, UCLA EE103 - Applied Numerical Computing (Fall 2011-12) 课程主页: http://www.ee.ucla.edu/~vandenbe/ee103.html 优点:该教程浅显易懂,适合初学者。

2013-02-15

空空如也

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

TA关注的人

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