-
Jacobi
数值分析分析中 用jacobi迭代求解线性方程(Analysis of numerical analysis using jacobi iteration for solving linear equations)
- 2009-06-13 16:48:55下载
- 积分:1
-
Petzold.Media3D
Petzold写的《精通windows 3D 图形程序设计》中推荐的源码。(Petzold wrote, " proficient in windows 3D graphics programming" in the recommended source.)
- 2021-03-16 16:39:21下载
- 积分:1
-
考虑现有的OPC服务器,发现服务器的名称,提供简单的…
配合现有的OPC服务器,发现这些服务器的名称,提供简单信息,并选择特定的服务器-Account the existing OPC servers, found the name of the server, providing simple information, and select a specific server
- 2023-09-08 10:45:04下载
- 积分:1
-
C# 仿QQ管家UI以及功能源码,效果不错,值得收藏
C# 仿QQ管家UI以及功能源码,效果不错,值得收藏
- 2013-08-30下载
- 积分:1
-
financial-compute
包括期权的二叉树定价在内的一系列算例,这些是期权定价方法中最简单便捷的数值定价方法(It includes the CRR method of option pricing,and so on)
- 2012-04-11 23:06:40下载
- 积分:1
-
Lin-F28035
C语言编写的LIn通信代码,供大家学习一下,希望对大家有帮助(C language LIn communication code for everyone to learn about, we hope to help)
- 2021-01-14 14:18:47下载
- 积分:1
-
GSM短信程序
#include
#include
#include
#include"define.h"
extern uchar keyscan();
//这个是号码输入的,若改就只改这个就行
uchar pnum[12]={"00000000000F"};//12个数(短信接收手机号码设置)
uchar code TxtMode[9]={"AT+CMGF=0"}; //短信模式设置PDU模式
uchar code mess_qian[8]={"AT+CMGS="};// 短信 长度设置
uchar code length[2]={"29"}; //短信的长度 2个数(根据短信内容不同要改变)
uchar code cnum[18]={"0891683108200305F0"};//18个数(中心号码设置)
uchar code pdu1[10]={"11000D9168"};//10个(短信格式设置可以为固定+86的手机)
uchar code pdu2[6]={"0008A7"};//6个 (短信有效期,可以固定不变)
uchar code lenmsg[2]={"0E"}; //短信内容的长度 2个数(16进制)//(因短信具体内容不同要改变的)
uchar code pdumessage[28] = {"5BB64E2D51FA73B0966960C5FF01"};//12个数。内容为:“家中出现险情!”的PDU码。
uchar code AT[]={"AT"}; //联机命令
//按键的控制
sbit s1=P3^4; &
- 2022-03-07 16:57:16下载
- 积分:1
-
ControlProject
VC实现和S7-200PLC的串口通信程序,很有价值哦(VC and S7-200PLC Serial Communication Program and of great value oh)
- 2007-06-04 14:29:42下载
- 积分:1
-
adxl345_dspic33
ADXl345 driver
ADXl345 driver
ADXl345 driver
- 2015-09-07 10:16:08下载
- 积分:1
-
数值算法
常用数值算法源码,包括二分法、复化辛卜生公式、改进欧拉法、高斯-赛德尔迭代法、拉格郎日插值多项式、列主元高斯消去法、龙贝格算法、龙格-库塔算法、幂法、牛顿迭代法、牛顿值多项式、四阶阿当姆斯预测-校正公式、雅可比迭代法、自适应梯形公式(变步长)、最小二乘法
个人由于需要编写,完全可用(Common numerical algorithm source code, including dichotomy, complex Simpson formula, improved Euler method, Gauss-Seidel iteration method, Lagrange interpolation polynomial, column principal element Gauss elimination method, Runberg algorithm, Runge-Kutta algorithm, power method, Newton iteration method, Newton value polynomial, fourth-order Adams prediction-correction formula, Jacobi iteration method, adaptive ladder formula (variable) Step Length and Least Square Method
Individuals are fully available because they need to write)
- 2019-05-03 18:36:35下载
- 积分:1