代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/160611/5568870
h oneshot.h
sound_type snd_make_oneshot(sound_type input, double level, double ontime);
sound_type snd_oneshot(sound_type input, double level, double ontime);
/* LISP: (snd-oneshot SOUND ANYNUM ANYNUM) */
www.eeworm.com/read/160611/5568885
h congen.h
sound_type snd_make_congen(sound_type sndin, double risetime, double falltime);
sound_type snd_congen(sound_type sndin, double risetime, double falltime);
/* LISP: (snd-congen SOUND ANYNUM ANYNUM)
www.eeworm.com/read/471837/6882541
txt 说明.txt
The dir tree as following:(具体的文件树结构如下)
|-- Makefile //Makefile文件,linux平台下面编译用的
|-- common //nand编程器主文件夹
| |-- cmdline.c //编程器命令实现文件,编程器的主要实现文件
| |-- loadcfg.c //配置文件
|
www.eeworm.com/read/26798/855460
psd3
[General Information]
书名=PSD3系列可编程单片机通用外围接口芯片原理编程及应用
作者=
页数=500
SS号=0
出版日期=
www.eeworm.com/read/196440/8091876
cl gauss-newton-orientation-estimation.cl
;This code written in ANSII Common Lisp by Prof. Robert B. McGhee (mcghee@
;cs.nps.navy.mil) at the Naval Postgraduate School, Monterey, CA93940.
;The test functions t1 through t3 show that 10 cyc
www.eeworm.com/read/305303/3774641
java lispreader.java
package gnu.kawa.lispexpr;
import gnu.text.*;
import gnu.mapping.*;
import gnu.lists.*;
import gnu.math.*;
import gnu.expr.*;
/** A Lexer for reading S-expressions in generic Lisp-like syntax.
* Thi
www.eeworm.com/read/287426/8686725
txt 目录.txt
目 录
前言
第一部分 Linux GUI编程框架及编程基础
第1章 Linux软件开发概述 1
1.1 关于Linux 1
1.2 关于Linux的桌面环境 2
1.3 Linux系统中的软件开发 3
1.3.1 开发所使用的库 3
1.3.2 Gnome的开发结构 4
1.4 开发Linux应用程序的编程语言
和编程