-
这个程序的作用是计算并输出运算表达式的值。本程序支持+、...
这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators:+,-,*, /, ^, and (), also supports functions like sin, cos, tan, log, ln ,and nested functions and parentheses. Besides, error checking is also supported.
- 2023-01-20 08:55:03下载
- 积分:1
-
Find out the login users under Terminal server
Find out the login users under Terminal server
- 2022-03-11 10:21:34下载
- 积分:1
-
这场比赛是一场失败
是一个翻牌游戏
用java swing包做成的
只要编译 然后直接执行就可以了-The game is a flop
- 2022-03-09 13:10:02下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
大地主题解算,包括正算和反算,公式使用的是简化后的适合编程用的公式...
大地主题解算,包括正算和反算,公式使用的是简化后的适合编程用的公式-Earth theme solver, including the positive operators and anti-calculation, the formula using a simplified formula used for programming
- 2022-01-22 07:26:13下载
- 积分:1
-
地方储备,利用结构和矩阵。简单。
Reserva lugares, usando estructuras y matrices. Sencillo.
- 2022-05-06 01:43:13下载
- 积分:1
-
质数计算器
C 编写的控制台应用程序计算质数与使用"Sieve of Eratosthenes"。
- 2022-06-29 10:52:38下载
- 积分:1
-
Through the program can detect the hard disk each partition the total capacity,...
通过该程序可以检测硬盘的各个分区的总容量、剩余容量-Through the program can detect the hard disk each partition the total capacity, remaining capacity
- 2022-01-21 03:32:09下载
- 积分:1
-
联系管理应用程序
应用背景随着接触管理应用程序可以添加联系人看到所有联系人列表 的帮助;和搜索,删除编辑的非常有效的方式接触关键技术C++是由Bjarne Stroustrup从1979开始在贝尔实验室开发的一个中层的编程语言。C++的运行于多种平台,如Windows,MAC OS,和UNIX的各种版本。
- 2022-05-31 23:09:28下载
- 积分:1
-
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢-This is a 6.0 C compiler source code of calendar hope you like
- 2022-03-12 04:22:02下载
- 积分:1