-
我不知道!
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
【程序2】
题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高
于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提
成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于
40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于
100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?-i don t know!
- 2022-12-18 09:35:03下载
- 积分:1
-
这是优龙yl
这是优龙yl-p2410的一个bios程序,源光盘附带,但我经过了一些修改,解决了一些Bug,如:第二次开机无法找到usb驱动。-This is excellent yl-p2410 Liuzhou a bios procedures, the source CD-ROM attached to, but I have been some changes to address a number of Bug, such as: the second boot can not find the usb driver.
- 2023-05-02 01:10:03下载
- 积分:1
-
Eight digital tube experiments S3C44B0 Example directory file structure: 8led_te...
八段数码管实验用例S3C44b0
目录文件结构:
8led_test
├─ main.c C语言主源文件
└─ 8led.c 八段数码管处理函数源文件
如何烧写程序到Flash中,请阅读common目录下的ProgramFlash.txt文件。-Eight digital tube experiments S3C44B0 Example directory file structure: 8led_test ├ ─ main.c C language main source file └ ─ 8led.c eight digital tube function source file how to deal with procedures to the Flash programmer, please read the common directory ProgramFlash . txt file.
- 2022-04-15 04:25:24下载
- 积分:1
-
33个经典的例子程序,通过调试和学习UCOSII的弱点…
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!-ucosII of 33 classic examples, both through debugging and learning ucosII shortcut, strongly recommended! Because too many documents, divided into five available, please understanding!
- 2022-12-07 18:20:02下载
- 积分:1
-
This is a VC environment in the realization of shared memory operating system so...
这是一个在VC环境下实现的关于操作系统中共享内存的源代码。-This is a VC environment in the realization of shared memory operating system source code.
- 2022-05-17 17:14:11下载
- 积分:1
-
一个用java实现的解决理发师睡觉问题的代码
一个用java实现的解决理发师睡觉问题的代码-used to achieve a solution to the problem of sleep Barber code
- 2022-02-05 01:35:41下载
- 积分:1
-
学习MFC的好东西,跟刚才的一起
学习MFC的好东西,跟刚才的一起-learning MFC good things, together with the earlier
- 2022-08-15 01:04:35下载
- 积分:1
-
一个简单的文件系统
一个简单的文件系统-a simple file system
- 2022-02-03 02:42:17下载
- 积分:1
-
C_deadblocked和按优先数.rar
C_deadblocked和按优先数.rar-C_deadblocked and by priority number. Rar
- 2022-04-26 21:09:03下载
- 积分:1
-
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,...
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,如果所访问的指令已在内存,则显示其物理地址,并转下一条指令。如果所访问的指令还未装入内存,则发生缺页,此时需要记录缺页的次数,并将相应页调入内存。如果4个内存块均已装入该作业,则需要进行页面置换,最后显示其物理地址,并转向下一条指令。在所有320条指令执行完毕后,请计算并显示作业运行过程中发生的缺页率。
实现方法为:最佳置换算法(OPT)、先进先出(FIFO)算法和最近最久未使用(LRU)算法。-err
- 2023-03-14 22:50:04下载
- 积分:1