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

Book-of-SAX-The-Simple-api-for-XM

  • 解决时钟问题

    解决时钟问题,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.

    标签: 时钟

    上传时间: 2015-05-21

    上传用户:rishian

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • 很好的linux内核调试软件 兼辕马

    很好的linux内核调试软件 兼辕马,没有密码。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete patches for each architecture it supported, each patch included all the common kdb code. This format was awkward to maintain and use for multiple platforms. Starting with kdb v2.0 there is a common patch against each kernel which contains all the architecture independent code plus separate architecture dependent patches. Either use an old style (v1.8 or v1.9) kdb patch or use a new style (v2.0) common patch plus the corresponding architecture dependent patch.

    标签: linux 内核 调试软件

    上传时间: 2014-01-21

    上传用户:wyc199288

  • The program was written with some object-orientation in mind, which means that all functions that op

    The program was written with some object-orientation in mind, which means that all functions that operate on a certain structure, has the structure s name as prefix in the function name, for example "Bitstream_get" which gets bits from a bitstream structure.

    标签: object-orientation that functions program

    上传时间: 2014-01-15

    上传用户:epson850

  • (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to us

    (1) This pin may function as either a JTAG port or a user I/O pin. If the device is configured to use the JTAG ports for in-system programming, this pin is not available as a user I/O pin. (2) The user I/O pin count includes dedicated input pins and all I/O pins.

    标签: configured pin function either

    上传时间: 2014-01-27

    上传用户:qwe1234

  • 一个简单的SPI IP核

    一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol that requires a minimum of 3 wires. FEATURES: · Compatible with Motorola’s SPI specifications · Enhanced M68HC11 Serial Peripheral Interface · 4 entries deep read FIFO · 4 entries deep write FIFO · Interrupt generation after 1, 2, 3, or 4 transferred bytes · 8 bit WISHBONE RevB.3 Classic interface · Operates from a wide range of input clock frequencies · Static synchronous design · Fully synthesizable

    标签:

    上传时间: 2015-09-17

    上传用户:TRIFCT

  • Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement

    Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement formany computer vision applications. One of the key fac-ors in enhancing the robustness of dynamic scene analy-sis that of accurate and reliable means for shadow de-ection. Shadowdetectioniscriticalforcorrectobjectde-ection in image sequences. Many algorithms have beenproposed in the literature that deal with shadows. How-ever,acomparativeevaluationoftheexistingapproachesisstill lacking. In this paper, the full range of problems un-derlyingtheshadowdetectionareidenti?edanddiscussed.Weclassifytheproposedsolutionstothisproblemusingaaxonomyoffourmainclasses, calleddeterministicmodeland non-model based and statistical parametric and non-parametric. Novelquantitative(detectionanddiscrimina-ionaccuracy)andqualitativemetrics(sceneandobjectin-dependence,?exibilitytoshadowsituationsandrobustnesso noise) are proposed to evaluate these classes of algo-rithms on a benchmark suite of indoor and outdoor videosequences.

    标签: Robustnesstochangesinillumination conditionsaswellas perspectives requirement

    上传时间: 2014-01-23

    上传用户:whenfly

  • Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in

    Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI

    标签: Notepad replacement generic written

    上传时间: 2013-12-18

    上传用户:天涯

  • there are some other approaches, such as Schedule Network Templates, dependency Determination, and A

    there are some other approaches, such as Schedule Network Templates, dependency Determination, and Applying Leads and Lags. They are also use with PDM and ADM together for sequencing activities. Based on the different size or type of project, the managers should choose suitable approaches.

    标签: Determination approaches dependency Templates

    上传时间: 2013-12-24

    上传用户:aa17807091

  • xajax is an open source PHP libary for building Web-based Ajax applications. This wiki is a communit

    xajax is an open source PHP libary for building Web-based Ajax applications. This wiki is a community-edited effort to generate information about and documentation for the xajax project. The base documentation and starter tutorials were written by the xajax authors, but please feel free to contribute to the discussion tabs for each page. Also, you are encouraged to add to the Tips and Tricks section with your own special xajax discoveries.

    标签: applications Web-based building communit

    上传时间: 2015-11-20

    上传用户:2404