联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 内容生成(95) 
按平台查找All Python(95) 

[内容生成] Sparkle

Sparkle是一个基于优化编程(PbO)的问题解决平台,旨在广泛有效地使用PbO技术,以提高解决广泛的突出人工智能问题(包括SAT和人工智能规划)的最先进水平。
Sparkle is a Programming by Optimisation (PbO)-based problem-solving platform designed to enable the widespread and effective use of PbO techniques for improving the state-of-the-art in solving a broad range of prominent AI problems, including SAT and AI Planning. (2024-05-01, Python, 0KB, 下载0次)

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

[内容生成] CoderAssistants

多个编码器助手:该项目利用语言模型(LLM)代理为用户生成代码段,在各种编程任务中提供帮助。此外,它还构建了一个知识库,可以引用该知识库来帮助创建单个引用的代码。
Multiple Coder assistants: This project leverages Language Model (LLM) agents to generate code snippets for users, providing assistance in various programming tasks. Additionally, it constructs a knowledge bank that can be referenced to aid in code creation for individual references. (2024-03-26, Python, 0KB, 下载0次)

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

[内容生成] Starcoder2-15b

StarCoder2-15B模型是一个15B参数模型,使用Stack v2中的600+编程语言进行训练,不包括选择退出请求。该模型使用分组查询注意(Grouped Query Attention),这是一个由16384个标记组成的上下文窗口,滑动窗口注意为4096个标记,并使用填充中间目标对4+万亿个标记进行训练。
StarCoder2-15B model is a 15B parameter model trained on 600+ programming languages from The Stack v2, with opt-out requests excluded. The model uses Grouped Query Attention, a context window of 16,384 tokens with a sliding window attention of 4,096 tokens, and was trained using the Fill-in-the-Middle objective on 4+ trillion tokens. (2024-03-22, Python, 0KB, 下载0次)

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

[内容生成] FEA-1D

该FEA编程项目为结构问题1D提供Python脚本,包括节点和梁定义、边界条件、网格生成、材料特性、载荷、静态分析解算器,以及位移、应变、应力、反作用力和内力绘图的后处理。
This FEA Programming project offers Python scripts for structural problems 1D, including node and beam definition, boundary conditions, mesh generation, material properties, loads, static analysis solver, and post-processing for displacement, strain, stress, reactions, and internal forces plotting. (2024-03-05, Python, 0KB, 下载0次)

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

[内容生成] UrlBae-Cli

URLbae CLI是一个开源命令行工具,可以简化URL管理和QR代码生成。它为URL缩短、文件处理和QR代码操作提供了一组强大的命令,专为需要快速有效的方法来管理链接和以编程方式创建QR代码的开发人员量身定制。
URLbae CLI is an open-source command-line tool that simplifies URL management and QR code generation. It provides a set of powerful commands for URL shortening, file handling, and QR code operations, tailored for developers who need a quick and efficient way to manage links and create QR codes programmatically. (2024-02-06, Python, 0KB, 下载0次)

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

[内容生成] Nerd_AI

即将推出的桌面助手Nerd_AI将通过高级编程支持、数据分析功能和个性化技术见解重新定义用户交互。专为科技爱好者量身定制,旨在成为无缝智能计算体验的最佳伴侣。
Nerd_AI, an upcoming desktop assistant, is set to redefine user interactions with advanced programming support, data analysis capabilities, and personalized tech insights. Tailored for tech enthusiasts, it aims to be the go-to companion for a seamless and intelligent computing experience. (2023-12-30, Python, 0KB, 下载0次)

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

[内容生成] Buzzer-System-

“刚刚开发了一个改变游戏规则的蜂鸣器系统,使用Python套接字编程来解决大学考试期间的困惑。现在,单击客户端会触发蜂鸣器声音和最先鸣叫的组的语音公告。通过技术创新解决现实世界的问题!
" Just developed a game-changing buzzer system using Python socket programming to tackle confusion during college quizzes. Now, a click on the client triggers a buzzer sound and a voice announcement of the group that buzzed first. Solving real-world problems with tech innovation! (2023-12-22, Python, 0KB, 下载0次)

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

[内容生成] bingart

bingart是Bing Image Creator的非官方API包装器(基于DALL-E3)。它允许您以编程方式生成AI支持的im...
bingart is an unofficial API wrapper for Bing Image Creator (based on DALL-E 3). It allows you to programmatically generate AI-powered images using Bing s image creation tool. (2023-12-03, Python, 0KB, 下载0次)

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

[内容生成] Fun_python_projects

你好,我的名字是安什·拉蒂。我是一个开发人员编程和网络安全爱好者,尽管,我仍然在这里学习一些很酷的...,
Hello, my name is Ansh Rathi. I am a developer/programming and cyber safety enthusiast although, I am still learning here are some cool and fun python projects I have made till date and will be uploading more in future and also working on some more. Please share and support . Your support is really important and valuable. I will try my best and ... (2020-12-18, Python, 0KB, 下载0次)

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

[内容生成] IPCServerClient

在这个项目中,我使用Python中的Socket编程模块来启动服务器进程,在...上侦听端口和客户端进程...,
In this project, I use Socket Programming modules in Python, to spin up a server process listening on a port and a client process on the same host sends a request and is served. Client tries to get/put/dump dictionary key/value pairs hosted in the server at runtime. In the 2nd iteration, we add a proxy server in the middle that just serves the (2019-03-27, Python, 0KB, 下载0次)

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

[内容生成] 30-days-of-advance-python-programming

在“高级编程30天”中提升您的Python技能。发掘OOP、装饰器、线程;NumPy中的excel,用于数据的panda。迪...,
Elevate your Python prowess in "30 Days of Advanced Programming." Unearth OOP, decorators, threading; excel in NumPy, pandas for data. Dive into AI/ML with TensorFlow, web dev with Flask, Django. Master complex problem-solving. Build robust apps, analyze data, and thrive in collaborative projects. (2023-08-17, Python, 0KB, 下载0次)

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

[内容生成] AI-Assistant-with-Python

嗨,我是一名程序员,我对编程很好奇,这就是为什么我喜欢制作很棒的东西,在这里我...
Hi, I am a Programmer and I am very Curious about Programming and that s why I like to make awesome stuffs and here I just made a AI assistant which is not that good but Still has the ability to Impress you (2021-10-01, Python, 0KB, 下载0次)

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

[内容生成] Meta_programming_in_Python

Python中的元编程创建了可以使用修饰符、元......等工具操作或生成其他代码的代码...
Meta programming in Python creates code that can manipulate or generate other code using tools like decorators, metaclasses, and code generation libraries. It s useful for dynamic class creation, code generation, and extending code behavior. GitHub supports Python and is a great resource for developers interested in meta programming. (2023-03-08, Python, 9KB, 下载0次)

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

[内容生成] Discord-Bot

这是一个使用编程语言Python和Discord.py的Discord机器人,“现代、易于使用、功能丰富,并且...
This is a Discord bot using the programming language Python and discord.py, a "modern, easy to use, feature-rich, and async ready API wrapper for Discord". Discord is a voice, video and text communication service. (2022-09-11, Python, 56410KB, 下载0次)

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

[内容生成] Virtual-Market

我的第一学期专题。我们必须使用Python编程语言的所有基础来制作控制台应用程序...
My 1st Semester Project. We have to make a Console Application by using all the basics of Python Programming Language that we have learned throughout the Semester.It is a Console based Virtual Market taking data from Text files placed in a local machine.Read the PROJECT OUTLINE first. For Presentation video : [https://www.useloom.com/share/d4aec4...](https://www.useloom.com/share/d4aec47d83c24b198a90433fb0deebac) (2021-11-14, Python, 68KB, 下载0次)

http://www.pudn.com/Download/item/id/1686230851570873.html
12345
总计:95