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

[自动编程] cmpsc461-proj1-parser

该项目提供了词法分析和抽象语法树(AST)构造、编译器构造和编程语言中的基本概念的实践经验。
This project provides hands-on experience with lexical analysis and abstract syntax tree (AST) construction, fundamental concepts in compiler construction and programming languages. (2024-03-16, Python, 0KB, 下载0次)

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

[自动编程] QR-Code-Generator

该存储库包含用[编程语言]编写的简单通用QR代码生成器。使用此工具,您可以轻松地生成...
This repository contains a simple and versatile QR code generator written in [programming language]. With this tool, you can easily generate QR codes for various purposes, such as encoding text, URLs, contact information, and more. (2023-12-01, CSS, 0KB, 下载0次)

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

[自动编程] Code_Converter

Code Converter是一个web应用程序,允许您在不同的编程语言之间转换代码。它与GitHub fo集成...
Code Converter is a web application that allows you to convert code between different programming languages. It integrates with GitHub for authentication, uses ChatGPT for code conversion, debugging, and code review, and provides the option to push the converted code to your GitHub repository. (2023-11-10, JavaScript, 0KB, 下载0次)

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

[自动编程] Patchy_Dynamics

这包含计算机编程代码和图像源数据,用于“富-变得更富”机制驱动补丁动力学和电阻等...,
This contains computer programming codes and image source data for "A ‘rich-get-richer’ mechanism drives patchy dynamics and resistance evolution in antibiotic-treated bacteria", under review at PNAS. (2023-09-05, matlab, 0KB, 下载0次)

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

[自动编程] CodeClause

使用java编程语言投影Random密码生成器的源代码,并使用Xamp服务器将其存储到mySQL数据库中,
Project source code for Random password generator using java programing language and store them into the mySQL database using Xamp server, (2023-08-29, Others, 0KB, 下载0次)

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

[自动编程] ETCPC_TRAINING_2023

这个GitHub存储库包含我针对各种竞争性编程问题的解决方案。我已经使用Python实现了这些解决方案...,
This GitHub repository contains my solutions for various competitive programming problems. I ve implemented these solutions using Python and C++. Please feel free to review and provide feedback on my code. Your suggestions are always welcome! (2023-08-27, C++, 0KB, 下载0次)

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

[自动编程] JavaScript

Java是一种OOP编程语言,而Java Script是一种面向对象的脚本语言。Java创建在虚拟机中运行的应用程序...,
Java is an OOP programming language while Java Script is an OOP scripting language. Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only. Java code needs to be compiled while JavaScript code are all in text. (2023-08-19, JavaScript, 0KB, 下载0次)

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

[自动编程] Code-Converter-Debugger-QualityChecker

在多种编程语言之间无缝地转换代码段。通过分步调试和...来识别和排除错误...,
Seamlessly convert code snippets between multiple programming languages. Identify and troubleshoot bugs with step-by-step debugging and stack trace analysis. Ensure code adheres to industry best practices and coding standards. (2023-08-07, JavaScript, 0KB, 下载0次)

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

[自动编程] CodeGPT

CodeGPT是一个全堆栈AI工具,它使用OpenAI Codex生成各种编程语言的高质量代码,具有干净和智能…,
CodeGPT is a full stack AI tool that uses OpenAI Codex to generate high- quality code in various programming languages, with a clean and i…, (2023-02-16, JavaScript, 0KB, 下载0次)

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

[自动编程] red

Red是一种下一代编程语言,深受Rebol的启发,但由于...
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single ~1MB file! (2023-06-12, Red, 2622KB, 下载0次)

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

[自动编程] Compiler-Generator

建立了一个编译器生成器工具,可以提供任何编程语言的词汇和语法规则,并...
Built a compiler generator tool which can be supplied with lexical and grammar rules of any programming language and used to generate the lexical and syntax analyzer needed to generate intermediate code. (2019-04-25, C++, 50KB, 下载0次)

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

[自动编程] Discord-Embed-Generator

一个让您在Discord上运行代码的网站,由Piston提供支持。不一致代码有点糟糕,但我对编程还不太熟悉。
A website to let you run code on Discord, powered by Piston. Discord Code sorta sucks but I m semi new to programming. (2021-02-09, HTML, 48KB, 下载0次)

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

[自动编程] pseudo-random-generator-xor-shift

一个用于生成伪随机数的类。计划是将这个简单的代码移植到尽可能多的编程语言和...
A class for generating pseudo-random numbers. The plan is to port this simple code to as many programming languages as possible. (2014-02-12, JavaScript, 3KB, 下载0次)

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

[自动编程] Squanchy-PL

Squanchy是一种全新的、易于学习的、通用的、多范式的编译编程语言。语言...
Squanchy is a brand new, easy to learn, general purpose, multi-paradigm, compiled programming language. The language is written from scratch (it includes an integrated lexer, parser, code generator etc). I tried to put together Python and Haskell (or at least the main features from both) in Squanchy. In other words you can use it as a scripting ... (2019-12-07, Python, 355KB, 下载0次)

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

[自动编程] d_Online_Design_and_Analysis_of_Algorithms_Part_1

该存储库由算法代码和数据结构组成,这些代码是解决编程分配所必需的...
This repository consists of codes for algorithms and data structures that were necessary to solve programming assignments issued in the Stanford s online class on "Design and Analysis of Algorithms Part - 1" taught by professor Tim Roughgarden, all the codes are written in C++ and are well commented in order to avoid any kind of ambiguity. This ... (2013-03-14, C++, 3112KB, 下载0次)

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

[自动编程] SAS

这是我在过去10年的SAS编程和分析中自己的SAS实用程序宏示例代码的集合...
This is the collection of my own SAS utility macros/ sample code over my past 10 years of SAS programming and analysis experience from 2004 to 2014. (2023-02-14, Rich Text Format, 5862KB, 下载0次)

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

[自动编程] Skill-Tree

这个移动应用程序是一个项目,学习如何在Flutter Dart中编码,这是一种用于移动应用程序的编程语言…
This mobile application was a project to learn how to code in Flutter Dart a programming language used for mobile app… (2022-09-27, Dart, 0KB, 下载0次)

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

[自动编程] ceto

编程语言移植到C++。误导性推销:移动或插入带有2个括号的Python(带opti...
Programming language transpiled to C++. Misleading salespitch: Python with 2 parentheses moved or inserted (with optional C++ compatibility syntax for varying unsafety). Codegen based on <https://github.com/lukasmartinelli/py14> with additional features. (2023-05-22, Python, 76KB, 下载0次)

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

[自动编程] Image-to-Color-Palette

使用一个名为borer的生物编程项目来探索图像,并使用单个函数对图像的像素进行采样...
Uses a bio-programming project called borer to explore an image and samples pixels of an image with a single function in the codex, creating a color palette. (2023-04-21, JavaScript, 499KB, 下载0次)

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

[自动编程] Brain-MRI-Axial-T1-Image-SRCNN-

用超东提出的三层SRCNN对脑MRI轴位T1图像进行处理。我用Python tensorf编程...
Using Three Layers SRCNN (Proposed by Chao Dong at all) to Brain MRI Axial T1 Image. I programmed with Python tensorflow. Training the model in Google colab. (2019-05-23, Python, 4025KB, 下载0次)

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