基于 C++ 的脚本语言 cpps 脚本

码农软件 · 软件分类 · 脚本编程语言 · 2019-03-04 10:12:52

软件介绍

cpps 脚本是一个基于 C++ 的脚本语言。

基础语法:

if&else

接口说明

根据括号中数据判断执行相关代码.

代码演示

var i = toint(io.getc());

if(i == 10)
{
    println("i 等于 10");
}
else if(i > 10)
{
    println("i 大于 10");
}
else
{
    println("i 小于 10");
}

for

接口说明

循环执行代码.

代码演示

for(var i = 0;i < 10;i++)
{
    println(i);
}

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

Complexity and Approximation

Complexity and Approximation

G. Ausiello、P. Crescenzi、V. Kann、Marchetti-sp、Giorgio Gambosi、Alberto M. Spaccamela / Springer / 2003-02 / USD 74.95

This book is an up-to-date documentation of the state of the art in combinatorial optimization, presenting approximate solutions of virtually all relevant classes of NP-hard optimization problems. The......一起来看看 《Complexity and Approximation》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

SHA 加密
SHA 加密

SHA 加密工具

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

在线XML、JSON转换工具