码迷,mamicode.com
首页 >  
搜索关键字:sin    ( 938个结果
PatentTips - Adaptive algorithm for selecting a virtualization algorithm in virtual machine environments
BACKGROUNDA Virtual Machine (VM) is an efficient, isolated duplicate of a real computer system. More than one VM may be provided concurrently by a sin...
分类:其他好文   时间:2014-06-28 14:27:00    阅读次数:433
[再寄小读者之数学篇](2014-06-19 利用分部积分求函数值)
设 $f\in C^2[0,\pi]$, 且 $f(\pi)=2$, $\dps{\int_0^\pi [f(x)+f''(x)]\sin x\rd x=5}$. 求 $f(0)$. 解答: 由 $$\beex \bea 5&=\int_0^\pi [f(x)+f''(x)]\sin x\rd x\...
分类:其他好文   时间:2014-06-28 13:32:57    阅读次数:207
[再寄小读者之数学篇](2014-06-19 微分等式的结论)
证明: $\dps{\int_0^{2\pi}\sex{\int_x^{2\pi}\cfrac{\sin t}{t}\rd t}\rd x=0}$. 证明: $$\beex \bea \int_0^{2\pi}\sex{\int_x^{2\pi}\cfrac{\sin t}{t}\rd t}\rd ...
分类:其他好文   时间:2014-06-28 13:31:33    阅读次数:142
[再寄小读者之数学篇](2014-06-20 求积分)
设 $n\in\bbN^+$, 计算积分 $\dps{\int_0^{\pi/2} \cfrac{\sin nx}{\sin x}\rd x}.$ 解答: (1) 由 $$\beex \bea 2\sin x\cdot \cfrac{1}{2}&=\sin x,\\ 2\sin x\cdot \co...
分类:其他好文   时间:2014-06-28 13:01:57    阅读次数:171
C语言标准库函数与功能讲解
1 数学函数 数学库函数声明在 math.h 中,主要有: abs(x) 求整型数x 的绝对值 cos(x) x(弧度)的余弦 fabs(x) 求浮点数x 的绝对值 ceil(x) 求不小于x 的最小整数 floor(x) 求不大于x 的最小整数 log(x) 求x 的自然对数 log10(x) 求x 的对数(底为10) pow(x, y) 求x 的y 次方 sin(x) 求x...
分类:编程语言   时间:2014-06-20 11:34:13    阅读次数:349
设计模式 - 单件模式(singleton pattern) 详解
单件模式(singleton pattern) 详解本文地址: http://blog.csdn.net/caroline_wendy/article/details/28595349 单件模式(singleton pattern) : 确保一个类只有一个实例, 并提供一个全局访问点.单价模式包括3个部分: 私有构造器, 静态变量, 静态方法.具体方法:1. 标准的单例模式:/** * @time 2014.6.5 */ package sin...
分类:其他好文   时间:2014-06-20 10:02:42    阅读次数:328
matlab 的plot 函数
基本形式>> y=[0 0.58 0.70 0.95 0.83 0.25];>> plot(y)生成的图形是以序号为横坐标、数组y的数值为纵坐标画出的折线。>> x=linspace(0,2*pi,30); % 生成一组线性等距的数值>> y=sin(x);>> plot(x,y)生成的图形是上30...
分类:其他好文   时间:2014-06-18 08:42:59    阅读次数:246
Design Pattern Singleton 单一模式
单一模式的几个注意点:一) 设计单一模式,首先须要把构造函数给私有化了,不让外界訪问,那么外界仅仅能通过提供的函数获取一个新的类。二) C++的单一模式,记得要在类外初始化一个类,否则或内存出错的。三) 这个唯一的类必须是要静态的程序:#ifndef _SINGLETON_H#define _SIN...
分类:其他好文   时间:2014-06-13 17:36:18    阅读次数:249
【uva10341】二分法解方程,注意单调性
p*e-x+ q*sin(x) + r*cos(x) + s*tan(x) + t*x2 + u = 0         where 0 x . 好久没碰高数,差点连求导都换给老师了,还好哥数学基础比较扎实,求这个程度的导数还是轻轻松松的。 求个一次导数发现恒小于0,说明其在【0,1】上是单调递减的。 提前判断f(0)是否0,如有上述两种情况直接输出无解。原...
分类:其他好文   时间:2014-06-08 14:40:09    阅读次数:238
poj 2769 Reduced ID Numbers(memset使用技巧)
Description T. Chur teaches various groups of students at university U. Every U-student has a unique Student Identification Number (SIN). A SIN s is an integer in the range 0 ≤ s ≤ MaxSIN with MaxS...
分类:其他好文   时间:2014-06-01 07:40:18    阅读次数:248
938条   上一页 1 ... 90 91 92 93 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!