联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(150) 
按平台查找All C++(150) 

[数值算法/人工智能] Calculator-Application-CPP-Qt

使用Qt框架的C++编程语言中的计算器。使用Dijkstra算法将表达式转换为波兰语表示法,允许绘制函数,计算信用和存款
Calculator in C++ programming language using Qt framework. Uses Dijkstra s algorithm to translate an expression into Polish notation, allows graphing a function, calculating credit and deposit (2024-02-25, C++, 0KB, 下载0次)

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

[数值算法/人工智能] AlgorithmsFundamentals-Tasks

与算法基础相关的两个任务的解决方案。解决方案是面向竞争性编程的,因此源代码不会...
Solutions of couple of tasks related to algorithms fundamentals. Solutions are competitive programming oriented so the source code does not follow coding style guidelines. The idea is fast execution and less memory usage. (2018-05-20, C++, 0KB, 下载0次)

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

[数值算法/人工智能] Ardunio

用于编程具有4个传感器(每侧一个)的矩形漫游器的代码,以执行各种操作。最终目标是让漫游者...,
Code used to program a rectangular rover, with 4 sensors (one on each side), to do various things. The end goal being to have the rover successfully follow a black line and make adjustments as needed. Then it would arrive to a flag, pick it up using a programmable clamp, and turn around. (2023-08-11, C++, 0KB, 下载0次)

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

[数值算法/人工智能] bc_compiler

它是一种执行计算的单线性编程语言,它非常方便地允许您计算数学模型...
It is a uni-liner programming language to perform calculations, which very convenientely allows you to evaluate mathematical expressions. (2022-10-26, C++, 0KB, 下载0次)

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

[数值算法/人工智能] Solutions-to-UVA-Problems

这些是编写的解决方案,是在不同的时间(和不同的能力水平)对编程竞赛问题提出的...
These are solutions written are various times (and at various levels of ability) to programming contest problems posed at uva.onlinejudge.org. Much of this code was written during various Computer Science courses at college. (2014-09-16, C++, 0KB, 下载0次)

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

[数值算法/人工智能] DynamicProgramming

在计算机科学中练习一些动态编程问题的解决方案。对于本报告中的每个问题...
Practice solutions to some of the dynamic programming problems in computer science. For each problem in this repository there is problem definition, solution discussion, solution implementation and unit tests using Google-test and Google-mock. (2022-03-26, C++, 0KB, 下载0次)

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

[数值算法/人工智能] PROI_proj2_n-minos

我在C++的第二个项目是计算机科学学位第二学期的对象编程课程的一部分...
My second project in C++ as part of the Object Programming Course at the 2nd semester of the Computer Science degree at Warsaw University of Technology (2019-07-08, C++, 0KB, 下载0次)

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

[数值算法/人工智能] AnomalyDetectionWebApp

这个知识库展示了我们在高级编程2课程学期项目中里程碑2的实现...
This repository shows our s implementation of Milestone 2 in the semesterial project in Advanced Programming 2 course. Computer Science, Bar-Ilan University. (2023-02-15, C++, 2391KB, 下载0次)

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

[数值算法/人工智能] Cplusplus_LABS_LUMS

巴基斯坦拉合尔管理科学大学提供的CS 100 C++编程的所有实验室任务和解决方案。
All lab tasks and solutions of C++ Programming of CS 100 offered in Lahore University of Management Science Pakistan. (2021-02-24, C++, 5199KB, 下载0次)

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

[数值算法/人工智能] cpp-programming

C++编程与计算机科学导论。您可以找到实验室分配和解决方案,有趣的C++pro...
?? C++ Programming & Introduction to Computer Science. You can find Lab Assignments and solutions, interesting C++ programs, and lots of different resources to start learning coding with C++. (2023-05-04, C++, 12684KB, 下载0次)

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

[数值算法/人工智能] Awesome-DSA

很棒的DSA,这个存储库使用不同的编程语言,包括C++、Python、Java,来实现数据结构和...
This repository uses different programming languages, including C++, Python, Java, to implement the data structure and algorithms, and explore the famous deep learning and reinforcement learning frameworks, such as PyTorch, Tensorflow, Tensorlayer. (2020-07-11, C++, 24KB, 下载0次)

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

[数值算法/人工智能] play-arduino-with-tflite

使用tflite播放arduino,用于在Nano 33 BLE Sense上播放计算机视觉应用程序的存储库。技术堆栈:Arduino编程语言,C++&
?? Repository for playing the computer vision apps on Nano 33 BLE Sense. Tech stack: Arduino programming language, C++ & TensorFlow Lite C++ API. , (2021-04-04, C++, 1578KB, 下载0次)

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

[数值算法/人工智能] Super_Mario_SFML

Super_Mario_SFML,使用C++、SFML和图像处理的超级马里奥重制版,这是结构编程课程的一个项目,第一年
Super Mario Remake using C++, SFML, and Image Processing which was a project for Structure Programming Course, 1st Year , (2021-08-17, C++, 145053KB, 下载0次)

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

[数值算法/人工智能] Matrix-Chain-Multiplication

矩阵链乘法,动态编程算法:矩阵链乘法的目标是找到计算效率最高的...
Dynamic programming algorithm: matrix chain multiplication, where the goal is to find the most computationally efficient matrix order when multiplying an arbitrary number of matrices in a row. (2020-10-01, C++, 1KB, 下载0次)

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

[数值算法/人工智能] xdgskse921

浙大acm在线评判系统zju online judge上面的题目解答源码1,对于想要提高自己编程能力的同学来说是极好的
Zhejiang University ACM online evaluation system ZJU online judge above the source code 1, for students who want to improve their programming ability is very good (2018-09-05, C++, 2KB, 下载0次)

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

[数值算法/人工智能] CPP117

利用Visual C++可视化编程环境来实现矩阵的转置、计数器的编写、质数的计算等功能。
Visual C++ using visual programming environment to implement the matrix transpose, the counter written, the calculation of the number of quality features (2016-02-16, C++, 2KB, 下载1次)

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

[数值算法/人工智能] aaa

wash函数的功能通过编程解决了离散沃尔什变换的一个算法。该算法通过三十二阶沃尔什变换矩阵对输入的向量进行离散沃尔什变换
he Walsh sequence in sequency order (2014-07-23, C++, 1KB, 下载1次)

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

[数值算法/人工智能] main

用函数重载编程,用以实现循环左移、循环右移的位运算(bit),移位位数在 1-30000范围内任意
The the function overloading programming to achieve Rotate Left and Rotate Right bitwise (bit), shift the median in 1-30000 within any (2012-11-10, C++, 1KB, 下载3次)

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

[数值算法/人工智能] PatternVolume1

本书是一本关于模式设计及算法书籍,这是第一部!借助本书可以深入的学习模式方面的编程!
The book is a model design and algorithm books, this is the first! With the book can be in-depth study of programming! (2012-03-09, C++, 8674KB, 下载5次)

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

[数值算法/人工智能] ST

RMQ问题。。 不用线段树实现。 ST算法运用的是动态规划和二进制优化的思想。使得编程复杂度降低了很多很多。
RMQ problem. . Needless to achieve segment tree. ST algorithm used is a dynamic planning and optimization of binary thinking. Makes programming reduces the complexity of many. (2008-11-09, C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/575789.html
总计:150