-
可以算加减乘除24,可以求所有的解,但又重复的,没有刻意去掉...
可以算加减乘除24,可以求所有的解,但又重复的,没有刻意去掉-can calculate the arithmetic of 24, can help all the solutions, but to repeat, not deliberately removed
- 2022-05-18 01:43:43下载
- 积分:1
-
Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the...
输入完成数学表达式例如1+(5/2)*3
即可计算出结果
支持运算符:+ - * / () ^-Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the results support the operator:+-*/() ^
- 2022-08-10 10:29:54下载
- 积分:1
-
simulated bank ATM teller system source document (reproduction)
模拟银行ATM提款机系统的源文件(转载)-simulated bank ATM teller system source document (reproduction)
- 2022-03-30 11:51:16下载
- 积分:1
-
资源管理器源码Java
应用背景C语言实现的windows任务管理器,界面与windows自带的任务管理器差不多,能停止正在运行的任务,能显示CPU使用等功能。。。关键技术C language implementation of the Windows Task Manager, the interface and the windows comes with the task manager, can stop being running tasks, can display the use of CPU and other functions...
- 2022-02-06 11:13:42下载
- 积分:1
-
小型谷歌搜索引擎
应用背景应用有黑色的背景,如果我们给予任何输入文件如HTML将删除副本将显示一共有多少字,有多少字母。所以这将有助于我们作为一个迷你谷歌关键技术我用C++来开发这个基于控制台的应用程序,这完全是基于控制台的应用程序,通过使用文件,我打开一个文件,并读取整个数据,并删除重复的数据,并编写代码,用于删除重复。
- 2022-07-09 01:19:50下载
- 积分:1
-
一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术...
一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术-a simple compiler in procedures, he showed a lot of data types and abstract data types, and the right strings in the technical analysis
- 2022-01-22 07:38:50下载
- 积分:1
-
用C语言写的《城市信息及最短路径查询系统》,图形界面,功能比较齐全。...
- 2022-05-19 14:23:54下载
- 积分:1
-
TSAI calibration procedure is complete, with C you can write in the console to r...
很齐全的TSAI标定程序,用C编写
在控制台下运行即可-TSAI calibration procedure is complete, with C you can write in the console to run
- 2023-05-25 10:30:03下载
- 积分:1
-
监察本机的网络流量,日志记录。
日志可以记录在远端的文件服务器上。...
监察本机的网络流量,日志记录。
日志可以记录在远端的文件服务器上。-monitor the machine"s network traffic logging. Log can be recorded in the remote file server on.
- 2022-12-05 02:40:03下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1