-
parking
说明: 泊车功能开发,分步几何法,平行泊车与垂直泊车(Parking function development, step-by-step geometry, parallel and vertical parking)
- 2019-12-03 16:57:24下载
- 积分:1
-
28[1]
the data encreption and decription is used to send the data from one plece to another place in a secrete code manner this is usefull in military applications
- 2012-06-25 11:59:35下载
- 积分:1
-
均匀圆形阵列天线阵,利用该算法对音乐算法进行估计…
天线阵列为均匀圆阵时,采用MUSIC算法进行DOA估计的源程序。-Antenna array for uniform circular array, the MUSIC algorithm using the estimated DOA of the source.
- 2022-08-09 09:47:19下载
- 积分:1
-
国产变频器键盘源程序,包括与主控板通信,
液晶驱动,led驱动,按键...
国产变频器键盘源程序,包括与主控板通信,
液晶驱动,led驱动,按键-Domestic source converter keyboard, including the master board communications, LCD driver, led driver, keys
- 2022-01-30 20:39:50下载
- 积分:1
-
Jul 12 2019 Elite Proxies
说明: 免费代理sock http都有 很多代理!!!!(Free http proxie A lot of proxie)
- 2020-06-23 01:20:02下载
- 积分:1
-
这是SCST仿真平台机器人足球赛一个参赛队的源代码 . 其中有人工智能的一些算法.
这是SCST仿真平台机器人足球赛一个参赛队的源代码 . 其中有人工智能的一些算法.-simulation platform robot soccer teams one source. These are some of the artificial intelligence algorithms.
- 2022-01-31 17:30:07下载
- 积分: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
-
singzhengliu
这是一个用MATLAB/simulink搭建的AC-DC模型,先将220V交流电降压后,经过整流、滤波后变为平直的直流电,然后经过一个Buck电路,通过调节占空比,将输出电压、电流稳定在25V、5A(This is a AC-DC model built with MATLAB/simulink. After the 220V AC is depressurization, after rectification and filtering, it becomes straight DC, and then through a Buck circuit, the output voltage and current are stabilized in 25V and 5A by adjusting the duty cycle.)
- 2020-11-27 20:59:30下载
- 积分:1
-
梯形求积分
说明: C语言梯形积分,通过公式计算积分,可以用来代替matkab的函数(Trapezoid integral in C language)
- 2021-03-31 11:39:09下载
- 积分:1
-
识别.
说明: 用matlab识别简单的形状,如三角形,圆,椭圆,矩形,正方形等(Recognition of Simple Shapes with MATLAB)
- 2019-04-02 16:14:34下载
- 积分:1