the C programming language (中文版+英文版+习题答案) 就是这样。 嘿嘿,真的不错哦,亲~~ @@人品保证!!~
2021-09-02 22:54:36 3.57MB the C programminglanguage 中文版
1
The C Programming Language 中文版(第2版.新版)
2021-09-02 22:37:57 8.36MB c语言
1
Programming Language Pragmatics, Fourth Edition is the most comprehensive programming language textbook available today. It is distinguished and acclaimed for its integrated treatment of language design and implementation, with an emphasis on integration that is supported by a central focus on programming language design., The book provides readers with a solid foundation for understanding the most important issues driving software development today, and this l atest edition is complete with new material and numerous updates, including added content on interpretation, expanded coverage of OCaml, new chapters devoted to type systems and composite types, reworked coverage of overloading, coercion, and polymorphism, and new examples featuring the ARM and x86 64-bit architectures., Provides new material on interpretation, including expanded coverage of OCaml, Contains new material on interpretation, expanded coverage of OCaml, new chapters devoted to type systems and composite types, reworked coverage of overloading, coercion, and polymorphism, New chapters are devoted to type systems and composite types, Includes updated and re-worked coverage of overloading, coercion, and polymorphism, Presents new examples featuring the ARM and x86 64-bit architectures
2021-09-02 06:13:49 5.66MB 软件工程
1
本书为英文原版,内容包括程序语言设计的基本原理,以及关于语言设计的形式化语义的描述理论基础,内容较为专业,却是一本非常优秀的关于形式化语义的教材!
2021-09-01 00:37:52 6.12MB formal semantics
1
《The C Programming Language》,是由著名的计算机科学家Brian W. Kernighan和C语言之父的Dennis M. Ritchie合著的一部计算机科学著作,是第一部介绍C语言编程方法的书籍。它是一本必读的程序设计语言方面的参考书。它在C语言的发展和普及过程中起到了非常重要的作用,被视为是C语言的业界标准规范,而且至今仍然广泛使用。它也被公认为计算机技术著作的典范,以清晰简洁的文字讲述而著称。书中用"hello world"为实例开始讲解程序设计,也已经成为程序设计语言图书的传统。 本书的讲述深入浅出,配合典型例证,通俗易懂,实用性强,适合作为大专院校计算机专业或非计算机专业的C语言教材,也可以作为从事计算机相关软硬件开发的技术人员的参考书。 在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用如此广泛。
2021-08-31 16:49:23 1.1MB C语言 C
1
对NER的监管不力 与ACL 2020接受的论文“没有标签数据的命名实体识别:弱监督方法”相关的源代码。 要求: 您首先应该确保安装以下Python软件包: spacy (版本> = 2.2) hmmlearn snips-nlu-parsers pandas numba scikit-learn 您还应该在Spacy中安装en_core_web_sm和en_core_web_md模型。 要在ner.py运行神经模型,还需要安装pytorch , cupy , keras和tensorflow 。 要运行基线,您还需要安装snorkel 。 最后,您还需要下载以下文件并将
1
Visual Studio 2013 X86 系统中英文语言包,方便开发者切换合适语言。
2021-08-31 09:55:15 1.48MB VS 2013 Language Pack
1
文件2 动机 给定两个具有相同行数的文件, files2rouge计算每个序列(=行)的平均ROUGE得分。 每个序列可以包含多个句子。 在这种情况下,必须使用--eos标志(默认值:“。”)传递句子字符串的结尾。 使用错误的eos分隔符运行files2rouge可能会导致ROUGE-L得分不正确。 您可能还对Python实现(而不是包装器)感兴趣: : 。 $ files2rouge --help usage: files2rouge [-h] [-v] [-a ARGS] [-s SAVETO] [-e EOS] [-m] [-i] refer
1
另一个关键字提取器(Yake) 使用文本功能自动提取关键字的无监督方法。 AKE! 是一种轻量级无监督自动关键字提取方法,该方法基于从单个文档中提取的文本统计特征来选择文本中最重要的关键字。 我们的系统不需要针对特定​​的文档集进行培训,也不必依赖于字典,外部语料库,文本大小,语言或领域。 为了展示我们建议的优点和重要性,我们将其与十种最新的无监督方法(TF.IDF,KP-Miner,RAKE,TextRank,SingleRank,ExpandRank,TopicRank,TopicalalPageRank,PositionRank和MultipartiteRank)进行比较,以及一种监督方法(KEA)。 在二十个数据集之上进行的实验结果(请参见下面的基准部分)表明,在许多不同大小,语言或领域的集合下,我们的方法明显优于最新方法。 除了此处描述的python包之外,我们还提供了一个,
1
中文名,编码的奥秘,相信都不陌生 这里比较生动地描述了编码的奥秘,计算机科学必读书籍
2021-08-28 22:38:22 2.77MB code 编码的奥秘
1