科学网

 找回密码
  注册
hg 中多人协同工作
魏华祎 2010-12-18 14:20
1,Install Mercurial on Ubuntu sudo apt-get install mercurial 其它系统的安装请google一下。 2, 网上建立repository 在网上找一个repository的服务器,注册 建立自己的Project的 repository, 我们用的是 https://bitbucket.org/ 。注册之后,你会得到这样一个地址: username@bitb ...
个人分类: Mercurial: distributed revision control|4941 次阅读|没有评论
编译showmesh.c
魏华祎 2010-12-10 11:23
http://www-dinma.univ.trieste.it/nirftc/research/easymesh/showmesh.html cc -o ShowMesh -O3 showmesh.c -lX11
个人分类: C++|4520 次阅读|没有评论
GCC 4.4 related build problems: missing #include
魏华祎 2010-12-10 08:19
在编译Deal.II 6.0.0, 遇到如下问题: source/parsed_function.cc:86: error: sscanf was not declared in this scope google 一下原因,原来是编译器的原因。 解决办法: 在parsed_function.h中加入 #include cstdio,then every thing is OK. The followi ...
个人分类: C++|4958 次阅读|没有评论
boost::ublas中的稀疏矩阵
魏华祎 2010-11-11 10:43
1, boost::ublas 中稀疏矩阵中随着元素插入过程,m.value_data()的变化。 #include boost/numeric/ublas/matrix_sparse.hpp #include boost/numeric/ublas/storage.hpp namespace ublas = boost::numeric::ublas; void show_array(const ublas::unbounded_arraydouble a) { for(size_t i=0; i ...
个人分类: C++|7494 次阅读|没有评论
Makefile.rule
魏华祎 2010-11-10 16:08
一些软件包中会包含有Makefile.rule文件,其 中记录了 make 过程用到的编绎选项,你可以根据需要来改变其中的选项,以适合自己的需要。
个人分类: Linux学习与使用|3448 次阅读|没有评论

本页有 5 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-19 12:24

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部