由买买提看人间百态

topics

全部话题 - 话题: outputs
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
f*******8
发帖数: 3612
1
这是一个将RFC 文件转换成 kindle格式的程序,
来自:
https://github.com/pingwin/RFC-2-Kindle
我是windows上的python 2.71, 运行完全仿照该网站的要求
结果出来是找不到font MONOSPACE, 不知道MONOspace是不是个字体库或别的什么。
running output:
D:\>rfctxt2kindlehtml.py -i rfc791.txt -o rfc791.html && ./ki
ndlegen rfc791.html
Unable to find font: /usr/share/cups/fonts/Monospace
Convert IETF RFC TXT file to HTML for kindlegen
-h --help This message
-v verbosity
-i --input input file
-o --output output file
-f --font font file to use for monospace ... 阅读全帖
c***g
发帖数: 472
2
来自主题: JobHunting版 - 谁帮我看看这个8皇后问题
可以算出部分结果来,但是到了后来,似乎死循环了,不能正常的结束
请问谁帮我看看,哪儿有个bug
/*
check whether [level, position] is OK
output stored the valid position so far between [0,level-1];
*/
bool check(int output[], int level, int position){

bool isOK = true;

for(int i = 0; i < level; i++) {

if( position == output[i]
|| i - output[i] == level - position
|| output[i] - i == position - level
|| i + output[i] == level + position) {
... 阅读全帖
c*******n
发帖数: 671
3
谢谢,以下是我的X11/xorg.0.log, 我看不出来什么问题?是的我不应该删lightdm,
不是那个的问题。startx会出现我上面帖子写的Loading extension GLX, fatal
server error: no screen found. 请问我该怎么修复xwindow? 谢谢!
[ 4.113]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 4.113] X Protocol Version 11, Revision 0
[ 4.113] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[ 4.113] Current Operating System: Linux x-ThinkPad-X201 3.5.0-49-generic
#74-Ubuntu SMP Fri May 2 23:28:58 UTC 2014 x86_64
[ 4.113] Kernel command line: BOOT_IM... 阅读全帖
s*****u
发帖数: 164
4
来自主题: Quant版 - Quant 面试问题求解答!
Oh no! Disaster has struck some of ACME's redundant data centers. The
administrators have managed to restore backups, but some data sets are
still missing from some data centers. Fortunately, every data set can be
found at least once in one or more of the data centers. However, before
ACME can resume normal operations, it needs to ensure that each data
center has a copy of every data set.
Your goal is to help ACME resume normal operations by writing a program
to synchronize data sets between dat... 阅读全帖
d****n
发帖数: 233
5
来自主题: JobHunting版 - LeetCode: Spiral PrintMatrix
这道题直接打印总是容易出错, 用状态机就简单多了。
class Solution {
public:
enum Direct{
Right,
Down,
Left,
Up
};
void print(const vector > &matrix, int top, int bottom, int
left, int right, Direct dir, vector & output){
if (top > bottom || left > right) return;
switch(dir) {
case Right:
for(int i = left; i <= right; i++)
output.push_back(matrix[top][i]);
print(matrix, top+1, bottom, left, right, ... 阅读全帖
d**********o
发帖数: 1321
6
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3 & hw3b 最终结果
贴一个自己 hw3b 的 match 结果让小伙伴们感受一下我们作业需要的结果是什么样子
的。
如果是同专业的小伙伴,最后拷贝到编辑器中仔细看一下,这个网页因为宽度有限,让
并排两列的比较呈现出来的很变形。
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
makefile
scanType.h
symtab.h
symtab.c
20131116163236-(me~~)-CS445-F13-A3B.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
... 阅读全帖
d**********o
发帖数: 1321
7
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3b deadline前版本
这里我也先公开承认一下自己早前犯过的错误,在这个楼的第 14 页、第 265 楼,我
有贴出自己的hw3b,但现在我必须向亲爱的读者一一您公开道歉。因为当时因为着急,
我没能找到hw3b deadline前的版本,就把这次作业后来的最终版本(也就是那个楼贴
出来的,只剩下ReturnK、CompoundK两条小尾巴的版本,那个版本被我改动了时间戳我
现在已经把它改回来了。相比于急于求成绩,我更希望自己作一个诚实的人,希望大家
能原谅)给贴出来了。因为我们作业deadline之后也还都是可以接着交的,所以任何作
业,老师都是可以根据后来的版本,追终到这个学生的最后进展的,这个最新进展老师
到底给不给分、就要看老师如何下决定了。
deadline前的版本,被我附在下面了。
当然,把自己的这个版本更新后,我愿为这个楼(这一次出来写的所有)属于自己的每
个贴子负责,所有写出来的,都是真实发生过的事。
=================================================
Output of Building User Code
Ex... 阅读全帖
d**********o
发帖数: 1321
8
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3 & hw3b 最终结果
贴一个自己 hw3b 的 match 结果让小伙伴们感受一下我们作业需要的结果是什么样子
的。
如果是同专业的小伙伴,最后拷贝到编辑器中仔细看一下,这个网页因为宽度有限,让
并排两列的比较呈现出来的很变形。
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
makefile
scanType.h
symtab.h
symtab.c
20131123233236-(me~~)-CS445-F13-A3B.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
... 阅读全帖
d**********o
发帖数: 1321
9
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3b deadline前版本
这里我也先公开承认一下自己早前犯过的错误,在这个楼的第 14 页、第 265 楼,我
有贴出自己的hw3b,但现在我必须向亲爱的读者一一您公开道歉。因为当时因为着急,
我没能找到hw3b deadline前的版本,就把这次作业后来的最终版本(也就是那个楼贴
出来的,只剩下ReturnK、CompoundK两条小尾巴的版本,那个版本被我改动了时间戳我
现在已经把它改回来了。相比于急于求成绩,我更希望自己作一个诚实的人,希望大家
能原谅)给贴出来了。因为我们作业deadline之后也还都是可以接着交的,所以任何作
业,老师都是可以根据后来的版本,追终到这个学生的最后进展的,这个最新进展老师
到底给不给分、就要看老师如何下决定了。
deadline前的版本,被我附在下面了。
当然,把自己的这个版本更新后,我愿为这个楼(这一次出来写的所有)属于自己的每
个贴子负责,所有写出来的,都是真实发生过的事。
=================================================
Output of Building User Code
Ex... 阅读全帖
p****u
发帖数: 2422
10
来自主题: Linux版 - 请教个简单命令问题
from Advanced Bash-Scripting Guide:
http://www.tldp.org/LDP/abs/html/io-redirection.html
Chapter 20. I/O Redirection
Table of Contents
20.1. Using exec
20.2. Redirecting Code Blocks
20.3. Applications
There are always three default files [1] open, stdin (the keyboard), stdout
(the screen), and stderr (error messages output to the screen). These, and a
ny other open files, can be redirected. Redirection simply means capturing o
utput from a file, command, program, script, or even code block withi... 阅读全帖
y***u
发帖数: 174
11
这个行么?recursive的。
我需要暂时把左子树或者右子树变成null,不然太麻烦。
void Traverse(ArrayList output, Node A, Node B){
if(A==null && B==null)
return;
else if(A==null){
output.add(B.val);
return;
}else if(B==null){
output.add(A.val);
return;
}else{
Node t1 = null, t2=null;
if(B.val>A.val){
Trav(output, A, B);
}else if(B.val < A.val){
Trav(output, B, A);
}else{
output.add(A.val);
ou... 阅读全帖
d**********o
发帖数: 1321
12
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
第四次作业(代课老师出错)
** from: (me~~) <(me~~)@gmail.com>
to: cs445代课老师 <[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
>
date: Sun, Nov 17, 2013 at 4:43 PM
subject: hw4 ... 阅读全帖
d**********o
发帖数: 1321
13
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
第四次作业(代课老师出错)
** from: (me~~) <(me~~)@gmail.com>
to: cs445代课老师 <[email protected]
/* */>
date: Sun, Nov 17, 2013 at 4:43 PM
subject: hw4 processing nodekind order
mailed-by: gmail.com
Hi Dr. cs445代课老师,
For hw4, I just started and processed the logic, type and typearray. The
intuition tells me I should process the nodekinds bottom up, but after
typearray, I realized I lost my init errors. Will there be any possibility
that your init.out has missed some error out?
Please ... 阅读全帖
z**x
发帖数: 3629
14
http://blogs.youwheel.com/2015/03/31/acura-sh-awd-comprehensive
Acura SH-AWD: A Comprehensive Analysis
Written By Editor on 2015-03-31, Posted in Car Chat, Technical Talk | 2
comments
The Acura SH-AWD system (short for: Super Handling-All Wheel Drive) is often
described ambiguously in most automobile literature. Some articles even
said it is an enhanced version of the Honda VTM-4, which is incorrect.
2012_Acura_TL_Rear
In this article, we will analyze the SH-AWD in detail, focusing on these
thre... 阅读全帖
g********t
发帖数: 39
15
来自主题: JobHunting版 - 贡献Rocket Fuel 4 hour online test
贡献刚做的online test,职位是Machine Learning related。
Question 1 / 2 (LaserMaze)
You are standing in a rectangular room and are about to fire a laser toward
the east wall. Inside the room a certain number of prisms have been placed.
They will alter the direction of the laser beam if it hits them. There
are north-facing, east-facing, west-facing, and south-facing prisms. If the
laser beam strikes an east-facing prism, its course will be altered to be
East, regardless of what direction it had been goi... 阅读全帖
M****g
发帖数: 162
16
来自主题: JobHunting版 - 急求rocket fuel 3小时的online test!!!
Question 1 / 2 (LaserMaze)
You are standing in a rectangular room and are about to fire a laser toward
the east wall. Inside the room a certain number of prisms have been placed.
They will alter the direction of the laser beam if it hits them. There
are north-facing, east-facing, west-facing, and south-facing prisms. If the
laser beam strikes an east-facing prism, its course will be altered to be
East, regardless of what direction it had been going in before. If it hits
a south-facing prism... 阅读全帖
l*********y
发帖数: 142
17
来自主题: JobHunting版 - 上个题大家给评评 (G家的)
#include
#include
#include
using namespace std;
struct Segment {
Segment(int l, int r) : left(l), right(r) {};
int left;
int right;
};
vector input;
vector output;
void MergeInput(vector& input, Segment& cand)
{
int left = cand.left;
int right = cand.right;
// 处理边界情况
if (input.size() == 0 || cand.right < input.front().left || cand.left >
input.back().right) {
output.push_back(Segment(cand.left, cand.right... 阅读全帖
S**I
发帖数: 15689
18
来自主题: JobHunting版 - [合集] 收到G家拒信,发面经
☆─────────────────────────────────────☆
recursive (递归) 于 (Mon Apr 11 10:56:49 2011, 美东) 提到:
大半夜收到HR的thank you note。不用管什么NDA了
本人ECE fresh PhD,背景是电路/EDA,跟G业务基本没什么关系
同学内部推荐的,很简单的一次电面就给了onsite
题都不难,但是自己没把握好机会,出了一些小bug。
总的感觉,出错就是硬伤,宁可从最简单的算法写起,也不能出错。
电面:
1,Skip list, http://en.wikipedia.org/wiki/Skip_list
写code实现struct skip_list * find(struct skip_list *head, int value)
2,sorted array with repeated elements
for given element, find out its range.
e.g. A A B B B B B C C D D E F G, given B, the out... 阅读全帖
c*****n
发帖数: 96
19
来自主题: JobHunting版 - fb面试题【转】
char* readLine(){
static char[BUFSIZE] buf;
static char* ptr = buf;
static int bufSize = 0;
int outputSize = 0;
char *output = NULL;

while (1){
int pos = getNewLinePos(ptr, bufSize);
if (pos > 0){
// found new line char in the buffer
output = realloc(output, outputSize+pos+1); // one extra char for '
\0'
// TODO: check realloc return value
memcpy (output + outputSize, ptr, pos);
output[outputSize + pos] = '\0';
... 阅读全帖
h*****g
发帖数: 312
20
来自主题: JobHunting版 - fb面试题【转】
多谢你的解答 觉得 //1 处的outputSize 应该时刻更新吧?
char* readLine(){
static char[BUFSIZE] buf;
static char* ptr = buf;
static int bufSize = 0;
int outputSize = 0;
char *output = NULL;

while (1){
int pos = getNewLinePos(ptr, bufSize);
if (pos > 0){
// found new line char in the buffer
output = realloc(output, outputSize+pos+1); // one extra char for '
\0'
// TODO: check realloc return value
memcpy (output + outputSize, ptr, pos);
outpu... 阅读全帖
c**i
发帖数: 6973
21
Usually I do not bother with this kind of propaganda, that everything about
China the the best and everything about US is hell.
But I will use this posting as a teachable moment.
In terms of productivity US is head and shoulders above the rest, and
advaces at faster pace than before. Europe is falling behind. Taiwan and S
Korea is catching up in relative but not absolute term. China is not
included in the survey, which is conducted by US Department of Labor.
(1) Historical data:
Table 2. Output ... 阅读全帖
t******n
发帖数: 2939
22
☆─────────────────────────────────────☆
qwxqwsean (qiu) 于 (Thu Jul 21 17:09:00 2011, 美东) 提到:
所谓懒,就是工作效率比较低,低到了要被人骂懒的地步。
我认为正常人做事,是有个自然效率的,也就是在没有明显的动力,也不故意拖拉时的
工作效率。 以很简单的英文打字为例,专业打字员工作时,每分钟打40-50个字,错误
很少。像我这样比较笨的人,非专业水平,在很努力的情况下,我可以每分钟打40个字
,并有一定的错误率。 那么在我不受任何外部压力时,我估计每分钟打25-30个字,也
就是我现在发帖子时这个打字速度,我不赶时间,所以不会打得更快,但我也没必要打
得更慢,我只是不紧不慢地打字,就是每分钟25-30个字,有一定的错误率,但错得不
离谱,否则错的太多了我也没法正常发帖子。
那么以打字员为例,如果雇来的打字员都是像我这样的笨蛋的话,自然状态下的工作速
度就是每小时打25-30个字。 这种工作效率算不算懒呢? 我认为美国的各种场所的工
作大都没什么压力,如果你的职业是打字员,你像我这个外行一样每... 阅读全帖

发帖数: 1
23
"知道哪些问题重要哪些问题不重要,再这些重要的问题里,哪些问题是可以通过deep
learning解决的"
“bioinfo大量的精力其实浪费在寻找有效的feature上了”
我觉得这像一个哲学问题。
input: 血压数据 ------output:病人是否高血压
input: 血糖数据 ------output:病人是否糖尿病
input: 图像pixel ------output: 人脸识别这个是谁?
input: 遗传SNP ------output: 这个人会不会得帕金森?
对于任何新的问题/data,是不是我们都先blind的在training data上尝试各种
modeling?线性的非线性的;如果input和output真的有逻辑关系,那么至少会有一种
technique在test data上展现出很好的performance。
(当然参数的调试,甚至一开始选择哪种machine learning/deep learning手段这是另
外一个问题,可以另开个帖子)
如果尝试过很多,还是没能找到表现优异的model,
1. 是不是我们就认为input和output没... 阅读全帖
c*******t
发帖数: 123
24
来自主题: JobHunting版 - Google 电面
一般情况容易写。但从一般字母到z,从z到其它不容易。我现场也处理不好边界情况。
下面是编译通过的。
string appleKeyBoard(string input){
string output;
int preX=0;
int preY=0;
int u_x=0;
int u_y=4;
int z_x=0;
int z_y=5;
for(auto c:input){
int difference=c-'a';//relative position to origin point
int X=difference%5;//x coorindate
int Y=difference/5;//y coordinate
int diffX,diffY;


if((preX==z_x&&preY==z_y)&&(X!=z_x||Y!=z_y)){//if pre is 'z', go
other than z
... 阅读全帖
P**********c
发帖数: 17
25
来自主题: Statistics版 - 请教proc freq 的chisq 分析
最土的方法,呵呵。case太多了,肯定就效率低了。再想想有没有更高效一点的方法。
data temp;
do i=1 to 2398;
y="N";x1="e";x2="b";output;end;
do i=1 to 3686;
y="N";x1="e";x2="m";output;end;
do i=1 to 3004;
y="N";x1="e";x2="t";output;end;
do i=1 to 4549;
y="N";x1="m";x2="m";output;end;
do i=1 to 7653;
y="N";x1="m";x2="t";output;end;
do i=1 to 4853;
y="N";x1="e";x2="m";output;end;
do i=1 to 58;
y="Y";x1="e";x2="b";output;end;
do i=1 to 82;
y="Y";x1="e";x2="m";output;end;
do i=1 to 77;
y="Y";x1="e";x2="t";output;end;
do i=1 to 130;
y="Y";x
w*******y
发帖数: 60932
26
Newegg.com:
http://www.newegg.com/Product/Product.aspx?Item=N82E16882117397
has the Pioneer VSX-821-K for $169.99 with free shipping. Tax applied in
some states. The price shows up as $179.99, so make sure to enter in Promo
Code "EMCYTZT1306". This deal ends 3/15. Below are some specs.
Also here is a link to the cnet review:
http://reviews.cnet.com/av-receivers/pioneer-vsx-821-k/4505-646
Product Description:
Product Type AV receiver .
Width 17.1 in .
Depth 14.3 in .
Height 6.6 in .
Weight 2... 阅读全帖
a*****y
发帖数: 33185
27
http://chuansong.me/n/474005344169
世界最权威的反映科研进步排行榜上,中国屠版了!
2016-08-02人民日报
来源:环球时报(ID:hqsbwx)
“中科院之声”微信公众号28日发文称,7月28日凌晨出版的《自然》增刊“自然
指数2016新星榜”显示,中国科研机构正引领全球高质量科研产出的快速增长。
“自然指数2016新星榜”显示,2012-2015年,在全球100家科研产出增加最多的科
研机构中,有40家来自中国,其中24所机构的产出至少增加50%。在物理、化学、生命
科学以及地球与环境科学这4个科研领域,中国科研产出增长都是最快的。
美国作为全球高质量科研论文的第一大贡献国,在榜单上居第二位,有11家科研机
构进入100强之列。英国和德国分别有9家和8家机构上榜。
中国科学院位居全球高质量科研产出增加最多的100家机构之首,另外8家中国机构
紧随其后,分别是北京大学、南京大学、中国科学技术大学、南开大学、浙江大学、复
旦大学、清华大学和苏州大学。前10名中,中国占据前9。
“自然指数新星榜”是“自然指数”的一个副指数,后者主要追踪的是全球800... 阅读全帖
h*********3
发帖数: 111
28
来自主题: JobHunting版 - 收到G家拒信,发面经
写了一个第9题的,欢迎指正.
void g_SimplifyPath(string &input, string &output) {
int begin=0,end=1;
string tmp;
for ( end=1;end<=input.size();end++) {
if ( end==input.size() || input[end] == '/' ) {
tmp = input.substr(begin,end-begin);
if ( tmp == "/.." ) {
while ( output.size() > 0 && output[output.size()-1] != '/' ) {
output.pop_back();
}
if ( output.size() > 0 ) {
output.pop_back();
}
}
else if... 阅读全帖
h*********3
发帖数: 111
29
来自主题: JobHunting版 - 收到G家拒信,发面经
写了一个第9题的,欢迎指正.
void g_SimplifyPath(string &input, string &output) {
int begin=0,end=1;
string tmp;
for ( end=1;end<=input.size();end++) {
if ( end==input.size() || input[end] == '/' ) {
tmp = input.substr(begin,end-begin);
if ( tmp == "/.." ) {
while ( output.size() > 0 && output[output.size()-1] != '/' ) {
output.pop_back();
}
if ( output.size() > 0 ) {
output.pop_back();
}
}
else if... 阅读全帖
p*****2
发帖数: 21240
30
来自主题: JobHunting版 - 上个题大家给评评 (G家的)
我面试都用C,有些题觉得用C做比较麻烦。这就是一道。大家给评评。我现在也没有很
简洁的算法。
一个span array, 比如{(3,5),(7,16), (23,78)...}
然后给定一个span, 比如 (10,19), 把这个span 跟 这个array merge.
当时没听明白,以为是两个array, 做到一半的时候才搞明白。
这题我上来就觉得C比较麻烦,所以我就说用C#吧,我想用List. 定义Node as
struct Node
{
int start;
int end;
}
后来编程的时候为了方便改成了class
class Node
{
int start;
int end;
Node(int s, int e)
{}
}
因为我主要是用C的,所以稍微有些措手不及。大家看看用C能有比较简洁的code吗?即
使用C#,我code写的也不好。大家帮我看看怎么改进。大概我写的是这样的
List Merge(List list, Node node)
{
List output;
int st... 阅读全帖
p*****2
发帖数: 21240
31
来自主题: JobHunting版 - 上个题大家给评评 (G家的)
我面试都用C,有些题觉得用C做比较麻烦。这就是一道。大家给评评。我现在也没有很
简洁的算法。
一个span array, 比如{(3,5),(7,16), (23,78)...}
然后给定一个span, 比如 (10,19), 把这个span 跟 这个array merge.
当时没听明白,以为是两个array, 做到一半的时候才搞明白。
这题我上来就觉得C比较麻烦,所以我就说用C#吧,我想用List. 定义Node as
struct Node
{
int start;
int end;
}
后来编程的时候为了方便改成了class
class Node
{
int start;
int end;
Node(int s, int e)
{}
}
因为我主要是用C的,所以稍微有些措手不及。大家看看用C能有比较简洁的code吗?即
使用C#,我code写的也不好。大家帮我看看怎么改进。大概我写的是这样的
List Merge(List list, Node node)
{
List output;
int st... 阅读全帖
f*******t
发帖数: 7549
32
来自主题: JobHunting版 - 2道算法题。 求教大家!
找出了一年多前写的逆波兰处理算数表达式的代码,强烈建议有兴趣的自己实现一下:
#include
#include
#include
#include
#define BUFFSIZE 1024
using namespace std;
struct Token {
bool isNum;
int num;
char op;
Token();
Token(const Token& t);
};
Token::Token()
{
isNum = false;
num = 0;
op = 0;
}
Token::Token(const Token& t)
{
isNum = t.isNum;
num = t.num;
op = t.op;
}
Token *getToken(const char expr[], int& idx)
{
Token *res = NULL;
while(expr[idx] == ' ')
... 阅读全帖
x****8
发帖数: 127
33
来自主题: JobHunting版 - G 家电面题目, 欢迎讨论!
a small bug below: temp = new ArrayList(output);
public static List BinaryOutput(String input) {
if (input == null || input.isEmpty())
return null;
List output = new ArrayList();
List temp = new ArrayList();
temp.add("");

for (int i = 0; i < input.length(); i++) {
output.clear();
for (String s : temp) {
if (input.charAt(i) == ... 阅读全帖
f******h
发帖数: 45
34
也找工作了一段时间了,从版上学了很多,上周G家面完了,求个bless。
之前的一些都挂了,还在继续找其他的。等定下来之后一定发面经回报本版。
谢谢大家啦!!
1. http://www.mitbbs.com/article_t/JobHunting/32005597.html
1) Implement a simple calculator (+,-,*,/);
2) Implement "+1" for a large integer;
3) How to match Ads to users;
4) How to extract useful information from a forum webpage (list all
kinds of useful signal you can think of)
5) How to detect the duplicate HTML pages (large scale);
6) Find all the paths between two places on Google map;
7)... 阅读全帖
p**8
发帖数: 3883
35
As Oil Demand Grows Faster, OPEC Needs to Up Output
OIL, SAUDI ARABIA, SUPPLIES, PRICES BRENT CRUDE COMMODITIES ENERGY UNITED
STATES GAS PRICES CONSUMERS MIDDLE EAST, OPEC
Reuters | 07 Jun 2011 | 09:47 PM ET
Global oil demand is growing faster than analysts expected just six months
ago, according to a new Reuters poll that could bolster the case for OPEC to
open the taps at Wednesday's meeting in Vienna.
The poll of 10 top oil analysts showed oil demand will grow by 1.5 million
barrels per day (... 阅读全帖
D***0
发帖数: 138
36
有很多连续的http request,如果每次都重新open一个connection,performance下降
很明显,能不能打开一次,然后多次发送http request呢?放狗了一下,没发现什么方
法,keep-alive好像是默认的。有人说要从tcp socket开始自己写http协议。不知道有
没有做过这方面的大侠指点一下,一下是我测试的代码。这段代码如果每次都重新call
HttpsURLConnection con = HttpsURLConnection)myurl.openConnection(); 就没问
题,但是如果先这样,那个URL里只有第一个值(忘了说这个是REST)。谢谢。
String httpsURL = "https://xxxx.yyyy.com/users.json";
URL myurl = new URL(httpsURL);
HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection();
con.setRe... 阅读全帖
s*****i
发帖数: 650
37
来自主题: Unix版 - what is the reason?
function testF2
{
return 0
}
testF2
return1=$?
echo "testF2 return: " $return1
If return 0; output is: 0
If return 1; output is: 1
If return 11; output is: 11
If return 111; output is: 111
If return 1111; output is: 87 why?
If return 11111; output is: 103 why?
If return 111111; output is: 7 why?
If return 1111111: output is: 71 why?
thx alot.
w*******e
发帖数: 666
38
来自主题: Statistics版 - SAS求助:gplot 画图
在SAS的官网上找到个链接,有画forest plot的code。
想请教:
如果sohn 2002 snow 1999 和raine2003 下还分别有A B C 三个race,该怎么修改上面
的code呢?
我试了半天,连input data都一直报错。
或者哪位在哪里看到相似的例子,能否发我一份呢?
非常感谢!
得出的图如下:
http://support.sas.com/kb/35/773.html
code 如下:
/* Set the graphics environment */

goptions reset=all cback=white border htitle=12pt htext=10pt;

... 阅读全帖
c******s
发帖数: 287
39
来自主题: Statistics版 - 请教SAS split data的问题
我想把数据按年代split成每年一个数据表。
data SS06 SS07 SS08 SS09 SS10 SS11 SS12;
SET SS;
IF YEAR="2006" then output SS06;
IF YEAR="2007" then output SS07;
IF YEAR="2008" then output SS08;
IF YEAR="2009" then output SS09;
IF YEAR="2010" then output SS10;
IF YEAR="2011" then output SS11;
IF YEAR="2012" then output SS12;
RUN;
有没有好的办法不需要一个个输year=“20**” then output SS**,如果是variable的
话可以用array,不知道数据表可不可以简化? SAS新手求指教,不知道有没有把问题
说清楚。。。
先谢谢啦~~
x******7
发帖数: 122
40
来自主题: Statistics版 - SAS BASE 六一儿童节
几个小时前考了BASE, 内容几乎可以认为全部来自题库50+70+123,62题中大概20题
可以认为是变体
错了3题,大概知道错了下面两题/三题 顺便回忆了其它的一些题
1.
data temp;
infile xxx;
date="01feb1980"d

how to generate ship_note in the form “Feb 01, 1980”
A.ship_note=put(date,date9.)
B.ship_note=put(date,date9.,worddate20.)
C.ship_note=put(date,worddate20.)
D.ship_note=input(.....)
我选了错误答案B,
2.
x y
5 1
4 6
5 4
data one two other;
if x ge 5 then output one;
else if y le 5 then output two;
else output other;
How many obs in dataset one, two and other?
毫不犹豫选... 阅读全帖
w*********g
发帖数: 30882
41
China Widens Lead as World’s Largest Manufacturer
by David Sims | March 14th, 2013
Email | Print | Post Comment Share
Credit: Constantine.nicky
Credit: Constantine.nicky
Although China overtook the U.S. as the world’s largest manufacturing
nation in 2010, the production margin between the two countries has been
razor-thin. However, new data indicates that China recently widened its lead
as the top global producer.
Related Stories
Can U.S. Manufacturing Outcompe... 阅读全帖
s*****r
发帖数: 11545
42
来自主题: Military版 - Get ready for $10 oil.... LOL
http://finance.yahoo.com/news/ready-10-oil-230002605.html;_ylt=
By A Gary Shilling
At about $50 a barrel, crude oil prices are down by more than half from
their June 2014 peak of $107. They may fall more, perhaps even as low as $10
to $20. Here’s why.
U.S. economic growth has averaged 2.3 percent a year since the recovery
started in mid-2009. That's about half the rate you might expect in a
rebound from the deepest recession since the 1930s. Meanwhile, growth in
China is slowing, is minimal in t... 阅读全帖
Z*****Z
发帖数: 723
43
来自主题: JobHunting版 - google interview question
这是我今天interview的homework,正在写测试样例呢。帮我想想,呵呵。这是我现在有
的:
input:[0]
output:[zero dollar]
input:[0.01]
output:[zero dollar and one cent]
input:[1.100]
output:[one dollar and ten cents]
input:[1.00]
output:[one dollar]
input:[3.5]
output:[three dollars and fifty cents]
input:[000123004.56]
output:[one hundred twenty-three thousand and four dollars and fifty-six cen
ts]
input:[99123004.56]
output:[ninety-nine million and one hundred twenty-three thousand and four d
ollars and fifty-six cents]
input:[12345
l*********8
发帖数: 4642
44
来自主题: JobHunting版 - Text Justification
把我题目看错的地方改了一下,通过online judge了。献丑再贴一次。 请大家指教。
(觉得我写得好慢啊。。。)
class Solution {
public:
vector fullJustify(vector &words, int L) {
vector output;
if(words.size() == 0 || L <= 0) {
output.push_back("");
return output;
}
vector blankNum;
blankNum.reserve(L/2);
int lineStart(0), lineEnd(0);
while ( lineEnd < words.size() ) {
JustifyOneLine(words, L, lineStart, lineEnd,blankNum);
AppendLine(output, words, L, line... 阅读全帖
l*********8
发帖数: 4642
45
来自主题: JobHunting版 - Text Justification
把我题目看错的地方改了一下,通过online judge了。献丑再贴一次。 请大家指教。
(觉得我写得好慢啊。。。)
class Solution {
public:
vector fullJustify(vector &words, int L) {
vector output;
if(words.size() == 0 || L <= 0) {
output.push_back("");
return output;
}
vector blankNum;
blankNum.reserve(L/2);
int lineStart(0), lineEnd(0);
while ( lineEnd < words.size() ) {
JustifyOneLine(words, L, lineStart, lineEnd,blankNum);
AppendLine(output, words, L, line... 阅读全帖
s******n
发帖数: 3946
46
来自主题: JobHunting版 - FB电面求分析 (转载)
这没法优化吧?
int targetx;
int targety;
BYTE array[m][n];
char output[m*n];
bool visit(int x, int y, int output_idx)
{
if (x<0 || y<0 || x>=m || y>=n) return false;
if (array[x][y]) return false;
if (x==targetx && y==targety) {
output[output_idx]=0;
printf("%s\n", output);
return true;
}
array[x][y]=1;
output[output_idx]='R';
if (visit(x+1,y, output_idx+1)) return true;
output[output_idx]='D';
if (visit(x,y+1, output_idx+1)) return true;
output[output_idx]='U';
if (visit(x,y-1, output_idx+1))... 阅读全帖
g***s
发帖数: 30
47
来自主题: JobHunting版 - G 家电面题目, 欢迎讨论!
The Python is super, but if you do not know it, try to refer java below:
public List BinaryOutput(String input) {
if (input == null || input.empty())
return null;
List output = new ArrayList();
List temp = new ArrayList("");
for (int i = 0; i < input.length(); i++) {
output.clear();
for (String s : temp) {
if (input.charAt(i) == '?') {
output.add(s + '0');
output.add(s + '1');
}
else {
outpu... 阅读全帖
f*******w
发帖数: 1243
48
背景:EE 非名校PhD 无线通信方向,预计夏天毕业,两次实习经历(12年Broadcom,
13年Amazon)
2月的时候发现时间紧迫,开始锁定SDE的目标狂投简历……真正意义上的海投,大大小
小有近百家吧,基本没有找人refer。偶尔在版上看到有人帮忙refer的时候也会问一下
,不过好像都被简历拒了- -
所有面经放上……
Bloomberg:
02/21 电面阿三,没有写具体code,都是说思路
Why bloomberg?
Mention and describe one of your projects. What is your role on this project?
Polymorphism in C++, how to implement virtual functions (vtable), different
types of polymorphisms (dynamic/static).
Two sum (with or without extra memory)
Kth node to the last (Linked List)
Implement m... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)