码迷,mamicode.com
首页 >  
搜索关键字:scientific    ( 199个结果
Visual Stdio 环境下使用 GSL (GNU Scientific Library)
Visual Stdio 环境下使用 GSL (GNU Scientific Library)GNU Scientific Library (GSL)是一个开源的科学计算的函数库,功能非常强大。网上介绍它的文章很多,而且 GSL 的文档也写的非常的好,属于那种特别容易上手的函数库。这里就不多对 GSL 进行介绍了。今天要讲的是如何在 Visual stdio 环境下使用这个库。其实这方面的内容网上也...
分类:其他好文   时间:2015-08-15 21:33:46    阅读次数:249
MSP430 G2553 计时/计数器 Timer_A
MSP430G2553包含了两个16-bit Timer_A计时/计数器。本文简单介绍了Timer_A的功能和寄存器使用,本文及后续的随笔部分参考了"Scientific Instrument Using the TI MSP430"博客。该博客的MSP430教程文章非常好,建议对MSP430感兴趣...
分类:其他好文   时间:2015-08-15 16:06:48    阅读次数:275
PAT 1073. Scientific Notation (20)
1073. Scientific Notation (20)Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matc...
分类:其他好文   时间:2015-08-14 21:14:29    阅读次数:112
H-index因素
Problem DescriptionPaper quality and quantity have long been used to measure a research's scientific productivity and scientific impact. Citation, whi...
分类:其他好文   时间:2015-08-09 12:21:29    阅读次数:114
pat-advanced(1073-1076)
1073. Scientific Notation (20) 时间限制 100 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 HOU, Qiming Scientific notation is the way that...
分类:其他好文   时间:2015-08-08 18:18:20    阅读次数:109
1073. Scientific Notation (20)
题目要求对给定的科学计数法进行解析,并且输出传统计数法表示的数字,要求正数不带正号,小数保留原来的后缀0个数。 这个题的关键是结合string的find、substr方法查找和截取,使用stringstream来转换字符串到数字。 此类问题最主要的是抓住分类讨论的要点,处理尽可能少的情况。...
分类:其他好文   时间:2015-08-07 13:21:56    阅读次数:136
Setup FTP Server step by step in CentOS / RHEL / Scientific Linux 6.3/6.4/6.5
https://ostechnix.wordpress.com/2013/12/15/setup-ftp-server-step-by-step-in-centos-6-x-rhel-6-x-scientific-linux-6-x/This tutorial shows you how to in...
分类:系统相关   时间:2015-07-27 22:47:28    阅读次数:280
关于Github 的 Watch , Star和Fork
对于刚接触github初学者而言,玩玩被github的一些词搞得晕头转向,在这里对一些容易产生疑惑的地方,做一些必要的解释,从而爱上github;About watch ,star, fork 最早的时候 github 是只有 watch 的,然后 github发现很多人 watch 项目只是拿来当收藏夹用的,于是就有了 star。自从Github 推出了新的 Notification 系统,就更改了原来原有的 Watch 机制,为代码库增加了 Star 操作。 watch 的作用类似于csdn...
分类:其他好文   时间:2015-07-26 06:15:39    阅读次数:330
centos下添加epel源
RHEL以及他的衍生发行版如CentOS、Scientific Linux为了稳定,官方的rpm repository提供的rpm包往往是很滞后的,当然了,这样做这是无可厚非的,毕竟这是服务器版本,安全稳定是重点,官方的rpm repository提供的rpm包也不够丰富,很多时候需要自己编译那太辛...
分类:其他好文   时间:2015-07-16 18:19:55    阅读次数:152
199条   上一页 1 ... 13 14 15 16 17 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!