-
实验三
该压缩包为西南科技大学编译原理蒋勇老师实验课中实验三课程内容,可实现语义及代码生成。(The compressed package for the Southwest University of Science and Technology compiler theory, Jiang Yong teacher experiment course experiment three course content, can achieve semantic and code generation.)
- 2021-01-04 15:18:55下载
- 积分:1
-
dflux热源加载
说明: 正弦移动的热源编程方法,圆形热源,非其他热源(Programming method of sinusoidal moving heat source)
- 2021-03-09 14:49:28下载
- 积分:1
-
问道刷道
问道自动道法,全程自动任务,刷道自动,辅助工具.(Ask automatic way, automatic task and auxiliary tool.)
- 2018-05-27 12:32:16下载
- 积分:1
-
PFC
预测函数控制S函数程序,能够直接用于SIMULINK中,进行预测控制研究(Predictive Function Control S function process for SIMULINK in directly for Predictive Control)
- 2021-04-11 13:28:57下载
- 积分:1
-
一个使用IPX协议在两台机器间传送文件的程序
一个使用IPX协议在两台机器间传送文件的程序- Uses the IPX agreement to transmit the document in two
machinery rooms the procedure
- 2022-02-04 01:04:24下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
hilbert
HILBERT 变换的实现用于信号处理中(HILBERT realize Transform for Signal Processing)
- 2020-08-23 20:48:16下载
- 积分:1
-
时钟由Verilog可计数从00:00至23:59写作。带一个文件到…
A clock writing by Verilog which can count from 00:00 to 23:59. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-19 21:25:03下载
- 积分:1
-
日立SH
日立SH-2 CPU核的VERLOG源码,可在ISE6上综合,有说明文档-Hitachi SH-2 CPU core VERLOG source can be integrated in ISE6, documentation,
- 2022-04-15 01:30:20下载
- 积分:1
-
H5 3D全景
基于three.js的3d全景实例,一张图片即可实现(Three.js based 3D panorama instance, a picture can be realized.)
- 2020-11-26 14:29:32下载
- 积分:1