-
DOIP(以太网)协议
说明: DOIP(以太网)协议,ISO13400 1-5协议。(DOIP (Ethernet) protocol, ISO13400 1-5 protocol.)
- 2020-09-18 08:27:56下载
- 积分:1
-
ceshi
关于船的仿真和关于回波分析的仿真,涉及到坐标系的变换,雷达在不同位置角度下的仿真,回波分析主要基于运动补偿(The simulation of ship and the simulation of echo analysisRadar simulation at different positions and angles, echo analysis is mainly based on motion compensation)
- 2021-01-04 23:38:55下载
- 积分:1
-
灰鸽子
【1】对远程计算机文件管理:模枋Windows 资源管理器,可以对文件进行复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。
【2】远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、插件功能、服务管理、共享管理、代理服务、MS-Dos模拟!
【3】捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能!
功能
【4】视频监控,可以监控远程控制头!,还有语音监听和发送功能!
【5】telnet(超级终端).
【6】语音监听和发送!可以和远程主机进程语音对话!([1] on the remote computer file management mode: Fang Windows explorer, can copy files, paste, delete, rename, remote operation, you can upload and download files or folders, easy to use.
[2] remote control commands: View remote system information, clipboard view, process management, window management, plug-in function, service management, sharing management, agent service, MS-Dos simulation.
[3] capture screen: not only can capture the remote computer screen continuously, but also transmit the local mouse and keyboard to remote to achieve real-time control function.
function
[4] video surveillance, can monitor remote control head! And voice monitoring and sending functions!
[5] telnet (super terminal).
(6) voice listening and sending! Can talk to the remote host process voice dialogue!)
- 2018-01-15 10:06:30下载
- 积分:1
-
计算机组成原理试题12,提供给在校学生,或者考研需要者,希望能提供一些帮助...
计算机组成原理试题12,提供给在校学生,或者考研需要者,希望能提供一些帮助-Principles of Computer Organization Test 12, made available to students at school, or study section for those who need it, hoping to provide some help
- 2022-01-22 11:30:29下载
- 积分:1
-
STM32角度传感器,
STM32获取测量角度传感器和温度,加速度各项值,(It can measure angle sensor, temperature and acceleration.)
- 2020-06-18 12:40:01下载
- 积分:1
-
fenjiwumalv
CDMA中的分集接收误码率比较,包括最大比合并,等增益合并,选择式合并(Diversity reception error rate in CDMA, including maximum ratio combining, equal gain combining, selective combining)
- 2017-06-10 09:26:14下载
- 积分:1
-
sc_FPM
说明: 能实现对于几幅用重叠部分的低分辨率图片的高分辨率重建(High-resolution reconstruction of several low-resolution images with overlapping parts can be achieved.)
- 2020-11-11 12:39:45下载
- 积分:1
-
VibrationDynamicsAnimations
说明: 有关振动仿真的一些代码。内含有4个文件,各有不同用途(Simulation of the vibration of some code. Contains four files, each for different purposes)
- 2009-08-18 22:41:40下载
- 积分:1
-
lora(IAR)透传
说明: 基于stm32 实现lora模块透传,可以利用lora实现长距离通信(Transmitting Lora module based on stm32)
- 2019-05-12 11:28:45下载
- 积分: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