Welcome![Sign In][Sign Up]
Location:
Search - AC-3

Search list

[Mathimatics-Numerical algorithmszoj_ACM_works

Description: 渐江大学ACM的试题全集,很详细,也很实用-ACM gradually Jiang University Complete Works of questions, very detailed and also very practical
Platform: | Size: 7613440 | Author: 叶子 | Hits:

[Windows Develop5009_Arrangement(AC)

Description: ACM的一道题(关于全排列的) 题目是: 5009 ArrangementTimeLimit : 1 Second Memorylimit : 32 Megabyte Totalsubmit : 414 Accepted : 176 Given a string of letters(A-Z),your task is to arrange them in alphabetic order. Following is an example: A string "BAC" contains 3 letters B,A and C,you should output ABC ACB BAC BCA CAB CBA In the output file. A string may contain several letters same,for example "BBC" you should output like this: BBC BCB CBB Input The first line of input contains a single integer t, the number of test cases,followed by the input data for each test data.Each test case is a string of n(1<=n<=26) letters. Output You should output Case K: in the first line and the sequences of arrangement in the following lines of each case. Sample Input 2 BAC BBC Sample Output Case 1: ABC ACB BAC BCA CAB CBA Case 2: BBC BCB C-ACM' s a problem (on the whole array) entitled: 5009 ArrangementTimeLimit: 1 Second Memorylimit: 32 Megabyte Totalsubmit: 414 Accepted: 176 Given a string of letters (AZ), your task is to arrange them in alphabetic order. Following is an example: A string " BAC" contains 3 letters B, A and C, you should output ABC ACB BAC BCA CAB CBA In the output file. A string may contain several letters same, for example " BBC" you should output like this: BBC BCB CBB Input The first line of input contains a single integer t, the number of test cases, followed by the input data for each test data.Each test case is a string of n (1 < = n < = 26) letters. Output You should output Case K: in the first line and the sequences of arrangement in the following lines of each case. Sample Input 2 BAC BBC Sample Output Case 1: ABC ACB BAC BCA CAB CBA Case 2: BBC BCB CBB
Platform: | Size: 10240 | Author: wind | Hits:

[SCM3_Phase_AC_Induction_Motor_Example

Description: A 3-Phase ac Induction Motor Control System Based on the MC68HC908MR32-A 3-Phase ac Induction Motor Control System Based on the MC68HC908MR32
Platform: | Size: 629760 | Author: microbank | Hits:

[Windows DevelopSample-AC-DistortionEffects

Description: DistortionEffects是一种flex3的扩展特效,支持立方体旋转等多种控件的3D变换。该文件为DistortionEffects的应用示例,由flex3 buider开发。-DistortionEffects is a kind of extended flex effects package that support many 3D compoments transformations such as cube rotation.this src is a package of DistortionEffects samples by flex 3 buider.
Platform: | Size: 21504 | Author: 张强 | Hits:

[ARM-PowerPC-ColdFire-MIPSWasher_with_BLDC_ASM_and_PCB_Included

Description: 1.该产品是一个民用高速脱水机,机器最大容量为5公斤。 2.全自动波轮洗衣机的脱水转速为:8000-1000rpm。当脱水转速到达3200rpm时,化纤类衣物在夏天几乎可以直接穿了——非常干了。 3.该产品原来是德国的,他们采用交流感应电动机,我们无法实现——因为没有解决刹车的问题。高速下刹车的解决需要好的材料选择以及精确的设计。BLDC的刹车就好办了。 4.我的设计非常精简——1片MEGA48,6只75NF75,1只20A的桥——详细见电子元器件清单,成本只有不足30元。 5.请务必采用环形变压器!因为借助它的压降来分析的 6.同时提供的PCB以及电子元器件清单都是真实的,可以直接用(PCB上低端驱动中的一个三极管需要改为PNP!)-1. The product is a commercial high-speed dehydration machine, the machine maximum capacity of 5 kg. 2. Automatic Washing Machine for the dehydration speed :8000-1000rpm. When the dehydration speed reaches 3200rpm, the chemical fiber clothing to wear in the summer is almost directly- and very dry. 3. The product was originally German, and they use AC induction motor, we are unable to achieve- because there is no brake to solve the problem. High speed brakes to resolve the need for good material selection and precision design. BLDC brake on the easier to handle. 4. My design is very streamlined- 1 Pian MEGA48, 6 Zhi 75NF75, 1 Zhi 20A of the bridge- see detailed list of electronic components, costs less than 30 yuan. 5. Please be sure to use ring transformer! Because through it, the pressure drop to the analysis of 6. Also provides a list of PCB and electronic components are real and can be directly (PCB on the low-side driver transistor need to be changed in a PNP!)
Platform: | Size: 358400 | Author: 黄小锋 | Hits:

[Windows Developjpeg

Description: JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为样本单位进行量化 e) 以8×8为样本单位进行Z形扫描 f) 以8×8为样本单位进行熵编码 g) 以8×8为样本单位进行解量化 h) 以8×8为样本单位进行IDCT变换 -JPEG still image compression Function of the documents as follows: 1) JPEG compression process: gendat.exe 2) For the compressed JPEG file header data, together with the procedures genjpg.exe 3) The solution JEPG compression program extrdat.exe Of which: (1) the input parameters is the need to generate the compressed file s name. The main program flow is: a) procedures for initialization, read the file name, the original image data and other basic data b) From the AC.TAB and DC.TAB two file generation AC table and DC table, into an array of c) with 8 × 8 sample units for the DCT- d) to 8 × 8 for the sample unit to quantify e) to 8 × 8 for the sample units of Z-scan f) to 8 × 8 for the sample units of entropy coding g) to 8 × 8 for the sample unit to extract the quantitative h) with 8 × 8 for the sample units IDCT transform
Platform: | Size: 12288 | Author: 太平洋 | Hits:

[File FormatAC3RevisionB

Description: ATSC Standard_ Digital Audio Compression (AC-3), Revision B标准文档,希望对大家有用
Platform: | Size: 1867776 | Author: 刘水 | Hits:

[Mathimatics-Numerical algorithmsSPTKref-3.3[1]

Description: 配合HTS开发的工具说明文档,有需要的再下载,相关资料也可以在http://hts.sp.nitech.ac.jp/?Publications查找-HTS development tools with the documentation, the need to re download the related information can also look at the http://hts.sp.nitech.ac.jp/?Publications
Platform: | Size: 425984 | Author: wulang | Hits:

[SCMIM_vector

Description: 3-Phase AC Induction Motor Vector Control
Platform: | Size: 710656 | Author: brahim | Hits:

[Streaming Mpeg4audio

Description: MPEG4的音频参考代码,包括AAC,AC-3等编解码的代码。-MPEG4 Reforence Code include AAC AC-3
Platform: | Size: 9739264 | Author: 杜桂瑜 | Hits:

[Streaming Mpeg4OpenCaster2.4

Description: 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system. Features: - PSI generation (PAT, PMT, NIT, SDT, TDT, AIT, TOT, ...) - EPG/EIT generation - Object and data carousel generation and receivement (MHP, MHEG5, DVB-SSU, DSMCC, ...) - third party software AC-3, MPEG2 audio and MPEG2 video encoder support (mainconcept and ffmpeg among them) - IP encapsulation (MPE) - CBR transport stream muxing - PCR stamping - Null packet replacement - PID filtering - PID remappaing - Null packet insertion - Video buffer verifier - PCR timing verifier - PES headers analyzer - MPEG2 video and MPEG2/AC-3 audio ES header analyzer - fatcaps DVB-H support
Platform: | Size: 12490752 | Author: Jesse Gong | Hits:

[Other Embeded programpwm3-ac-ctrl-motor-0_0_3

Description: Atmel PWM control 3 phase ID motor
Platform: | Size: 71680 | Author: wohalex | Hits:

[matlab3-phase-AC-

Description: 用中文书,非常详细的讲解了3相交流电的基础知识,对实际实用很有帮助!-Chinese books, explained in great detail the basics of 3-phase alternating current, the actual practical help!
Platform: | Size: 1552384 | Author: Ajaxchen | Hits:

[JSP/JavaAlaiJSCtr

Description: To achieve a static tree, used to make a list of menus and trees, to ac hieve a static tree, the tree used to make a list of menus and-To achieve a static tree, used to make a list of menus and trees, to achieve a static tree, used to make a list of menus and trees, to achieve a static tree, the tree used to make a list of menus and
Platform: | Size: 374784 | Author: 蒋飞 | Hits:

[File Format3

Description: 关于交流变换器的中文文献,希望对大家有用奥-About the ac converter Chinese literature, the hope of the useful Mr
Platform: | Size: 1717248 | Author: haha | Hits:

[Software Engineeringout_4-(3)

Description: Efficiency and Performance Analysis of AC and DC Grid Based Wind Farms Connected to a High Voltage DC Transmission Line
Platform: | Size: 5563392 | Author: jirayasama | Hits:

[SCM3-Leg4-Leg-Matrix-Converters-Generalized

Description: Analysis of steady state/ transient behaviour of HVDC systems due to AC/ DC Faults, commutation failure etc. using PSCAD simulating software. Also conducted studies on control methods/ protection requirements as well as distribution on the Delhi-Rihand HVDC system.
Platform: | Size: 277504 | Author: vinod kumar | Hits:

[SCMBasics-of-AC-Drives-1

Description: Siemens drives automation 1 Siemens drives automation 2 Siemens drives automation 3 Siemens drives automation 4 Siemens drives automation 5 Siemens drives automation 6
Platform: | Size: 1008640 | Author: rb | Hits:

[SCMBasics-of-AC-Drives-3

Description: ac drives basics 1 ac drives basics 2 ac drives basics 3 ac drives basics 4 ac drives basics 5
Platform: | Size: 2017280 | Author: rb | Hits:

[Other3-digits-Digital-Ammeter

Description: Here is a digital Ammeter based on PIC16F684 and ACS712 current sensor. The measured DC or AC current will display on 3 digits 7-segment with resolution 100 mA. The current sensor in this project is ACS712ELCTR-30A-T from Allegro(I got from ebay). It can measure the AC or DC current up to 30A with 66 mV/A output sensitivity.
Platform: | Size: 202752 | Author: imtiaz | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net