联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期  
按分类查找All 数学计算(86) 

[数学计算] Calories_burnt

using Multiple Linear regression ( R_squared_score = 0.97), stars:0, update:2024-04-20 17:12:29 (2024-04-22, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713792460164695.html

[数学计算] Container-With-Most-Water

给定N个非负整数a1,a2,。。。。a,其中每个表示坐标(i,ai)处的点。绘制N条垂直线,使得线i的两个端点位于(i,ai)和(i,0)。找到两条线,它们与x轴一起形成一个容器,使其包含最多的水。
Given N non-negative integers a1,a2,....an where each represents a point at coordinate (i, ai). N vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i,0). Find two lines, which together with x-axis forms a container, such that it contains the most water. (2024-04-09, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712666395976691.html

[数学计算] Java_Incremental_test

数学试卷看见一题,第一个数为a1第二个为a2,第n个为an,打算用Java复刻一下计算n的an值
I saw a question in the math test paper. The first number is a1, the second is a2, and the nth is an. I plan to use Java to reproduce and calculate an value of n (2024-04-06, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712424315604866.html

[数学计算] ERTC_Form_Client

Repository pour客户端lourd de lépreuve E5 du BTS SIO-SLAM
Repository pour client lourd de l épreuve E5 du BTS SIO - SLAM (2024-04-02, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712053500920827.html

[数学计算] asimov

BTS 2ème Anne e SIO SLAM pour lépreuve E5项目
Projet de BTS 2ème année SIO SLAM pour l épreuve E5 (2024-03-08, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709996032779402.html

[数学计算] SU2

纯SU(2)guge理论。我们提供生成配置、计算可观测值和固定量规的例程。我们的重点是团队的核心。SU(2)矩阵通过其与向量(a1,a2,a3,a4)的同构来描述,并且我们实现了处理该参数化所需的代数函数。
Pure SU(2) guge theory. We provide routines to generate configurations, compute observables and fix gauges. Our focus are on the center of the group. The SU(2) matrices are descrebed by its isomorphism with the vector (a1,a2,a3,a4), and we implement the need algebraic functions to deal with this parametrization. (2024-02-24, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708748379992405.html

[数学计算] Breast-Cancer-Detection

全面的乳腺癌检测ML存储库,具有一套算法,包括Logistic回归、KNN、随机森林、决策树和SVC,通过GridSearchCV进行优化。在肿瘤分类中实现了开创性的97.66%的准确性,展示了先进的机器学习技术在医疗诊断中的威力
Comprehensive Breast Cancer Detection ML repository featuring a suite of algorithms including Logistic Regression, KNN, Random Forest, Decision Tree, and SVC, optimized through GridSearchCV. Achieved a groundbreaking 97.66% accuracy in tumor classification, demonstrating the power of advanced machine learning techniques in healthcare diagnostics (2024-02-06, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707234754633494.html

[数学计算] SMS-Spam-Detection-NLP

使用Python实现了一个垃圾邮件检测项目,采用了数据清理、探索性数据分析和文本预处理技术。训练和评估朴素贝叶斯模型,使用贝努利朴素贝叶分类器实现了显著的97%准确性和97.35%精度。
Implemented a spam detection project using Python, employing data cleaning, exploratory data analysis, and text preprocessing techniques. Trained and evaluated Naive Bayes models, achieving a notable 97% accuracy and 97.35% precision with the Bernoulli Naive Bayes classifier. (2024-01-02, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704170841882899.html

[数学计算] RosBot

使用ROS的自主导航项目
Autonomous Navigation Project using ROS (2023-12-07, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1702219518484139.html

[数学计算] 2019-huawei-codecraft

代码部分参考了大佬的可视化调度器[https: github.com AkatsukiCC huawei2019-with- visualization,没有加调度器,用融合了地杰斯特拉的贪婪思想的A- star算法计算出来最短路径,然后将车辆按照路径长短和车辆速度两个维度进行...](https: github.com AkatsukiCC huawei2019-with- visualization%EF%BC%8C%E6%B2%A1%E6%9C%89%E5%8A%A0%E8%B0%83%E5%BA%A6%E5%99%A8%EF%BC%8C%E7%94%A8%E8%9E%8D%E5%90%88%E4%BA%86%E5%9C%B0%E6%9D%B0%E6%96%AF%E7%89%B9%E6%8B%89%E7%9A%84%E8%B4%AA%E5%A9%AA%E6%80%9D%E6%83%B3%E7%9A%84A-star%E7%AE%97%E6%B3%95%E8%AE%A1%E7%AE%97%E5%87%BA%E6%9D%A5%E6%9C%80%E7%9F%AD%E8%B7%AF%E5
The code part refers to the visual scheduler of Big Brother [https: github.com AkatsukiCC huawei2019 with - visualization, without adding a scheduler, the shortest path is calculated using the A-star algorithm that integrates Dijestra s greedy idea, and then the vehicle is carried out according to the two dimensions of path length and vehicle speed...] (https: github.com AkatsukiCC huawei2019 with - visualization% EF% BC% 8C% E6% B2% A1% E6% 9C% 89% E5% 8A% A0% E8% B0% 83% E5% BA% A6% E5% 99% A8% EF% BC% 8C% E7% 94% A8% E8% 9E% 8D% E5% 90% 88% E4% BA% 86% E5% 9C% B0% E6% 9D% B0% E6% 96% AF% E7% 89% B9% E6% 8B% 89% E7% 9A% 84% E8% B4% AA% E5% A9% AA% E6% 80% 9D% E6% 83% B3% E7% 9A% 84A star% E7% AE% 97% E6% B3% 95% E8% AE% A1% E7% AE% 97% E5% 87% BA% E6% 9D% A5% E6% 9C% 80% E7% 9F% AD% E8% B7% AF% E5 (2019-12-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700876404508497.html

[数学计算] str

Brainfuck中的高效字符串操作,重新设想。
High efficiency string manipulation in Brainfuck, re-imagined. (2023-08-20, Brainfuck, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1692556752366301.html

[数学计算] Random-Key-Generation-ADC-Arty-A7

随机密钥生成-ADC-Arty-A7,,
Random-Key-Generation-ADC-Arty-A7,, (2023-08-06, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691302011739906.html

[数学计算] T-Advanced-Programming-Techniques-A1-PathPlanning

为在简单的2D环境(带障碍物的矩形房间)中移动的机器人实现简化的路径规划算法。
Implement a simplified path planning algorithm for a robot moving about a simple 2D environment - a rectangular room with obstacles. (2023-07-19, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690789008405638.html

[数学计算] econometrics2018-ba-en-A1

习题1:R基础,
Problem set 1: R basics, (2018-03-23, R, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689691209289893.html

[数学计算] econometrics2019-A1

计量经济学2019-A1,,
econometrics2019-A1,, (2020-03-23, R, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689691204763225.html

[数学计算] Zeta_Linux_Samples

Zeta是运行于S3(ARM Cortex-A7)的产品化嵌入式Linux系统,这个项目主要同步可以在Zeta SDK上运行的应用程序示例代码,以便于开发者在S3上进行开发和定制。,
Zeta is a productized embedded Linux system running on S3 (ARM Cortex-A7). This project mainly synchronizes application sample code that can run on the Zeta SDK, so that developers can develop and customize on S3., (2020-06-01, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689582509164468.html

[数学计算] ORB_SLAM2_Rviz

ORB_SLAM2系统Rviz可视化方案(实现详细介绍见 励志献身SLAM 的 阿翔 博客:[http: ttshun.com 2018 10 14 ORB- SLAM2%E7%B3%BB%E7%BB%9FRviz%E5%8F%AF%E8%A7%86%E5%8C%96%E6%...](http: ttshun.com 2018 10 14 ORB- SLAM2%E7%B3%BB%E7%BB%9FRviz%E5%8F%AF%E8%A7%86%E5%8C%96%E6%96%B9%E6%A1%88 ),
ORB_ SLAM2 system Rviz visualization scheme (see A Xiang s blog dedicated to SLAM for the implementation details: [http: ttshun.com 2018 10 14 ORB - SLAM2% E7% B3% BB% E7% BB% 9FRviz% E5% 8F% AF% E8% A7% 86% E5% 8C% 96% E6%...] (http: ttshun.com 2018 10 14 ORB - SLAM2% E7% B3% BB% E7% BB% 9FRviz% E5% 8F% AF% E8% A7% 86% E5% 8C% 96% E6% 96% B9% E6% A1% 88), (2019-11-29, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689505777151104.html

[数学计算] slam_dipole_calculator

与SLAM_V_2.2_snapshot_a1兼容,
compatible with SLAM_V_2.2_snapshot_a1, (2020-06-04, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689505135426766.html

[数学计算] tsinghua-Unitree-ROS

清华大学-unitree A1机器人暑假项目(ROS+SLAM),
Tsinghua University - Summer vacation project for unitree A1 robots( ROS + SLAM ), (2021-08-31, Makefile, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689504631704672.html

[数学计算] RPLidar_Hector_SLAM

使用RPLidar A1的ROS上没有里程计数据的Hector SLAM,
Hector SLAM without odometry data on ROS with the RPLidar A1, (2020-09-08, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689504320584054.html
12345
总计:86