虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

DISCRETE-dat

  • upsd_flash.c These functions are provided to help you develop your initial code. They are optim

    upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If speed is not critical, you can use function calls for common tasks (like dat polling after writing a byte to Flash) The penalty is the extra processor time to make the nested calls.

    标签: upsd_flash functions are provided

    上传时间: 2013-12-23

    上传用户:Andy123456

  • 一. 实验目的 设计

    一. 实验目的 设计,编制并调试一个语法分析程序,加深对语法分析原理的理解。可以编译c语言的基本结构,包括循环嵌套和条件嵌套。 二. 实验的输入输出 (1) 执行程序时,可输入源程序的路径,如果输入为空的话,将会编译默认的源程序“./input.dat” (2) 如果编译发现有错误,则会输出错误行数,并在结束编译时输出“Complete!” 三. 语法结构 .... 四. 分析器主要代码 .. 五 小结

    标签: 实验

    上传时间: 2013-12-16

    上传用户:宋桃子

  • k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f

    k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    标签: code implementing directory algorithm

    上传时间: 2016-04-07

    上传用户:shawvi

  • 编译原理的一个语法分析程序

    编译原理的一个语法分析程序,设计,编制并调试一个语法分析程序,加深对语法分析原理的理解。可以编译c语言的基本结构,包括循环嵌套和条件嵌套。(1) 执行程序时,可输入源程序的路径,如果输入为空的话,将会编译默认的源程序“./input.dat” (2) 如果编译发现有错误,则会输出错误行数,并在结束编译时输出“Complete!”

    标签: 编译原理 程序

    上传时间: 2016-04-11

    上传用户:许小华

  • Fast settling-time added to the already conflicting requirements of narrow channel spacing and low

    Fast settling-time added to the already conflicting requirements of narrow channel spacing and low phase noise lead to Fractional4 divider techniques for PLL synthesizers. We analyze discrete "beat-note spurious levels from arbitrary modulus divide sequences including those from classic accumulator methods.

    标签: settling-time requirements conflicting already

    上传时间: 2016-04-14

    上传用户:liansi

  • Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam

    Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.

    标签: distribution Probability estimation functions

    上传时间: 2016-04-28

    上传用户:13188549192

  • java可以编写各种格式的读取文件的程序

    java可以编写各种格式的读取文件的程序,这里仅以.dat格式为例。

    标签: java 编写 程序 读取

    上传时间: 2014-12-04

    上传用户:aa17807091

  • Image Compression A collection of simple routines for image compression using different techniqu

    Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.

    标签: Compression compression collection different

    上传时间: 2016-05-11

    上传用户:磊子226

  • 运行环境: JDK1.4以上 程序编写软件:JCreator Application1.java为主类

    运行环境: JDK1.4以上 程序编写软件:JCreator Application1.java为主类,如果装有JCreator,直接用JCreator打开Application1.java 程序就可以运行。 点击‘八皇后演示’ 会跳出个Frame,可以输入第一行起点的坐标比如‘3’的话,第一行会从第三个开始演示。 点击‘快速排序’会把TARRAY.DAT文件里面的数据用快速排序的方法进行排序 注意:在程序编写时候 TARRAY.DAT 是放在 D:\\Aglogic\\QCKSRT\\TARRAY.DAT 当更换路径时候,也要在SortFrame.java里面 做 相应的更换

    标签: Application JCreator java JDK

    上传时间: 2014-01-18

    上传用户:baiom

  • 请编写一个函数jsValue(int m,int k,int xx[])

    请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若输入17 5 则应输出:19,23,29,31,37。

    标签: int jsValue xx 编写

    上传时间: 2016-06-05

    上传用户:change0329