-
the source code in C/C writes. Direct exe files can be run, realizing see CPP do...
几个小游戏的源码,用C/C++写的。
直接运行exe文件可看,实现见CPP文件。-the source code in C/C writes. Direct exe files can be run, realizing see CPP document.
- 2022-06-26 19:52:21下载
- 积分:1
-
we Xiamen Polytechnic students, because we need your web site a very important i...
我们是厦门理工学院的学生,因为我们急需贵网站的一分重要资料下载,希望能给予下载权限,虽然上传的原码比较普通,但希望站长能给予谅解,-we Xiamen Polytechnic students, because we need your web site a very important information downloaded hope that the authority can be given to download, upload Although the original code more modest, but I hope that the station will give understanding, I would like to thank
- 2023-07-27 14:15:03下载
- 积分: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
-
VUMAT-for-Kinematic-Hardening
A VUMAT code for Kinematic Hardening material.
- 2021-03-17 10:29:21下载
- 积分:1
-
wavelet.Designer
CRT需要添加很多设备时,正常要一个一个添加,这个工具可以用一个为模板(When CRT needs to add many devices, it is normal to add one by one. This tool can be used as a template.)
- 2020-06-25 08:00:02下载
- 积分:1
-
hw
输出字段,利用C语言在dos窗口输出文本(output words,we can print words by dos window.)
- 2019-04-14 17:59:40下载
- 积分:1
-
这是几个游泳的测试程序,都是些基础的东西,有带学习
这是几个游泳的测试程序,都是些基础的东西,有带学习
-This is a swim test procedure are some basic things, the learning
- 2022-05-28 06:24:27下载
- 积分:1
-
javascript decimal 4 to 5 homes
javascript 小数点4舍5入-javascript decimal 4 to 5 homes
- 2022-02-02 16:35:41下载
- 积分:1
-
Excel
说明: 用LABVIEW对EXCEL进行操作,单个单元格或者多行多列二维数组写入和读取(Using LabVIEW to operate excel, write and read single cell or multi row and multi column two-dimensional array)
- 2020-11-23 21:24:16下载
- 积分:1
-
黑盒B-BOX_
说明: 无限制版,极影工作室的看家产品之一,交易两个货币兑进行对冲。经过实际测试,EURUSD和GBPUSD的盈利效果最好,AUDUSD和NZDUSD不是很好。按理说这两组关联都不错才对,可能是测试期间行情所致,因为无法回测双币以上ea,实盘模拟测试。(One of the Housekeeping Products of Polarshadow Studio is trading two currencies to hedge against each other. After actual testing, EURUSD and GBPUSD have the best profitability, while AUDUSD and NZDUSD are not very good. It is reasonable to say that the correlation between the two groups is good, which may be due to the market during the test period, because it is impossible to retest the EA above two coins, a real-time simulation test.)
- 2020-06-18 01:20:01下载
- 积分:1