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

[数值算法/人工智能] sabanci-assignments

Sabanci大学提供的一些作业,请注意,并非所有作业都收到了100%CS210数据科学简介CS300数据结构CS305编程语言CS404人工智能简介
some assignments given by Sabanci University, please note not all assignments received 100% CS210-Intro to Data Science CS300-Data Structures CS305-Programming Languages CS404-Intro to AI (2023-11-01, C++, 0KB, 下载0次)

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

[数值算法/人工智能] uml-JTracing_Online

UML- JTracing是基于C++20实现,针对于芯片领域常用C++和SystemVerilog两种编程语言自动进行高鲁棒性的词法解析和常见语法分析和语义分析,生成可靠Abstract Syntax Tree,并提供Parser解析过程信息、报错信息和变量表等解析信息,通...,
UML JTracing is implemented based on C++20. It automatically performs highly robust lexical analysis, common syntax analysis and semantic analysis for C++and SystemVerilog programming languages commonly used in the chip field, generates reliable Abstract Syntax Tree, and provides Parser parsing process information, error reporting information, variable list and other parsing information, (2023-08-01, C++, 0KB, 下载0次)

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

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

A high performance, high expansion, easy to use framework for AI application. 为AI应用的开发者提供一套统一的高性能、易用的编程框架,快速基于AI全栈服务、开发跨端边云的AI行业应用。 ,
modelbox,A high performance, high expansion, easy to use framework for AI application. Provide a unified, high-performance, and easy-to-use programming framework for developers of AI applications, quickly providing full stack services based on AI (2023-04-13, C++, 11494KB, 下载0次)

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

[数值算法/人工智能] Pandas-Daily-Dose

高强度训练场,包括日常编程挑战和数学评估和解决方法。问题从简单到中等。。。在获取GRIP的过程中
The intense workout arena ? that involves daily programming challenges and methods to evaluate and solve them mathematically. The problems range from easy to moderate...In the process of acquiring the GRIP ? , (2021-12-15, C++, 58KB, 下载0次)

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

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

课程:CSE425-编程语言概念讲师姓名:Kamruddin Nur副教授兼职部分:04作业:用逗号分隔的文件格式语言对给定数据(NCHS__Leading_Causes_ofDeath__UnitedStates)进行搜索所用语言:Shell脚本(必需),C plus plus plus(可选),Python(可选)提交Dea...
Course: CSE425 - Concepts of Programming Language Instructor’s Name: Adjunct Associate Professor Kamruddin Nur Section: 04 Assignment: Implement searching on the given data (NCHS_-_Leading_Causes_of_Death__United_States) in Comma Separated File Format Language Used: Shell script(mandatory), C plus plus(optional), Python(optional) Submission (2020-09-30, C++, 88KB, 下载0次)

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

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

以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。
In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition, dynamic programming, greedy, backtracking and iterative improvement algorithm), NF complete theory, design, precise algorithm including approximation algorithms, a parameterized algorithm, random algorithm), and the modern intelligent optimization methods on both thinking and programming algorithm. In practice, pay attention to the use of algorithms to solve practical engineering problems. (2015-04-08, C++, 11448KB, 下载7次)

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

[数值算法/人工智能] 1_3

2014微软编程之美初赛第三题格格取数自己写的一个解法 其中matrix类用来保存全局信息,node类为各点信息,并实现加入点和删除点的函数 算法大致思路: 1、取出每行最小元素,并选择 2、看是否有列任未有元素,结合该列元素与前面同行元素的差值选择 3、使用删除函数看是否有点可以删除
2014 Microsoft programming preliminaries third title of the United States to take the princess wrote a number of solution Which matrix class used to store global information, node class for each point of information, and to achieve the point of adding and deleting function point Algorithms general idea: 1, remove the smallest element in each row and choose 2, to see if there is either no element of the column, the column elements and combining elements of the difference between the front-friendly selection 3, use the delete function to see if little can be deleted (2014-04-16, C++, 1KB, 下载2次)

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

[数值算法/人工智能] Graph-Theory

图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。
err (2008-09-24, C++, 10KB, 下载15次)

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

[数值算法/人工智能] 哥德巴赫

Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。
Goldbach conjecture : Goldbach (Goldbach) had raised such a guess : 2000 within the can is even divided into two prime numbers and. Requirements : The title is a guess, we do not prove it, but through programmed to verify the guess is correct. Input : arbitrary user input from the keyboard to a natural number. Output : meet guess is the natural number two. (2004-12-10, C++, 6KB, 下载11次)

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

[数值算法/人工智能] 四方定理

四方定理描述: 在数论中有一个著名的“四方定理”,它的含义是: 所有自然数至多只要用四个数的平方和就可以表示。 要求: 该题是一个定理,我们不是去证明它,而是要求同学们编程 序来验证该定理的正确性。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足四方定理中的至多四个自然数。
Quartet theorem Description : Number Theory in a famous "Quartet Theorem," meaning it is : all natural number can use up to four the number of square and can be expressed. Requirements : The title is a theorem, we will prove it, but to require the students programmed to verify the correctness of the theorem. Input : arbitrary user input from the keyboard to a natural number. Output : the Quartet is to meet the theorem up to four natural number. (2004-12-10, C++, 1KB, 下载5次)

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