Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Kiva-Teachpack ... v1.2: October 2010: bug fix, doc updates, kiva-data->structs (thank you, Stephen Bloch & Shriram Krishnamurthi) v1: November 2009 ... which works in a similar manner to kiva-data->structs, but doesn't take a constructor parameter and produces ...
  • effin ... a C header file ## Early Stages The tool is in the very early stages, most of the type mappings still need to be added and the haskell needs some serious refactoring ## TODO - cabalize and compile to c - gem with native binary/extension? - structs
  • dahdi-linux ... which is the size of the data structure passed between the kernel and userspace. Many of the DAHDI ioctl-s use some specific structs to pass information between kernel and userspace. In some cases the need arose to pass a few more data members in each ...
  • acl-zmq ... don't have to go through this hack -- most notably, msg structs can be manipulated from Lisp with impunity. Sockets, however, can ... conditions. There's a few with- forms for resources (msg structs, sockets, the companion thread) that have to be cleaned up, ...
  • llrp-toolkit ... xsltproc(1) Library/ltkcpp_gen_h.xslt XSLT code generator for C++ declarations (class declarations). This is where the structs are defined for each message and parameter. Used to process ../../Definition/Core/llrp-1x0-def.xml into a ...
  • git ... 20294391 -> Brian Luptak Directory Contents include: Main.c Initialization of global variabls, default constructor of pointer structs (MsgEnv's, Queue heads & tails, etc), UNIX signal initialization, PCB context initialization, Process Ready Queue ...
  • OmniCppComplete ... and you only need a ctags database. It's not finished yet but now you can : - Complete namespaces, classes, structs and union members. - Complete inherited members for classes and structs (single and multiple inheritance). - Complete ...
  • SKF-FOL-Resolver ... the OR symbol. The same goes for the AND symbol in unification. Clauses with multiple literals are simply lists of compound structs, as given in the above example. Knowledge bases are implemented as lists of lists. The external list contains a list for ...
  • newts ... , if you are using Newts to replace an existing UIUC notesfiles installation, and you have modified either the parms.h or structs.h files in the UIUC distribution, you will have to modify the Newts header include/newts/uiuc-compatibility.h to reflect ...
  • cJSON.PIC ... (my_json_string); This is an object. We're in C. We don't have objects. But we do have structs. What's the framerate? cJSON *format = cJSON_GetObjectItem(root,"format"); int framerate = cJSON_GetObjectItem(format,"frame rate")->valueint; Want to ...