Haskell趣学指南 字数字数字数字数字数字数字数字数字数
2023-11-08 11:05:07 2.81MB Haskell
1
MidiToAbc 阶段1 这是将MIDI文件转换为的项目的第一阶段。 最终目的是允许MIDI键盘用作输入设备,以生成定义曲调得分的格式正确的ABC文件。 这个阶段特别着重于Scandi风格的音乐,但仅针对输入本身进行了测试,该输入本身是计算机生成的(实际上是来自ABC文件本身),因此具有非常规律的节奏。 它仅限于在公认的传统节奏(曲折,卷轴,波尔卡舞等)中包含单个旋律线的单音调音乐使用。 阶段2 下一阶段将尝试转换直接从Midi钢琴创建的MIDI文件。 这将涉及一定程度的试探法,因为人类产生的曲调在节奏上更加不规则,并且不一定遵循单一的旋律线。 例如,在演奏连奏时,可以在按下后一个音符后合理地将音符保持一会儿,因此应尝试使音符趋向于更像机器的演奏。 类似地,音符可能会在条形线上无意间或可能无法察觉地偏离,并且需要在产生乐谱之前将其清理干净。 如何建造 安装格拉斯哥Haskell编译器
2023-05-27 02:35:31 43KB midi abc Haskell
1
Haskell 在并行并发编程的应用。 非常专业的一本书,对你的Haskell编程技术及理解有很大的帮助
2023-04-10 19:54:36 4.2MB Haskell 并行 并发 编程
1
这是用Haskell编写的用于解决SAT的经典DPLL算法的简单实现 它使用Happy解析器来解析公式。 要运行它只需 cabal install alex cabal install happy cabal configure cabal run < cnf
2023-04-04 15:36:33 9KB Haskell
1
Haskell - 从不同来源读取数据 文字样式 txt - Json - Csv - AWS S3 有关包更多示例和信息。 HTML 使用这个: 和 。 我强烈推荐阅读这篇文章:
2023-03-01 19:49:34 5KB Haskell
1
科学:使用科学计数法表示的任意精度浮点数
1
看到很多版本都是没书签的,所以就自己添了书签造福一下大家 小小劳动成果,还请尊重,若有错误还请多指教w Abstraction: Programming in Haskell Second Edition Haskell is a purely functional language that allows programmers to rapidly develop clear, concise and correct software. The language has grown in popularity in recent years, both in teaching and in industry. This book is based on the author’s experience of teaching Haskell for more than 20 years. All concepts are explained from first principles and no programming experience isrequired, making this book accessible to a broad spectrum of readers. While Part I focuses on basic concepts, Part II introduces the reader to more advanced topics. This new edition has been extensively updated and expanded to include recent and more advanced features of Haskell, new examples and exercises, selected solutions, and freely downloadable lecture slides and code. The presentation is clean and simple, while also being fully compliant with the latest version of the language, including recent changes concerning applicative, monadic, foldable and traversable types. GRAHAM HUTTON is Professor of Computer Science at the University of Nottingham. He has taught Haskell to thousands of students and received numerous best lecturer awards. Hutton has served as an editor of the Journal of Functional Programming, chair of the Haskell Symposium and the International Conference on Functional Programming, vice-chair of the ACM Special Interest Group on Programming Languages, and he is an ACM Distinguished Scientist.
2023-01-18 10:26:10 7.07MB Haskel Progra Graham 有书签
1
Paul的第二次作业,Use higher-order functions such as map and fold (or adaptations thereof for relevant structures) rather than explicit recursion.也就是用自己针对Pathtree进行fold定义,然后利用fold来替换递归.这个是这次作业的重点.占了三分之一的得分比例.
2022-11-25 02:47:43 160KB haskell 最短路 fold替换递归
1
pandoc-crossref:用于交叉引用的Pandoc过滤器
2022-11-11 10:41:27 1.18MB haskell pandoc pandoc-filter pandoc-crossref
1
category theory for programmers,本书介绍范畴论的各个概念,并使用haskell和c++实现这些概念,阐明与函数式编程的关系。学习本书有助于提高抽象能力,学习函数式编程的高级设计模式。
2022-10-24 20:00:56 12.5MB 范畴论 haskell category theory
1