编程语言 Pike

码农软件 · 软件分类 · 脚本编程语言 · 2019-07-31 16:12:23

软件介绍

Pike 是一个简单易学的解释性的面向对象动态语言,其语法跟 C 语言比较类似,包括一个强大的模块系统,例如数据库访问,图片处理和高级数据加密等等。

下面是一个用 Pike 编写的 Hello world 程序:

int main()
{
write("Hello world!\n");
return 0;
}

本文地址:https://codercto.com/soft/d/11349.html

Introduction to Computation and Programming Using Python

Introduction to Computation and Programming Using Python

John V. Guttag / The MIT Press / 2013-7 / USD 25.00

This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试