-
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
-
演示把几个文件打包成一个文件并且释放
演示把几个文件打包成一个文件并且释放-demo packages combine several documents into one document and release
- 2023-02-04 09:30:04下载
- 积分:1
-
电磁兼容单片机是非常有用的信息,一个遥控风扇的详细说明没有..
EMC单片机非常有用的资料,
某遥控风扇详细注释
C语言生成温度B值表
探讨可移植性的处理办法.doc
汇编的模块化思想.doc
代码严格的模块化.doc
ELAN单片机上电清空RAM区.doc-EMC SCM is very useful information, a remote control fan detailed explanatory note C language generation of portable temperature B value table approach. Doc compilation of modular thinking. Doc code is strictly modular. Doc ELAN Microcontroller power-ching empty RAM area. doc
- 2022-10-19 14:45:04下载
- 积分:1
-
EXCEL 导入导出程序,生成TXT文件,并根据大小指定生成多个文件。...
EXCEL 导入导出程序,生成TXT文件,并根据大小指定生成多个文件。-EXCEL import and export procedures, generate TXT file, and generate multiple files according to the size specified.
- 2023-01-25 09:05:04下载
- 积分:1
-
显示"石头"、"剪子"、"布",全靠运气,学习C++语言的小程序
显示"石头"、"剪子"、"布",全靠运气,学习C++语言的小程序-showed that the "stone", "scissors", "Bush," depends entirely on luck, the C language learning procedures for small
- 2022-03-12 21:27:46下载
- 积分:1
-
mysql数据库的驱动程序压缩包,下载后,就可用于myeclipse和mysql的连接...
mysql数据库的驱动程序压缩包,下载后,就可用于myeclipse和mysql的连接-Mysql database driver compressed package,After download, it can be used to myeclipse and mysql connection
- 2022-01-25 14:07:57下载
- 积分:1
-
Description
给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi...
Description
给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi-1*pi。我们都知道,使用朴素的矩阵乘法去乘两个维数分别为x,y和y,z的矩阵,所需要的乘法次数为x*y*z。矩阵链乘法问题就是如何对矩阵乘积加括号,使得它们的乘法次数达到最少。
Input
输入的第一行为一个正整数N(1
- 2022-02-24 20:30:36下载
- 积分:1
-
notebook
基于vc++写的记事本功能强大非常棒。功能全面统一。-notebook
- 2023-01-01 05:30:15下载
- 积分:1
-
迷宫求解,求得很多条路径。有详细的文挡,从文件读入迷宫形式...
迷宫求解,求得很多条路径。有详细的文挡,从文件读入迷宫形式-maze solving, and seek many of the trails. A detailed text block, read from the paper forms maze
- 2022-05-31 14:42:01下载
- 积分:1
-
Sample for Register with Captcha
Sample for Register with Captcha
- 2022-01-28 22:43:14下载
- 积分:1