由买买提看人间百态

topics

全部话题 - 话题: complier
1 2 3 下页 末页 (共3页)
A*****s
发帖数: 13748
1
来自主题: Quant版 - 我的C++ complier好像不出warning
可是我记得几年前用dos下的complier这个是有warning的啊
我现在也不知道到底是没有warning还是我的complier不给warning。。。
写一个神马样子的code可以测试一下?
p****e
发帖数: 468
2
来自主题: Computation版 - where to down a standard Fortran90 complier?
刚下了一个 elf90 (Essential LF 90), doesn't work for standard Fortran 90
files, faint. where I can down a standard complier?
A*****s
发帖数: 13748
3
来自主题: Quant版 - 我的C++ complier好像不出warning
好像没问题
好象是这个complier不介意int main没有返回值。。。
刚才搞出warning来了,说明warning在work的
s******t
发帖数: 12883
4
来自主题: Investment版 - 欧洲的协议是否空头支票?
hehe, yahoo有文章来看这个under the hook了.
http://seekingalpha.com/article/313100-eu-relief-rally-likely-t
Investors were treated this week to another eurozone rolle
r coaster ride. On Friday there was a “relief rally” bas
ed upon the fact that the eurozone leaders were able to fo
rge some type of consensus in addressing its roiling finan
cial crisis. This was clearly better than what most had fe
ared.
Under the Hood: However, looking under the hood, what you
have is an inter-governmental agreement basi... 阅读全帖
m*********2
发帖数: 701
5
LZ不如谈下这low-level detail.
For example:
1) How is Node** p represented in the low level?
p, the pointer to pointer to a Node, is on the stack?
where is *p located then? on the stack or the heap?
My understanding is:
Node p ==> the struct is on the stack.
Node *p ==> the pointer is on the stack, the struct is on heap
Node **P ==> the pointer of pointer is on the stack... not sure where
the other two is going to be.
In addition, does the complier keep track of RTTI of p (in case of Node
**p)? Does t... 阅读全帖
e*i
发帖数: 10288
6
来自主题: Hardware版 - E3000 bricked
升级到21061 dd-wrt后,rebboot后,设置似乎还是正常的。因为是备用路由,因此
准备收起来。在收起来之前,通电试验一下,结果发现居然只有电源灯在快速闪动,
坏了,砖头了?
30-30-30,没有用。在整个启动过程中,根本ping 不了192.168.1.1,没有任何机会
上传firmware,打开盒子,试验短接flash 的8-9脚,没有用,还是根本ping 不通
192.168.1.1。,焊上usb-ttl线(在电路板旁边那一组),接上后加电,没有任何输
出,但是如果关掉putty,再连接时,可以发现ttl 有输出,不过不乐观,系统根本
不接受任何ctrl-c之类,只是将下列信息循环滚动
CFE version 1.0.37 for BCM947XX (32bit,SP,LE)
Build Date: Mon Nov 8 16:22:24 CST 2010 (lzh@team2-complier)
Copyright (C) 2000-2008 Broadcom Corporation.
Init Arena
Init Devs.
No DPN
This is a P... 阅读全帖
b***y
发帖数: 2799
7
☆─────────────────────────────────────☆
julietzn (juliet) 于 (Thu Feb 21 22:51:54 2008) 提到:
面试的时候被问到的
int * p = new int[10];
delete [] p;
complier 如何实现 delete [], 他们怎么知道有10个int 需要 delete.
接下来是一个衍生出来的问题:
class Base{};
class Derived : public Base{};
Base *p;
Derived q;
p = &q;
如果delet p, 实际上应该delet p所指向的 object q.
那么这个delet 需要两步实现:
1. call the destruction function of q // There is no problem, if the
destruction of q is virtual.
2. free the memory of q. //question: complier 是如何知道要release 多少memo
g****y
发帖数: 199
8
the complier can wrap Matlab's m file to exe file. However, the .exe file
still need to call the matlab engine.So, the speed is the same. The reason
to use complier is to protect your copyright of the program, since people
can not access your original code.
If you want to accelerate your matlab program, you can use mex function,
which is able to run the core operation parts(time consuming parts) in the
similar speed as C or Fortran.

C
a***e
发帖数: 27968
9
do you code the complier yourself?
W*****d
发帖数: 4196
10
Dr. Susan Xiao-Ping Su
President of Tri-Valley University
Tri-Valley University TVU
E-mail: s*[email protected], s***[email protected]
EDUCATION
Ph .D. Department of Mechanical Engineering, University of California at
Berkeley, 2001.
Major: Design; Minor I: Microscale Heat Transfer; Minor II: Integrated
Circuit Technology.
Dissertation: Compliant Microleverage Mechanism Design for MEMS Application
Dissertation Advisors: Prof. Alice M. Agogino; Prof. Tsu-Jae King, Prof.
Dennise K. Lieu
M. S... 阅读全帖
C**********e
发帖数: 23303
11
来自主题: Military版 - Google Offer (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: SigmaPhi (SigmaPhi), 信区: JobHunting
标 题: Google Offer
发信站: BBS 未名空间站 (Thu Oct 23 20:45:02 2014, 美东)
Fresh Master, 100k base + 15% bonus + 250 GSU + 15k sign-on + relocation.
藤校物理PhD quit. 科研两年一直用matlab做计算。 去年10月开始自学了Java, 然后
修了一门algorithm。今年春季,去跟CS一个老板搞了一学期Big Data 的research。
暑假开始刷Cracking Code 大概三遍。 然后Leetcode刷了4遍。第一遍还处在熟悉Java
语法状态,往往一道题要想上好久,这一遍用了一个月。第二遍就把每一道题就总结
了一下,并在blog上写了结题报告。我觉得这个过程对于我们non-native-speaker来讲
很好。第三遍开始想一题多解,开始离开complier,用vim刷题。第四遍注意了bug
free ... 阅读全帖

发帖数: 1
12
来自主题: Military版 - 王垠是个难得的计算机语言天才
如果他能设计一个complier翻译自然语言,那怕是英文德文成为机器程序,还算是牛鼻
一把。其余也就不要吹了。你不会就是小王本人吧?得罪了。

脚本
h*h
发帖数: 27852
13
来自主题: Military版 - 王垠是个难得的计算机语言天才
我可以确定你不懂,不然怎么可能说出
“设计一个complier翻译自然语言,那怕是英文德文成为机器程序”
这样外行的话来?
h*h
发帖数: 27852
14
来自主题: Military版 - 王垠是个难得的计算机语言天才
哪个complier可以翻译自然语言,那怕是英文德文成为机器程序?
h*h
发帖数: 27852
15
来自主题: Military版 - 俺们村里最喜欢的游戏是逗疯子
我可以确定你不懂编程,不然怎么可能说出
“设计一个complier翻译自然语言,那怕是英文德文成为机器程序”
这样外行的话来?
b**e
发帖数: 3199
16
来自主题: Military版 - 高科技出口管制的意思
具体包括以下领域
The representative general categories
of technology for which Commerce
currently seeks to determine whether
there are specific emerging technologies
that are essential to the national security
of the United States include:
(1) Biotechnology, such as:
(i) Nanobiology;
(ii) Synthetic biology;
(iv) Genomic and genetic engineering;
or
(v) Neurotech.
(2) Artificial intelligence (AI) and
machine learning technology, such as:
(i) Neural networks and deep learning
(e.g., brain modelling, time s... 阅读全帖
s*****r
发帖数: 43070
17
来自主题: Military版 - nlp这种课有多少学校会开
CS开很多没用的课,其实OS和complier,networking这些,都没啥卵用
g******t
发帖数: 11249
18
来自主题: Military版 - 新转CS的千老
complier处理的是regular expression
简单多了
s****d
发帖数: 1830
19
你说的这些玩意 都最低级的程序员才弄
不需要上大学 高中毕业自学就行了
大学cs 本科有没有上过看的是 data structure&algorithm, complier theory, OS
graduate课程区别很大 但是computation theory除非野鸡学校 否则必修
龙虾党多学点 lol
龙虾党以为cs department主要是教怎么programming了
笑死我啊

multi
s****d
发帖数: 1830
20
我又不需要做这低级的不能低级东西 又没参加过培训
一路CS上来
只会datastructure&algorithm complier theory OS computation theory, computer
vison
computation geometry。。。这些
这是大学教的
龙虾党多学点
龙虾党居然以为大学cs department教 怎么programming 笑死我
h**********g
发帖数: 3962
21
来自主题: Faculty版 - CS Master的工作危机
有些非CS专业的人觉得CS满地流油。
我觉得CS Master的工作前景比卡车
司机的工作前景好不了很多。
随着人工智能的发展,无人驾驶卡车
已经严重地威胁到了卡车司机的工作。
在不久的将来,目前CS Master们做
的码工工作,也会被人工智能严重威胁。
四十年前,写一个编译程序需要三十几个
人年。一九七五年,贝尔实验室诞生了
YACC(yet another compiler complier)。
之后,一个CS大三的学生,就可以用一个
周末写出Pascal的编译器。
很多CS之外的人,太高估CS毕业生的工作前景了。
CS专业的精英,正在消灭CS这个专业。
s********l
发帖数: 998
22
来自主题: JobHunting版 - 关于linker, loader, complier
能推荐本 关于这些方面的书吗?
谢谢
I**********s
发帖数: 441
23
来自主题: JobHunting版 - 关于linker, loader, complier
Linkers and Loaders. By John R. Levine. 2000. ISBN 1-55860-496-0
x****n
发帖数: 74
24
来自主题: JobHunting版 - 关于linker, loader, complier
中文的可以看看
程序员的自我修养 这本书
k****y
发帖数: 781
25
来自主题: JobHunting版 - 关于linker, loader, complier
程序员的自我修养
where to download this book?
a********1
发帖数: 750
26
来自主题: JobHunting版 - 关于linker, loader, complier
当年一起灌水的人都出书了 差距呀
x****n
发帖数: 74
27
来自主题: JobHunting版 - 关于linker, loader, complier
我是买的,可以让同学从国内稍过来
C*Y
发帖数: 736
28
google closure complier过了
s****n
发帖数: 1237
29
来自主题: JobHunting版 - 回馈本版,贴GOOGLE电话面经
试了一下,如果
char string1[] = "ccc";
RemoveConsecutiveDuplicates(string1); 是可以的。
但是
char *string2 = "aaa";
RemoveConsecutiveDuplicates(string2); 是不行的,虽然complier不会报错,但是
run的时候在s[index]赋值的地方报 Access violation writing location 的错。
所以需要检验这个input到底是char * 还是char []。不过没有想出来怎么检验。
x****k
发帖数: 2932
30
来自主题: JobHunting版 - C++一问
1, it really really depends on how complier is implemented.
2. usually size is sizeof(void *), not 4.
g*******s
发帖数: 490
31
来自主题: JobHunting版 - 网上c sample question的一堆错误
这边的c sample question
http://www.bestsamplequestions.com/technical-questions/c-sample-questions/c-sample-questions.html
列一下我发现的错误
第8
system dependent, be cautious of all sizeof questions, most of them are
system dependent
第10
system dependent, depends on the size of int
第11
compiler dependent
it's fine. 其实即使function的argument是数组形式,compiler也会自动改成指针,
just remember array is always
passed by its pointer in function calls
第16
won't print anything, 两个指针都没有allocate memory
第18
for declaration, it is not g... 阅读全帖
j*****u
发帖数: 1133
32
来自主题: JobHunting版 - str2int中overflow该如何处理?
在每次
result = result * 10 + str[i] - '0';
之后check result < 0,如果overflow就会变负
如果C#的话用checked{ } wrap,或者complier打开/checked+,就会自动throw Ov
erflowException()
t***k
发帖数: 610
33
来自主题: JobHunting版 - 如何准备compiler的知识?
一个公司要测试complier方面的知识,请问有什么办法可以短时间准备这个方面的材料
吗?
m********l
发帖数: 4394
34
来自主题: JobHunting版 - 如何准备compiler的知识?

他们要complier programmer干啥?
AMD的Architecture不就是抄Intel的?
m********l
发帖数: 4394
35
来自主题: JobHunting版 - 询问Bloomberg online skill assessment
敲了也没用
他问你copy constructor叫了几遍
你咋问complier?
m*********2
发帖数: 701
36
来自主题: JobHunting版 - 问一道关于reverse a C-string的问题
那是因为complier知道那是char pointer.
所以你str++; 它会帮你加1 byte.
如果你用double++, 它帮你加4 byte
c**z
发帖数: 669
37
complier能过,但是run不过,请指教
class book
{
public:
book(long id1,string detail1 )
{ id=id1; detail=detail1;
}
book()
{
}
void addbook(long id2, string detail2)
{ book b(id2,detail2);
books.push_back(b);
}
private:
long id;
string detail;
static vector books;
};
void main()
{
book b1;
b1.addbook(1,"a");
b1.addbook(2,"b");
}
l*****c
发帖数: 316
38
来自主题: JobHunting版 - 请教一个新鲜算法面试题
how to iterate through this hashmap?
I use HashMap.Entry>,
but complier says "java.util.HashMap.Entry" is not public in java.util.
HashMap
But when I switch to Map.Entry>, it works
thanks
r*****k
发帖数: 1281
39
来自主题: JobHunting版 - 郁闷啊 刚刚apple电面
cellular framwork software engineering
阿三hiring manager面的 说主要就是编程的活。
问了一些c++题:为啥需要virtual function,virtual destructor
complier怎么make template工作的
multi-thread题。题目我都听不懂。我直接跟他说没搞过。
然后我跟他说你要找experienceed c++ programmer 我不是个good fit。 我说我是
fresh
phd,没什么product development经验。
听完这句,那哥们估计对我就没啥兴趣了。简单问了下research就挂了电话。
估计杯具了。
g*********e
发帖数: 14401
40
来自主题: JobHunting版 - 献上最近两家onsite面经(长!)
最近onsite了两家公司,没有签NDA,今天把面经回忆整理下献上。很长,希望对大家
有所帮助。特别是EE的同学。
Qualcomm QCT HW
先是去QCOM candidate caring center。这里会见到HR,然后问些何时毕业,VISA的问
题。还会告诉你如何打车在不同building之间走。不爽的是HR会在这里问SALARY
expectation,我说expect market price,a competitive number blabla。
HR非要问what it means? 我没办法:you want a number? HR:yes. 我想了5秒:
10w?
HR 脸色一变,开始压价:10w是非常高的数字,这样对其他老员工不公平。
我说这个数字很reasonable啊?HR问你真的不想改了吗?反复问is it a make or a
break? 我最后说9w5。然后说是flexible的,Q的福利好也是优势blabla.
之后HR态度就很冷淡了,问问题也不怎么responsive。
之后是technical面经,有些问题记不起来了
亚裔MM:
... 阅读全帖
f********4
发帖数: 988
41
来自主题: JobHunting版 - 报几个面经攥人品吧
从3月中上旬到现在,面了一些小公司。。基本都挂了。。还有一个onsite。。不知道
哪年哪月能安排上。。ORZ
yelp
第一轮HR,问得全是网上能找到的题。。
一个华裔女问的,大部分都是简历。。问我database咋样,data mining,最后是
longest common prefix,一个小bug。。不过面试官没发现。。问题是跑leetcode的时
候也没发现。。真给跪了。三天后悲剧
bloomberg
电面就是invert integer。。前三十分钟都在问简历,面这个的时候刚开始刷题,大约
三月中下旬。。感觉刷题真有用。。。onsite遥遥无期的等待中
commvault
先做skill test。。大约30题,很全面。。各种知识点。。不过时间来得及google
这家从HM到面试官都是印度人。。我还去linkedin上看了下,也全部是印度人。。店面
问了一个小时概念题。。大约20道吧,从complier到multithread都有,当然也有c++基
础知识
zocdoc
面这个的时候还没开始刷题,被问了个cluster index和non cluster index,还... 阅读全帖
S******i
发帖数: 5
42
来自主题: JobHunting版 - Google Offer
Fresh Master, 100k base + 15% bonus + 250 GSU + 15k sign-on + relocation.
藤校物理PhD quit. 科研两年一直用matlab做计算。 去年10月开始自学了Java, 然后
修了一门algorithm。今年春季,去跟CS一个老板搞了一学期Big Data 的research。
暑假开始刷Cracking Code 大概三遍。 然后Leetcode刷了4遍。第一遍还处在熟悉Java
语法状态,往往一道题要想上好久,这一遍用了一个月。第二遍就把每一道题就总结
了一下,并在blog上写了结题报告。我觉得这个过程对于我们non-native-speaker来讲
很好。第三遍开始想一题多解,开始离开complier,用vim刷题。第四遍注意了bug
free 和coding style,用白板或者白纸刷题。
8月开始找工作,期间面了好多公司,包括Akamai, Goldman, JP Morgan, Jane Street
, Two Sigma, Indeed, Salesforce, Amazon, Google, ... 阅读全帖
n*******s
发帖数: 17267
43
CS就是四门课, data structures, programming language, algorithms, operating
systems, 以前还有个Complier, 可以忽略不计。
剩下的就是选定一门语言, 翻来覆去的code, 如此, 大事可成。
不过, 我倒是想问一句, 学这个干吗? 有这决心,真不如去名校读个MBA。

发帖数: 1
44
他们说的cs fundamental 其实就指的java/C++中继承,多套,封装那些概念。
吓的我把os network, ca, complier,db, 离散全都学了一遍,
m***i
发帖数: 263
45
In the UK King's College is consistently ranked among top 25 British
universities, although some league tables, such as Guardian and the Sunday
Times put it among top 10 from time to time.[15] Internationally, the
college is constantly featured among top 100 world universities by all major
global university rankings compliers having been placed between 21st by the
QS World University Rankings[36] and 77th worldwide by the Times Higher
Education World University Rankings.[37]
According to the 200... 阅读全帖
W********s
发帖数: 1705
46
来自主题: Boston版 - 我难受的一晚 (转载)
我读书的时候Complier是个终端机,就是图书馆里有,什么型号忘了,绿字黑幕。图书
馆关门了,留在里面不出来,灯都熄了,就靠屏幕的光线看字了。
y*****9
发帖数: 47
47
各位学长学姐学弟学妹~ 闲置东西大甩卖ing!!!!如果有你需要的请联系我!!
物品列表:
Apple Magic Mouse
三星 ML1665 激光打印机
Deborah Lippmann Across the Universe
Complier 书
forever 21全新开衫毛衣 (带标签)
CK 全新斗篷毛衣 (带标签)
Speck Mac Pro case
大同6 cup电饭锅
面包机
慢炖锅
att手机
耳麦
conair卷发棒
小背包
请戳!!!!!!!!!!::
https://picasaweb.google.com/110085968734034266275/DropBox?authuser=0&
authkey=Gv1sRgCMSWktL63t2ZqQE&feat=directlink
请邮件联系v************[email protected]或者短信7654184450 感谢骚扰
l*****p
发帖数: 866
48
来自主题: Michigan版 - 大家都来看一下这是哪家公司?
Software Engineer / Livonia, MI
Role Summary + Essential Responsibilities:
--Lead embedded software development for smart electrical vehicle charging
application
--Develop system algorithm and source code for charging and communication
module
--Conduct software integration and testing, and software releases
--Co-work with engineering team in Taiwan
--Capture and develop product and software requirements and system interface
--Technical interface with project partners e.g. Automotive OEM and Ener... 阅读全帖
C*Y
发帖数: 736
49
那就找一下complier有没有这个option啊
我记得至少gcc是有的 具体是啥忘了 C对我来说是遥远的记忆了
1 2 3 下页 末页 (共3页)