-
Matlab
水和水蒸气热力性质程序源代码,matlab调用(A program for calculating the thermodynamic properties of water and water vapor)
- 2021-04-26 16:08:45下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
绿色 版 安装包制作
说明: 绿色 版 安装包制作,安全快速,很稳定,可以自己设计安装样式(Green version of the installation package, security quickly, is stable, can be installed in a own design style)
- 2020-06-22 03:00:02下载
- 积分:1
-
costas PLL matlab-实现BPSK的costas环载波同步
costas matlab实现BPSK的costas环载波同步(Costas matlab realizes BPSK costas ring carrier synchronization)
- 2021-04-29 11:58:44下载
- 积分:1
-
智睿ASP网络投票评选管理系统 v10.2.4
智睿网络投票评选管理系统可广泛用于城市评癣风景区评癣优秀人物等活动评选,以及先进事迹评选等。管理后台登陆:admin/admin_login.asp 帐号:admin 管理密码:123456 认证码: zhirui
配置文件/include/config.asp
数据文件/include/conn.asp
智睿网络投票评选管理系统20160726更新:
1、优化投票记录加载
2、优化管理日志加载
- 2022-01-31 00:28:33下载
- 积分:1
-
MATLAB R2016a完全自学一本通 源码
用于MATLAB初学者的自学,代码注释完整(Used for self-learning of beginners in MATLAB, complete code annotations)
- 2020-06-22 08:20:01下载
- 积分:1
-
Matlab-code-TCOM-2018-master
说明: Improving the Performance of Cell-Edge Users in non-orthogonal multiple
access NOMA Systems using Cooperative Relaying its really so benificial code
- 2019-11-14 06:47:36下载
- 积分:1
-
单轴压缩444
说明: 岩土工程单轴压缩试验命令流,适用于PFC3D5.0以上版本(Geotechnical uniaxial compression test command flow, applicable to pfc3d5.0 or above)
- 2020-09-16 10:57:55下载
- 积分:1
-
应用PSCAD进行新能源系统仿真研究
本资料介绍了PSCAD软件里面的 光伏发电系统工作原理及仿真和风力发电系统工作原理及仿真 。(This information is based on the principle and Simulation of photovoltaic power generation system in PSCAD software and the working principle and Simulation of wind power generation system.)
- 2018-07-12 11:20:30下载
- 积分:1
-
clumsy-0.2-win32
利用封装 Winodws Filtering Platform 的WinDivert 库, clumsy 能实时的将系统接收和发出的网络数据包拦截下来,人工的造成延迟,掉包和篡改操作后再进行发送。无论你是要重现网络异常造成的程序错误,还是评估你的应用程序在不良网络状况下的表现,clumsy 都能让你在不需要额外添加代码的情况下,在系统层次帮你达到想要的效果(Using Winodws Filtering Platform package WinDivert library, clumsy can real-time system receives and sends the network data packets intercepted, delay caused by artificial, substitution and tampering after sending operation. Whether you want to reproduce the program errors caused by network exceptions or evaluate the performance of your applications under bad network conditions, clumsy can help you achieve the desired results at the system level without additional code.)
- 2017-12-11 16:44:17下载
- 积分:1