#!usr/bin/perluse Statistics::R;#---new函数my $r=Statistics::R->new();#---send,read函数$r->send(qq'a=c(1,2,3,4); b=mean(a);\n c=sqrt(b) ;print(c)');my $re...
分类:
其他好文 时间:
2014-07-07 17:41:16
阅读次数:
580
$\bf 题目$. 设 $\calX$ 是一个 $B$ 空间, $f:\calX\to \overline{\bbR}\sex{\equiv \bbR\cap\sed{\infty}}$ 是连续的凸泛函并且 $f(x)\not\equiv \infty$. 若定义 $f^*:\calX^*\to \...
分类:
其他好文 时间:
2014-06-30 14:13:16
阅读次数:
224
设 $\scrX$, $\scrY$ 是 Hilbert 空间, $T\in \scrL(\scrX,\scrY)$, $y_0\in\scrY$, $\alpha>0$. 则 Tikhonov 泛函 $$\bee\label{T} J_\alpha(x)=\sen{Tx-y_0}^2+\alpha...
分类:
其他好文 时间:
2014-06-30 13:50:48
阅读次数:
232
爱心排第一的考虑那么,为什么这一条和别人的有关的,是描述为“爱心”的品质呢?事实上你的价值是来源于你对别人的贡献,所以,理应把和别人有关的事放在第一位。这里的“爱心”,我第一点考虑的是老子的三德:“我有三宝,持而保之,一曰慈,二曰俭,三曰不敢为天下先。”这里的慈,所讲的核心,就是对别人的贡献。稻盛和...
分类:
其他好文 时间:
2014-06-30 13:45:38
阅读次数:
215
username:Juzhaofeng授权码:MPZRP-Y7LWW-K1DKG-FM92E-2C5F5-ZEKFF
主动建立TCP链接情况:被动建立TCP链接情况主动断开链接的情况被动断开连接的情况在TIME_WAIT阶段需要停留2倍的MSL,MSL即Maximum Segment Lifetime,表示任何报文被丢弃前在网络内的最长时间,TCP/IP详解中额外注解了:RFC793指出MSL为2min,然而实现中...
分类:
其他好文 时间:
2014-06-30 13:11:44
阅读次数:
350
Recently, I needed to call a CUI program from within Qt GUI window and simulate the effect of an embedded command line window like the Autolisp consol...
分类:
其他好文 时间:
2014-06-30 12:45:02
阅读次数:
1252
#include
#include
#include
using namespace std;
int main()
{
vector password;
int len = 0;
cout << "Enter password: ";
while( true ){
char ch = getch();
if( ch == 1...
分类:
编程语言 时间:
2014-06-29 23:57:16
阅读次数:
406
Add include to "freetype.h"/* add this line */#include #ifndef FT_FREETYPE_H#error "`ft2build.h' hasn't been included yet!"#error "Please always use m...
分类:
其他好文 时间:
2014-06-29 20:24:58
阅读次数:
312