-
Beijing.osm.shp
北京矢量道路、建筑shape数据,gis(Beijing Vector Road Building and Other Data)
- 2020-06-23 12:20:02下载
- 积分:1
-
0334508001429252295_sift algorithm complete
matlab code for CM using sift
- 2019-05-21 13:45:51下载
- 积分:1
-
pde
抛物型方程隐格式求解程序 可以自己调整步长 非常方便 还有其他的几个小程序(Implicit schemes for Parabolic Equations)
- 2019-04-28 13:00:09下载
- 积分:1
-
言成标准小马丁EA
单币对冲套利,先多空对冲,让后确认方向微马丁加仓,每单都带止损止盈,盈利能力强,回撤比较小。(Money hedging arbitrage, first multi-empty hedging, let later confirm the direction of micro-Martin warehousing, each single with stop loss stop earnings, profitability, withdrawal is relatively small.)
- 2020-06-20 15:00:01下载
- 积分:1
-
EN29LV160AB-90TCP
说明: Datasheet EN29LV160AB-90TCP.pdf Nor Flash
- 2019-02-09 00:08:23下载
- 积分:1
-
Combinaition of 2 Algorithms
说明: 无人机进行任务分配,结合蚁群算法和匈牙利算法,原作者位于github(UAV performs task assignment, combining ant colony algorithm and Hungary algorithm, the original author is located on github)
- 2020-12-23 15:29:06下载
- 积分:1
-
PQyuanchengxu
可用于电力系统中的潮流分析,此算法为P-Q分解法,可扩展为快速分解法(Can be used for power system load flow analysis, this algorithm for the PQ decomposition method can be extended to the rapid decomposition)
- 2008-05-19 22:23:40下载
- 积分:1
-
ADC1251
这是12位AD转换器的资料,资料齐全,欢迎浏览下载(This is a 12-bit AD converter, data, information is available, please visit the downloads)
- 2010-01-05 12:56:16下载
- 积分: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
-
hkit_widmac
说明: 一份不错的php源码,这是一个用php脚本语言写的上传下载,LinkBox v0.2,程序介绍:简单的大众文件上传系统,支持文件地址直链说明:1.请用notepad2等软件编辑“config.php”,修改为您的网站地址。2.将文件夹内容上传到您的网站目录。3.将顶级目录及文件夹“u”设置777权限。,简单全面供给各类学习参考(A good PHP source code, this is a written in PHP scripting language uploads and downloads, LinkBox v0.2, program is introduced: the simple mass file upload system, supporting documents address straight-chain description: 1. Please use the software such as notepad2 editor "config.php", change for your website address, 2. Upload folder content to your web site directory, (3) set the top-level directory and file folders "u" 777 permissions, and simple comprehensive supply of various types of reference study)
- 2020-10-19 11:35:03下载
- 积分:1