Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • ltm ... to c. MCharClass (int nranges, MSpecCharRange ranges...) Matches one character in a class. The class is specified by multiple MSpecCharRange structs, each of which has a MChar_t .from and MChar_t .to. A range with the same .from and .to will match ...
  • maple-bootloader ... . dfu.c - mostly the giant FSM case switch, also some USB endpoint callbacks TODO -------------------------------------------------------------------------- * pack the structs * use sizeof() for usb application descriptor once structs are packed
  • dogfight2 ... RANDOM.C PAINT.C DRAW.C CONFIG.C CONFIG.H STRUCTS.H COLOUR.H DEFAULTS.H MAKEFILE DATA/PAL.PCX ...
  • clj-gae-datastore ... App Engine Datastore About clj-gae-datastore ======================= This library provides an easy bridge between Clojure datastructures (structs) and the Google App Engine datastore by generating all the boilerplate code needed to access the datastore ...
  • GoMySQL ... them more useful. * 0.3.0-alpha-3 - Added new error structs ClientError and ServerError. Replaced majority of os.Error/os.NewError ... DialTCP', 'DialUnix' replacing 'New' from the 0.2 branch. All structs have been renamed to be more user friendly, MySQL has ...
  • exp ... for org-mode namespace-ex - example of messing up generative structs with namespaces in Racket negspace.tex - negative space example ... beats you [Blogged: 2013/11/25] spstruct.ss - semipersistent structs ss-thread.ss - send/suspend using threads and not ...
  • crud ... wait," you cry, "C is purely procedural! How is that a compromise to OOP design principles?" The answer, of course, lies in structs -- since I'm the only person working on this codebase (yay!) I'm at full liberty to define whatever conventions I like, ...
  • costagent ... converted using xe.com where possible). Version 0.2.0 introduces some breaking changes to the existing API - namely moving from structs to dedicated classes backed by hashes for the FreeAgent resources. It also introduces a couple of new methods, and the ...
  • HaxeNeuQuant ... with gamma correction. code refreshed for modern compilers/architectures: ANSI C, floats, removed pointer tricks and used arrays and structs. Ported from C to Haxe by Nickolay Grebenshikov, http://www.grebenshikov.ru, (2010) Support 32bit ARGB images. ...
  • JKruskal ... tree in practice #JKruskal Yet another java implementation of the kruskal algorithm, to experiment with different kinds of Graphs, using Union-Find structs (with or w/out path compression). ## Note This isn't finished, ..and probably wont be.