码迷,mamicode.com
首页 >  
搜索关键字:机器人 ros    ( 8923个结果
关于Java Web Start
要点 1、Java Web Start(JWS)技术让你能够从网站来部署独立的客户端程序。 2、JWS有个必须要安装在客户端的helper app. 3、JWS程序由两部分组成:可执行的JAR和.jnlp文件 4、当浏览器从服务器取得.jnlp文件时,浏览器会启动JWS的helper app 5、J ...
分类:编程语言   时间:2021-04-30 12:22:26    阅读次数:0
Enable Jupyter For C#
.NET Interactive is here! | .NET Notebooks Preview 2 | .NET Blog (microsoft.com)jupyter notebook ...
分类:Windows程序   时间:2021-04-30 11:56:03    阅读次数:0
MIT App Inventor + ESP8266
https://blog.csdn.net/weixin_40217034/article/details/89855118 https://blog.csdn.net/weixin_40217034/article/details/89891242 https://blog.csdn.net/we ...
分类:移动开发   时间:2021-04-29 11:46:15    阅读次数:0
基于Kinect 2.0 与 Alpha 1s 阿尔法机器人的体感控制开发
Kinect4AlphaRobot 基于Kinect 2.0 与 Alpha 1s 阿尔法机器人的体感控制开发 项目是两位成员@Cheman @JYang 完成。 项目说明 项目通过Kinect捕捉人体动作数据,通过蓝牙模块控制 Alpha Robot (优必选阿尔法机器人1S) 演示视频 http ...
分类:其他好文   时间:2021-04-28 11:46:13    阅读次数:0
CentOs6 无法正常使用yum命令
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:其他好文   时间:2021-04-26 13:13:52    阅读次数:0
简单的线性规划问题的求解
%% max z=2x1+3x2-5x3 %% s.t. x1+x2+x3=7 %% x1+3x2+x3<=12 %% x1,x2,x3>=0 clear all; close all; f=[-2;-3;5]; a=[-2,5,-1;1,3,1];b=[10;12]; aeq=[1,1,1];be ...
分类:其他好文   时间:2021-04-24 11:47:33    阅读次数:0
获取本机公网ip的url地址
分享一些访问之后显示本机公网ip的url地址 http://ip.42.pl/raw https://api.ip.sb/ip http://ip.3322.net http://ip.qaros.com http://ip.cip.cc http://ident.me http://icanhaz ...
分类:Web程序   时间:2021-04-22 16:32:23    阅读次数:0
The different aspect of architecture(架构的不同方面)
Information & Data Overview - Essential Project Documentation https://enterprise-architecture.org/docs/information_architecture/information_and_data_o ...
分类:Web程序   时间:2021-04-22 16:18:10    阅读次数:0
Kettle集成飞书发送消息
1)飞书机器人使用-参考文档:https://www.feishu.cn/hc/zh-CN/articles/360024984973 2)kettle集成飞书发送消息: 具体运行效果如下: ①自定义常量数据(定义发送消息内容) ②REST Client(发送消息) ③写日志(主要用来查看请求响应结 ...
分类:其他好文   时间:2021-04-21 12:04:40    阅读次数:0
Mac下浏览器跨域配置方法
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:系统相关   时间:2021-04-21 11:49:55    阅读次数:0
8923条   上一页 1 ... 6 7 8 9 10 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!