hl7-客户端 Common-Lisp 客户端,用于通过 TCP/IP 套接字发送带有 MLLP 信封的 HL7 消息。 HL7 第 2 版消息传递标准 — 医疗保健环境中电子数据交换的应用协议 — 被认为是医疗保健领域数据交换的主力军,并且是世界上实施最广泛的医疗保健信息标准。 来源: ://www.hl7.org/about/FAQs/index.cfm?ref=nav(“HL7 一般常见问题”>“版本 2”>“什么是版本 2?”) 客户端将 MLLP 包络中的 HL7 消息发送到 TCP/IP 套接字并返回确认。 客户端没有对消息进行验证或确认,因此当出现 NACK 消息时它不会停止。 执照 安装 HL7 客户端是“可快速加载的”: (ql:quickload " hl7-client " ) 用法 (hl7-client:send server port message
2022-03-16 11:48:31 5KB CommonLisp
1
本书主要针对AutoCAD中LISP/VISP的各种属性、方法进行了详细的阐述。对各个指令的功能、性质通过与范例文件的结合进行详尽的解讲。 这是带书签的版本,方便查阅!
2022-03-10 13:21:56 11.02MB autolisp
1
CAD lisp 计算总长度的程序CAD lisp 计算总长度的程序CAD lisp 计算总长度的程序CAD lisp 计算总长度的程序
2022-02-27 13:15:53 500B CAD lisp 计算总长度的程序
1
1.使用dcl编写应用于autocad的dcl对话框,快速编辑图纸中图签名,利于快速出图; 2.通过提取图框信息,获取图签内容,可以进行批量编辑; 3.图纸图签快速填写内容; 4.AutoCad图签栏快速编写; 5.利用lisp语言增加dcl对话框,可视化编辑图签; 6.使用AutoCad的人群; 7.分享此代码便于lisp+dcl学习使用。
2022-02-17 11:02:03 23KB lisp
1
在autocad中加载本程序,在命令行中输入HTK按提示可自动绘制图框和方格网
2022-02-14 19:28:21 4KB 绘制图框的lisp 小程序
1
清华大学的《CAD二次开发》电子教(LISP),适合初学者
2022-02-13 17:51:46 4.04MB lisp
1
Land of Lisp、Machine Learning in Action
2022-02-13 01:52:53 131.16MB Lisp Machine Learning
1
common-lisp-the-language-second-edition.PDF
2022-02-13 01:46:30 3.74MB common-lisp-the-language-second-edition.PDF
1
Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing a set of composable tools--immutable data, functions, macros, and the interactive REPL. Written by members of the Clojure core team, this book is the essential, definitive guide to Clojure. This new edition includes information on all the newest features of Clojure, such as transducers and specs. Clojure joins the flexibility and agility of Lisp with the reach, stability, and performance of Java. Combine Clojure's tools for maximum effectiveness as you work with immutable data, functional programming, and safe concurrency to write programs that solve real-world problems. Start by reading and understanding Clojure syntax and see how Clojure is evaluated. From there, find out about the sequence abstraction, which combines immutable collections with functional programming to create truly reusable data transformation code. Clojure is a functional language; learn how to write programs in a functional style, and when and how to use recursion to your advantage. Discover Clojure's unique approach to state and identity, techniques for polymorphism and open systems using multimethods and protocols, and how to leverage Clojure's metaprogramming capabilities via macros. Finally, put all the pieces together in a real program. New to this edition is coverage of Clojure's spec library, one of the most interesting new features of Clojure for describing both data and functions. You can use Clojure spec to validate data, destructure data, explain invalid data, and generate large numbers of tests to verify the correctness of your code. With this book, you'll learn how to think in Clojure, and how to take advantage of its combined strengths to build powerful programs quickly.
2022-02-10 22:42:33 1.57MB Clojure Lisp
1
高程点提取 GCD.LSP
2022-02-07 09:56:58 503B 高程点 lisp
1