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

[数值算法/人工智能] Newt

[WIP]一种编程语言,旨在允许在静态编译和计算的动态表达式之间进行更灵活的权衡。
[WIP] A programming language aimed to allow a more flexible trade-off between static compilation and dynamic expression of computation. (2013-03-24, Perl, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] Perl

Perl是一种高级、通用、解释的动态编程语言。尽管Perl不是正式的缩写词,但有var...
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language". Perl was developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. (2023-11-05, Perl, 0KB, 下载0次)

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

[系统/网络安全] perl-training

本Repo是一个快速教程,介绍了Perl编程语言的各个方面以及BHEH管理的示例。Perl语言...
This Repo is a quick tutorial that introduces various aspects of the Perl programming language and examples curated by BHEH. Perl Language can be useful for ethical hacking, security research, and penetration testing. (2023-10-30, Perl, 0KB, 下载0次)

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

[collect] Learn-Perl

一个存储库,用于展示我对Perl编程语言的知识,并继续学习该语言。,
A repository for showcasing my knowledge of the Perl programming language, and continuing to learn the language., (2022-04-13, Perl, 0KB, 下载0次)

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

[collect] libwww-perl

libwww perl集合是一组perl模块,为World Wid提供了简单、一致的应用程序编程接口...,
The libwww-perl collection is a set of Perl modules that provides a simple, consistent application programming interface to the World-Wide Web. The main focus of the library is providing classes and functions allowing to write WWW clients. It also contains modules that are of more general use and even classes to help implement simple HTTP servers. (2023-07-19, Perl, 0KB, 下载0次)

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

[collect] bio02_rosalind_challenge

解决来自rosalind的挑战,这是一个通过问题解决来学习生物信息学和编程的平台。
Solving challenge from rosalind, a platform for learning bioinformatics and programming through problem solving. (2014-01-09, Perl, 0KB, 下载0次)

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

[内容生成] Presentation-Builder

Perl 5模块帮助您以编程方式生成Reveal.js幻灯片(运行所有命令并捕获输出)
Perl 5 modules to help you generate Reveal.js slides programmatically (all commands are run and output is captured) (2015-06-08, Perl, 11KB, 下载0次)

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

[GIS/地图编程] t3cartographer

一个用于Tads3编程语言的库,该库从Tads3对象创建游戏中的图形地图,并输出i...
A library for the Tads3 programming language that creates an in-game graphical map from a tads3 objects and outputs it in either ascii, svg, graphviz dot or html. (2023-05-10, Perl, 13861KB, 下载0次)

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

[磁盘编程] Parse-Arcconf

解析::Arcconf解析“Arcconf”实用程序的输出,以允许对RAID配置信息进行编程访问...
Parse::Arcconf parses the output of "arcconf" utility to allow programmatic access to the RAID configuration information provided by the arcconf utility on Adaptec RAID cards. (2014-05-19, Perl, 9KB, 下载0次)

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

[其他] 1.交易大数据的分析_入门篇.pptx

交易大数据分析入门指导文稿演示文稿,包含示例及需要掌握的编程语言
big data user guide,include R,python,java (2019-04-09, Perl, 215KB, 下载1次)

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

[其他] Perl语言入门(第五版)

适合学习Perl语言的电子书籍,对学习Perl编程非常有用
Learning Perl. A good Programming book about Perl. A Very detailed book (2017-07-18, Perl, 25771KB, 下载8次)

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

[网络编程] test

下载一个基因组序列文件;自己编程生成一个随机的基因组序列。 一般序列文件都是以FASTA格式保存。
Download a genome sequence files own program to generate a random genomic sequence. General sequence files are saved in FASTA format. (2016-03-18, Perl, 1KB, 下载2次)

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

[其他书籍] perl_yyrmcn6_jb51

Perl语言入门教程,中文第六版,适合于初学perl脚本语言的编程者
Perl language Tutorial, Chinese sixth edition, suitable for novice programmers perl scripting language (2014-07-20, Perl, 16110KB, 下载3次)

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

[其他书籍] Programming.Pearls--(2)

编程珠玑中文第二版.pdf(包括源码) 本书是计算机科学方面的经典名著,原名Programming Pearls Second Edition 书的内容围绕程序设计人员面对的一系列实际问题展开。作者Jon Bentley 以其独有的洞察力和创造力,引导读者理解这些问题并学会解决方法,而这些正是程序员实际编程生涯中至关重要的。本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序,对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述,为复杂的编程问题提供了清晰而完备的解决思路。本书对各个层次的程序员都具有很高的阅读价值。.
Programming Pearls Chinese second edition. Pdf (including source code) This book is in computer science classics, formerly Programming Pearls Second Edition Contents of the book focus on program design were faced with a series of practical issues. Author Jon Bentley its unique insight and creativity, to guide readers to understand the issues and learn solutions, which is what the programmer actual programming career essential. The book features through some interesting and well-designed program is instructive, for practical programming skills and basic design principles and wise conduct a thorough description of the problem for complex programming provides a clear and complete solution ideas. Book for all levels of programmers have a high value of reading. . (2013-08-22, Perl, 6410KB, 下载14次)

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

[其他] go-perl-0.13

go-perl是一款对gene ontology进行各种格式解析的工具。
go-perl is a format for a variety of gene ontology analysis tool. (2011-09-11, Perl, 614KB, 下载3次)

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

[Windows编程] nasl_win_v1.4_src

nussus部分插件的源代码,供与爱好者的研究,需有一定的编程能力。
nussus part of the plug-in source code, and enthusiasts for the research, the need for some programming skills. (2010-04-01, Perl, 396KB, 下载26次)

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

[Linux/Unix编程] Unixshell

Unix shell编程示例,同时用perl实现了和之前的程序相同的功能,方便对比学习
Unix shell programming examples, at the same time and before using perl program achieved the same functionality to facilitate the comparative study (2010-03-12, Perl, 4KB, 下载3次)

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

[Windows编程] learn_perl_in_24_hours

perl 编程24小时教程 perl 语言的基本入门教材,研读之可以实现基本perl 程序
perl tutorial perl programming language 24-hour Introduction to the basic teaching materials, study of the basic perl program can be achieved (2009-06-01, Perl, 7628KB, 下载3次)

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

[嵌入式/单片机/硬件编程] key

本文件是用keil软件编程的键盘控制程序,用扫描法控制51单片机的键盘
This document is keil software keyboard control procedures scanning method using the keyboard control 51 single-chip (2009-04-12, Perl, 18KB, 下载4次)

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

[其他书籍] Perlckdq2

perl语言大全,pdg格式,是一本基本入门书籍,讲的很细致,入微,很适合初学者
perl language Daquan, pdg format is a basic introductory books, said very meticulous, Giacometti very suitable for beginners (2006-12-04, Perl, 11180KB, 下载20次)

http://www.pudn.com/Download/item/id/230789.html
总计:210