搜索资源列表
高精度数加减乘法
- 高精度数的加减乘法,可以自定义进制,作为类实现,直接使用即可。-precision the number of addition and subtraction multiplication can be defined band, as the category achieved, can be used directly.
高数常用算法
- 好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
(-1结束)求树高
- 用递归的方法的方法求二叉树的树高,注意输入的节点数据以-1结束。-use recursive methods for the binary tree height, pay attention to input data to the nodes -1 end.
重发求树高的程序
- 用递归的方法求二叉树的树高,使用时更加灵活,注意输入的数据以-1结束-using recursive method for binary tree height, use a more flexible, pay attention to input data to the end-1
回文数
- 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical
CPU 测速(MHz)和高精度延时(微秒级)
- 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要
loadcode
- 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve differe
TURBOC
- 高数中的常用算法,高数中的常用算法 -high number of commonly used algorithm, the high number of commonly used algorithm for the high number of commonly used algorithm
MIni_calculator
- 包括高数计算器,工程实用计算器软件,计算工厂,解方程器等用VB编写的四个计算器-including the high number of calculators, calculators practical engineering software to calculate factories, Xie equation with VB, etc prepared by the four calculators
833-gongshi
- 高数公式全集 送给要考研的人!-high formula Collected Works gift to the people taking tests!
高数公式大全
- 包括了大学里所有的高数公式,使用方便,
高数常用算法
- 好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
回文数
- 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical
infiniteintegral
- 实现高数中的,无穷积分,在写大程序时,可以用上的。-High number of, infinite points, when writing large program, can be used for the.
C语言函数数组与指针
- 针对C语言数组、函数,以及最难的难点指针做出详细的讲解,本课件由清华尹成老师亲手制作,含金量高。(For the C language array, function, and the most difficult point of the pointer to make a detailed explanation, this courseware is made by Tsinghua Yin Cheng, with a high
数组
- 数据结构数组!!!!!!!!高质量代码,希望大家采纳!!!!!(wwerqrwetwregwreiojghjitrwhrtjihujitrjeh)
高数电子稿
- 高数电子书籍,可用于平时上课,也可用于考研复习,也可用于自学。(papers for amp-mcm contest)
基于MATLAB的高等数学问题求解
- 基于matlab的高数问题求解,各种算例的源程序。(To solve several problems based on MATLAB)
高精度捷联惯性导航系统Matlab工具箱
- 工具箱主要功能: 1) 姿态向量、四元数、矩阵、滤波算法等各类子程序 2) 圆锥运动仿真 划船运动仿真 惯性器件随机误差仿真 3) Kalman滤波初始对准 基于惯性系初始对准 罗经法初始对准 大方位失准角EKF初始对准 大失准角UKF初始对准 速度+姿态传递对准 4) 纯惯性导航SINS仿真 航位推算、SINS/DR仿真 SINS/GPS组合仿真 GPS/BD/GLONASS单点伪距定位 SINS/GPS松/紧组合 POS正逆向数据处
BIC确定GMM聚类簇数
- 通过贝叶斯信息准则确定高斯混合聚类方法的聚类簇数(Determining the Cluster Number of GMM Clusters by BIC)