E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
defun
Python自动检测Chrome浏览器版本并下载相应驱动chromedriver.exe
fromunicodedataimportnameimportwinregimportrequestsimportjsonimportreimportzipfileimportos#zip解压
defun
_zip
m0_57638202
·
2024-03-10 04:28
selenium
python
chrome
爬虫
selenium
emacs 源码分析(七)
文章目录`emacs`源码分析(七)自己动手把`emacs`的`
DEFUN
`宏抠出来emacs源码分析(七)这
DEFUN
宏就像胶水一样,它把c代码和emacs-lisp代码给联系起来。
遍地是牛
·
2024-02-27 23:36
emacs
源码分析
emacs
编辑器
c++
openjdk源码了解
openjdk给出debug配置选项,common/autoconf/jdk-options.m4AC_
DEFUN
_ONCE([JDKOPT_SETUP_DEBUG_LEVEL],[##########
chenxuezhou
·
2024-01-22 04:43
java
jdk
[SICP]-环境搭建
计算机程序的构造和解释》第二版本中使用的语言是Lisp这个语言分为好多"方言",本书中使用的是scheme,还有CommonLisp等例:书中使用define关键字进行定义,commonlisp对应的关键字就是
defun
四分热度
·
2022-03-19 13:51
用java写lisp 解释器 (8
defun
用宏实现 附源码)
日常我们写lisp程序的时候一些过程可以通过复合表达式定义,通常情况下可以用lambda,lambda表达式格式如下:(lambda(args)exp)然后如何让这个过程复用呢,这个时候我们起个名字引用它,一般可以用define表达式,格式如下:(definesymbolexp)然后我们以写println这个过程(函数为例),我们可以将display、newline过程组合成一个新的过程(函数),
·
2022-02-18 15:21
javalispmacro
AutoLisp入门基础教程(2)
在教程的第一部分,我们掌握了如何在AutoCAD中加载一个AutoLisp程序,了解了如何使用
defun
来定义一个函数。
吴吉光
·
2021-06-09 17:42
Elisp 10:宏
定义宏先定义一个什么也干不了的宏,(defmacrofoo())在形式上,定义宏,似乎跟定义函数差不多,只是
defun
换成了
·
2021-04-09 16:03
lispemacselisp
Elisp 10:宏
定义宏先定义一个什么也干不了的宏,(defmacrofoo())在形式上,定义宏,似乎跟定义函数差不多,只是
defun
换成了
·
2021-04-09 15:07
lispemacselisp
Autolisp 列表相同元素合并
(
defun
$处理列表类型$(aa)(defuntest(lst/alst2)(while(setqa(carlst)lst2(consalst2)lst(vl-removealst)))(reverselst2
qq_39944711
·
2020-09-12 13:41
如何编译
defun
本文讲解如何编译
defun
。在CommonLisp中,
defun
用于定义函数。
Liutos
·
2020-08-20 21:17
assembly
compiler
commonlisp
lisp
x64
如何编译
defun
本文讲解如何编译
defun
。在CommonLisp中,
defun
用于定义函数。
Liutos
·
2020-08-20 21:17
assembly
compiler
commonlisp
lisp
x64
quagga 中 命令框架
#defineDEFUN(funcname,cmdname,cmdstr,helpstr)\
DEFUN
_CMD_F
千本樱-夕颜xiyan10
·
2020-08-18 06:10
linux
quagga中cli命令分析
在已有的命令视图中新增加命令定义命令并处理定义命令,
DEFUN
(处理函数,命令名称,命令字符串,帮助信息)#defineDEFUN(funcname,cmdname,cmdstr,helpstr)\
DEFUN
_CMD_FUNC_DECL
安全防护技术
·
2020-08-18 02:08
sdn
python爬虫--实战英雄联盟LOL壁纸下载
importosfromurllibimportrequestimportrequestsimportbs4un_download_url=[]#收集下载失败的信息
defun
_download(file_name
柒折超贵
·
2020-07-12 14:41
爬虫
python-快速将当前目录下的.tar.gz文件解压缩
file_dir):L=[]forroot,dirs,filesinos.walk(file_dir):forfileinfiles:#print(file)L.append(file)returnL#解压缩模块
defun
_tar
kingofcoder
·
2020-07-11 08:32
python
Python类中调用内部方法的两种方式
classstd():
defun
1(self):print("sssd")
defun
2(self):std.un1(self)#①t=std()t.un2()输出结果:sssd在①处,我们调用的是非绑定类方法
antigenMHC
·
2020-07-06 04:25
经验
python 操作Excel表格,解压zip包,压缩zip包,目录遍历
importzipfileimportos,shutilimportopenpyxlfile_list_pos=""fileName=""zipfileName=""
defun
_zip(file_name
weixin_30299539
·
2020-06-27 15:17
python批量解压.tar文件
importtarfilefromglobimportglobimportosimportcv2
defun
_tar(file_name):"""解压tar"""print(file_name)tar=tarfile.open
jiao_mrswang
·
2020-06-23 22:50
Allegro利用Skill语言实现获取匹配组(MatchGroup)下的所有网络名功能
/******************获取匹配组下的所有网络名******************/
defun
(GetMatchGroupNetNames(MGName)MG=axlDBGetDesign
努力不期待
·
2020-06-21 23:24
02_软件
Allegro利用Skill语言实现根据NET获取同网络下所有过孔的坐标信息
代码如下:
defun
(GetViaCoordinate(NetName)axlClearSelSet()axlSetFindFilter(?enabled(list"nets")?
努力不期待
·
2020-06-21 23:52
02_软件
Allegro利用Skill语言实现通过焊盘获取对应的网络名的功能
/******************获取焊盘的网络名******************/
defun
(GetPinsNetName(PinName)axlClearSelSet()axlSetFindFilter
努力不期待
·
2020-06-21 23:52
02_软件
Skill语言的数组排序函数
defun
(ArraySort(array)array_len=length(array)let((sortedarray)declare(sortedarray[8])for(i0array_len-
努力不期待
·
2020-06-21 23:52
02_软件
智能的语法删除函数, 增强 web-mode, ruby-mode
今天发布了最新版的paredit-extension.elhttps://www.emacswiki.org/emacs/paredit-extension.el主要更新了`paredit-kill+’这个函数:(
defun
ManateeLazyCat
·
2020-06-21 23:26
A/VLisp的吉檀迦利 拾遗之路
【base1.1】创建常用常数(
defun
__PRD@INITCONST__()(vl-load-com)(setq*En2Obj*vlax-ename->vla-object*Obj2En*vlax-vla-object
CWYAC
·
2020-06-21 14:31
Allegro使用Skill语言实现根据两点p1,p2确定的线段判断是否与bbox构成的矩形相交的函数
/*****************判断两点p1,p2确定的线段是否与bbox构成的矩形相交的算法*******************/
defun
(isLineIntersectRectangle(p1p2bbox
努力不期待
·
2020-06-20 22:16
02_软件
Skill语言实现将一个table中的坐标point(x,y)按照x和y进行从小到大排序的函数
/*****************对table中的point进行排序,按照type值将x或者y从小到大排*******************/
defun
(TableSort(tabletype)table_len
努力不期待
·
2020-06-20 22:16
02_软件
skill
table
排序
Allegro利用Skill语言实现判断1个坐标是否在bBox构成的矩形框内的函数
/*****************获取叉乘*******************/
defun
(GetCross(p1p2p)p1x=car(p1)p1y=nth(1p1)p2x=car(p2)p2y=
努力不期待
·
2020-06-20 22:45
02_软件
如何编译
defun
本文讲解如何编译
defun
。在CommonLisp中,
defun
用于定义函数。
Liutos
·
2019-10-11 00:00
x64
lisp
commonlisp
compiler
assembly
奥托李斯普——第二回
介绍上一回末尾的小问题,来讲解car,cdr,
defun
,cond问题:如何实现将多层嵌套的列表展开成一级列表,如:((1.32.3-2.1)"P13SH"("GSt11""AIRCOND")14.34
CWYAC
·
2019-05-01 18:11
tensorflow 1.12 与 pytorch 1.0 互相迁移 操作符
所以直接学了点pytorchtensorflow的eagerexecute效率不怎么好,虽然
defun
可以优化不少,但是对于复杂的网络,
defun
需要的时间太长了,而且
defun
之后就没法进入内部调试了
ONE_SIX_MIX
·
2019-01-11 21:27
神经网络
python
深度学习的经验
程序员的进化
高中10 PRINT "HELLO WORLD"20 END大一program Hello(input, output)begin writeln('Hello World')end.大学高年级(
defun
码农翻身
·
2018-11-16 08:00
我也说说Emacs吧(6) - Lisp速成
定义函数的方式,也是用一种叫做
defun
的特殊表。Lisp基本函数速成首先我们搭建
Jtag特工
·
2017-06-12 19:29
《ANSI Common Lisp》学习笔记
.(-42)返回2.6跟2传给函数/,返回3.2.5函数用
defun
来定义函数,一个函数通常有3个以上的参数,第一个是名字,第二个是参数列表,第三个是一个或者多个表达式。
clfx5493
·
2016-12-17 16:01
Common
Lisp
Emacs Lisp 学习(2)
昨天,学习了EmacsLisp的一些基本的概念,今天学习如何定义函数,如何使用函数.在EmacsLisp中有几种定义函数的方法,今天学习的是使用宏
defun
来定义函数的方法.本次学习涉及到的专业术语首先我们介绍一些在这次学习中遇到的一些术语
kinkuo
·
2016-10-10 22:55
emacs 通过名称切换frame(帧)
参考:Ifframenamed“xyz”exists,thenswitchtothatframeSwitchbetweenframesbynumberorletter选中的代码:(
defun
switch-to-frame
格通
·
2016-02-25 20:00
Common Lisp牛顿法求平方根
(
defun
sqrt-iter (guess x) (if (good-enough?
努力喵
·
2016-02-03 03:00
Lisp在科学工作中的运用-2.1 定义各类宏
待完成(
defun
replace-symbolA-with-symbolB-in-term (term0 test-lambda replace-lambda nil-lambda) (declare
jitaibeing
·
2016-01-26 15:00
git加入文件
/quagga/tests/test-commands-
defun
.c modified: ../thttpd/configure modified: ../wget/Make
anzhuangguai
·
2016-01-11 11:00
Common Lisp专题3:文件操作
1)读取文件用with-open-file函数打开文件CL-USER> (
defun
my-read-file () (with-open-file (stream "d:/test.lisp
努力喵
·
2015-12-28 00:00
Common Lisp递归
1)斐波那契数列求斐波那契数列第n+1个数(
defun
fib (n) (cond ((equal n 0) 1) ((equal n 1) 1) (t
努力喵
·
2015-12-27 02:00
elisp之函数
# cat /root/elisp/function.el (
defun
variable_arity (a &optional b &rest c) "This is a function which
bigstone2012
·
2015-11-23 18:04
emacs
elisp
elisp之函数
# cat /root/elisp/function.el (
defun
variable_arity (a &optional b &rest c) "This is a function which
bigstone2012
·
2015-11-23 18:04
emacs
elisp
common lisp 中一个常量引起的bug
想了一会, 做了一些测试之后, 想到了以下方法: 1 (
defun
qcons (x y) 2 (let ((tmp '(nil))) 3
·
2015-11-12 19:40
common lisp
Common Lisp 参数传递的几种形式
常规的命名参数: (
defun
f (a b) (+ a b)) (f 1 2) 输出: 3 2.
·
2015-11-12 19:21
common lisp
设置emacs bookmark的ido候选方式
(
defun
bookmark-ido-read()(interactive) (bookmark-maybe-load-default-file)(let ((choise (ido-completing-read
·
2015-11-11 13:56
bookmark
[备份]Emacs配置文件
)(set-foreground-color "wheat") (tool-bar-mode -1)(scroll-bar-mode -1)(menu-bar-mode -1)(
defun
·
2015-11-11 09:39
emacs
mac emacs 共享剪切板
bppaste 替代剪切 x-clipborad elisp code : ;;osx should using pbpaste and pbcopy to share clipboard (
defun
·
2015-11-08 16:39
emacs
在当前shell下运行emacs 出现 fontset 'tty' does not exist.
(
defun
s-font() (interactive) ;; font config for org table showing.
·
2015-10-31 11:37
shell
emacs 编程入门
在.emacs中加入如下代码: (
defun
no-e-please () (interactive) (message "Please don't use the letter e
·
2015-10-31 11:31
emacs
emacs 编程入门 函数
(
defun
no-e-please ()  
·
2015-10-31 11:31
emacs
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他