-
ML-in-Robotics-Assignments-master
ML in robitics assingment
- 2020-06-24 12:00:02下载
- 积分:1
-
p24fj32ga002_test.X
This code has an example of how to use the pic24fj32ga002 PIC to disiplay acquired ADC data. In addition, a simple quadrature encoder decode code is included
- 2019-07-01 06:42:21下载
- 积分:1
-
GCP
图着色问题(Graph Coloring Problem, GCP) 又称着色问题,是最著名的NP-完全问题之一。 模拟退火算法实现最优。(Graph Coloring Problem, GCP and the example, the NP-and the example of the NP-and the example of the.igation of the..)
- 2018-12-06 10:14:24下载
- 积分:1
-
MDIPicSize
MDIPicSize控件 上传资料内有详细功能,自己查阅-MDIPicSize
- 2022-05-30 06:50:21下载
- 积分:1
-
Fluent.Ribbon.6.1.0.233
Fluent.Ribbon 源码,类似office2010的界面,最近很流行的界面(Fluent. Ribbon source code, similar to the Office 2010 interface, the recently popular interface)
- 2020-06-18 04:00:01下载
- 积分:1
-
File
说明: Este arquivo descreve um teste de asp. Teste basico que exibira a data corrente do servidor
- 2019-05-22 04:09:29下载
- 积分:1
-
vc++ 6.0开发控制台Windows服务监控程序
vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口
{
if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行
{
if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务
{
sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);
WriteLogRecord(szLog);
LogMsg(szLog);
pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败
if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)
{
CString strSendMessage;
strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);
//发送短消息
//连接服务器,发送内容
//发送短消息
- 2022-02-09 22:47:24下载
- 积分:1
-
frmCommodity.Designer
说明: 规则格网法体积计算 文件读入、表格显示、结果输出、附赠测试数据和结果(Rule Grid Method for Volume Computation File Reading, Table Display, Output of Results, Supplementary Test Data and Results)
- 2020-06-25 06:40:02下载
- 积分:1
-
Clojure是一个java虚拟机的动态编程语言
Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inherent in Lisp
but is not constrained by the history of Lisp.
• Clojure is a functional language. Data structures are immutable,
and most functions are free from side effects. This makes it easier
to write correct programs and to compose large programs from
smaller ones.-Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inher
- 2022-01-25 22:10:55下载
- 积分:1
-
BMX055九轴姿态传感器模块(1)
BMX055九轴陀螺仪加速度计地磁传感器的读取与滤波,可用于无人机、平衡车的代码参考。(BMX055 nine axis gyroscope accelerometer geomagnetic sensor reading and filtering, can be used for UAV and balance car code reference.)
- 2018-04-25 16:29:49下载
- 积分:1