资源列表
Caine
- C++ program, with dogs with spot and without spot
caky
- 生成饼图。在单文档中,画一个3:1的饼图,其中3的是蓝色,1的是红色。-caky
cal2100
- 一个简单的vc++计算器代码,适用于初学者研究-code for a calculator
calc132
- 计算器程序,输入带括号和各种运算的式子,然后直接输出答案-Calculator program, enter operations with brackets and a variety of formula, and then direct the output answer
calc161
- c语言代码写的带括号的四则运算的计算器。-c language code written in brackets with the four computing calculator.
calc24100
- 一个高效的计算24点的程序可以选择是否交换运算参数顺序(不同顺序的加法或乘法)可以选择是否根据运算符号的前后关系确定是否添加括号可以选择随机产生四个数字自动排除重复的计算表达式
calculadora-c
- Simple calculator in C
Calculate129
- 实现了一个简单的计算器的功能,包含了最基础的GUI编程内容。-Implements a simple calculator functions, including the most basic GUI programming content.
calculateExpression
- 一个四则运算计算程序,输入任意表达式,输出计算结果。解析速度比Python和Lua的解析器都要快,大概快20倍左右。-a simple programme for arithmetic.it is very fast. about 20 times faster than Python or Lua
calculate_pi_good
- 计算圆周率 非常好的一个程序能够很好的计算圆周率-Calculate pi a very good program can calculate pi good
calculation107
- C语言写的计算器程序,体现了栈的使用,是起初学习数据结构的作品。-err
calculator153
- 一个简易计算器,用栈实现多项式的加减乘除-Simple calculator with a stack polynomial, Math