-
C源码C程序常用公共符号定义头文件
C源码C程序常用公共符号定义头文件-C source C procedures commonly used definition of the first public sign documents
- 2022-04-20 11:34:53下载
- 积分:1
-
这些是我到目前在PKU上做出的题目,给大家分享一下。
这些是我到目前在PKU上做出的题目,给大家分享一下。-These are what I currently make in the PKU subject to share with you.
- 2022-08-20 03:24:56下载
- 积分: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
-
laser_damage_te用fdtd方法研究激光损伤
laser_damage_te用fdtd方法研究激光损伤-laser_damage_te fdtd method using laser injury
- 2022-11-28 09:55:03下载
- 积分:1
-
The tutotial7 of TLM
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。-The tutotial7 of TLM-2.0 which is released from OSCI group currently!
- 2023-03-28 06:35:03下载
- 积分:1
-
一个自己用C语言写的走迷宫程序,迷宫的路径是随机生成的
一个自己用C语言写的走迷宫程序,迷宫的路径是随机生成的-Their own language with a C written by Maze procedure, the path of the maze is randomly generated
- 2022-10-02 16:50:03下载
- 积分:1
-
VHDL 函数信号发生器
VHDL 函数信号发生器
VHDL 函数信号发生器
VHDL 函数信号发生器-VHDL Function Generator VHDL Function Generator
- 2022-02-01 14:17:04下载
- 积分:1
-
Good genetic algorithm source code c++ language
很好的遗传算法源代码,基于c++语言开发,可以运行,-Good genetic algorithm source code c++ language-based development, can run,
- 2022-05-28 08:19:36下载
- 积分:1
-
MDIPicSize
MDIPicSize控件 上传资料内有详细功能,自己查阅-MDIPicSize
- 2022-05-30 06:50:21下载
- 积分:1
-
处理六面体、四面体、四边形和三角形网格。拉格朗日,…
Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Monomial finite elements. Interface to PETSc solvers, adaptive mesh refinement, and extreme portablility.
- 2022-01-25 17:18:14下载
- 积分:1