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

[自动编程] Distributed-Algorithms

算法的实现,从文本介绍到可靠和安全的分布式编程。本报告还包含经验...
Implementations of the Algorithms from the text Introduction to Reliable & Secure Distributed Programming. This repo also contain experimental code that documents my distributed computing learning journey. (2023-11-08, C++, 0KB, 下载0次)

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

[自动编程] Lumina

原型编程语言编译器。用Go编写,并利用分词解析器生成器和LLVM进行代码生成。这是...,
A prototype programming language compiler. Written in Go and leveraging participle parser generator and LLVM for code generation. This is an informal prototype project. (2023-08-21, GO, 0KB, 下载0次)

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

[自动编程] sre-community

智能报告引擎是一个PHP报告框架,允许直接从代码中编程生成专业报告...,
Smart Report Engine is a PHP reporting framework that allows the programmatic generation of professional reports directly from your code for MYSQL or Maria DB databases. (2023-08-06, JavaScript, 0KB, 下载0次)

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

[自动编程] openAI-codex-My-Own-ChatGPT3

使用openAI免费API构建我自己的黑盒 ChatGPT,以帮助任何开发人员解决编程挑战。,
Building my own Black-Box chatGPT using openAI free APIs to help with programming challenges for any developer., (2023-02-07, JavaScript, 0KB, 下载0次)

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

[自动编程] catalog-of-my-things

在本项目中遵循Gitflow。这是一个配对编程,Capstone项目。我们已经执行了团队代码审查。...
It s a Catalog Storage OOP(Object Oriented Programming) project in Ruby. The project follows SOLID principles. The data gets added and deleted from CLI and gets preserved as JSON in a .json file. It s a simple project developed from a UML diagram. We are following Gitflow in this project. It s a pair programming, Capstone project. We have (2022-09-09, Ruby, 20KB, 下载0次)

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

[自动编程] code-review-grader

一个RESTful API驱动的工具,允许学生提交编程作业,并由评审员给出反馈和示例...
A RESTful API driven tool that allows students to submit programming assignments and reviewers to give feedback and grades. (2018-12-21, Python, 18KB, 下载0次)

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

[自动编程] access-reviews-samples

此回购包含演示对Azure AD access Reviews的编程访问的示例代码。示例代码包括...
This repo contains sample code that demonstrates programmatic access to Azure AD Access Reviews. Sample code includes reading and managing Access Reviews, as well as working on decisions and results of Access Reviews. (2021-07-08, PowerShell, 594KB, 下载0次)

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

[自动编程] cassio

具有词汇、语法和语义分析器的自定义编程语言的编译器,以及代码生成器
A compiler for a custom programming language with lexical, syntactic and semantic analyzers, as well as a code generator (2018-12-09, C++, 154KB, 下载0次)

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

[自动编程] Python-Code-Generator

第二学期面向对象编程课程的技术项目。使用JavaxSwing for GUI用Java编写。美国...
2nd Semester B.Tech Project for Object Oriented Programming course. Written in Java using Javax Swing for GUI. The user has an intuitive UI to work with where they can easily generate syntactically correct Python code based entirely on logic. (2016-07-01, Java, 13KB, 下载0次)

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

[自动编程] artifact-generator

用于生成和发布捆绑在一起的编程语言特定库(即工件)的工具...
Tool for generating and publishing programming-language-specific libraries (i.e., artifacts) that bundle together source-code classes to represent individual RDF vocabularies, where each class contains constants for all of the RDF terms (i.e., the RDF Classes and Properties) defined in each of those vocabularies. (2023-06-08, JavaScript, 407KB, 下载0次)

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

[自动编程] dotnet-code-analysis

这是一个开源项目,旨在识别C#中应该避免的常见错误编程实践...
This is an open-source project which aims to identify common bad programming practices that should be avoided in a C# code base through the use of the .NET compiler-as-a-service technology. (2019-10-04, C#, 837KB, 下载0次)

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

[自动编程] ESCJava2

Extended Static Checker for Java version 2(ESC Java2)是一个编程工具,试图查找常见的运行时间...
The Extended Static Checker for Java version 2 (ESC/Java2) is a programming tool that attempts to find common run-time errors in JML-annotated Java programs by static analysis of the program code and its formal annotations. (2015-01-22, Java, 72950KB, 下载0次)

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

[自动编程] flightGear-interpreter-lexer-parser

编写一个代码解释器,使用词法分析和语法分析来解析一种新的编程语言,控制...
Writing a code interpreter using lexical analysis and syntax analysis to parse a new programming language that controls an unmanned aircraft. (2020-06-06, Java, 212KB, 下载0次)

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

[自动编程] FlightGear-Interpreter-Lexer-Parser

编写一个代码解释器,使用词法分析和语法分析来解析一种新的编程语言,控制...
Writing a code interpreter using lexical analysis and syntax analysis to parse a new programming language that controls an unmanned aircraft. (2020-06-07, Java, 212KB, 下载0次)

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

[自动编程] Weather-Analysis

我在罗文学院的“高级编程研讨会II”课程的“天气数据分析项目”的知识库...
Repository for my "Weather Data Analysis Project" for my "Advanced Programming Workshop II" course at Rowan College at Burlington County (RCBC). The program is written in Java and was coded using the Eclipse IDE. (2022-05-13, Java, 3297KB, 下载0次)

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

[自动编程] javaDependenceGraph

该工具是一个程序依赖关系图生成器,用于编程语言Java中的给定输入文件,可以...
This tool is a Program Dependence Graph generator for a given input file in the programming language Java that can be outputed as a dot file. It s wrapped around an easy to use GUI for a better analysis of the code provided to the application through the intermediate representation of a PDG. (2019-12-29, Java, 3494KB, 下载0次)

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

[自动编程] CSX-Code-Generator

遍历CSX程序的抽象语法树,并生成要使用Jasmin组装的JVM汇编程序代码。
Traverses the abstract syntax tree for a CSX program and generates JVM assembler code, to be assembled using Jasmin. (2016-07-21, Java, 1585KB, 下载0次)

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

[自动编程] codex

Repo为我的演讲Codex,在那里我探索了如果罗马人制造了编程语言,它们会是什么样子
Repo for my talk Codex, where I explore what programming languages might look like if the Romans made them (2019-09-01, Others, 24220KB, 下载0次)

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

[自动编程] ai-pair-programming-with-github-copilot-3082234

ai-pair-programing-withub-copilot-3082234,这是LinkedIn学习课程的回购,使用github copilot进行ai配对编程
ai-pair-programming-with-github-copilot-3082234,This is a repo for the LinkedIn Learning course AI Pair Programming with GitHub Copilot (2022-09-06, Others, 8KB, 下载0次)

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

[自动编程] understand-prompt

【 内含不适合未成年人阅读的图片】基于我擅长的编程、绘画、写作展开的 AI 探索和总结:StableDiffusion 是一种强大的图像生成模型,能够通过对一张图片进行演化来生成新的图片。ChatGPT 是一个基于 Transformer 的语言生成模型,它能够自动为输入的主题生成合适的文章。而 Github Copilot 是一个智能编程助手,能够加速日常编程活动。 ,
[Including pictures that are not suitable for minors to read] AI exploration and summary based on my expertise in programming, painting and writing: StableDiffusion is a powerful image generative model that can generate new pictures by evolving a picture. ChatGPT is a language generative model based on Transformer, which can automatically generate appropriate articles for input topics. Github Copilot is an intelligent programming assistant that can accelerate daily programming activities. (2023-03-11, Jupyter Notebook, 11234KB, 下载0次)

http://www.pudn.com/Download/item/id/1678512316983063.html
总计:247