搜索资源列表
countcj
- 这是个简易成绩统计系统,能完成同学各科成绩的总分、排名、平均、成绩的考核方法、计算方法、各个学员的成绩在所有同学中的位置等 -This is a summary scores, students can complete the combined results branches, ranking average, performance evaluation method and the method of computation, all the outcomes of all stud
tcal4.2
- 文本计算器是一款为经常需要使用计算器的工程项目人士而设计的软件,该软件使用简单、方便。 当需要计算数据时,在窗口中输入整个表达式(表达式可以是加+、减-、乘*、除/、平方^、括号(),以及数学函数组合),按回车后可自动计算出结果,计算方法一目了然,便于查找计算中可能出现的错误。 支持的数学函数:cos(), sin(), tg(), ctg(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th
Crc32
- 这个CRC32位校验是利用查表法的一种计算方法,此源程序是由Delphi建立,在Delphi下使用的一个源程序。
jifen
- 计算方法上机实习作业: 积分计算。采用Delphi实现
Base64_Delphi
- 计算BASE64加密、解密,完整源码与调用方法
Delphi+shenjingwangluo.rar
- 神经网络也许是计算机计算的将来,一个了解它的好方法是用一个它可以解决的难题来说明。假设给出 500 个字符的代码段,您知道它们是 C、C++、Java 或者 Python。现在构造一个程序,来识别编写这段代码的语言。一种解决方案是构造一个能够学习识别这些语言的神经网络。这篇文章讨论了神经网络的基本功能以及构造神经网络的方法,这样就可以在编码时应用它们了。 根据一个简化的统计,人脑由百亿条神经组成 — 每条神经平均连结到其它几千条神经。通过这种连结方式,神经可以收发不同数量的能量。神经的一个非常
jiusan
- 利用多边形无限接近圆的方法计算π值,可以通过增加变数来改变其精确度。-Unlimited use of polygons close to a circle π value calculated can be variable to change by increasing its accuracy.
xaj
- 新安江模型是分散型性的水文流域模型,把它设计成分散性的原因主要是考虑到降雨分 布不均的影响,分块方法一般用泰森多边形法,以一个雨量站为中心划分一块,由此将流域分 成许多块单元流域?对每个单元流域作产汇流计算,得出单元流域的出口流量过程,再进行出 口以下的河道洪水演算,求得流域出口的流量过程,把每个单元流域的出流过程相叠加,就可 求得流域出口的总出流过程
chess
- 通过delphi编写的计算国际象棋成绩,用到了memo,list控件的使用,以及分数的计算方法-Calculations prepared by delphi chess results, use the memo, list control, use, and the method of calculating scores
07
- Delphi算法包含各种算法:如矩阵变换,傅里叶变换等,常微分方程等,都是源码程序-Delphi 计算方法;包含各种算法:如矩阵变换,傅里叶变换等,常微分方程等,都是源码程序
pingyisuanfa
- 程序实现了按照两种不同的异常值处理方法来按照平移法计算预测值-Procedures implemented in accordance with the exception of two different values approach to translation method in accordance with forecast
modbusrtucrc16
- modbusRTU模式CRC16的计算方法-modbusRTU model calculation of CRC16
crc
- dephi串口通信CRC计算方法,可以直接使用-dephi serial communication CRC calculation method can be used directly
pi_calc
- 自己写的一个计算圆周率的小程序,该方法利用圆周率的莱布尼次公式原理来实现,当前版本可以计算至五位以上,再往下记算可能会由于累积误差,使计不够精确,后续版本会解决这一问题。-To write a small program that calculated pi, pi using the method of Lai Buni second formula works to achieve, the current version can be calculated to five or more,
Draw-Arrow
- 画带箭头的线。主要表现箭头的画法和斜率的计算方法。-Draw the line with an arrow. Arrow mainly painting and the method of calculation of the slope.
1
- 设计一个GUI程序,用于演示采用分割、近似、求和的近似方法来计算初等函数的 , 的定积分-Design a GUI program for a demonstration of the use of the split, the approximate sum approximation method to calculate the elementary functions, the definite integral
Cao
- Cao方法可以用于计算相空间维数,是混沌系统中一个很重要的方法-Cao method can be used to calculate the phase space dimension
CKS-three-phase-circuit
- 三相电路中正序、负序、零序计算方法,以及根据正序、负序、零序电量来反相计算三相电路。-CKS three-phase circuit, negative and zero sequence calculation method, and according to positive, negative and zero sequence power to calculate a three-phase inverter circuit.
delphi-TStringGrid
- Delphi中程序运行时对TStringGrid中的数据进行计算的具体实施方法,有具体过程。-Specific implementation methods for data calculation of Delphi TStringGrid the program is running, there is a specific process.
leonardofibonacci
- Delphi裴波纳契数列求和实例,请输入要计算数字的前多少位。斐波那契数列,又称黄金分割数列,指的是这样一个数列:0、1、1、2、3、5、8、13、21、……在数学上,斐波纳契数列以如下被以递归的方法定义:F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*)在现代物理、准晶体结构、化学等领域,斐波纳契数列都有直接的应用。本例用Delphi来演示斐波那契数列的简单应用。-Delphi Fibonacci numbers and examples, please inpu