-
wenjiankunbanqi
这是VC++实现的一个文件捆绑软件的源码(This is a file bundled software source code VC++ achieve)
- 2012-07-12 06:07:40下载
- 积分:1
-
支持向量机故障诊断及控制技术
有支持向量机分类和回归的代码,以及最小二乘支持向量机的代码。(support vector machine)
- 2020-12-17 11:09:12下载
- 积分:1
-
Dubins
说明: 路径规划常用的Dubins算法,使用MATLAB实现,可实时操作。(Dubins algorithm, which is commonly used in path planning, is realized by MATLAB and can be operated in real time.)
- 2020-10-29 23:15:28下载
- 积分:1
-
影视双端360版2.0三级分销
说明: 360影视双端带三级分销的好东西 亲测 不可运营 无木马(360 film and television double terminal with three-level distribution of good things, pro test can not operate, no Trojan horse)
- 2020-07-21 13:58:13下载
- 积分:1
-
meanshift_seg
用meanshift算法实现图像的平滑和分割的算法(Algorithm used meanshift image smoothing and segmentation algorithms)
- 2009-06-17 23:34:05下载
- 积分:1
-
温湿度上位机
说明: qt 温湿度上位机client的例子,可以直接下载使用,对于初学者很有用。(Qt Temperature and humidity PC example, can be downloaded and used directly, useful for beginners.)
- 2019-03-18 16:05:48下载
- 积分: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
-
function1111
matlab的常用函数工具包,可以计算多数的图论问题,和组合问题。(Matlab tool kits commonly used functions can be calculated majority of the graph theory, and composition.)
- 2006-08-28 07:11:51下载
- 积分:1
-
10399903
采用PQ,VF控制策略,包括风机、光伏等设备参与(Using PQ, VF control strategy, including fan, photovoltaic equipment participation)
- 2019-01-14 22:28:41下载
- 积分:1
-
UART0_2_LCD
瑞萨R5F1000FG 串口,LCD显示(Risa R5F1000FG Serial Port, LCD Display)
- 2019-04-09 17:06:28下载
- 积分:1