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

[Python编程] programming-interviews

编程面试收集,
Programming Interviews Collection, (2023-10-04, Java, 0KB, 下载0次)

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

[Python编程] coding-solutions

本报告将包含Java、C++、Python编程问题的解决方案。,
This repo will contain solutions to programming questions in Java, C++, Python., (2023-09-22, Java, 0KB, 下载0次)

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

[Python编程] Algorithms

用各种编程语言实现的算法的集合。
A collection of algorithms implemented in various programming languages. (2019-10-21, Java, 0KB, 下载0次)

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

[Python编程] LeetCode-Problems-And-Contests-Solutions

Java C++Python编程语言中LeetCode DSA问题和竞赛的解决方案集合。还包含...
This repository contains my solutions to various LeetCode contests and individual problems, offering a comprehensive resource for aspiring programmers to learn and improve their coding skills. (2023-07-03, Java, 0KB, 下载0次)

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

[Python编程] programming-III

这是我正在为大学编程III课程做的练习集。Java、C、Python、Nodejs和G...
?? This is a collection of exercises I m doing for my university programming III course. Java, C, Python, Nodejs and Go will be used. (2019-08-20, Java, 0KB, 下载0次)

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

[Python编程] Miscellaneous-Projects

Python、Java或任何其他编程语言中的迷你项目的集合。
A collection of mini projects in Python , Java, or any other programming language. (2023-05-28, Java, 0KB, 下载0次)

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

[Python编程] pagerduty-incidents

用于以编程方式触发和解决PagerDuty事件的Java实用程序。
Java utility for programmatically triggering and resolving PagerDuty incidents. (2022-04-20, Java, 0KB, 下载0次)

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

[Python编程] CS892

它包含我的CS 282类的源代码示例和编程分配
This contains the source code examples and programming assignments for my CS 282 class (2018-01-04, Java, 0KB, 下载0次)

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

[Python编程] jgltut

用LWJGL 3和JOML学习现代三维图形编程
Learning Modern 3D Graphics Programming with LWJGL 3 and JOML (2022-11-05, Java, 0KB, 下载0次)

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

[Python编程] threatmodel-sdk

用于解析和以编程方式使用威胁模型的Java库
A Java library for parsing and programmatically using threat models (2023-02-15, Java, 0KB, 下载0次)

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

[Python编程] rich-text-android

通过图像和视频轻松显示丰富的内容。以编程方式格式化内容或使用HTML字符串
Easily show rich content, with images and videos. Format content programatically or use HTML string (2019-02-18, Java, 0KB, 下载0次)

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

[Python编程] LocaleChanger

Android库,以编程方式设置应用程序的区域设置并保存配置。
An Android library to programmatically set the Locale of an app and persist the configuration. (2021-01-11, Java, 0KB, 下载0次)

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

[Python编程] osgi

OSGi-enRoute项目提供了OSGi应用程序的编程模型。该项目包含提供...
The OSGi enRoute project provides a programming model of OSGi applications. This project contains bundles providing the API for the OSGi enRoute base profile and bundles for the OSGi enRoute project. The base profile establishes a runtime that contains a minimal set of services that can be used as a base for applications. The bundles are simple ... (2023-01-24, Java, 0KB, 下载0次)

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

[Python编程] programmingpig

Alan F.Gates的《为Pig编程的数据和示例代码》
Data and example code for Programming Pig, by Alan F. Gates (2016-10-15, Java, 0KB, 下载0次)

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

[Python编程] java-concurrency-patterns

通过多线程编程在Java中发现的并发模式和功能。线程、锁、原子等。
Concurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more. (2021-06-27, Java, 0KB, 下载0次)

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

[Python编程] manifold

Manifold是一个Java编译器插件,其功能包括元编程、属性、扩展方法、运算符Ove...
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more. (2023-06-27, Java, 0KB, 下载0次)

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

[Python编程] squirrel

松鼠基金会是一个状态机库,它提供了一个轻量级、易用、类型安全和可编程的存储库...
squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java. (2023-06-14, Java, 0KB, 下载0次)

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

[Python编程] 从Python开始学编程

本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。
aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future. (2019-08-08, Java, 2129KB, 下载3次)

http://www.pudn.com/Download/item/id/1565268347518217.html
总计:18