e***y 发帖数: 4307 | 1 同意,Simulink还有其他附加的组件,codegen什么的我用的比较多,绝对是牛逼的玩
意儿。我敢说flag拿几十万的马工扔mathworks里绝大多数捣鼓不出来这种东西来。其
实很多公司核心算法也是MATLAB做的然后codegen成c/c++,java做个GUI,business
logic啥的。马工所谓的算法跟金融,石油航天的算法根本不是一回事。 |
|
z****e 发帖数: 54598 | 2
codegen是吧?
这个jvm和vert.x都有啊
jvm可以直接做一个script engine出来
你想怎么定义就怎么定义脚本语法
懂了没?
其次vert.x的codegen可以根据你定义的脚本
套入该框架,使得你的脚本能够用vert.x的架构实现分布式和并行计算 |
|
|
l******h 发帖数: 2 | 4 Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖 |
|
e***y 发帖数: 4307 | 5 做firmware还真不如转码工呢。一来firmware的工作不多,二来embedded的东西太
hardware specific,你辛辛苦苦弄熟了一个系统换个硬件又得从头熟悉,当然花的时
间会比完全不会的少些。第三,一般firmware的活visibility太低,晋升空间不大。最
后,在某些领域codegen已经开始代替人手码code了,对这行前景不看好。 |
|
l******h 发帖数: 2 | 6 Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖 |
|
|
|
|
d**********o 发帖数: 1321 | 10 最终版本的compiler测试结果
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
scanType.h
makefile
symtab.h
symtab.cpp
emitCode.h
emitCode.cpp
20131214164956-huang-CS445-F13-A5.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
emitCode.cpp: ASCII C++ program text
emitCode.h: ... 阅读全帖 |
|
d**********o 发帖数: 1321 | 11 最终版本的compiler测试结果
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
scanType.h
makefile
symtab.h
symtab.cpp
emitCode.h
emitCode.cpp
20131214164956-huang-CS445-F13-A5.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
emitCode.cpp: ASCII C++ program text
emitCode.h: ... 阅读全帖 |
|
b******p 发帖数: 49 | 12 如题所示,C++ Grandmaster
网址在这里: cppgm.org
我不是CS专业出身,没写过编译器,对编译器的了解仅限于完成了coursera上面的
CS143。
只是大概知晓了概念,对于更深的内容比如静态/动态分析/优化就不了解了。
这个C++ Grandmaster看起来并不是研究型的,而是比较工程化的一个项目,要从头写
lexer/parser/codegen,而不需优化。
网上有各种议论,有说能做出来的,有说这是个big joke的。但无论别人怎么说,楼主
已经开始蚂蚁撼大树,做了PA1。按官方网上的说法,PA1只占总共的5%左右。
我也不知道能不能做出来,应该是很可能没时间所以做不出来。但是直到做不下去那一
天我都会抽空弄这个。
我想问问有没有人对这个东西感兴趣或是也在弄的,因为我自己写code写得比较烂,碰
到一些难以谷歌搜索的问题如果能讨论将感到不胜幸运。 |
|
y**o 发帖数: 4 | 13 sqlj -codegen=oraclejdbc dbtest.sqlj
jdbc code run 起来没问题的环境(oracle9.0+jdbc driver)
用sqlj作traslate的时候,单独的connection码(Oracle.connect(...))通过,
但一加上 #sql 就出了以下错误:
java.lang.IncompatibleClassChangeError: sqlj.runtime.ExecutionContext and sqlj.e
at java.lang.Class.getDeclaringClass(Native Method)
at sqlj.framework.DefaultInnerClassDescriptor.getDeclaringClass(Default)
at sqlj.framework.JSClass$ClassWrapper.getDeclaringClass(JSClass.java:1)
at sqlj.framework.JSClass.reso |
|
y**o 发帖数: 4 | 14 sqlj -codegen=oraclejdbc dbtest.sqlj
jdbc code run 起来没问题的环境(oracle9.0+jdbc driver)
用sqlj作traslate的时候,单独的connection码(Oracle.connect(...))通过,
但一加上 #sql 就出了以下错误:
java.lang.IncompatibleClassChangeError: sqlj.runtime.ExecutionContext and sqlj.e
at java.lang.Class.getDeclaringClass(Native Method)
at sqlj.framework.DefaultInnerClassDescriptor.getDeclaringClass(Default)
at sqlj.framework.JSClass$ClassWrapper.getDeclaringClass(JSClass.java:1)
at sqlj.framework.JSClass.reso |
|
t********k 发帖数: 808 | 15 J2EE Deploy问题
按J2EE DOC文档中EJB例子Converter的步骤
进行deploy
但出现错误
Error Dialog
There was a deployment error
java.rmi.ServerException:RemoteException occurred in server thread; nested e
xception is:
java.rmi.RemoteException:Error processing ejb jar:compilation failed/
Please refer to /logs//j2ee/j2ee/error.log for more
information. please verify your application with the Verifier tool.
error.log里的错误信息是:
Compilation failed.
at com.sun.ejb.codegen.GeneratorDriver.compileClasses(Ge |
|
h******u 发帖数: 155 | 16 是啊,这是相当老的技术阿。但是像Javascript这样的codegen,理论上只要你在JVM
里用interpretation-only mode,实现起来很容易。 关键是motivation是啥?有什么
usage scenario? |
|
k**********g 发帖数: 989 | 17
Codegen當然會有machine code的片段,但main logic肯定不是machine code |
|
c******o 发帖数: 1277 | 18 一些复杂的 data type 支持的不好。我们用play framework的话,确实有些没有。
有时候有 bug,我们fork了swagger-codegen |
|
b*****e 发帖数: 1193 | 19 Stateflow,我帮你出几道
1. In stateflow codegen, Can we use Machine parented events? why?
2. What's the weakness to use Exported graphical functions in stateflow?
3. What type of code structure will generate from "Local event broadcast to
ancestor states"?
4. what is the stateflow default simulink I/O datatype? |
|
l***g 发帖数: 1035 | 20 Isnt sfcn firmware? Do you write sfcn for simulation or codegen?
公司单独设置的control group,只在电脑里写S function的控制程序,硬件电路有人
做,firmware有人写,连test都有单独的人来干。虽然每天坐在电脑前做个........ |
|