搜索结果

找到约 684 项符合 Sample 的查询结果

按分类筛选

显示更多分类

DSP编程 卡尔曼滤波器matlab程序

load initial_track  s; % y:initial data,s:data with noiseT=0.1; % yp denotes the sample value of position% yv denotes the sample value of velocity% Y=[yp(n);yv(n)];% error deviation caused by the random acceleration % known dataY=zeros(2,200);Y0=[0;1];Y(:,1)=Y0;A=[1 T    0 1];&nb ...
https://www.eeworm.com/dl/516/32036.html
下载: 159
查看: 1058

无线通信 UHF读写器设计中的FM0解码技术

   针对UHF读写器设计中,在符合EPC Gen2标准的情况下,对标签返回的高速数据进行正确解码以达到正确读取标签的要求,提出了一种新的在ARM平台下采用边沿捕获统计定时器数判断数据的方法,并对FM0编码进行解码。与传统的使用定时器定时采样高低电平的FM0解码方法相比,该解码方法可以减少定时器定时误差累积的影 ...
https://www.eeworm.com/dl/510/36490.html
下载: 138
查看: 1039

测试测量 确定任务参数的温度记录仪

Logger iButton devices have gained a lot of popularity with researchers. Although free evaluation software is easy to use and welldocumented, the choices and inputs that need to be made can sometimes be challenging. This application note explains technicalterms that are common with temperature log ...
https://www.eeworm.com/dl/544/41804.html
下载: 45
查看: 1038

数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve

This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
https://www.eeworm.com/dl/518/102977.html
下载: 150
查看: 1137

人工智能/神经网络 (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序

(其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗 ...
https://www.eeworm.com/dl/650/103820.html
下载: 143
查看: 1120

Windows Mobile Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded

Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* simple one illustrating how to instantiate th ...
https://www.eeworm.com/dl/677/105520.html
下载: 85
查看: 1053

Internet/网络编程 工具分类:攻击程序 运行平台:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具来源:securiteam.com /

工具分类:攻击程序 运行平台:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具来源:securiteam.com // GDI+ buffer overrun exploit by FoToZ // NB: the headers here are only sample headers taken from a .JPG file, // with the FF FE 00 01 inserted in header1. // Sample shellco ...
https://www.eeworm.com/dl/620/107062.html
下载: 170
查看: 1066

游戏 这是写GBABOX前写的一个delphi程序

这是写GBABOX前写的一个delphi程序,可以将提取小汉字库并将其转成C格式的文件,包内已经包括了Sample文件,有12点阵与16点阵的。因为偷懒所以没有做界面,你只要将含有全部汉字文本的一个列表拖到hzk2gba.exe上便可自动生成。
https://www.eeworm.com/dl/625/120661.html
下载: 191
查看: 1056

其他 一 简单介绍 多文件打包工具 可以将多个文件组合成1个文件

一 简单介绍 多文件打包工具 可以将多个文件组合成1个文件,使开发,管理资源更有效率。 二 使用方法 本工具使用2种格式。idx,wap idx格式 文件索引表。用来保存当前工作环境。 wap格式 包文件。将目录中的文件最终打包。 三 包文件使用 请看GsWrap.h和GsWrap.c sample是一个利用该工具显示图片的演示 , 有一定代表 ...
https://www.eeworm.com/dl/534/122458.html
下载: 99
查看: 1039

人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C

This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
https://www.eeworm.com/dl/650/126990.html
下载: 98
查看: 1065