-
通过这个程序,你可以实现校园导游功能。数据结构课程设计...
通过这个程序,你可以实现校园导游功能。数据结构课程设计-Through this program, you can achieve the function of the campus tour guides. Data Structure Course Design
- 2022-04-23 11:27:03下载
- 积分:1
-
操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度...
操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
- 2022-06-26 20:24:55下载
- 积分:1
-
一个不错的泡泡龙游戏
一个不错的泡泡龙游戏-a good game Messaging
- 2023-05-18 15:20:04下载
- 积分:1
-
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序...
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序-A c++ to write with a simple management system for students, including add, delete, according to results from the average total points and the order of
- 2022-01-26 00:06:59下载
- 积分:1
-
电气新国标 多下载 0.4KV~40.5KV户内高压开关柜
电气新国标 多下载 0.4KV~40.5KV户内高压开关柜-Electric new multi-GB downloads 0.4KV ~ 40.5KV indoor High-voltage Switch Cabinet
- 2022-02-21 06:49:37下载
- 积分:1
-
VHDL语言设计的出租车计费系统,他们的指导下完成…
VHDL语言设计的出租车计费系统,在老师的指导下完成的,并在实验箱上测试通过。-VHDL language design taxi billing system, completed under the guidance of their teachers, and the experiment on the test box.
- 2023-07-08 20:35:02下载
- 积分:1
-
用C++编的打字练习小游戏,可玩性到不是高,关键看看别个咋编的...
用C++编的打字练习小游戏,可玩性到不是高,关键看看别个咋编的-C series of the typing exercises little game, that is not high playability, the key to another look at the series of the night
- 2022-02-05 18:40:58下载
- 积分:1
-
Vanetsim模拟器VANET
VANET是一个模拟器VANET它可用于学生和其他人
- 2022-08-17 00:56:09下载
- 积分:1
-
一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了."A,D,W,S" 实现 左,右,上,下 移动...
一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了."A,D,W,S" 实现 左,右,上,下 移动-a small example of animation to achieve is very simple. Hope interested in the game on the cause of the students have some newcomers to help me. "A, D, W, S" Achieving left, right, upper and lower mobile
- 2023-01-22 05:25:04下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1