-
我不知道!
【程序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
-
SFC simulator game
SFC游戏模拟器 snes9x 1.43 的原代码-SFC simulator game
- 2022-03-06 16:29:14下载
- 积分:1
-
GFSINS system angular velocity solver, based on the six
无陀螺捷联惯导系统角速度解算,基于六加速度计立方体模型。-GFSINS system angular velocity solver, based on the six-accelerometer cube model.
- 2022-07-24 10:50:38下载
- 积分:1
-
每个程序员都应该知道关于内存的
如果你知道内存结构,每个程序员都应该了解内存描述的程序员,这样才能编写出好的程序。
- 2022-05-21 19:39:45下载
- 积分:1
-
本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助...
本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助-the book introduced the three-tier structure of the system and its basic concepts such as the structure. Helpful for beginners
- 2022-03-22 09:34:10下载
- 积分:1
-
assembly language simple alphabetical input conversion of the case is a small co...
汇编语言的简单的输入字母的大小写转换的小汇编语言程序-assembly language simple alphabetical input conversion of the case is a small compilation of language program
- 2022-06-30 03:12:37下载
- 积分:1
-
process simulation dining philosophers, 10 philosophers, 10 knives, forks, obser...
模拟哲学家就餐过程,10个哲学家,十副刀叉,观察线程的竞争情况-process simulation dining philosophers, 10 philosophers, 10 knives, forks, observation threads of competition
- 2023-01-09 20:45:03下载
- 积分:1
-
A user
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running comput
- 2022-11-28 07:20:03下载
- 积分:1
-
galil1800 linux drivers demo
galil1800 linux驱动程序演示-galil1800 linux drivers demo
- 2022-10-24 08:35:03下载
- 积分:1
-
国外开发的著名分布式操作系统mach的有关线程文章,很有参考价值...
国外开发的著名分布式操作系统mach的有关线程文章,很有参考价值-developed abroad MACH-distributed operating system threads of the articles of great reference value
- 2022-02-03 15:24:36下载
- 积分:1