-
xiaobo
该代码为小波变换代码,简单实用,为dbN小波,读者可以运行即可出现结果(The code for wavelet transform code, simple and practical, for the dbN wavelet, readers can run, you can appear results)
- 2017-06-05 15:26:01下载
- 积分:1
-
prog
说明: OFDM源程序代码,OFDM源代码。OFDM源程序代码,OFDM源代码。OFDM源程序代码,OFDM源代码。(OFDM源程序代码,OFDM源代码。OFDM源程序代码,OFDM源代码。OFDM源程序代码,OFDM源代码。OFDM源程序代码,OFDM源代码。)
- 2009-08-27 19:40:50下载
- 积分:1
-
《Delphi 2005数据库系统开发与应用》源代码
《Delphi 2005数据库系统开发与应用》源代码- Delphi 2005 database system development and application of the source code
- 2022-01-26 01:41:35下载
- 积分:1
-
tuxiangshang
计算图像的一阶熵,二阶熵和差分熵,使用matlab编写,差分熵运行较慢(First-order calculation of image entropy, second-order entropy and differential entropy, using matlab write, the differential entropy is running slower)
- 2009-12-09 19:09:39下载
- 积分:1
-
用VB写的一款小游戏,方式就像打地鼠一样,分级别速度。
用VB写的一款小游戏,方式就像打地鼠一样,分级别速度。-Written with VB a little game to play like a hamster the same way, sub-level of speed.
- 2022-09-29 08:25:02下载
- 积分:1
-
GSM farsi
gngguutfdyuiiyttyuookjffthjjbbffddiikn
- 2018-02-16 17:12:48下载
- 积分:1
-
ULINK2_FM_V142
说明: Ulink2固件 ulink2降级用固件(Ulink2 firmware, ulink2 downgrades with firmware)
- 2020-05-26 13:41:40下载
- 积分:1
-
使用LEADTOOLS14.5和VB,利用TWAIN接口进行扫描的示例,可进行各种扫描参数的参数...
使用LEADTOOLS14.5和VB,利用TWAIN接口进行扫描的示例,可进行各种扫描参数的参数-Use LEADTOOLS14.5 and VB, using TWAIN interface to scan the sample, it can conduct a variety of scan parameters parameters
- 2022-02-09 20:38:30下载
- 积分:1
-
直流偏磁
直流偏磁变压器建模,基于J-A修正理论。为直流偏磁抑制提供新的解决思路。(The modeling of DC bias transformer is based on the J-A correction theory. It provides a new solution for DC bias suppression.)
- 2018-06-04 20:35:42下载
- 积分: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