Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • luacomgen ... , bstr), I assume strings on the Lua side are UTF-8 encoded, COM interfaces pointers created by the binding, enums, structs (nesting should work, but is untested), SAFEARRAYs of these types, and most types of VARIANT, including VARIANT SAFEARRAYs. The ...
  • Project ... : 1.GPL: GNU General Public Licence -- Read Before Making changes and distributing 2.header_struct.h : Header file containing structs for bmp headers. 3.imagedata.h : Header file containing struct for image data. 4.imagefunction.c : Functions for ...
  • parcle ... when using LuaJIT instead. Basic ideas it is modelled around: ---------------------------------- - organize the busy and free connection structs in linked lists for easy flexible access - instead of working with fixed strings of maximum length, we ...
  • boost_patched_for_objcplusplus ... * Boostbook: + Hide INTERNAL ONLY enums in doxygen documentation (#3242). + Tweaked appearance of member classes/structs/unions in a class synopsis. * Quickbook: + Support python code snippets (#3029). + Add ...
  • asblender ... */ private function printDNA(blend:BlendFile):void { var struct:DNAStruct; var field:DNAField; for each (struct in blend.dna.structs) { var type:String = blend.dna.types[ struct.type ]; trace(type); for each (field in struct.fields) { ...
  • Scheme-Fogbugz-interface ... is designed to make it easier to clock in/out of cases in Fogbugz. to run: $ racket run.rkt structs.rkt ---------- common data-structure procedures including fogbugz errors compatibility.rkt -------------- Converts xml (from read-xml) to sxml. ...
  • ronin-support ... -Code-Management (SCM) systems. ## Features * Provides convenience methods for: * Formatting data: * Binary * Structs * Text * URIs * HTTP * HTML * JavaScript * SQL * Fuzzing * Generating * Mutating * ...
  • Matlab-PCT-Performance-Test ... : 'GFlops' notes: [1x1 struct] The `runAll.m` functions return benchmark results as a cell-array of these structs. In addition, the main `runAll.m` function under the base directory can save this cell-array in JSON notation to a file. The ...
  • hector ... ), least active, and a phi-accrural style response time detector o complete encapsulation of the underlying Thrift API and structs o automatic retry of downed hosts o automatic discovery of additional hosts in the cluster o suspension of hosts for a ...
  • clojure-opennlp ... ") ``` Treebank-chunking splits and tags phrases from a pos-tagged sentence. A notable difference is that it returns a list of structs with the :phrase and :tag keys, as seen below: ```clojure (pprint (chunker (pos-tag (tokenize "The override system is ...