-
gatbx
说明: 已经将M文件修改为m文件,并且和最新版本合并(The M file has been modified to M file)
- 2020-06-15 22:55:01下载
- 积分:1
-
winchange
winform窗口切换效果,各种切换效果,非常好看。(windows change)
- 2017-03-01 14:36:03下载
- 积分:1
-
神经网络的实现
Neural Net implementation
- 2022-03-18 21:02:25下载
- 积分:1
-
bootstrap-Sample
a simple sample of bootstrap
- 2017-12-12 10:22:15下载
- 积分:1
-
Chatroom
说明: 简单私聊、群聊功能,有简单的界面,通过端口号进行连接,(Simple private chat and group chat functions)
- 2019-11-27 18:19:05下载
- 积分: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
-
WNNM_code
说明: 加权核范数最小化图像去噪的MATLAB代码(Permission to use, copy, or modify this software and its documentation
for educational and research purposes only and without fee is here
granted, provided that this copyright notice and the original authors'
names appear on all copies and supporting documentation. This program
% shall not be used, rewritten, or adapted as the basis of a commercial
software or hardware product without first obtaining permission of the
authors. The authors make no representations about the suitability of
this software for any purpose. It is provided "as is" without express
or implied warranty.)
- 2018-07-01 21:04:05下载
- 积分:1
-
8
这是一款带返回顶部按钮的固定网页右侧悬浮菜单特效,div+css仿太平洋网页固定层导航代码。(This is a return to the top button on the right side of the fixed web suspension menu effects, div+css imitation of the Pacific page fixed layer navigation code.)
- 2018-07-28 09:47:37下载
- 积分:1
-
4.ICC色彩管理技术原理解析.pdf
说明: 4. Analysis of ICC color management technology principle
- 2020-06-18 11:00:01下载
- 积分:1
-
并行openmp
说明: Openmp for parallel computing samples!!!
- 2020-06-22 09:40:06下载
- 积分:1