Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • rserve-simpler ... Struct objects. DataRow = Struct.new(:var1, :fac1, :res1) structs = [ DataRow.new(1,3,4), DataRow.new(2 ... .new(4,6,7) ] datafr = Rserve::DataFrame.from_structs(structs) reply = r.converse("summary(df)", df: datafr).each_cons ...
  • poppet ... 7. TODO Unique filenames for timestamped files 8. TODO Find more ways to sort files in public/ 9. TODO Model changelog entries as Structs 10. TODO detect cycles in graphs 11. TODO detect references to non-existent resources 12. TODO nudged_by should work
  • nupy ... C/C++ structs to numpy ================== Nupy C/C++ Library ================== ----------------------------- Expose C/C++ structs to numpy ----------------------------- SYNOPSIS ======== #define nupyStruct(T) begin a declaration of struct ``T`` ...
  • conftron ... three main config files are: - types.xml, where you define structs that you want to be shared by the project and ... where you define specific instances where you want to send structs over LCM - settings.xml, where you define specific instances where ...
  • Cocoa-AudioUnit ... is straightforward and readable, so go ahead and look in the implementation files to understand what's going on. All the CoreAudio structs that are used in this library are displayed in comments in the header files, to save you from digging into coreaudio ...
  • struct-fx ... Ruby equivalent of C/C++ structs. StructFx ======== **struct-fx** provides declarative pure Ruby equivalent of C++ structs. Declarations are simple: gif = StructFx::new(data) do string (:format) {3} string (:version) {3} ...
  • ralleg5 ... . The names of the Ruby classes that wrap the Allegro structs have been changed from all uppercase to camel case with ... struct's members that are publicly accessible in Allegro. For C structs ALLEGRO_XXX that Allegro does not have an al_create_xxx or ...
  • litpl ... useful for importing modules and declaring functions, classes, or data structures. #+ structs struct Blah { ... }; #. #+ headers struct Blah create_blah(); #. ### Configuring Litpl (Not Implemented ...
  • cl-gobject-introspection ... 'flags) 1) > (gir:field *entry* 'flags) 1 ``` But you cannot set with :set-field! complex types such as structs, unions or even strings. It is a restriction of GObjectIntrospection. ## 4.3. Properties Getting and setting property are done with property ...
  • 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 ...