If you want to express integers in other bases than base 10, just enter the
number as Base#Value
(given Base is in the range 2..36):
1.10> 2#101010. 2.42 3.11> 8#0677. 4.447 5.12> 16#AE. 6.174
shiyi820509 博主文章分类:erlang ©著作权
If you want to express integers in other bases than base 10, just enter the
number as Base#Value
(given Base is in the range 2..36):
1.10> 2#101010. 2.42 3.11> 8#0677. 4.447 5.12> 16#AE. 6.174
上一篇:Using the pyparsing module - 使用pyparsing模块
下一篇:Python documentation - argparse — Parser for command-line options, arguments and sub-commands
先来看一个简单的问题,输入一个数N,求出1+2+3+...+N。这个问题可以使用循环解决sum = 0; for(i = 1; i <= N; i++)
因为现在的手机图开渲染线程其实都是程序中的主线程。如果我们在程序的主线程中
一:变量 1. erlang中的变量【单一赋值】,意味着变量只能赋值一次。 2.变量必须【大写字母】开头。二:原子 原子相当于.
Some notes on Erlang timer.
学习Erlang的时候在书的留白处随手记录了一些东西,还有一些记录在了demo的注释里面,今天抽时间整理出来了一部分,分享一下.
梳理了一下有关Erlang Guard相关的知识,纠正了Learn you some erlang 作者的一个理解上的小偏差.
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M