Redian新闻
>
hardware engineer (board level) 好象机会不多啊? (转载)
avatar
hardware engineer (board level) 好象机会不多啊? (转载)# EE - 电子工程
a*a
1
我现在已经用photoshop设计了网页的外观了,是图片格式。想问一下用photoshop or
dreamwaver可以让把图片切割,并自动生成html格式吗?怎样实现?如果不行有相关的
免费软件吗?
avatar
p*c
2
我在头文件里声明了函数
bool cal_sum(int num,int &elem)
然后我另外写了一个文件是这个函数的主体 cal.cpp
在主函数文件里我include head.h 后,为什么还是link不到cal这个文件?
如果我在主函数里直接用 include cal.cpp,甚至都不需要头文件了。
请问如果用头文件的方式应该怎样调用那个外部函数 ? 直接include cal.cpp是合理
的做法吗?
avatar
c*6
3
【 以下文字转载自 JobHunting 讨论区 】
发信人: coldfire666 (coldfire), 信区: JobHunting
标 题: hardware engineer (board level) 好象机会不多啊?
发信站: BBS 未名空间站 (Mon Mar 3 18:49:08 2008)
在国内做了好几年的硬件板级设计,有高速数字方面的经验,也有过调试射频产品的经
历,也有写过Hardware abstract layer software for embedded operating system,
现在在美一个4流学校的MSEE,以前也是国内不错大学的BSEE。
三周前post resume on monster, 现在里面是reviewed 100, saved 8, 收到7-8封e-
mail,很多是contract的,不过很多听说要sponsorship 后就没下文了. 一个在德克萨
斯的外包公司直接打电话来叫我去San Diego做embedded developer,自己不想向软件方
面发展,推了。
hardware engineer, W.
avatar
a*a
4
是dreamweaver, sorry
avatar
p*c
5
我用的是DevC++.同时打开主函数main.cpp和函数文件cal_sum.cpp,编译主函数的时候
出现undefined reference 错误。
avatar
x*y
6

many board level hardware jobs were outsourced to Asia. Some others rely on
goverment contracts (there are some in MD and DC area)

【在 c*********6 的大作中提到】
: 【 以下文字转载自 JobHunting 讨论区 】
: 发信人: coldfire666 (coldfire), 信区: JobHunting
: 标 题: hardware engineer (board level) 好象机会不多啊?
: 发信站: BBS 未名空间站 (Mon Mar 3 18:49:08 2008)
: 在国内做了好几年的硬件板级设计,有高速数字方面的经验,也有过调试射频产品的经
: 历,也有写过Hardware abstract layer software for embedded operating system,
: 现在在美一个4流学校的MSEE,以前也是国内不错大学的BSEE。
: 三周前post resume on monster, 现在里面是reviewed 100, saved 8, 收到7-8封e-
: mail,很多是contract的,不过很多听说要sponsorship 后就没下文了. 一个在德克萨
: 斯的外包公司直接打电话来叫我去San Diego做embedded developer,自己不想向软件方

avatar
t*d
7
Photoshop有这个功能。
http://www.brainbell.com/tutorials/Photoshop/Slicing_and_Optimizing_for_Web_Images.html
不过,切出来的东西惨不忍睹。

or

【在 a*****a 的大作中提到】
: 我现在已经用photoshop设计了网页的外观了,是图片格式。想问一下用photoshop or
: dreamwaver可以让把图片切割,并自动生成html格式吗?怎样实现?如果不行有相关的
: 免费软件吗?

avatar
m*a
8
我猜你的link command有问题,没有包括cal.o
avatar
c*6
9
Hi there,
Thank you very much for your information. It seems that I gotta seek the
position in software field.
avatar
l*g
10
用图区好了。不用切割。

or

【在 a*****a 的大作中提到】
: 我现在已经用photoshop设计了网页的外观了,是图片格式。想问一下用photoshop or
: dreamwaver可以让把图片切割,并自动生成html格式吗?怎样实现?如果不行有相关的
: 免费软件吗?

avatar
p*c
11
应该在哪里加入link command呢?
avatar
g*u
12
硬件机会还是很多的。只不过有时high frequency,射频之类的面窄一点,可以多投投
各种电压,各种频率的板级设计。
avatar
m*a
13
DevC++界面我不熟,至少因该有个log窗口可以看到compile和link command。
感觉你的link command只有main.o,漏掉了cal.o。
许多时候如果你依赖IDE自动编译,好像至少要搞个project之类的东西,这样才能保证
compile, link所有源文件。
avatar
p*c
14
我试了一下VC++6,在里面建了一个project,然后加入所有的文件,运行正常。不过
没试过在devC++下面建立project。
avatar
k*f
15

You need to create a project in DevC++ and add both cpp files to the project.
Including the .h file makes the compiler happy, i.e., it can generate code
to call the function per the function prototype in the header file.
But if the function is implemented in another .cpp and not included in main.
cpp, the linker need to see the object code to put the executable.
That's why a non trivial program in C almost always needs a project file in
IDEs like VC++ and DevC++, or a makefile with the traditio

【在 p*****c 的大作中提到】
: 我试了一下VC++6,在里面建了一个project,然后加入所有的文件,运行正常。不过
: 没试过在devC++下面建立project。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。