Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • old-sporkle ... 1. *Classfile read/write* - parsing JVM class file streams into structs that correspond to the format laid out in the [JVM ... JCM assembler for describing methods. 3. Friendly view of classfile structs - the reverse process of 2. above, creating a human- ...
  • ruby-style-guide ... lines do not contribute to the relevant LOC. === Top-Level Methods Avoid top-level method definitions. Organize them in modules, classes or structs instead. NOTE: It is fine to use top-level method definitions in scripts. [source,ruby] ---- # bad def ...
  • gsoc-2011-git ... to read/write different fields. ## ptr-v* These patches provided an implementation of the histogram diff algorithm based on structs, instead of bitmasks. This reduced the complexity of reading/writing of different fields and made code more readable. ...
  • Level ... Lightig loading .X file format collision detection and more in IrrLicht engine. Models are created in 3dsMax and exported to .X structs by me and gun is used from Quake 3.all models are includet in 3DS files. ![alt tag](http://quadriproduction.org ...
  • tree ... : Some of the source codes may contains errors, and may lead to different results on different kind of machines * basic tree structs and operations; * root node is nodes with NULL parent; * link struct used between parent and child nodes; * only childs ...
  • Vision1 ... .h/c Object.h/c p4.c - source for problem 4. deps: hw2.h vision_utilities.h/c Object.h/c hw2.h - contains typedefs for structs and includes LabelMap.h and Object.h Also has some useful macros LabelMap.h - LabelMap specific function declarations. deps: ...
  • vdr-plugin-dbus2vdr ... .sh /Plugins pluginmanager.List You'll get an array of structs containing two strings, the name and the version of the ... sh /Timers timer.List - list all timers as an array of structs vdr-dbus-send.sh /Timers timer.ListDetailed The following fields ...
  • GPJIT ... , circa 2009. Code Overview ------------- The expression trees are represented in a traditional way using the ETTree and Element structs. Each branch of the tree may contain an arithmetic operator or a function with their parameters/operands in the ...
  • hge ... of overflow), modernising the source (smart pointers, etc), and type safety (replacing generic pointers and ints with structs and enums). # Support & Questions Documentation and more info http://kvakvs.github.io/hge Example game can be found ...
  • srpmin ... strings for everything. This library is for easier use with scripting languages that can't handle complex binary blob types or C structs. It also helps to get the encodings right since it's only giving you properly HEX encoded values. Base64 wasn't ...