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

[自动编程] Juego_integrador

Match-4是一款基于Python的控制台游戏,设计为迷你项目。这种基于终端的益智游戏挑战玩家在任何方向对齐四个或更多符号以得分。它具有基于文本的界面、易于学习的游戏、分数跟踪、可定制的板大小和符号。非常适合快速娱乐或编码实践
Match-4 is a Python-based console game designed as a mini project. This terminal-based puzzle challenges players to align four or more symbols in any direction to score points. It features a text-based interface, easy-to-learn gameplay, score tracking, customizable board sizes, and symbols. Perfect for quick entertainment or coding practice (2024-03-04, Python, 0KB, 下载0次)

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

[自动编程] tactical-touchline

欢迎使用Tactical Touchline GitHub存储库!这是与我们的博客相关的所有代码和资源的中心枢纽,在那里我们…
Welcome to the Tactical Touchline GitHub repository! This is the central hub for all the code and resources related to our blog, where we… (2024-01-19, Jupyter Notebook, 0KB, 下载0次)

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

[自动编程] SQL-Project

拟议的教学大纲生成器系统以部门为中心,旨在对错误和管理不当的敏感性最低。项目的第1阶段使用NORMA开发。实现了概念模式设计过程的七个阶段,并创建了相应的SQL代码。定义了存储过程和触发器。。
The proposed Syllabus Generator system is department centric and is intended to have least susceptibility to errors and mismanagements. Phase 1 of the project is developed using NORMA. The seven stages of Conceptual Schema Design Procedure are implemented, and corresponding SQL code is created. Stored procedures and triggers are defined.. (2023-12-30, TSQL, 0KB, 下载0次)

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

[自动编程] salina_wildfire_analysis

该存储库包含以人为中心的数据科学项目的数据、代码和可视化,该项目专注于理解...
This repository contains data, code, and visualizations for a human-centered data science project focused on understanding the impact of wildfires on the air quality of the city of Salina. The project s goal is to analyze historical data and build a predictive model that should predict smoke estimates for every year for the next 25 years. (2023-12-12, Jupyter Notebook, 0KB, 下载0次)

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

[自动编程] AI-ML-Foundations-Course

“人工智能基础:机器学习”课程的代码、项目和见解中心。掌握ML生命周期、算法和管道...
A hub for code, projects, and insights from the "AI Foundations: Machine Learning" course. Master the ML lifecycle, algorithms, and pipeline creation through hands-on practice. Elevate your AI skills with this condensed repository. (2023-11-13, Jupyter Notebook, 0KB, 下载0次)

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

[自动编程] AI_Center_Project

项目回购,包含为春季在苏黎世联邦理工学院举办的“机器学习研究中的人工智能中心项目”课程开发的代码...
Project repo containing the code developed for the course " AI Center Projects in Machine Learning Research" held at ETH Zurich in Spring 2022 (2023-11-09, Jupyter Notebook, 0KB, 下载0次)

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

[自动编程] colab-sources

Amplify Colorado Diverse Source Guide旨在确保科罗拉多州的地方和全州新闻报道更公平、更好地反映...,
Amplify Colorado Diverse Source Guide aims to ensure that Colorado’s local and statewide news coverage is more equitable and better reflects the communities it serves. (2023-09-21, HTML, 0KB, 下载0次)

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

[自动编程] PCA-analysis-in-R

#大家好,我已经在R中完全完成了PCA分析项目。请访问我的Git中心帐户以查看完整的代码#特征值...,
#helloGuys, I have completely wrapped the PCA analysis Project in R. Please visit My Git hub account to see the Complete Code. #Eigenvalues in PCA are measures of the variance explained by each principal component. (2023-09-17, R, 0KB, 下载0次)

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

[自动编程] Text-Processing-Notes

该存储库用作使用自然语言处理(NLP)进行文本分析和操作的知识中心。探索代码an...,
This repository serves as a knowledge hub for text analysis and manipulation using Natural Language Processing (NLP). Explore the code and notes to sharpen your NLP skills and dive deeper into the world of text data. ???? #NLP #TextProcessing #Notes (2023-09-01, Jupyter Notebook, 0KB, 下载0次)

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

[自动编程] Code_Surface_Analysis

巴勃罗·普列托(Pablo Prieto)财产的表面胎儿MRI分析代码,用于在圣托马斯围产期成像中心完成的工作...,
Surface Fetal MRI Analysis Code, property of Pablo Prieto, for the work done at the Centre for Developing Brain, St Thomas Perinatal Imaging King s College London. (2023-08-25, Jupyter Notebook, 0KB, 下载0次)

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

[自动编程] data-engineering-book-reviews

刚刚开始您的DE旅程或已经在路上了。我将分享一个以数据工程为中心的简短列表...
Just starting your DE journey or along the way already?. I will be sharing a short list of DATA-ENGINEERING-CENTRED books that covers the job roles of a data engineer with an overall view of the required skill set and importantly ,it brings coding in DE to you. (2022-07-04, Others, 554KB, 下载0次)

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

[自动编程] RE-flex

以正则表达式为中心的C++快速词法分析器生成器,具有完全的Unicode支持。比Flex更快。接受弹性...
The regex-centric, fast lexical analyzer generator for C++ with full Unicode support. Faster than Flex. Accepts Flex specifications. Generates reusable source code that is easy to understand. Introduces indent/dedent anchors, lazy quantifiers, functions for lex/syntax error reporting and more. Seamlessly integrates with Bison and other parsers. (2023-06-12, C++, 6644KB, 下载0次)

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

[自动编程] BFISH-2020-present-Data-Analysis

美国国家海洋和大气管理局太平洋岛屿渔业科学中心(PIFSC)的输入数据、分析代码和数据产品...
Input data, analysis code and data products for the NOAA Pacific Island Fisheries Science Center (PIFSC) Bottomfish Fishery-Independent Survey in Hawaii (BFISH) (2023-05-23, HTML, 25803KB, 下载0次)

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

[自动编程] 2021-05-tx-winter-storm-deaths

数据和R代码用于重现“墓地不撒谎”背后的分析,2021年5月26日BuzzFeed新闻文章...
Data and R code to reproduce the analysis underlying "The Graveyard Doesn t Lie," a May 26, 2021 BuzzFeed News article on the excess deaths caused by the February 2021 winter storm and power outages in Texas. (2021-05-26, HTML, 247542KB, 下载0次)

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

[自动编程] 2018-01-trump-state-of-the-union

R代码重现2018年1月31日BuzzFeed新闻对每个州的文本地址的分析:[https:...](https:www.BuzzFeed.com peteraldhous-trump State of the Union-words)
R code to reproduce this Jan. 31, 2018 BuzzFeed News analysis of the text of every State of the Union address: <https://www.buzzfeed.com/peteraldhous/trump-state-of-the-union-words> (2018-02-01, HTML, 4812KB, 下载0次)

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

[自动编程] 2018-01-trump-twitter-wars

R代码重现2018年1月23日BuzzFeed新闻对唐纳德·特朗普总统和所有人一年的推文的分析…
R code to reproduce this Jan. 23, 2018 BuzzFeed News analysis of a year of tweets from President Donald Trump and all… (2019-11-08, HTML, 0KB, 下载0次)

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

[自动编程] aus_hashtag_bot_analysis

与这篇新闻文章相关的推文ID和代码:[https:www.gizmodo.com.au 2020 09 a-researcher-showed-that-most-pe...](https:www.gizmodo.com.au 2020 09 a-researcher-showed-that-most-people-愤怒地推文关于dan andrews arent bots)
Tweet IDs and code relating to this news article: <https://www.gizmodo.com.au/2020/09/a-researcher-showed-that-most-people- angrily-tweeting-about-dan-andrews-arent-bots/> (2020-09-28, R, 103KB, 下载0次)

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

[自动编程] ANTMN

“新闻框架分析:归纳混合方法计算方法”的补充代码[http://dx.doi.org 10.1...](http://dx.doi.org 10.1080 19312458.2019.1639145)
Supplementary code for "News Frame Analysis: An Inductive Mixed-method Computational Approach" <http://dx.doi.org/10.1080/19312458.2019.1639145> (2020-11-13, R, 5KB, 下载0次)

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

[自动编程] voter_deserts

这是AJC故事的代码,位于[https:www.AJC.com news state--regional govt--political preciden...](https:www.AJC.com新闻状态--regional govt--Political precident关闭危害选民投票率georgia AJC分析-发现11sVcLyQCHuQRC8qtZ6lYP)
this is the code that goes along with the AJC story at <https://www.ajc.com/news/state--regional-govt--politics/precinct-closures- harm-voter-turnout-georgia-ajc-analysis-finds/11sVcLyQCHuQRC8qtZ6lYP/> (2019-12-13, Jupyter Notebook, 883KB, 下载0次)

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

[自动编程] drek

一种静态代码分析工具,用于执行以安全性为中心的代码审查。它使审计师能够快速绘制at...
A static-code-analysis tool for performing security-focused code reviews. It enables an auditor to swiftly map the attack-surface of a large application, with an emphasis on identifying development anti-patterns and footguns. (2017-06-27, HTML, 174KB, 下载0次)

http://www.pudn.com/Download/item/id/1686698811560931.html
12345
总计:100