搜索结果

找到约 1,869 项符合 X-scale 的查询结果

数学计算 对应分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X)

对应分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X),X为原始数据 p X n维 即有n个样本,每个样本由p个变量来描述。返回F为R型因子分析后的结果,Q为最后的结果,A=ZZ 。
https://www.eeworm.com/dl/641/371385.html
下载: 110
查看: 1121

其他 Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used

Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base code to add m ...
https://www.eeworm.com/dl/534/371946.html
下载: 136
查看: 1035

其他 通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ra

通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ray Radiographs》
https://www.eeworm.com/dl/534/371948.html
下载: 72
查看: 1073

matlab例程 《MATLAB6.x信号处理》pdf文档

《MATLAB6.x信号处理》pdf文档,希望对大家有用哈
https://www.eeworm.com/dl/665/372261.html
下载: 23
查看: 1028

数值算法/人工智能 这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。 优点:1)程序简单; 2)对f(x)要求不高

这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。 优点:1)程序简单; 2)对f(x)要求不高,收敛性好。
https://www.eeworm.com/dl/518/372540.html
下载: 109
查看: 1047

微处理器开发 TN-kernel内核针对LPC系列ARM7处理器和S3C44B0X重新定制好的源代码包。内含Nano-X GUI。

TN-kernel内核针对LPC系列ARM7处理器和S3C44B0X重新定制好的源代码包。内含Nano-X GUI。
https://www.eeworm.com/dl/655/372723.html
下载: 64
查看: 1112

其他 Visual Assist X是开发环境的辅助工具

Visual Assist X是开发环境的辅助工具,使用该工具可以让用户更加轻松地编写代码。
https://www.eeworm.com/dl/534/373517.html
下载: 37
查看: 1034

单片机开发 標準&#63748 鼠應用程式, 其中包含: X, Y座標輸入 &#1048715 固定時間輸出X,Y座標值給主機. 按鍵輸入 &#1048715 固定時間輸出按鍵值給主機.

標準&#63748 鼠應用程式, 其中包含: X, Y座標輸入 &#1048715 固定時間輸出X,Y座標值給主機. 按鍵輸入 &#1048715 固定時間輸出按鍵值給主機.
https://www.eeworm.com/dl/648/373775.html
下载: 78
查看: 1111

数学计算 解非线性方程f(x)=0的牛顿(Newton) 法

解非线性方程f(x)=0的牛顿(Newton) 法,就是将非线性方程线性化的一种方法。它是解代数方程和超越方程的有效方法之 一。
https://www.eeworm.com/dl/641/373855.html
下载: 71
查看: 1033

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376185.html
下载: 136
查看: 1120