-
ARM指令集
arm architecture document. nice book. welcome to download
- 2020-06-20 21:20:02下载
- 积分:1
-
路冷
用C语言完成欧拉计算,非常简单的一个小应用(Using C language to complete euler calculation)
- 2020-06-21 13:00:02下载
- 积分:1
-
57578883zuixiaoercheng
说明: matlab 计算电力系统潮流的最小二乘法(Matlab calculation of power system turbulence least squares)
- 2019-04-13 09:02:09下载
- 积分:1
-
AutoMorphicNu
判断一个数是否是自守数,华为机试题目之一。c++编写(isAutoMorphicNum the test by huawei)
- 2015-10-27 12:36:30下载
- 积分:1
-
MIDAS GTS岩土工程数值分析与方法.rar
本代码为《MIDAS GTS岩土工程数值分析与方法》一书源代码,版权归作者所有,仅在此分享给大家(This code is "MIDAS GTS numerical analysis and method of geotechnical engineering" a book source code, copyright belongs to the author, only here to share with you)
- 2021-01-02 12:48:57下载
- 积分:1
-
2018-2019-2离散数学复习资料
复习离散数学,提高学习能力,更加清楚离散(Reviewing Discrete Mathematics to Improve Learning Ability and Clear Discrete Mathematics)
- 2021-01-28 21:28:36下载
- 积分:1
-
main
为了了解系统的资源分配情况,假定系统的任何一种资源在任一时刻只能被一个进程使用。任何进程已经占用的资源只能由进程自己释放,而不能由其他进程抢占。当进程申请的资源不能满足时,必须等待。因此,只要资源分配算法能保证进程的资源请求,且不出现循环等待,则系统不会出现死锁。
要求编写系统进行资源调度的程序,采用银行家算法,有效地避免死锁的产生。(In order to understand the resource allocation of the system, it is assumed that any resource of the system can only be used by one process at any one time. Any resources that have been occupied by the process can only be released by the process itself, rather than by other processes. You must wait when the resources for the process cannot be satisfied. Therefore, as long as the resource allocation algorithm can guarantee the resource request of the process, and there is no circular waiting, the system will not deadlock. Write the system scheduling procedures for resources, using bankers algorithm, effectively avoid the deadlock.)
- 2017-11-26 20:49:34下载
- 积分:1
-
datamux
dataflow muliplexer in FPGA
- 2010-01-12 21:59:04下载
- 积分:1
-
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004...
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004-11-29
指导教师:罗建军
一.项目背景:
1.背景简介
我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算器程序,以便用于自己的学习工作。
2.项目目标
编写一个能进行科学计算的计算器程序。
要求:
输入:被计算的数据
输出:计算结果
3.运行环境
1 硬件:
PIII 计算机(CPU 主频 550MHz以上、128MB内存)
2 软件
Windows XP 操作系统
Visual C++ 6.0
二.算法描述
1 选用对话框,并加入控件,做好计算器可视的外表。
2 给控件添加属性中的ID和名称。
3 在CCaculateDilg类中添加主要程序代码。
4 数字的输入
这个计算器应用程序实现的是顺序连接计算,即按照计算数和计算符的输入次序进行计算,知道按下"="按钮为止完成一次计算过程.过程可分为三个步骤:一是对计算数和计算符的输入处理 二是对计算的处理 三是对显示的处理.
1.处理输入
在程序中使用m_operand来储存当前的输入.每次输入时都必须将输入的数字累
- 2022-08-23 23:54:45下载
- 积分:1
-
1002
说明: 杭电ACM1002的第二个写法。稍微简单点。(Hang a second electric ACM1002 written. Somewhat easier.)
- 2011-03-16 19:24:35下载
- 积分:1