SQLite as a Result File Format in OMNeT++## SQLite as a Result File Format in OMNeT++ Rudolf Hornig ## OMNeT++ Result Files ## • Scalar and Vector files • Contents: ☐ Run description ☐ Scalar file: (module, scalar, value), histograms, result result attributes ☐ Vector file: vector data: (module, vectorname, vector data = (timestamp + value)*) ## • Current format: ☐ Line-oriented text file, human-readable, easy to parse ☐ Tools: ☑ Analysis plugin (GNU R is a language and environment for statistical computing) ## Pros and Cons of the Current Format Pros: • Human readable • Easy to parse with command-line tools Cons: • Hard to use directly0 码力 | 21 页 | 1.08 MB | 2 年前3
Firebird File and Metadata Security # Firebird File and Metadata Security Geoff Worboys Version 0.6, 30 June 2020 ## Table of Contents 1. Introduction . connecting to the database require direct access to the database file itself. All access goes through the server process, which accesses the database file as needed to fulfil requests. It is the server that restricts requirements of the server. However, it also means that, if I have direct access to a database file, I can copy that file from a server where I may not know the SYSDBA password onto a different server where I0 码力 | 19 页 | 115.27 KB | 2 年前3
The Weblate Manual 4.18.1Checks and fixups • Searching • Translation workflows • Frequently Asked Questions • Supported file formats • Version control integration • Weblate’s REST API • Weblate Client • Weblate’s Python those contain translations into individual languages. The component corresponds to one translatable file (for example GNU gettext or Android string resources). The projects are there to help you organize ## Note When Weblate is configured for a single project using SINGLE PROJECT in the settings.py file (see Configuration), the dashboard will not be shown, as the user will be redirected to a single project0 码力 | 813 页 | 23.87 MB | 2 年前3
Google XML Document Format Style Guide Version 1.0# Google XML Document Format Style Guide Version 1.0 Copyright Google 2008 ## I ntroduction This document provides a set of guidelines for general use when designing new XML document formats (and to retroactive changes in existing designs. When participating in the creation of public or private document format designs, the guidelines may be helpful but should not control the group consensus. This guide is to express rich text. A document that includes embedded content in XHTML or some other rich-text format, but also contains purely machine-interpretable portions, SHOULD follow this style guide for the0 码力 | 13 页 | 51.99 KB | 2 年前3
File I/O for Game Developers: Past, Present, and Future## +23 ## File I/O for Game Developers: Past, Present, and Future ## GUY DAVIDSON ## 20 23 October 01 - 06 # FILE I/O: PAST, PRESENT AND FUTURE CPPCON OCTOBER 3 $ ^{RD} $ 2023 GUY DAVIDSON @HATCAT01 Why do we have files? • What is a filesystem? • Why should we avoid buffered file IO? • How do we optimise unbuffered file IO? • How might the standard help us in future? ## AGENDA Sub-megabyte days days • More RAM, more disk capacity • Moving data into and out of RAM • File IO in C++ from fstream to the OS SDK • The 64-bit address space • Why do we have files? ## SUB-MEGABYTE DAYS  for Accelerated Robotics PAUL GESEL  ## I ntroduction 1 more than 500x over the state-of-the-art • Compiler takes in standard Unified Robot Description Format (URDF) files and generates optimized code • Setup data structure to optimize SIMD execution • Skip generate C++ code 8 set(URDF_FILE "data/robot.urdf") 9 set(ROOT "base_link") 10 set(TIP "tool0") 11 generate_fast_forward_kinematics_library(${URDF_FILE} ${ROOT} ${TIP}) 12 130 码力 | 93 页 | 9.29 MB | 1 年前3
KiCad 5.1 PL Editoris called here a page layout. Basic page layout items are: • Lines • Rectangles • Texts (with format symbols, that will be replaced by the actual text, like the date, page number...) in Eeschema or can be repeated, and texts and poly_polygons can be rotated. ### 2. PI Editor files #### 2.1. Input file and default title block Pl_Editor reads or writes page layout description files *.kicad_wks (KiCad until a file is read. #### 2.2. Output file The current page layout description can be written in a *.kicad_wks file, using the S-expression format, which is widely used in KiCad. This file can be used0 码力 | 33 页 | 414.75 KB | 2 年前3
KiCad GerbView Reference manual 6.0Interface 2 Main window 2 Top toolbar 3 Left toolbar 4 Layers Manager 5 Commands in menu bar 5 File menu 6 Tools menu 6 Printing 7 ## Reference manual ## Copyright This document is Copyright is a Gerber file (RS-274X format) and Excellon drill file viewer. Up to 32 files can be displayed at once. For more information about the Gerber file format please read the Gerber File Format Specification Specification. Details about drill file format can be found at the Excellon format description. ## I nterface Main window  Top toolbar0 码力 | 7 页 | 246.74 KB | 2 年前3
KiCad GerbView Reference manual 4.01. Introduction to GerbView GerbView is a Gerber file viewer (RS 274 X format), and is also able to display drill files from Pcbnew (in Excellon format). It accepts up to 32 files (Gerber and/or Drill mode or stacked mode. For more information about the Gerber file format please have a read at the specification in The Gerber File Format Specification - Ucamco. ### 2. Main Screen  ### 3. Top toolbar Clear all layers Load Gerber files Load drill files (Excellon format from Pcbnew) Set page size for printing and show/hide page limits Open print dialog Zoom in and0 码力 | 17 页 | 185.75 KB | 2 年前3
Open Flags 调研TMPFILE 结论 参考文献 ## open接口原型 # man page open, openat, creat - open and possibly create a file #includeint open(const char *pathname, int flags); int open(const char *pathname, int 只可使用,O_WRONLY,O_RDWR其中之一; 文件创建标志只影响打开操作,文件状态标志影响后面的读写操作 file creation flags: O_CLOEXEC, O_CREAT, O_ DIRECTORY, O_EXCL, O_ NOCTTY, O_NOFOLLOW, O_TMPFILE, and O_ TRUNC file status flags: O_APPEND, FASYNC, O_DIRECT, O_SYNC(O_DSYNC) 都将会影响用户的进程。 O TRUNC:如果文件存在,且是个普通文件,具有对该文件的写权限,该flag会将文件长度截断为0。 0 APPEND: 追加写,每次write都会将file offset指向文件尾(file offset的修改和write操作在一个原子操作中完成)。 O NONBLOCK O NDELAY: 0 NONBLOCK和O NDELAY所产生的结果都是使I/O变成非阻塞 0 码力 | 23 页 | 524.47 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
SQLite结果文件格式OMNeT++向量文件标量文件Firebird数据库SYSDBA嵌入式服务器加密物理安全Weblatei18nextFluent file formatgettext POTBX formatXML文档格式命名空间元素属性数据表示File I/Obuffered file IOunbuffered file IODirectStorageC++统一机器人描述格式C++代码生成Python脚本LBFGSpp库前向运动学PL_Editorpage layoutformat symbolsmulti-line textsS-expression formatGerbViewGerber fileExcellon drill fileLayers ManagerMeasure ToolGerber filesPcbnewExcellon formatLayer manageropen flagsflagsfile descriptorO_TRUNCfile_truncate













