快速指数运算程序,可在DOS状态下极快速算出结果-rapid index Operational procedures in DOS under very rapid calculated results 下载
|
基于Wolf方法计算Lyapunov指数,直接运行文件Wolf_3DLyapunov.m-Wolf calculated based on the Lyapunov exponent, Run the file directly Wolf_3DLyapunov.m 下载
|
用函数指针做四则运算,文件不大,功能较全面,上传供参考-do with function pointers four computation, not paper, more comprehensive functions, uploads for reference 下载
|
一个简单的计算器。实现了加减乘除功能个四项单目运算:对数、指数、开方和绝对值。考虑了一些意外情况的处理,比如连续输入两个小数点,输入0时分类处理等等, 下载
|
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。 -1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of power. 下载
|
这是关于一个使用数组指针实现矩阵运算的实例,包括矩阵加减乘除、求逆。有很好的应用意义-this is the use of an array pointer to achieve matrix calculation examples, including matrix arithmetic, the inversion. Application of a very good sense 下载
|
关于复数运算的一个小程序, 依然欢迎批评指正-complex operation on a small procedure, still welcomes criticism correction 下载
|
摘要 电子证据即为电子数据证据,通常指在计算机或计算机系统运行过程中产生的以其记录 内容来证明案件事实的电磁记录物。电子证据取证包括证据获取、证据分析和证据报告三个过 程。同时,电子证据作为诉讼证据必须具备客观性、关联性、合法性的特征。当前,以数字化形 式出现的电子证据对传统的证据形式提出了挑战。 关键词 电子证据;取证技术;分析探讨-summary of electronic evidence, namely, electronic data evidence, usually refers to the computer or computer system running the course record with the contents to prove the facts of the case records from the electromagnetic . Electronic evidence, including evidence obtained evidence, the evidence analysis and report evidence of three process. Meanwhile, electronic evidence as evidence in judicial proceedings must have objectivity, relevance, legitimacy features. Currently, a digital form of electronic evidence, the evidence of the traditional form of a challenge. Keywords electronic evidence; Forensics; Analysis 下载
|
计算乘方的小程序,用JAVA语言写成,运行后需输入底数于指数,然后计算乘方结果-calculated involution of small programs using Java language, must be imported after running the floor in the index, calculation results involution 下载
|
这是MCS51的数学计算程序库,对于MCS51的编程者来说,这是他们的难点。能为大家提供数学运算中比较难以处理的程序,如:最小二乘,对数运算、指数运算、反三角函数运算等-MCS51 This is a mathematical calculation libraries, programming for MCS51 concerned, This is difficult. Able to provide a mathematical computations more difficult to deal with the procedures, such as : least squares, the number of operations, the index calculation, Anti-trigonometric functions, etc. 下载
|