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

[数学计算] 2532

基于SpringBoot+MySQL+Vue的装饰工程管理系统(附论文),管理员,用户角色等。项目立项子系统可以实现合同信息管理,合同报价管理,客户管理,立项项目管理,公告信息管理,员工管理,预算报价管理,装饰材料总计划管理,装修进度管理等功能。该系统采用了Mysql数据库,Java语言,Spring Boot框架等技术进行编程实现。 (2024-05-31, Java, 0KB, 下载0次)

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

[数学计算] 2795

基于SpringBoot+MySQL+SSM+Vue.js的少儿编程在线培训系统(附论文),用户,管理员角色等(具体看下演示视频提供)。网络化时代给我们提供了许多便利的同时也对我们提出了新的要求,这是一个知识爆炸的社会,信息量的增多,信息流通速度的加快,让我们越发觉得时间压力的增大,传统的纸张登记信息的形式已经不能适应这个时代的日新月异的变化了,生活到处都充满新科技气息,信息技术让我们的时代变得越发忙碌,越讲究高效率进行任务办公处理。以前不实用的相关记载也将面临退世,取代它的将会是新技术研发出来的少儿编程在线培训系统。这个系统能让我们生活的相关变得更便利,能够发布新闻公告信息。 (2024-05-25, Java, 0KB, 下载0次)

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

[数学计算] JAVA-DataStructures-Algorithms

该存储库包含不同编程语言中各种数据结构和算法的实现。它是理解计算机科学中基本概念的参考和学习资源。
This repository contains implementations of various data structures and algorithms in different programming languages. It serves as a reference and learning resource for understanding fundamental concepts in computer science. (2024-04-10, Java, 0KB, 下载0次)

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

[数学计算] JavaMathToolbox

评分:(5 10)Java Math Toolbox是一个基于Java的程序,提供各种数学函数,包括二次方程式、货币表示和星期计算,使其成为Java编程的宝贵资源。
Rating: (5 10) Java Math Toolbox is a Java-based program offering various mathematical functions, including quadratic equations, currency representation, and day-of-the-week calculations, making it a valuable resource for Java programming. (2024-03-18, Java, 0KB, 下载0次)

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

[数学计算] Project-DSA

欢迎来到我们的数据结构和算法(DSA)项目!探索广泛的算法、数据结构和编程练习,以提高您的编码效率,并成为一名全面的程序员。加入我们这一激动人心的旅程,掌握DSA概念,成为一名更熟练的编码器!快乐编码!
Welcome to our Data Structures and Algorithms (DSA) project! Explore a wide range of algorithms, data structures, and programming exercises to improve your coding efficiency and become a well-rounded programmer. Join us on this exciting journey to master DSA concepts and become a more proficient coder! Happy coding! (2024-03-06, Java, 0KB, 下载0次)

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

[数学计算] algorithms

一种编程难题的汇编,需要应用各种数据结构和算法来解决它们。这些练习的主要目标是通过处理各种各样的问题来提高我对算法和数据结构的熟练程度。
A compilation of programming puzzles that necessitate the application of diverse data structures and algorithms for their resolution. The primary goal behind these exercises was to enhance my proficiency in algorithms and data structures by engaging with a diverse array of problems. (2024-02-20, Java, 0KB, 下载0次)

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

[数学计算] hltvParse

该应用程序作为统计信息收集的综合解决方案脱颖而出,它使用各种编程语言开发,以确保通用性和健壮性。它结合了复杂的解析方法来有效地处理数据,以及用于准确统计分析的概率论原理。
This application stands out as a comprehensive solution for statistics collection, developed using a variety of programming languages to ensure versatility and robustness. It incorporates sophisticated parsing methods to efficiently process data, alongside principles of probability theory for accurate statistical analysis. (2024-02-16, Java, 0KB, 下载0次)

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

[数学计算] Step-Combinations

这个Java程序利用带记忆的动态编程来解决计算爬楼梯的不同方法的数量的问题,其中每个步骤都涉及在爬一个或两个步骤之间进行选择。
This Java program utilizes dynamic programming with memoization to solve the problem of counting the number of distinct ways to climb a staircase, where each step involves choosing between climbing one or two steps. (2024-01-20, Java, 0KB, 下载0次)

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

[数学计算] Grid-Traveler-Using-Dynamic-Programming

组合数学的计算探索,旨在解决使用递归和动态编程技术计算mxn网格中所有可能路径的问题,并通过记忆来提高效率。
A computational exploration of combinatorial mathematics, aimed at solving the problem of counting all possible paths in an m x n grid using recursive and dynamic programming techniques with memoization for enhanced efficiency. (2024-01-11, Java, 0KB, 下载0次)

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

[数学计算] CS3353-Data-Structures-and-Algorithms-Coursework

包含我的数据结构和算法课程中作业的代码。课程探索了许多排序算法、算法分析、贪婪算法、递归和动态编程。我们课程中涵盖的数据结构包括:数组、堆栈、队列、链表、最小-最大优先级堆、二叉树、B树和图简介
Contains code from assignments in my Data Structures and Algorithms course. Coursework explored numerous sorting algos, algorithmic analysis, greedy algos, recursion, and dynamic programming. Data structures covered in our course include: arrays, stacks, queues, linked lists, min max priority heaps, binary trees, B-trees, and an intro to graphs (2024-01-11, Java, 0KB, 下载0次)

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

[数学计算] DunkContest

用Java开发的交互式扣篮比赛模拟,实现各种设计模式(策略、工厂方法、单例)来建模玩家交互、判断评估和评分逻辑。该项目展示了面向对象的编程技能、用于扣篮评估的复杂算法和全面的用户交互。
An interactive Dunk Contest simulation developed in Java, implementing various design patterns (Strategy, Factory Method, Singleton) to model player interactions, judge evaluations, and scoring logic. This project showcases object-oriented programming skills, intricate algorithms for dunk evaluation, and comprehensive user interaction. (2024-01-06, Java, 0KB, 下载0次)

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

[数学计算] mgJavaNote

关于纯java语言的的各种测试与实验并发(很多)源码分析,nio,aio,网络编程GC,反射与动态码,集合,算法,语法,设计模式,jdk源码,JVM,使用与源码研究如等 (持续更新)
Various tests and experiments on pure java language Concurrency (many) Source code analysis, nio, aio, network programming GC, reflection and dynamic code, collections, algorithms, syntax, design patterns, jdk source code, JVM, usage and source code research, etc. (continuous update) (2023-12-12, Java, 0KB, 下载0次)

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

[数学计算] Project-DSA

欢迎来到我们的数据结构和算法(DSA)项目!探索广泛的算法、数据结构和编程练习,以提高您的编码效率,并成为一名全面的程序员。加入我们这一激动人心的旅程,掌握DSA概念,成为一名更熟练的编码器!快乐编码!
Welcome to our Data Structures and Algorithms (DSA) project! Explore a wide range of algorithms, data structures, and programming exercises to improve your coding efficiency and become a well-rounded programmer. Join us on this exciting journey to master DSA concepts and become a more proficient coder! Happy coding! (2023-10-27, Java, 0KB, 下载0次)

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

[数学计算] Competitive-Coding-I

包含大学STS3006(竞争编码I)课程中教授的所有算法的报告。这些是基本到中等级别的算法,有利于实践,以增加编程知识和技能。
A repo containing all the algorithms taught throughout the STS3006 (Competitive Coding I) course in University. These are basic-to-medium level algorithms, good for practice to increase knowledge and skills in programming. (2023-08-10, Java, 0KB, 下载0次)

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

[数学计算] Java-Projects-Collection

欢迎来到我的Java项目集合!作为一名热情的Java爱好者,我开发了一系列小项目,展示了我的编码技能和创造力。每个项目探索编程的不同方面,从游戏到算法到实用程序。
Welcome to my collection of Java projects! As a passionate Java enthusiast, I ve developed a range of small projects that showcase my coding skills and creativity. Each project explores different aspects of programming, from games to algorithms to utilities. (2023-08-08, Java, 0KB, 下载0次)

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

[数学计算] zcw-projects

为Zip Code Wilmington完成的完整后端和全堆栈项目组合,这是一个专注于面向对象编程、TDD方法和SOLID原则的Java Bootcamp。技术包括:Java、TypeScript、Git、SQL、Ionic、Spring和Maven。
A complete portfolio of Back End and Full Stack projects completed for Zip Code Wilmington, a Java Bootcamp focused on Object Oriented Programming, TDD methodologies and SOLID principles. Technologies include: Java, TypeScript, Git, SQL, Ionic, Spring, and Maven. (2018-06-19, Java, 0KB, 下载0次)

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

[数学计算] java_dsa-basic-to-advance

本报告包含了我所有与Java编程语言基础知识以及数据结构和算法相关的学习。许多经典问题的求解,以及重要算法的解释,用算法问题的实例求解。Java数据结构和算法
This repo contains all my learning related to fundamentals of Java Programming language, and the Data Structures and Algorithm. Many of the Classical problems solution, and important algorithms explanation with algorithms problem examples solution. Java Data Structure and Algorithms (2023-07-15, Java, 0KB, 下载0次)

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

[数学计算] jisuanqi

1、创建一个计算器(非可视化界面),可以进行常用的加减乘除算术运算。 2、请找出3至1000范围内最大的10个素数,并计算出这10个素数的累加和。 3、使用简单if语句编程,从键盘键入三个整数,然后按照从小到大的顺序将其输出。
1, create a calculator (non-visual interface) that can be used arithmetic arithmetic. 2, identify the range of 3-1000 largest prime number 10, and calculates that 10 primes and cumulative. 3, using a simple if statement programmed three integers from the keyboard to type, and then in ascending order of their output. (2013-06-25, Java, 1KB, 下载1次)

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

[数学计算] Greedy

设n是一个正整数。现在要求将n分解为若干个互不相同的自然数的和,且使这些自然 数的乘积最大。 对于给定的正整数n,编程计算最优分解方案。
Let n be a positive integer. Now requires that the n-divided into a number of mutually different natural numbers, and that the product of the number of these natural maximum. For a given positive integer n, programming to compute the optimal decomposition scheme. (2012-11-19, Java, 1KB, 下载2次)

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

[数学计算] genetic

这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线
This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range of curve (2009-05-12, Java, 71KB, 下载73次)

http://www.pudn.com/Download/item/id/755550.html
总计:241