-
Laboratory
基于实验室装置的先进控制算法,主要是水槽液位的控制,组态软件实现-Laboratory-based devices, advanced control algorithms, mainly water tank level control, configuration software
- 2022-03-14 17:24:28下载
- 积分:1
-
公交车自动报站系统
资源描述
根据公交车的实时位置,分析当前车辆是否在某个公交站,并计算距离剩余公交站的站数,数据能够发送到各个站牌进行自动发布
- 2022-05-13 00:02:31下载
- 积分:1
-
c++ 线程池
通过c++实现的线程池,模拟出线程池的运行机制, 充分利用多核的优势,利用多线程来进行任务处理。
- 2023-08-25 15:55:05下载
- 积分:1
-
实现机器人仿真的三种模式:
1.步行模式:步行状态显示,停止,视角转换,改变步行速度,改变步行幅度。
2.舞蹈模式:双人华尔兹、单人芭蕾的演示。
3...
实现机器人仿真的三种模式:
1.步行模式:步行状态显示,停止,视角转换,改变步行速度,改变步行幅度。
2.舞蹈模式:双人华尔兹、单人芭蕾的演示。
3.步态控制:原地踏步姿态,快速跑步姿态的显示,停止,视角转换-Robot simulation of three modes: 1. Walking mode: foot status display, stop, angle conversion, changing the walking speed, change foot range. 2. Dance mode: Double waltz, single ballet presentation. 3. Gait control: marking time in posture, gesture fast-running show, stop, angle conversion
- 2023-07-04 21:00:03下载
- 积分:1
-
自己做的天气预报服务程序
自己做的天气预报服务程序-own weather forecasting service program
- 2022-08-26 14:53:12下载
- 积分:1
-
1 : I hope the open source community to listen to their views. 2 : .. clock di...
1:希望开放源码,听取大家意见。2:..clock目录下有clock.exe。3:控制功能的实现:左右键双击或拖动。孙飞2002-10-31-1 : I hope the open source community to listen to their views. 2 : .. clock directory under clock.exe. 3 : Realization of control : about double-click or drag button. Garrison are 2002-10-31
- 2023-05-05 09:20:04下载
- 积分:1
-
This code contains workflow of calculator
This code contains workflow of calculator
- 2022-04-10 08:03:59下载
- 积分:1
-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
演示如何显示数状目录的组合框的小技巧
演示如何显示数状目录的组合框的小技巧-demonstration showed how few from the list of the small frame composition skills
- 2022-01-22 02:43:50下载
- 积分:1
-
鼠标悬停提示代码。可以订制提示条内容,颜色,背景色,字体色等。...
鼠标悬停提示代码。可以订制提示条内容,颜色,背景色,字体色等。-Hover the mouse prompt code. Article content can be customized tips, color, background color, font color and so on.
- 2023-07-16 03:15:03下载
- 积分:1