算法学习
乐小树爱追逐雅克比
我想成为神-一千万行代码(.m,.py,.c**)
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Design and implement a 'Name_pairs' class holding (name,age) pairs where name is a 'string' and age
关于Programming – Principles and Practice Using C++ (Stroustrup)其中一道练习题的解答: 题目如下: 【1】Design and implement a ‘Name_pairs’ class holding (name,age) pairs where name is a ‘string’ and age is a ‘double’. ...原创 2018-04-24 09:05:10 · 642 阅读 · 0 评论 -
python-给定任意起始点-角度后同等切分圆-circle-segementation
简介文中主要帮助一位小哥实现对圆的任意切分,切分需要从给定点,和给定角度进行切分。现把算法记录如下,需要使用的可以参考,当然比较简单。算法和效果如下。代码import mathimport matplotlib.pyplot as pltimport numpy as np# def return_xy_list(alfa,):# passr = 11.599xa = ...原创 2019-09-06 14:19:42 · 897 阅读 · 2 评论 -
如何解决 Ubuntu18.04-Matlab 报Unable to launch the MATLABWindow application错
简介今天使用MATLAB2017b进行Robotics Toolbox 的部分仿真,结果发现报如题错误,根据网上查询资料解决,现记录如下。报错详情:ERROR: default sources list file already exists: /etc/ros/rosdep/sources.list.d/20-default.listPlease delete if you wish ...原创 2019-09-26 15:13:17 · 2582 阅读 · 0 评论
分享