-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "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 取负 取负运算就是取一个浮点数的负数。-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, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
- 2022-05-22 17:45:03下载
- 积分:1
-
C系统的Verilog转换器
system C to verilog converter
- 2022-02-06 02:17:19下载
- 积分:1
-
很好玩很不错的类似WINDOWS的画板的一个VB语言源程序。推荐大家使用!...
很好玩很不错的类似WINDOWS的画板的一个VB语言源程序。推荐大家使用!-is a lot of fun quite similar WINDOWS slate of a VB language source. Suggest we use!
- 2023-07-29 14:35:05下载
- 积分:1
-
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!...
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!-achieve long-integer arithmetic, as modified by the cross-border solution to the problem of calculating the number 200!
- 2023-02-13 22:50:03下载
- 积分:1
-
一个简单的UART的源代码,接收一个字符并发送回通过测试,…
一个简单的uart 源码,接收一个字符并发回,通过测试,可以使用的,输入时钟12mhz,发送速率96-A simple uart source code, receiving a character and send back through the test, can be used, input clock 12mhz, sending rate 9600
- 2022-03-01 11:32:43下载
- 积分:1
-
用于传输文件,在校园网上可以使用,但是由于技术问题不能实现在两台主机上的传输,只能在一台电脑上传输文件...
用于传输文件,在校园网上可以使用,但是由于技术问题不能实现在两台主机上的传输,只能在一台电脑上传输文件-For the transmission of documents, the campus can use the Internet, but can not be achieved because of technical problems in the two host transmission, only one computer to transfer files
- 2022-05-08 14:43:41下载
- 积分:1
-
一个类似卡巴斯基界面的设计!其按钮和别的一些控件都是封装了各种优秀的自绘类!...
一个类似卡巴斯基界面的设计!其按钮和别的一些控件都是封装了各种优秀的自绘类!
- 2022-03-20 05:15:57下载
- 积分:1
-
tabu search code you can see it freely
tabu search code you can see it freely -tabu search code you can see it freely
- 2023-07-23 03:30:02下载
- 积分:1
-
应用类 一个小小的倒计时程序,可以使用户在需要时提供方便快捷的操作:)...
应用类 一个小小的倒计时程序,可以使用户在需要时提供方便快捷的操作:)-Application of a small category of the countdown procedure, allows the user when necessary to provide a convenient mode of operation:)
- 2023-05-20 04:05:04下载
- 积分:1
-
提出了一种基于支持向量机的多类模拟调制方式识别算法。该算法通过分析模拟调制信号的特点,提取有效的特征向量以区分不同的调制方式,并基于支持向量机和判决树分类思想,...
提出了一种基于支持向量机的多类模拟调制方式识别算法。该算法通过分析模拟调制信号的特点,提取有效的特征向量以区分不同的调制方式,并基于支持向量机和判决树分类思想,将特征向量映射到高维空间中加以分类。-A support vector machine based on the many types of analog modulation recognition algorithm. The algorithm by analyzing the characteristics of analog modulation signal to extract effective feature vector in order to distinguish between different modulation methods, and based on support vector machines and decision tree classification of ideas, will feature vector is mapped to the high-dimensional space to be classified.
- 2023-03-27 03:50:03下载
- 积分:1