Welcome![Sign In][Sign Up]
Location:
Search - ts input

Search list

[Other resourceMAR1PSD

Description: Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a(0) to a(ip) Output parameters: psdr : Real array of power spectral density values psdi : Real work array in chapter 12-Routine : To compute the power spectum by AR-model parame dreadful. Input parameters : ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a (0) to a (ip) Out put parameters : psdr : Real array of power spectral density values psd i : Real work array in chapter 12
Platform: | Size: 851 | Author: king_key | Hits:

[Other resourcespan_forest

Description: Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, \"g++ -o span_forest span_forest.c\". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part. -Computes estimates for the number of fores ts of a graph. input as a 0-1 incidence matrix. Notes : Compile in C, "g-o span_forest span_forest.c." The program does not demand that the matrix is symmetric wit h 0 diagonal. but uses only the upper triangular part.
Platform: | Size: 3545 | Author: 卢松 | Hits:

[Other resource2Dlineintegral

Description: PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly-PIECEWISE_EVAL : evaluates a piecewise function of x usage : PIECEWISE_EVAL y = (x, breakpoints, funs) arguments (input) x-vector or array of po ints to evaluate the function though breakpoin ts-list of n breakpoints. - inf and inf are implicitly
Platform: | Size: 1401 | Author: 左贤君 | Hits:

[Otherstickcppl

Description: Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the smallest possible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sample Output 6 5 -Input The input contains blocks of two lines. The first line contains the number of sticks par ts after cutting, there are at most 64 sticks. The second line contains the ains the lengths of those parts separated by the space. The last line of the file contains zero. O The output should utput contains the smallest p ossible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sa mple Output 6 5
Platform: | Size: 1193 | Author: 孔铁柱 | Hits:

[Other resourcelinuxdriver

Description: linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |--- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c
Platform: | Size: 53791 | Author: 张小冬 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[DSP programMAR1PSD

Description: Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a(0) to a(ip) Output parameters: psdr : Real array of power spectral density values psdi : Real work array in chapter 12-Routine : To compute the power spectum by AR-model parame dreadful. Input parameters : ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a (0) to a (ip) Out put parameters : psdr : Real array of power spectral density values psd i : Real work array in chapter 12
Platform: | Size: 1024 | Author: king_key | Hits:

[mpeg mp3mpeg2_encode

Description: 与标准ISO/IEC 13818-2 DIS [1] (MPEG-2). 对应的Mpeg2编码源码,包括详细的使用说明文档和测试文件。 This is the second public release of our MPEG-2 encoder. It converts an ordered set of uncompressed input pictures into a compressed bitstream compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).-With the standard ISO/IEC 13818-2 DIS [1] (MPEG-2). Corresponding source mpeg2 encoding, including the use of detailed documentation and test files. This is the second public release of our MPEG-2 encoder. It converts an ordered set of uncompressed input pictures into a compressed bitstream compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).
Platform: | Size: 141312 | Author: lixuemin | Hits:

[Data structsts_reader

Description: 码流分析软件,只要输入码流,就可以很清楚的看到ts流的数据结构了.-Stream analysis software, as long as the input bit stream, we can clearly see that ts the data structure of the flow.
Platform: | Size: 44032 | Author: wangxianguan | Hits:

[Streaming Mpeg4dvb_ts

Description: 解析DVB的工具,输入为DVB的信号流(TS),可以解析,也可以转换PES-DVB analytic tools, input for DVB signal stream (TS), can resolve, but also can be converted PES
Platform: | Size: 17408 | Author: seanew | Hits:

[mpeg mp3auk_ts_input

Description: ts流输入virilog源码-ts stream input source virilog
Platform: | Size: 7168 | Author: zjk_220 | Hits:

[JSP/JavaGa

Description: GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monographs are devoted to the subject [34, 26]. Since the TSP is NP-hard, polynomial-time approximation algorithms are usually studied. However, usually the approaches to the study of vehicle routing problems adopt an offline point of view: the input is entirely known beforehand. In many applications, this is actually not the case since the instance becomes known in an online fashion, time after time. Even determining when the instance is completely given could be impossible. The need for an online model then arises naturally.-GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monographs are devoted to the subject [34, 26]. Since the TSP is NP-hard, polynomial-time approximation algorithms are usually studied. However, usually the approaches to the study of vehicle routing problems adopt an offline point of view: the input is entirely known beforehand. In many applications, this is actually not the case since the instance becomes known in an online fashion, time after time. Even determining when the instance is completely given could be impossible. The need for an online model then arises naturally.
Platform: | Size: 1024 | Author: gardenia_roses | Hits:

[Voice Compress238257858255_IO_vhdl

Description: ts input transport stream input
Platform: | Size: 1024 | Author: samet | Hits:

[Othertrn_1in

Description: 模型辨识 模糊神经网络 T-S模型 输入输出 隶属度函数-Model Identification of TS Fuzzy Neural Network model input and output membership function
Platform: | Size: 1024 | Author: 高鹏 | Hits:

[Internet-Networkavcstreamer_linux_x86_32_v0.02-alpha.tar

Description: AVC Streamer can be used to stream and record live TV programming. An MPEG-2 TS input stream from a firewire enabled set-top box, DVR, capture card, or another remote AVC Streamer running instance can be captured through a local interface. AVC Streamer can record the feed while streaming it to one ore more destinations. Live streaming can be paused and the output seamlessly replaced with stored media content to interject custom programming or commercials. -AVC Streamer can be used to stream and record live TV programming. An MPEG-2 TS input stream from a firewire enabled set-top box, DVR, capture card, or another remote AVC Streamer running instance can be captured through a local interface. AVC Streamer can record the feed while streaming it to one ore more destinations. Live streaming can be paused and the output seamlessly replaced with stored media content to interject custom programming or commercials.
Platform: | Size: 4040704 | Author: Nudge | Hits:

[File FormatTW6805-DataSheet

Description: TW6805 – 66MHz PCI Video Decoder with Audio and TS Input Support. Preliminary Data Sheet.
Platform: | Size: 808960 | Author: shista | Hits:

[Streaming Mpeg4PESdecode-source

Description: Source code for PES decoding from TS input file.
Platform: | Size: 11264 | Author: Alejandro | Hits:

[OtherTS-Information-Management

Description: 本课程设计要求的几个功能在程序里面都能实现,有教师学生信息的输入、输出、排序、添加、删除、查询- The course features several design requirements in the program which can be realized, a teacher student information input and output, sort, add, delete, query
Platform: | Size: 659456 | Author: 钟凯瑞 | Hits:

[Linux-Unixtotal_words.pl

Description: Write a Perl script total_words.pl which counts the total number of words found on i ts input (STDIN). For the purposes of this program and the following programs we will define a word to be maximal non-empty contiguous sequences of alphabetic characters ([a-zA-Z]). Any characters other than [a-zA-Z] separate words. So for example the phrase The soul s desire contains 4 words: ( The , soul , s , desire )-Write a Perl script total_words.pl which counts the total number of words found on in its input (STDIN). For the purposes of this program and the following programs we will define a word to be maximal non-empty contiguous sequences of alphabetic characters ([a-zA-Z]). Any characters other than [a-zA-Z] separate words. So for example the phrase The soul s desire contains 4 words: ( The , soul , s , desire )
Platform: | Size: 1024 | Author: shi | Hits:

[Linux driverone-wire-ts-input-src-20111026.tar

Description: 触摸屏驱动源码,使用arm2440.arm6410-Touch screen driver
Platform: | Size: 2048 | Author: 刘贺 | Hits:
« 12 3 »

CodeBus www.codebus.net