-
本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单...
本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单的统计。在编程时只使用了最基本的方法,未用到特别的技术。本程序的执行文件过大是一个较大的问题,在今后的学习中会逐渐改进,将程序进行分块儿,以提高执行效率。-the calculator calculator achieved the basic computing functions, and the use of more extensive Function can be used as a functional calculator use, in order to facilitate the practical, I conducted a statistical functional programming, so that the calculator can be used in simple statistics. When the program to use only the most basic of ways, not the particular technology used. The procedures are too big and is a major problem in the next study will gradually improve, procedures pm deadline, in order to enhance the efficiency of enforcement.
- 2022-01-25 18:00:12下载
- 积分:1
-
lucence客户端调用服务端的webservice
lucence客户端调用服务端的webservice lucence,客户端演示
获取服务端数据库类型,并转换到客户端。供参考。-lucence client-side call services webservice lucence, client-side demo access database type, and converted to the client. For reference.
- 2022-04-27 22:32:42下载
- 积分:1
-
打开一个给定视频,有一个进度条能够控制视频的播放进度,进度条的单位为帧数。
打开一个视频,计算视频的帧数,有一个进度条,以帧数为单位进行播放的调整。
- 2022-03-03 12:25:11下载
- 积分:1
-
OMP平台下Siliconlabs的FM驱动
OMP平台下Siliconlabs的FM驱动-Siliconlabs FM driver at omp platform wince 6.0.
- 2022-02-20 09:31:34下载
- 积分:1
-
VB prepared with a car rental system
一个用VB编写的汽车租赁系统,功能比较全,界面比较实用-VB prepared with a car rental system-wide functions, interface more practical
- 2022-02-18 15:23:10下载
- 积分:1
-
利用mfc实现多媒体文件的播放功能,供初学者参考。
利用mfc实现多媒体文件的播放功能,供初学者参考。-The use of mfc playback of multimedia files for advanced users.
- 2022-03-15 05:09:51下载
- 积分:1
-
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码...
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码-Good C++ Test tool, use this code you can enable faster and more accurate test code
- 2022-04-08 05:49:45下载
- 积分:1
-
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每...
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。
输出格式:对每个测试用例输出1行,即A+B的值。
输入样例:
one + two =
three four + five six =
zero seven + eight nine =
zero + zero =
输出样例:
3
90
96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
- 2022-05-18 03:32:14下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
用C++实现视力表的程序,很不错的哦
用C++实现视力表的程序,很不错的哦-C realization of the vision chart procedures, very good oh! !
- 2022-07-04 15:24:51下载
- 积分:1