搜索:底孔计算

找到约 10,000 项符合「底孔计算」的查询结果

结果 10,000
按分类筛选
显示更多分类
https://www.eeworm.com/dl/511927.html 其他行业

VB编写计算器

大三上学期自己编写的VB计算器,来自四川大学测控系,高亮亮18380141003 邮箱731396170@qq.com
下载 3
·
查看 76
https://www.eeworm.com/dl/511987.html LabView编程

labview简易计算器

给初学者的labview的简易计算器的实例应用
下载 4
·
查看 132
https://www.eeworm.com/dl/512014.html 无线通信

ML信噪比估计算法

ML信噪比估计算法;无线通信算法;MATLAB
下载 3
·
查看 153
https://www.eeworm.com/dl/513738.html 软件

vb宏_Hurst指数计算

宏_Hurst指数计算,Hurst指数计算Hurst指数计算Hurst指数计算
查看 50
https://www.eeworm.com/dl/513812.html 源码

多项式计算代码

void DFS(MGraph G, int i) {     int j;     visited[i] = TRUE;     printf("%c ",    G.vexs[i]);     for (j=0; j<G.numVertexes; ++j)     {         if (G.arc[i][j]!=INFINITY  &&  !visited[j]) ...
下载 1
·
查看 26
https://www.eeworm.com/dl/513826.html 软件

简单的计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowCla ...
查看 35
https://www.eeworm.com/dl/513827.html 源码

简单的计算器

#include "student.h"
下载 2
·
查看 85
https://www.eeworm.com/dl/514403.html 技术资料

SIMD 并行计算资料

用于实行SIMD 算法的核心手册  在intel x 86 , powerpc , mips, arm 处理器上都有相关应用,用于处理向量,加速算法,图像图像处理,模式识别,数字信号处理等领域 
下载 1
·
查看 42
https://www.eeworm.com/dl/515402.html 技术资料

边缘计算参考架构1.0

边缘计算产业联盟发布的参考架构,帮助理解边缘计算的架构组成部分。
下载 2
·
查看 109
https://www.eeworm.com/dl/516485.html 源码

matlab 滑动相关计算程序

function [Rs,Ps]=move_corr(X,Y,a) %%%--- this function is for moving correlation %%%--- X,Y is the imput data, a is the length of the moving window %%%--- Rs is the spwarman correlation coeffcient, Ps is the p_vaue
下载 2
·
查看 101