Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • greenery ... `, e.g. `[abc]*` or `(a|bc)*`. #### `lego.conc` Represents a sequence of zero or more `mult`s, e.g. `ab`, ... (2) usually results in gibberish coming out of the program. * The greedy operators `*?`, `+?`, `??` and `{m,n}?` are not supported, since they do ...
  • loco ... #### String in the sample grammar PROGRAM DEMO1 BEGIN A0:=3; B:=45; H:=-100023; C:=A; D123:=B34A; ... I've put `/[ \n\r\t]*/` to match an unlimited sequence of whitespace. This could be achieved using more rules ...
  • u-boot-v2012.4.1 ... list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or ... i2c_init_board() routine in boards/xxx/board.c is run early in the boot sequence. CONFIG_SYS_I2C_BOARD_LATE_INIT An alternative to ...
  • rd_nand_uboot ... list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or ... i2c_init_board() routine in boards/xxx/board.c is run early in the boot sequence. CONFIG_SYS_I2C_BOARD_LATE_INIT An alternative to ...
  • cs-fundamentals ... or any particular type. A non-parameterized list is a sequence of elements of type Object and hence arbitrary. Same ... else { System.out.println("objects are not equal"); } This program displays objects are equal even though firstBook and secondBook ...
  • nodobo-release ... : 12 random hex digits * Bluetooth name/Wifi ssid: random sequence of dictionary words, same number of words as original ... -hourly-stats.gnuplot". ### Dichotomous Social Graph Our most complex program is an initial attempt to estimate the social graph of ...
  • symbolmatrix ... - When loading a YAML/JSON document that has an sequence –array– as the root item, SymbolMatrix will ... specs are provided to check functionality. ## License Copyright (C) 2012 Fetcher This program is free software: you can redistribute it ...
  • google ... larger The Shortest Path (TSP) ----------------------- | A path is a sequence of edges connecting two vertices The shortest path of ... of the sorted portion of the array | easy to program but slow Insertion Sort: O(n^2) ====================== start ...
  • asp-u-boot ... for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or ... i2c_init_board() routine in boards/xxx/board.c is run early in the boot sequence. CONFIG_I2CFAST (PPC405GP|PPC405EP only) This ...
  • tglng ... job is to transform an input string (a ``program'') into the (more verbose) output string the user ... -7]+ | Unicode codepoint specified by the given octal sequence | `\x##` | Unicode codepoint specified by hexadecimal `##` | `\X##` | Same ...