-
有限差分电磁场模拟。用有限差分法求解电磁场微分方程。
有限差分电磁场模拟。用有限差分法求解电磁场微分方程。-Finite-difference numerical simulation of electromagnetic fields
- 2022-01-21 21:49:24下载
- 积分:1
-
Bivariate Kamma Kernel Density Estimate
for large data set
Bivariate Kamma Kernel Density Estimate
for large data set-optimize method
- 2023-09-02 04:50:03下载
- 积分:1
-
地理信息系统
这套系统是基于arcgis engine 和VB.net开发的,实现了GIS的基本界面和一些相关功能。包括图层管理、要素查询和选择等实用功能。
- 2023-07-09 22:30:04下载
- 积分:1
-
这是在课程的第一个实验室assigmnet
This was the first lab assigmnet in the course
CPU Architecture, creat a basic watch
- 2022-02-13 20:48:07下载
- 积分:1
-
a self
一个能自我删除的程序,没有令起其他线程来删除,非常值得研究。-a self-delete procedure is not one to play the other threads to delete, very worthy of consideration.
- 2022-01-26 08:11:13下载
- 积分:1
-
西门子provade通讯代码Sample_VC.rar,版本6.0
西门子provade通讯代码Sample_VC.rar,版本6.0-Siemens Communications provade code Sample_VC.rar, version 6.0
- 2022-01-25 23:38:37下载
- 积分:1
-
创业
与创业有关的资料,可以用来商业设计大赛参考.-And entrepreneurship-related information, can be used to refer to commercial design contest.
- 2022-02-10 09:28:53下载
- 积分:1
-
C源码C程序常用公共符号定义头文件
C源码C程序常用公共符号定义头文件-C source C procedures commonly used definition of the first public sign documents
- 2022-04-20 11:34:53下载
- 积分:1
-
操作系统――页面置换算法
操作系统――页面置换算法-operating system-- pages replacement algorithm
- 2022-08-06 09:17:43下载
- 积分: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