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

[自动编程] morse_translator

它是从文本到莫尔斯电码的翻译器,反之亦然,可以听到翻译的声音。
It is a translator from text to morse code and vice versa with the possibility to hear how the translation sounds. (2024-02-08, Python, 0KB, 下载0次)

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

[自动编程] xt-to-SQL-Converter-with-Transformer-Architecture

用于实现将自然文本转换为SQL查询的转换器模型的代码
Code to implemnent a transformer model that converts natural text into SQL queries (2024-01-19, Python, 0KB, 下载0次)

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

[自动编程] vim_codex

使用OpenAI Codex为您的Vim编辑器提供AI支持的代码完成功能。通过智能建议提高生产力并节省时间…,
Supercharge your Vim editor with AI-powered code completion using OpenAI Codex. Boost productivity and save time with intelligent suggest…, (2023-04-16, Python, 0KB, 下载0次)

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

[自动编程] movies

用Python编写的服务器端代码,用于存储我最喜欢的电影的列表,包括方框艺术图像和电影轨迹...
Server-side code written in Python to store a list of my favorite movies, including box art imagery and a movie trailer URL. This data is then served to a web page using HTML and CSS allowing visitors to review these movies and watch the trailers. (2018-05-23, Python, 8KB, 下载0次)

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

[自动编程] deeper_wider_siamese_trackers

该回购提供了更深入和更广泛的暹罗跟踪器的源代码和模型。CVPR2019盲审。
This repo provides the source code and models of our deeper and wider siamese trackers. For CVPR2019 blind review. (2019-03-16, Python, 38791KB, 下载0次)

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

[自动编程] ware-binaries-to-evade-Machine-Learning-detectors

通过使用遗传算法为基于ML的恶意软件检测器生成对抗性示例。
Generation of adversarial examples for ML-based malware detectors through the use of Genetic Algorithms. (2022-02-09, Python, 129KB, 下载0次)

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

[自动编程] Neural-Title-Generation

神经网络标题生成论文的代码。它使用基于编码器的LSTM架构和一些启发式算法来预测...
Code for the paper on neural title generation. It uses encoder based LSTM architectures and some heuristics to predict catchy titles for scientific papers (2020-08-31, Python, 15050KB, 下载0次)

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

[自动编程] pyTiler

地图图像切割器和代码生成器,用于Google StreetView的第三方API和任何360x180°全景...
Cartographic image cutter and code generator for use with Google StreetView s third-party API and any 360x180° panoramic image (2019-03-11, Python, 6012KB, 下载0次)

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

[自动编程] Random-Password-Generator

我做了一个简单的Python项目,它是RBC夏季代码崩溃(SCC)虚拟机期间的随机密码生成器...
A simple Python project that I made which is a Random Password Generator during the RBC Summer Code Crunch (SCC) virtual camp. (2022-07-13, Python, 2KB, 下载0次)

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

[自动编程] Expecto-Parsonum

一个简单的编译器,通过将输入的ANSI C代码转换为8086汇编语言来执行基本的算术运算...
A simple compiler which performs basic arithmetic operations by converting the input ANSI C code to 8086 assembly level language. This is done by lexer,syntax & semantic analyser,parser and code generator, in order. (2019-08-09, Python, 16KB, 下载0次)

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

[自动编程] ubuntu-apport-exploitation

该项目包含一个PoC,并利用生成器来处理Ubuntu的Apport崩溃报告程序中的代码执行错误
This project contains a PoC and exploit generator for a code execution bug in Ubuntu s Apport crash reporter (2016-12-16, Python, 468KB, 下载0次)

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

[自动编程] ambient-sound-analysis

该存储库旨在保存UW MSDS压顶石项目的代码,以分析orcasound压敏检波器数据中的环境声音
This repository aims to hold code for UW MSDS capstone project analyzing ambient sounds in orcasound hydrophone data (2023-03-29, Python, 235224KB, 下载0次)

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

[自动编程] Autoencoder-with-survival-analysis-methods

在这段代码中,我在生存分析方法(例如,cox回归和ran...)之前使用了自动编码器神经网络...
In this code, I have used the autoencoder neural network before survival analysis methods (eg. cox regression and random survival forest) to enhance the performance and increase the prediction accuracy. (2021-01-31, Python, 1103KB, 下载0次)

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

[自动编程] epigenetics-software

该存储库包含表观遗传学分析的代码,包括芯片-序列芯片工具、数据库和web服务器。
This repository contains code for epigenetic analysis, including a chip- seq chip-chip tool, a database and a web server. (2015-02-17, Python, 29251KB, 下载0次)

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

[自动编程] neoreader

Neovim的屏幕阅读器。支持Haskell和Scala的中缀运算符标识,以及Python 3规范...
?? A screenreader for Neovim. Supports infix operator identification for Haskell and Scala, as well as Python 3 specific AST analysis for more intelligible reading. Awarded 1st place at the QUT Code Network Winter Hackathon 2017. (2018-10-30, Python, 73KB, 下载0次)

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

[自动编程] SublimErl

用于Sublime Text 2的Erlang插件,它支持代码完成,并允许您在编辑器本身中运行测试。
An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself. (2015-10-10, Python, 1001KB, 下载0次)

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

[自动编程] SublimeAStyleFormatter

SublimeAStyleFormatter是Sublime Text 2&3\的代码格式化程序美化器。它提供了格式化C C++C#的能力...
SublimeAStyleFormatter is a code formatter/beautifier for Sublime Text 2 & 3\. It provides ability to format C/C++/C#/Java files. (2023-01-03, Python, 1257KB, 下载0次)

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

[自动编程] serving-codegen-gptj-triton

CodeGen-350M-Mono-GPTJ在具有Docker和Kubernetes的Triton推理服务器上的服务实例
Serving Example of CodeGen-350M-Mono-GPTJ on Triton Inference Server with Docker and Kubernetes (2023-05-30, Python, 2935KB, 下载0次)

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

[自动编程] Open-Wallet-Format-Google-Colab

比特币钱包转换器Google Colab
Bitcoin Wallet Convertor Google Colab (2022-07-02, Python, 6662KB, 下载0次)

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

[自动编程] tensorflow-GHM-loss

“梯度协调单级检测器”中损失权重的非官方张量流实现...
The unofficial tensorflow implementation of loss weights of in "Gradient Harmonized Single-stage Detector" published on AAAI 2019 (Oral). With Colab. (2020-02-20, Python, 5KB, 下载0次)

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