码迷,mamicode.com
首页 >  
搜索关键字:cal    ( 15303个结果
BZOJ 2178: 圆的面积并 [辛普森积分 区间并]
2178: 圆的面积并 Description 给出N个圆,求其面积并 Input 先给一个数字N ,N< = 1000 接下来是N行是圆的圆心,半径,其绝对值均为小于1000的整数 Output 面积并,保留三位小数 太可怕了!!!!!! 直接上辛普森积分 函数值就是x=..线上的区间并 区间并直 ...
分类:其他好文   时间:2017-02-01 18:13:42    阅读次数:217
118. Pascal's Triangle
Given numRows, generate the first numRows of Pascal's triangle. For example, given numRows = 5,Return public class Solution { public List<List<Integer ...
分类:其他好文   时间:2017-02-01 10:55:35    阅读次数:135
最近的工作。。。
Paper A Torch Library for Action Recognition and Detection Using CNNs and LSTMs [Github] Long-term Recurrent Convolutional Networks for Visual Recogni ...
分类:其他好文   时间:2017-02-01 10:40:44    阅读次数:191
linux 修改hosts文件
1、修改hostssudo gedit /etc/hosts2、添加解析记录( . )完整案例:127.0.0.1 localhost.localdomain localhost简洁记录:127.0.0.1 localhost3、保存后重启网络sudo /etc/init.d/networking ...
分类:系统相关   时间:2017-02-01 00:44:40    阅读次数:305
ubuntu php 安装
apache2sudo apt-get install apache2 phpsudo apt-get install libapache2-mod-php5 php5 php5-gd php5-mysqlsudo /etc/init.d/apache2 restart mysqlsudo apt- ...
分类:Web程序   时间:2017-01-31 21:49:03    阅读次数:270
JavaScript arguments对象
1、在JavaScript中,arguments对象是比较特别的一个对象,实际上是当前函数的一个内置属性。arguments非常类似Array,但实际上又不是一个Array实例。可以通过如下代码得以证实(当然,实际上,在函数funcArg中,调用arguments是不必要写成funcArg.argu ...
分类:编程语言   时间:2017-01-31 11:30:11    阅读次数:196
461. Hamming Distance
题目 The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, cal ...
分类:其他好文   时间:2017-01-31 11:27:35    阅读次数:195
123. Best Time to Buy and Sell Stock III ~~
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may comple ...
分类:其他好文   时间:2017-01-31 10:36:08    阅读次数:178
构建之法第二章
构建之法第二章 本章为个人技术和流程,主要介绍了单元测试、回归测试、效能分析和个人软件开发流程等内容。 单元测试:如何能让自己负责的模块功能定义尽量明确,模块内部的改变不会影响其他模块,而且模块的质量能得到稳定的、量化的保证,单元测试就是一个很有效的解决方案。 1、用VSTS写单元测试:在写技术模块 ...
分类:其他好文   时间:2017-01-29 23:04:43    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!