-
由乘法器组成 单边带信号产生的 仿真源代码 msm
由乘法器组成 单边带信号产生的 仿真源代码 msm -Composed of single sideband signal by the multiplier generated simulation source code msm
- 2022-03-21 18:29:42下载
- 积分:1
-
缺少边界qingduozhijiao
缺少边界qingduozhijiao-lack of border qingduozhijiao
- 2023-07-05 14:25:03下载
- 积分:1
-
vb开发的成绩管理系统
vb开发的成绩管理系统-vb development of the performance management system
- 2022-01-27 21:05:11下载
- 积分:1
-
异步USB传输程序源码,找了很久,希望对大家有用
异步USB传输程序源码,找了很久,希望对大家有用
- 2022-03-03 18:39:54下载
- 积分:1
-
一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值...
一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值-this is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
- 2023-04-02 18:50:03下载
- 积分:1
-
水管工游戏
本游戏结合面向对象的开发模式,参考原版的任天堂公司水管工游戏,争取能够实现原游戏的基本功能,并在此基础之上我们再对其进行一些功能的扩展,如能够支...
水管工游戏
本游戏结合面向对象的开发模式,参考原版的任天堂公司水管工游戏,争取能够实现原游戏的基本功能,并在此基础之上我们再对其进行一些功能的扩展,如能够支持多的玩家在网上进行联机对战(此项功能有望再下次阶段实现)。-plumbing game this game based on object-oriented development model, the reference to the original Nintendo plumbing games for the original game can achieve the basic functions, and on this basis we held over for the expansion of certain functions, such as to support multi-player online multiplayer experience (this functions of the next phase is expected to again achieve).
- 2022-06-26 09:44:12下载
- 积分:1
-
Learning C++ Programming a very instructive examples, including the C++ The core...
对学习C++编程很有启发的一个例子,包括了C++的各核心的应用,是学习C++不错的选择-Learning C++ Programming a very instructive examples, including the C++ The core applications, is to learn from C++ Good choice
- 2022-02-22 12:09:48下载
- 积分:1
-
该程序实现了一个简单的运动目标识别程序,这是主程序文件
该程序实现了一个简单的运动目标识别程序,这是主程序文件-the program a simple moving target identification procedures, this document is the main program
- 2022-03-11 13:44:56下载
- 积分:1
-
Sierpinski常见分形
sierpinski common fractals
- 2022-11-09 23:30:03下载
- 积分:1
-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "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