亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

zero-Current-Quasi-Resonant

  • A Java virtual machine instruction consists of an opcode specifying the operation to be performed, f

    A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual machine instruction and the operation it performs.

    標(biāo)簽: instruction specifying operation performed

    上傳時間: 2013-12-12

    上傳用戶:朗朗乾坤

  • The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-

    The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-Point Links Status of this Memo This RFC specifies an IAB standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "IAB Official Protocol Standards" for the standardization state and status of this protocol. Distribution of this memo is unlimited.

    標(biāo)簽: Point-to-Point Multi-protocol Transmission Datagrams

    上傳時間: 2014-01-22

    上傳用戶:cazjing

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    標(biāo)簽: ptfsf following the contains

    上傳時間: 2013-11-28

    上傳用戶:風(fēng)之驕子

  • he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with on

    he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one period divided by the period. It can also be calculated as the average value during a particular period. That means after low pass filtering, (e.g. RC circuit) the signal becomes analog, with an actual value controlled by the microcontroller. The PWM functionality enables the LPC932 to control for example the speed of DC motors or the brightness of electric lighting.

    標(biāo)簽: signal Modulated analog create

    上傳時間: 2015-05-14

    上傳用戶:CHINA526

  • 10分鐘學(xué)會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for

    10分鐘學(xué)會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.

    標(biāo)簽: established Yourself standard Minutes

    上傳時間: 2014-07-07

    上傳用戶:Pzj

  • 解決時鐘問題

    解決時鐘問題,acm競賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.

    標(biāo)簽: 時鐘

    上傳時間: 2015-05-21

    上傳用戶:rishian

  • linux操作系統(tǒng)下運(yùn)行

    linux操作系統(tǒng)下運(yùn)行,print current directory s files

    標(biāo)簽: linux 操作系統(tǒng) 運(yùn)行

    上傳時間: 2014-01-13

    上傳用戶:shawvi

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    標(biāo)簽: government streamline important alphabet

    上傳時間: 2015-06-09

    上傳用戶:weixiao99

  • Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo

    Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz])

    標(biāo)簽: experience elliptical decompose important

    上傳時間: 2015-06-23

    上傳用戶:372825274

  • This demo develops the steady-state characteristics of an induction motor First start the simulation

    This demo develops the steady-state characteristics of an induction motor First start the simulation, then Double click the <PLOTS> block to view torque-speed and current-speed curves and the current circle diagram

    標(biāo)簽: characteristics steady-state simulation the

    上傳時間: 2013-11-29

    上傳用戶:daguda

主站蜘蛛池模板: 集贤县| 兰溪市| 富川| 耒阳市| 阿鲁科尔沁旗| 抚宁县| 张家川| 黄冈市| 新绛县| 遂溪县| 西丰县| 墨竹工卡县| 韩城市| 珲春市| 黑河市| 彭山县| 九寨沟县| 泌阳县| 富宁县| 梓潼县| 巧家县| 崇明县| 会泽县| 安仁县| 长岭县| 枣强县| 开远市| 延川县| 金山区| 华宁县| 克山县| 左贡县| 宁安市| 靖边县| 瑞昌市| 三门峡市| 娱乐| 九龙坡区| 喀喇| 渝中区| 和平区|