科学网

 找回密码
  注册
inversion optimization website url
陈德鹏 2015-4-23 15:30
1、 Numerical Optimization Second Edition http://users.iems.northwestern.edu/~nocedal/index.html Professor Jorge Nocedal Numerical Optimization include code and errata2 in the website. Second Edition ...
1975 次阅读|没有评论
CUDA 7 正式版发布了。。。。。。
陈德鹏 2015-3-20 11:39
https://developer.nvidia.com/cuda-downloads The NVIDIA® CUDA® Toolkit provides a comprehensive development environment for C and C++ developers building ...
个人分类: 异构并行|3080 次阅读|没有评论
地球物理中的复变函数 有限单元法 边界单元法 在线高清超星
陈德鹏 2015-3-1 15:51
http://book.szxypt.chaoxing.com/s?sw=%E5%9C%B0%E7%90%83%E7%89%A9%E7%90%86%E4%B8%AD%E7%9A%84+type=all 地球物理 中 的 复变函数 阅读器阅读 下载本书 徐世浙 / 1993年06月第1版 / 215页 0分(0人评价) 复变函数;应用;地球物理学 变函数在 地球物理 ...
个人分类: 地球物理|3073 次阅读|没有评论
gpu仿真,主要基于nvidia的fermi和gt200架构
陈德鹏 2015-2-14 14:55
http://www.gpgpu-sim.org/
个人分类: 异构并行|3044 次阅读|没有评论
rhel7.0 usb安装过程中的问题及解决办法
陈德鹏 2015-2-12 23:31
RHEL7 USB installation problem and solving Encountered quite a few problems while install the RHEL7, with the Windows system already installed. Problem 1: /dev/root does not exist Downloaded the Redhat 7 ISO file and generate the bootable USB drive by using so ...
个人分类: Linux&Uinix|3555 次阅读|没有评论
rhel 7.0 系统,如果忘记了root用户密码
陈德鹏 2015-2-8 15:16
rhel 7.0系统,忘记了root用户密码,没问题,还可以通过单用户方式进入修改,方法如下: 1. 重新启动系统,进入grub菜单 2. 如果有多系统, 用上下键选择忘记root密码的那个系统,键入“e” 来进入编辑模式 3. 选择第二行(kernel......) ,键入“e” & ...
个人分类: Linux&Uinix|2216 次阅读|没有评论
在C++中用typedef 声明新类型
陈德鹏 2015-1-7 16:39
在C++中,有时因为编程习惯的需要,有时为了程序的可移植性,需要用typedef声明一个新的类型名来代替已有的类型,如: typedef int INTEGER; //指定用标识符INTEGER代表int类型 等价于:nt i,j; float a,b; typedef float REAL; //指定用REAL代表float类型 等价于 ...
个人分类: 程序设计|3542 次阅读|没有评论

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

GMT+8, 2024-10-7 19:05

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部