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

[编程语言基础] L-QLSTM

用于碳价格预测的线性层增强量子长短期存储器的官方源代码,在Quantum Mach...
The official source code for Linear-Layer-Enhanced Quantum Long Short-Term Memory (Quantum LSTM) for Carbon Price Forecasting, accepted at Quantum Machine Intelligence (July 2023). (2023-11-23, Python, 0KB, 下载0次)

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

[编程语言基础] Carbon-Calories

谷歌浏览器扩展,计算在线杂货店产品的碳排放量,并为用户提供分数...
A Google Chrome Extension that calculates the carbon emissions for products on online grocery stores and provides the user with a score for each product in their shopping cart. (2023-03-11, Python, 0KB, 下载0次)

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

[编程语言基础] ROpricer

提出了考虑成本不确定性的可再生能源经济分析模型及其模拟器的实物期权定价方法...
Real Option Pricer for Development of the economic analysis models of renewable energy and its simulator considering the uncertainty of carbon emission trading market (2017-11-28, Python, 0KB, 下载0次)

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

[编程语言基础] carbonate

碳酸盐2.0:现在有了SMILES到分子解析器、合理的API和一些可嵌入的用户界面!2014年夏季。
Carbonate 2.0: Now with a SMILES-to-molecule parser, a reasonable API, and some embeddable user interfaces! Summer 2014. (2014-12-14, Python, 0KB, 下载0次)

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

[编程语言基础] jupyterlab-jupyterbook-navigation

JupyterLab服务器扩展,通过保存Jupyter Book目录的侧面板小部件提供Jupyter Book导航。
A JupyterLab server extension that provides Jupyter-Book navigation via a sidepanel widget holding a Jupyter-Book table of contents. (2023-11-13, Python, 0KB, 下载0次)

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

[编程语言基础] OpenCV-Flask-Web-Application-Face-Detection

该存储库将烧瓶和类(面向对象编程)用于本地web服务器。部署由python类a...、...,
This repository uses flask and classes (object oriented programming) for a local web server. The deployement consists of python classes and html codes (2022-03-17, Python, 0KB, 下载0次)

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

[编程语言基础] ServoStar_python

一个面向对象的Python库,可用于通过串行端口控制和监控Kollmorgen ServoStar伺服驱动器。,
An object-oriented Python library which can be used to control and monitor Kollmorgen ServoStar Servo Drives via the serial port., (2012-09-21, Python, 0KB, 下载0次)

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

[编程语言基础] Tikz-Python

一种面向对象的Python方法,旨在为Tikz代码提供巨大的包装器,目标是简化创建......的过程...,
An object-oriented Python approach towards providing a giant wrapper for Tikz code, with the goal of streamlining the process of creating complex figures for TeX documents. (2023-08-24, Python, 0KB, 下载0次)

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

[编程语言基础] Python_PWA_example

Code:En,Doc:En-这是用于PWA(Progressive Web App)的Python服务器的简单示例。,
Code:En, Doc:En - This is a simple example of a Python server for a PWA (Progressive Web App)., (2023-08-06, Python, 0KB, 下载0次)

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

[编程语言基础] Compilers

它是一个python编译器,它接受一个遵循最小++(类C语言)语法的程序作为输入,然后进行转换...,
It is a Compiler in python which takes as input a program which follows the grammar of minimal++ (C like language) and then is converted to C language which is finally converted to assembly and works normally like a normal programming language. (2023-08-03, Python, 0KB, 下载0次)

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

[编程语言基础] lambda-layer-tokenization

它包含用于创建用于支付令牌化的Lambda层的无服务器模板和代码,以及使用t...、...,
This contains Serverless templates and code for creating Lambda Layer for Payment Tokenization and APIs to invoke Lambda function using this Lambda layer (2020-05-05, Python, 0KB, 下载0次)

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

[编程语言基础] arcpy_multiprocessing_template

arcpy中的多处理模板。用于为arcpy.,创建多进程工具和工具箱的结构和帮助器代码。,
Template for multiprocessing in arcpy. Structure and helper code for creating multiprocess tools and toolboxes for arcpy., (2018-06-06, Python, 0KB, 下载0次)

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

[编程语言基础] cookiecutter-serverless-python

新的无服务器服务的Cookiecutter模板-CDK部署代码、管道和处理程序包含在内置的最佳实践中。,
Cookiecutter template for new Serverless services - CDK deployment code, pipeline and handler are covered with best practices built in., (2023-05-20, Python, 0KB, 下载0次)

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

[编程语言基础] ZigStarGW-MT

GUI包装器设计用于与基于TI CC1352 CC2538 CC2652的Zigbee棒或网关进行方便的服务工作。打包为单个执行...,
GUI wrapper designed for convenient service work with TI CC1352/CC2538/CC2652 based Zigbee sticks or gateways. Packed into single executable file (2022-07-04, Python, 0KB, 下载0次)

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

[编程语言基础] exprscript

一个动态类型函数式语言和它的解释器 (A dynamically typed functional programming language and its interpreter)
A dynamically typed functional programming language with its interpreter, which can naturally interact with Python | ... (2023-06-25, Python, 0KB, 下载0次)

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

[编程语言基础] infraworld-protobuild

一个实用程序,可以帮助您为所有编程语言保持protobuf和gRPC相关的代码包装器处于一致的状态...
An utility helping you to keep your protobuf and gRPC-related code wrappers in a consistent state for all programming languages you re using across your projects. (2019-03-11, Python, 0KB, 下载0次)

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

[编程语言基础] word-complexity-predictor

该程序是一个PythonXML-RPC服务器,它接受英语单词并返回连续值(从0到1,inc...
This program is a Python XML-RPC server that accepts an English word and returns a continuous value (from 0 to 1, inclusive) on how complex that word is seen to second-language English speakers. (2016-03-10, Python, 0KB, 下载0次)

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

[编程语言基础] PCModderServerFIles-FINAL

嘿,我完成了我的服务器文件。他们包含一个完全可怕的管理系统,聊天命令,电源和酷的配置...
Hey, I finished my server files. They contain a totally awesome admin system, chat commands, powerups and cool configurations created by PCModder or Avarohana (2022-10-09, Python, 5456KB, 下载0次)

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

[编程语言基础] Plague-Grabber

GRABBER WOKRING 2023用Python3编写的不一致令牌抓取器,具有令人敬畏的混淆和反调试保护。
GRABBER WOKRING 2023 A Discord token grabber written in Python3, with awesome obfuscation and anti-debug protection. (2023-05-03, Python, 0KB, 下载0次)

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

[编程语言基础] awesome-github-extensions

GitHub很棒的浏览器扩展的策划列表。灵感来自令人敬畏的python,这是由令人敬畏的php启发的。
A curated list of awesome browser extensions for GitHub. Inspired by awesome- python, which is inspired by awesome-php. (2021-03-20, Python, 20KB, 下载0次)

http://www.pudn.com/Download/item/id/1686361870588262.html
总计:362