id
stringlengths
40
40
text
stringlengths
9
86.7k
metadata
stringlengths
3k
16.2k
source
stringclasses
1 value
added
stringdate
2024-11-21 00:00:00
2024-12-12 00:00:00
created
stringdate
2024-11-21 00:00:00
2024-12-12 00:00:00
8e21aa788aeab8ca27c41b380c6330b8ff97d9c5
Data Integration through Service-based Mediation for Web-enabled Information Systems Yaoling Zhu, Dublin City University, School of Computing, Dublin 9, Ireland, Phone: ++353 +1 7005620, Fax: ++353 +1 700 5442, Email: yao.zhu3@mail.dcu.ie Claus Pahl, School of Computing, Dublin City University, Dublin 9, Ireland, Pho...
{"Source-Url": "http://doras.dcu.ie/17088/1/SEMWA08.pdf", "len_cl100k_base": 7886, "olmocr-version": "0.1.49", "pdf-total-pages": 18, "total-fallback-pages": 0, "total-input-tokens": 37357, "total-output-tokens": 10367, "length": "2e12", "weborganizer": {"__label__adult": 0.0002675056457519531, "__label__art_design": 0...
olmocr_science_pdfs
2024-11-26
2024-11-26
196aa8c4e17abac67ec77de1c89df88271bcf2d5
Abstract Using a case study approach, this paper introduces and outlines the Unified Modeling Language (UML) as it applies to modeling a site on the World Wide Web. The authors include an introduction to the concept of modeling, in general, as well as how modeling relates to the design of a Web site. A simple, fictiti...
{"Source-Url": "http://www.journal.au.edu:80/ijcim/2002/may02/article2.pdf", "len_cl100k_base": 7956, "olmocr-version": "0.1.48", "pdf-total-pages": 20, "total-fallback-pages": 0, "total-input-tokens": 44332, "total-output-tokens": 8882, "length": "2e12", "weborganizer": {"__label__adult": 0.0003995895385742187, "__lab...
olmocr_science_pdfs
2024-11-24
2024-11-24
c8e4555ee2724a8cd3a5c446f098a2e84b83f3b9
Chapter 4 Macro Processors -- Basic Macro Processor Functions Introduction - A macro instruction (macro) is a notational convenience for the programmer - It allows the programmer to write shorthand version of a program (module programming) - The macro processor replaces each macro instruction with the corresponding ...
{"Source-Url": "http://solomon.ipv6.club.tw/~solomon/Course/SP/sp4-1.pdf", "len_cl100k_base": 5149, "olmocr-version": "0.1.53", "pdf-total-pages": 30, "total-fallback-pages": 0, "total-input-tokens": 47885, "total-output-tokens": 5571, "length": "2e12", "weborganizer": {"__label__adult": 0.00033211708068847656, "__labe...
olmocr_science_pdfs
2024-12-09
2024-12-09
386896534e58b0d19b39d5cb23e274fdf41d6079
Information Retrieval: Improving Question Answering Systems by Query Reformulation and Answer Validation Mohammad Reza Kangavari, Samira Ghandchi, Manak Golpour Abstract — Question answering (QA) aims at retrieving precise information from a large collection of documents. Most of the Question Answering systems compos...
{"Source-Url": "https://publications.waset.org/13824/pdf", "len_cl100k_base": 6297, "olmocr-version": "0.1.50", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 23125, "total-output-tokens": 7560, "length": "2e12", "weborganizer": {"__label__adult": 0.0005536079406738281, "__label__art_design": 0....
olmocr_science_pdfs
2024-11-30
2024-11-30
6e26484f7881c4d05392a552035156896802c0c1
Dynamic Programming Cormen et. al. IV 15 Motivating Example: Fibonacci numbers \[ F(1) = F(2) = 1 \] \[ F(n) = F(n-1) + F(n-2) \quad n>2 \] Fibonacci numbers F(1) = F(2) = 1 F(n) = F(n-1) + F(n-2) \quad n>2 Simple recursive solution: ``` def fib(n): if n<=2: return 1 else: return fib(n-1) + fib(n-2) ``` ...
{"Source-Url": "https://www.cs.colostate.edu/~cs320/Fall21/more_resources/slides/09_dynpro.pdf", "len_cl100k_base": 6638, "olmocr-version": "0.1.50", "pdf-total-pages": 20, "total-fallback-pages": 0, "total-input-tokens": 48918, "total-output-tokens": 6712, "length": "2e12", "weborganizer": {"__label__adult": 0.0003359...
olmocr_science_pdfs
2024-12-03
2024-12-03
93ce6e6876299fe3be97ca90d1e1eab214b9d25e
[REMOVED]
{"Source-Url": "https://www.researchgate.net/profile/Baris_Oezkan/publication/226309301_Formalization_Studies_in_Functional_Size_Measurement_How_Do_They_Help/links/549743220cf20f487d31661d.pdf?origin=publication_detail", "len_cl100k_base": 5468, "olmocr-version": "0.1.53", "pdf-total-pages": 8, "total-fallback-pages": ...
olmocr_science_pdfs
2024-12-10
2024-12-10
f2ca705c9f2f1185bdd3185107e49e67ed8ede69
Abstract—The key problem of successful developing of the software intensive system (SIS) is adequate conceptual interactions of designers during the early stages of development. The success of the development can be increased by using of a project ontology, the creation of which is being embedded into the processes of ...
{"Source-Url": "https://www.polibits.gelbukh.com/2010_42/42_05.pdf", "len_cl100k_base": 6351, "olmocr-version": "0.1.50", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 24226, "total-output-tokens": 7914, "length": "2e12", "weborganizer": {"__label__adult": 0.0002646446228027344, "__label__art_d...
olmocr_science_pdfs
2024-11-29
2024-11-29
2c85983e8f7cee296e3f3cb77e5d965d52a26963
1 INTRODUCTION A database Web service consists of a Web service interface with operations that provide access to a backend database. When a client sends a query to a database Web service, the backend engine submits the query to the backend database, collects the results, and delivers them to the client. The export sch...
{"Source-Url": "http://www.scitepress.org/papers/2008/17069/17069.pdf", "len_cl100k_base": 6826, "olmocr-version": "0.1.53", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 28490, "total-output-tokens": 7469, "length": "2e12", "weborganizer": {"__label__adult": 0.00029277801513671875, "__label__a...
olmocr_science_pdfs
2024-12-09
2024-12-09
8c7748c1aff50d1881b471763844ea993763761e
Alignment in Enterprise Systems Implementations: The Role of Ontological Distance Michael Rosemann Queensland University of Technology Iris Vessey Indiana University Ron Weber Monash University Follow this and additional works at: http://aisel.aisnet.org/icis2004 Recommended Citation http://aisel.aisnet.org/icis20...
{"Source-Url": "http://aisel.aisnet.org/cgi/viewcontent.cgi?article=1123&context=icis2004", "len_cl100k_base": 5751, "olmocr-version": "0.1.49", "pdf-total-pages": 11, "total-fallback-pages": 0, "total-input-tokens": 25886, "total-output-tokens": 7353, "length": "2e12", "weborganizer": {"__label__adult": 0.000492572784...
olmocr_science_pdfs
2024-11-25
2024-11-25
4cfcadb1727d0c79337b134fcad384fdd49c8d30
INT02-C. Understand integer conversion rules Conversions can occur explicitly as the result of a cast or implicitly as required by an operation. Although conversions are generally required for the correct execution of a program, they can also lead to lost or misinterpreted data. Conversion of an operand value to a com...
{"Source-Url": "https://wiki.sei.cmu.edu/confluence/download/temp/pdfexport-20221220-201222-0654-39/c-INT02-C.Understandintegerconversionrules-201222-0654-40.pdf?contentType=application/pdf", "len_cl100k_base": 4967, "olmocr-version": "0.1.50", "pdf-total-pages": 5, "total-fallback-pages": 0, "total-input-tokens": 1435...
olmocr_science_pdfs
2024-11-28
2024-11-28
72c640281fe663caaf24a3edc5eb1715514207f0
ITERATIONS THE DW METHODOLOGY ITERATIONSTM - The Data Warehouse Methodology by Prism Solutions Acknowledge the Challenges Data warehouse projects pose a unique set of analysis, design, technology and management challenges. These challenges are unlike those found during traditional development projects to build operat...
{"Source-Url": "https://projectmanagement.com/content/attachments/patrick2001_2706021154.PDF", "len_cl100k_base": 7204, "olmocr-version": "0.1.50", "pdf-total-pages": 15, "total-fallback-pages": 0, "total-input-tokens": 28798, "total-output-tokens": 7548, "length": "2e12", "weborganizer": {"__label__adult": 0.000425577...
olmocr_science_pdfs
2024-11-29
2024-11-29
ed1a211e395f7260cd9d92d46ea68ffcf9dc4ca6
## SPEC CPU®2017 Integer Speed Result **Cisco Systems** Cisco UCS B200 M5 (Intel Xeon Platinum 8276L, 2.20GHz) <table> <thead> <tr> <th>Software</th> <th>OS: SUSE Linux Enterprise Server 15 (x86_64) 4.12.14-23-default</th> </tr> </thead> <tbody> <tr> <td>Compiler:</td> <td>C/C++: Version 19.0.4.227 of Intel C/C++ Com...
{"Source-Url": "http://www.specbench.org/cpu2017/results/res2019q4/cpu2017-20190916-17933.pdf", "len_cl100k_base": 5797, "olmocr-version": "0.1.53", "pdf-total-pages": 7, "total-fallback-pages": 0, "total-input-tokens": 19381, "total-output-tokens": 6141, "length": "2e12", "weborganizer": {"__label__adult": 0.000939846...
olmocr_science_pdfs
2024-12-07
2024-12-07
b7bb97c2cbef933879e4efa2af394c2165d3c5ba
Final Project Due Midnight at the end of Wednesday, March 13, 2002 The Big Picture Your last laboratory assignment of the quarter will be to design, document, and demonstrate a digital design project that exercises the skills you have been developing this quarter in EE121. This handout describes four possible proje...
{"Source-Url": "https://web.stanford.edu/class/ee183/ee121_win2002_handouts/project2.pdf", "len_cl100k_base": 7537, "olmocr-version": "0.1.53", "pdf-total-pages": 14, "total-fallback-pages": 0, "total-input-tokens": 29497, "total-output-tokens": 8351, "length": "2e12", "weborganizer": {"__label__adult": 0.0016508102416...
olmocr_science_pdfs
2024-12-10
2024-12-10
5710b2e1fc68a16e417caaa6453676e0794d6c55
HomalgToCAS A window to the outer world Version 2019.12.08 September 2015 Mohamed Barakat Thomas Breuer Simon Görtzen Frank Lübeck Vinay Wagh (this manual is still under construction) This manual is best viewed as an HTML document. The latest version is available ONLINE at: http://homalg.math.rwth-aachen.de/~barak...
{"Source-Url": "https://www.gap-system.org/Manuals/pkg/HomalgToCAS-2019.12.08/doc/manual.pdf", "len_cl100k_base": 6251, "olmocr-version": "0.1.53", "pdf-total-pages": 24, "total-fallback-pages": 0, "total-input-tokens": 39224, "total-output-tokens": 7516, "length": "2e12", "weborganizer": {"__label__adult": 0.000271081...
olmocr_science_pdfs
2024-12-07
2024-12-07
090e3342104634280f1d8cca1834a9d495fb1ba0
Measure Authoring Tool Release Notes Version 5.5.0 May 29, 2018 # Table of Contents ## MEASURE AUTHORING TOOL RELEASE NOTES ### ENHANCEMENTS 1. **Updated the MAT to Version 5.5** ### CQL WORKSPACE 1.1 **Replacing included libraries** 1.2 **Program and release options on value set retrieval** 1.3 **Entering value ...
{"Source-Url": "https://www.emeasuretool.cms.gov/sites/default/files/2020-03/Release%20Notes%20-%20MAT%20v5.5.pdf", "len_cl100k_base": 4244, "olmocr-version": "0.1.49", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 22846, "total-output-tokens": 4930, "length": "2e12", "weborganizer": {"__label...
olmocr_science_pdfs
2024-11-24
2024-11-24
8b86ba7780ed4d2ffff2fb08b1c1f6f0cc3cfeac
9. Thesis Conclusions This chapter presents the conclusions of this thesis. It begins with the answers to the questions presented at the beginning of the thesis. This is followed by a discussion of the chief contributions of this work to the field of software engineering. The chapter ends with a short discussion of fu...
{"Source-Url": "https://www.rug.nl/research/portal/files/14565488/09c9.pdf", "len_cl100k_base": 5124, "olmocr-version": "0.1.50", "pdf-total-pages": 25, "total-fallback-pages": 0, "total-input-tokens": 53243, "total-output-tokens": 13747, "length": "2e12", "weborganizer": {"__label__adult": 0.0005173683166503906, "__la...
olmocr_science_pdfs
2024-12-03
2024-12-03
3950b71b9a3976355f234cbd441e33faf8d413f1
Native SeND kernel API for *BSD Ana Kukec University of Zagreb anchie@fer.hr Bjoern A. Zeeb The FreeBSD Project bz@FreeBSD.org Abstract In the legacy world of Internet Protocol Version 4 (IPv4), the link layer protocol, the Address Resolution protocol (ARP) is known to be vulnerable to spoofing attacks, but...
{"Source-Url": "https://2010.asiabsdcon.org/papers/abc2010-P2A-paper.pdf", "len_cl100k_base": 7367, "olmocr-version": "0.1.53", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 29555, "total-output-tokens": 8356, "length": "2e12", "weborganizer": {"__label__adult": 0.0003974437713623047, "__label...
olmocr_science_pdfs
2024-12-09
2024-12-09
266fe5d485975748adb12afe6a17ed392ce30381
Data-flow analysis Data-flow analysis is a global analysis framework that can be used to compute – or, more precisely, approximate – various properties of programs. The results of those analysis can be used to perform several optimisations, for example: • common sub-expression elimination, • dead-code elimination, • ...
{"Source-Url": "http://lampwww.epfl.ch/teaching/archive/advanced_compiler/2007/resources/slides/act-2007-10-data-flow-analysis_6.pdf", "len_cl100k_base": 5595, "olmocr-version": "0.1.50", "pdf-total-pages": 11, "total-fallback-pages": 0, "total-input-tokens": 45848, "total-output-tokens": 6174, "length": "2e12", "webor...
olmocr_science_pdfs
2024-11-30
2024-11-30
b6257614e119c7fc960ebfa6722cd2b9ab56897c
django-contact-form provides customizable contact-form functionality for Django-powered Web sites. Basic functionality (collecting a name, email address and message) can be achieved out of the box by setting up a few templates and adding one line to your site’s root URLconf: ```python url(r'^contact/', include('conta...
{"Source-Url": "https://django-contact-form.readthedocs.io/_/downloads/en/1.6/pdf/", "len_cl100k_base": 4949, "olmocr-version": "0.1.50", "pdf-total-pages": 23, "total-fallback-pages": 0, "total-input-tokens": 37221, "total-output-tokens": 5978, "length": "2e12", "weborganizer": {"__label__adult": 0.0003497600555419922...
olmocr_science_pdfs
2024-12-03
2024-12-03
1b2d5192c2c541d3a5a0ad2ccaa880243985f622
DISTRIBUTED EPISODIC EXPLORATORY PLANNING (DEEP) Rome Research Corporation APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. STINFO COPY AIR FORCE RESEARCH LABORATORY INFORMATION DIRECTORATE ROME RESEARCH SITE ROME, NEW YORK NOTICE AND SIGNATURE PAGE Using Government drawings, specifications, or other data incl...
{"Source-Url": "http://www.dtic.mil/dtic/tr/fulltext/u2/a493637.pdf", "len_cl100k_base": 6155, "olmocr-version": "0.1.50", "pdf-total-pages": 20, "total-fallback-pages": 0, "total-input-tokens": 36309, "total-output-tokens": 6947, "length": "2e12", "weborganizer": {"__label__adult": 0.0003867149353027344, "__label__art...
olmocr_science_pdfs
2024-11-28
2024-11-28
06ec6c15bce436a84460257e0c3c238e1f6b2543
The Effects of Education on Students’ Perception of Modeling in Software Engineering Omar Badreddin Northern Arizona University Flagstaff, U.S.A Omar.Badreddin@nau.edu Armon Sturm Ben-Gurion University of the Negev Beer Sheva, Israel sturm@bgu.ac.il Abdelwahab Hamou-Lhadj Concordia University Montrea...
{"Source-Url": "http://openknowledge.nau.edu/2943/1/Badreddin_O_etal_2015_The_Effects_of_Education_on_Students'_Perception_of_Modeling.pdf", "len_cl100k_base": 6814, "olmocr-version": "0.1.53", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 28890, "total-output-tokens": 7780, "length": "2e12", "...
olmocr_science_pdfs
2024-12-06
2024-12-06
6ec80084fb42fc83431af236a7465b7660205443
Uses and Benefits of Function Points April 2001 © Total Metrics Pty. Ltd USES AND BENEFITS OF FUNCTION POINTS 1 INTRODUCTION ................................................................. 3 2 MANAGING PROJECT DEVELOPMENT .................................. 4 2.1 FPA USES AND BENEFITS IN PROJECT PLANNING ..........
{"Source-Url": "https://www.totalmetrics.com/function-point-resources/downloads/Function-Points-Uses-Benefits.pdf", "len_cl100k_base": 5504, "olmocr-version": "0.1.53", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 25547, "total-output-tokens": 6150, "length": "2e12", "weborganizer": {"__label...
olmocr_science_pdfs
2024-12-10
2024-12-10
54dc5bd93a19e5d56763fc88328213c568d1fa7f
CS 240A : Examples with Cilk++ - Divide & Conquer Paradigm for Cilk++ - Solving recurrences - Sorting: Quicksort and Mergesort - Graph traversal: Breadth–First Search Thanks to Charles E. Leiserson for some of these slides Work and Span (Recap) \[ T_p = \text{execution time on } P \text{ processors} \] \[ T_1 = \te...
{"Source-Url": "http://www.cs.ucsb.edu/~gilbert/cs240a/old/cs240aSpr2010/slides/cs240a-cilkapps.pdf", "len_cl100k_base": 5615, "olmocr-version": "0.1.50", "pdf-total-pages": 49, "total-fallback-pages": 0, "total-input-tokens": 71428, "total-output-tokens": 7990, "length": "2e12", "weborganizer": {"__label__adult": 0.00...
olmocr_science_pdfs
2024-11-29
2024-11-29
53fd6b59f3529b7f4fdbdf139a07a1b434f55ca0
[REMOVED]
{"Source-Url": "https://www.bsu.by/Cache/pdf/89263.pdf", "len_cl100k_base": 7608, "olmocr-version": "0.1.49", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 31177, "total-output-tokens": 8845, "length": "2e12", "weborganizer": {"__label__adult": 0.0007882118225097656, "__label__art_design": 0.00...
olmocr_science_pdfs
2024-11-25
2024-11-25
358dc84a0f436046562cef81498e2acffb8438d5
Misc. Post-CSI310 ideas. Tree and Expression Definitions Compared. Variations of tree traversals. Heap-ordered trees. Decision, Search and other trees, Array search, Binary array and tree search. First, containment or "has-a" relationship... A glimpse at inheritance... cases and basically the same kind of thing, a...
{"Source-Url": "http://www.cs.albany.edu/~sdc/CSI310/Lectures/L27/spr06lect27.pdf", "len_cl100k_base": 6507, "olmocr-version": "0.1.49", "pdf-total-pages": 40, "total-fallback-pages": 0, "total-input-tokens": 164981, "total-output-tokens": 8268, "length": "2e12", "weborganizer": {"__label__adult": 0.0004711151123046875...
olmocr_science_pdfs
2024-11-24
2024-11-24
ac5096ce1a6920cf20e1cf18b8cca5bb292292ae
Software Reuse Within the Earth Science Community James J. Marshall, Steve Olding, Robert E. Wolfe NASA Goddard Space Flight Center Greenbelt, MD, USA james.marshall@gsfc.nasa.gov, solding@everware.com, robert.e.wolfe@nasa.gov Abstract—Scientific missions in the Earth sciences frequently require cost-effective, highl...
{"Source-Url": "https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20060027793.pdf", "len_cl100k_base": 4312, "olmocr-version": "0.1.50", "pdf-total-pages": 4, "total-fallback-pages": 0, "total-input-tokens": 12064, "total-output-tokens": 4708, "length": "2e12", "weborganizer": {"__label__adult": 0.00023627281188964...
olmocr_science_pdfs
2024-11-28
2024-11-28
cb77fec13908016934d88ab86fc7eb999d51f0b3
Selection of Composable Web Services Driven by User Requirements Zeina Azmeh, Maha Driss, Fady Hamoui, Marianne Huchard, Naouel Moha, Chouki Tibermacine To cite this version: HAL Id: lirmm-00596346 https://hal-lirmm.ccsd.cnrs.fr/lirmm-00596346 Submitted on 27 May 2011 HAL is a multi-disciplinary open access archive ...
{"Source-Url": "https://hal-lirmm.ccsd.cnrs.fr/lirmm-00596346/document", "len_cl100k_base": 8134, "olmocr-version": "0.1.53", "pdf-total-pages": 9, "total-fallback-pages": 0, "total-input-tokens": 29651, "total-output-tokens": 10027, "length": "2e12", "weborganizer": {"__label__adult": 0.0002701282501220703, "__label__...
olmocr_science_pdfs
2024-12-07
2024-12-07
dba19af0f4da20ea16547d33fce1349e5ea5fefe
Abstract Since the very beginning of the Modelica development ambitions for electronic simulation exist. The electronic simulator SPICE, the SPICE models and the SPICE netlists grew to a quasi standard in electronics simulation for the last 30 years. That is why the wish arose to have SPICE models available in Modelic...
{"Source-Url": "https://2009.international.conference.modelica.org/proceedings/pages/papers/0019/0019_FI.pdf", "len_cl100k_base": 6177, "olmocr-version": "0.1.53", "pdf-total-pages": 9, "total-fallback-pages": 0, "total-input-tokens": 23384, "total-output-tokens": 6842, "length": "2e12", "weborganizer": {"__label__adul...
olmocr_science_pdfs
2024-12-07
2024-12-07
2db9e5f42d049bb535b60919e82992453eb2d1e6
CoFra: Towards Structurally Selecting ICT Tools and Methods in Multidisciplinary Distributed Projects Deepak Sahni, Jan Van den Bergh, Karin Coninx Expertise Centre for Digital Media Hasselt University - tUL - IBBT Wetenschapspark 2 3590 Diepenbeek - Belgium {deepak.sahni,jan.vandenbergh,karin.coninx}@uhasselt.be ABS...
{"Source-Url": "https://doclib.uhasselt.be/dspace/bitstream/1942/11096/1/CoFra.pdf", "len_cl100k_base": 7930, "olmocr-version": "0.1.53", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 29695, "total-output-tokens": 9607, "length": "2e12", "weborganizer": {"__label__adult": 0.0003731250762939453...
olmocr_science_pdfs
2024-12-09
2024-12-09
ade78a6ac72c612473fad73b33121393cc69e070
Static Estimation of Test Coverage IPA Herfstdagen - Session: Static analysis via code query technologies Tiago Alves & Joost Visser November 27th, 2008 Arent Janszoon Ernststraat 595-H NL-1082 LD Amsterdam info@sig.nl www.sig.nl Software Improvement Group Characterization - Based in Amsterdam, The Netherlands - ...
{"Source-Url": "http://wiki.di.uminho.pt/twiki/pub/Personal/Tiago/Publications/2008-11-27-ipa-testcoverage.pdf", "len_cl100k_base": 5089, "olmocr-version": "0.1.49", "pdf-total-pages": 36, "total-fallback-pages": 0, "total-input-tokens": 58921, "total-output-tokens": 6242, "length": "2e12", "weborganizer": {"__label__a...
olmocr_science_pdfs
2024-11-24
2024-11-24
b2f38c4ba5d4a8865f2995a91a201e7d19321a48
[REMOVED]
{"len_cl100k_base": 7949, "olmocr-version": "0.1.53", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 32305, "total-output-tokens": 9555, "length": "2e12", "weborganizer": {"__label__adult": 0.0004570484161376953, "__label__art_design": 0.0003843307495117187, "__label__crime_law": 0.000287771224...
olmocr_science_pdfs
2024-12-06
2024-12-06
1bcf05c16fc728904df456db6c7c6b15ab91d22a
Collaboration behavior enhancement in co-development networks Shadi, M. Citation for published version (APA): General rights It is not permitted to download or to forward/distribute the text or part of it without the consent of the author(s) and/or copyright holder(s), other than for strictly personal, individual use...
{"Source-Url": "https://pure.uva.nl/ws/files/9847318/01.pdf", "len_cl100k_base": 7778, "olmocr-version": "0.1.50", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 32160, "total-output-tokens": 8510, "length": "2e12", "weborganizer": {"__label__adult": 0.000579833984375, "__label__art_design": 0....
olmocr_science_pdfs
2024-11-28
2024-11-28
54337cc12dc22971b9c63993b5a2e671c07f1f02
Generating Test Data for Software Structural Testing using Particle Swarm Optimization Dinh Ngoc Thi* VNU University of Engineering and Technology, 144 Xuan Thuy, Cau Giay, Hanoi, Vietnam Abstract Search-based test data generation is a very popular domain in the field of automatic test data generation. However, exi...
{"Source-Url": "http://jcsce.vnu.edu.vn/index.php/jcsce/article/download/165/78", "len_cl100k_base": 8185, "olmocr-version": "0.1.53", "pdf-total-pages": 11, "total-fallback-pages": 0, "total-input-tokens": 44719, "total-output-tokens": 10854, "length": "2e12", "weborganizer": {"__label__adult": 0.0003888607025146485, ...
olmocr_science_pdfs
2024-12-06
2024-12-06
1b2cc9ec0f3303b5ec38477989777e01ff8b6b60
[REMOVED]
{"Source-Url": "https://www.cs.tufts.edu/comp/105/homework/continuations.pdf", "len_cl100k_base": 5525, "olmocr-version": "0.1.51", "pdf-total-pages": 9, "total-fallback-pages": 0, "total-input-tokens": 21712, "total-output-tokens": 6242, "length": "2e12", "weborganizer": {"__label__adult": 0.0005626678466796875, "__la...
olmocr_science_pdfs
2024-12-03
2024-12-03
22611a94d1a687c068ccbe6f95e866c78befcec6
A conceptual Bayesian net model for integrated software quality prediction Łukasz Radliński 1 Institute of Information Technology in Management, University of Szczecin Mickiewicza 64, 71-101 Szczecin, Poland Abstract – Software quality can be described by a set of features, such as functionality, reliability, usabil...
{"Source-Url": "http://journals.umcs.pl/ai/article/download/3331/2525", "len_cl100k_base": 4785, "olmocr-version": "0.1.53", "pdf-total-pages": 12, "total-fallback-pages": 0, "total-input-tokens": 24110, "total-output-tokens": 5442, "length": "2e12", "weborganizer": {"__label__adult": 0.0002815723419189453, "__label__a...
olmocr_science_pdfs
2024-12-09
2024-12-09
2c4524946fa44f1e7299c0e3707507a6beedbdda
Chapter 18 Parameters 18.1 Introduction Ever since Chapter 5, the first ML chapter, you have been reading examples and doing exercises that involve calling functions or methods and passing parameters to them. It is now time for a closer look at this familiar operation. Exactly how are parameters passed from caller to ...
{"Source-Url": "https://www.cs.hmc.edu/courses/2016/spring/cs131/docs/webber-handout.pdf", "len_cl100k_base": 7782, "olmocr-version": "0.1.53", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 14859, "total-output-tokens": 8340, "length": "2e12", "weborganizer": {"__label__adult": 0.0003659725189...
olmocr_science_pdfs
2024-12-08
2024-12-08
06a0040fa6d3636f3becaef6454ae58c63379eb5
[REMOVED]
{"Source-Url": "https://arxiv.org/pdf/1611.02823v1.pdf", "len_cl100k_base": 6634, "olmocr-version": "0.1.50", "pdf-total-pages": 15, "total-fallback-pages": 0, "total-input-tokens": 32042, "total-output-tokens": 8788, "length": "2e12", "weborganizer": {"__label__adult": 0.00042724609375, "__label__art_design": 0.000392...
olmocr_science_pdfs
2024-11-28
2024-11-28
86749d46e8dd9a596df45f1d2603b84c80aa5263
[REMOVED]
{"Source-Url": "https://iris.unito.it/retrieve/handle/2318/79356/10995/main.pdf", "len_cl100k_base": 7706, "olmocr-version": "0.1.53", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 43440, "total-output-tokens": 10367, "length": "2e12", "weborganizer": {"__label__adult": 0.00034999847412109375,...
olmocr_science_pdfs
2024-12-11
2024-12-11
5d6d37e6038635d055b35ba5229d570f29d2a8c5
A Statement Level Bug Localization Technique using Statement Dependency Graph Shanto Rahman, Md. Mostafijur Rahman, Ahmad Tahmid and Kazi Sakib Institute of Information Technology, University of Dhaka, 1205, Bangladesh {bit0321, bit0312, bit0332, sakib}@iit.du.ac.bd Keywords: Statement level bug localization, search ...
{"Source-Url": "http://www.iit.du.ac.bd/about_iit/download/297", "len_cl100k_base": 7172, "olmocr-version": "0.1.53", "pdf-total-pages": 9, "total-fallback-pages": 0, "total-input-tokens": 30361, "total-output-tokens": 8477, "length": "2e12", "weborganizer": {"__label__adult": 0.0003180503845214844, "__label__art_desig...
olmocr_science_pdfs
2024-12-10
2024-12-10
df7fdb638d223f6b322330a03cb013b637bcf26d
CSE 30 Fall 2008 Final Exam 1. Number Systems 2. Binary Addition/Condition Code Bits/Overflow Detection 3. Branching 4. Bit Operations 5. Recursion/SPARC Assembly 6. Local Variables, The Stack, Return Values 7. More Recursive Subroutines 8. Floating Point 9. Machine Instructions 10. Linkage, Scop...
{"Source-Url": "http://ieng9.ucsd.edu/~cs30x/Final.fa08.pdf", "len_cl100k_base": 4738, "olmocr-version": "0.1.50", "pdf-total-pages": 15, "total-fallback-pages": 0, "total-input-tokens": 25994, "total-output-tokens": 5685, "length": "2e12", "weborganizer": {"__label__adult": 0.0006513595581054688, "__label__art_design"...
olmocr_science_pdfs
2024-12-02
2024-12-02
e712571ac6621863593365e9df514bff5ee81303
[REMOVED]
{"len_cl100k_base": 6440, "olmocr-version": "0.1.53", "pdf-total-pages": 7, "total-fallback-pages": 0, "total-input-tokens": 20763, "total-output-tokens": 7741, "length": "2e12", "weborganizer": {"__label__adult": 0.0004267692565917969, "__label__art_design": 0.0003638267517089844, "__label__crime_law": 0.0005326271057...
olmocr_science_pdfs
2024-12-12
2024-12-12
1a9984580f28460ad89485888aa6f1427ba674e8
[REMOVED]
{"Source-Url": "http://www.cs.uml.edu/~xinwenfu/paper/Accessibility.pdf", "len_cl100k_base": 7358, "olmocr-version": "0.1.53", "pdf-total-pages": 12, "total-fallback-pages": 0, "total-input-tokens": 31110, "total-output-tokens": 8809, "length": "2e12", "weborganizer": {"__label__adult": 0.0010747909545898438, "__label_...
olmocr_science_pdfs
2024-12-07
2024-12-07
5283bc7cf99152dbcc9afe295bae33090f903829
An Automatic Development Process for Integrated Modular Avionics Software Ying Wang State Key Laboratory of Software Development Environment, Beihang University, Beijing, China wangying@act.buaa.edu.cn Dianfu Ma State Key Laboratory of Software Development Environment, Beihang University, Beijing, China dfma@buaa.edu...
{"Source-Url": "https://pdfs.semanticscholar.org/4ce7/71de6a588d0c32705277cdd088bf8ef94ec8.pdf", "len_cl100k_base": 6936, "olmocr-version": "0.1.50", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 29480, "total-output-tokens": 8556, "length": "2e12", "weborganizer": {"__label__adult": 0.00045323...
olmocr_science_pdfs
2024-11-30
2024-11-30
8a14483be1cc9a2c366541122fe41e289ff9e368
D5.3.2 Real-time Stream Media Processing Platform and Cloud-based Deployment - v2 Alex Simov (Ontotext) Abstract FP7-ICT Strategic Targeted Research Project TrendMiner (No. 287863) Deliverable D5.3.2 (WP 5) This document presents the final version of the TrendMiner integrated platform. It focuses on the new develop...
{"Source-Url": "https://cordis.europa.eu/docs/projects/cnect/3/287863/080/deliverables/001-D532.pdf", "len_cl100k_base": 7760, "olmocr-version": "0.1.53", "pdf-total-pages": 19, "total-fallback-pages": 0, "total-input-tokens": 46183, "total-output-tokens": 7874, "length": "2e12", "weborganizer": {"__label__adult": 0.00...
olmocr_science_pdfs
2024-12-12
2024-12-12
ff0a72da716766f7ee8b5e5d605c0ab7cce51bff
Chapter 11 Inheritance and Polymorphism Composition is one example of code reuse. We have seen how classes can be composed with other classes to make more sophisticated classes. In this chapter we will see how classes can be reused in a different way. Using inheritance, a programmer can make a new class out of an exi...
{"Source-Url": "http://www.computing.southern.edu/halterman/OOPJ/chapter11.pdf", "len_cl100k_base": 7898, "olmocr-version": "0.1.53", "pdf-total-pages": 17, "total-fallback-pages": 0, "total-input-tokens": 43347, "total-output-tokens": 8972, "length": "2e12", "weborganizer": {"__label__adult": 0.0003590583801269531, "_...
olmocr_science_pdfs
2024-12-06
2024-12-06
ede5bd34d7c9478fbe060fab420ce66447a68373
INCOM: A WEB-BASED HOMEWORK COACHING SYSTEM FOR LOGIC PROGRAMMING Nguyen-Thinh Le and Niels Pinkwart Clausthal University of Technology Germany ABSTRACT Programming is a complex process which usually results in a large space of solutions. However, existing software systems which support students in solving programmin...
{"Source-Url": "https://cses.informatik.hu-berlin.de/pubs/2011/celda/incom_a_web_based_homework_coaching_system_for_logic_programming.pdf", "len_cl100k_base": 5611, "olmocr-version": "0.1.53", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 20025, "total-output-tokens": 7098, "length": "2e12", "w...
olmocr_science_pdfs
2024-12-08
2024-12-08
75e3ae1718b829af2283ab80d779ec078469047a
Agent Capabilities: Extending BDI Theory Lin Padgham¹ and Patrick Lamrix² ¹RMIT University, Melbourne, Australia ²Linköpings universitet, Linköping, Sweden Abstract Intentional agent systems are increasingly being used in a wide range of complex applications. Capabilities has recently been introduced into one of the...
{"Source-Url": "http://www.aaai.org/Papers/AAAI/2000/AAAI00-011.pdf", "len_cl100k_base": 7291, "olmocr-version": "0.1.49", "pdf-total-pages": 6, "total-fallback-pages": 0, "total-input-tokens": 22484, "total-output-tokens": 8498, "length": "2e12", "weborganizer": {"__label__adult": 0.0004341602325439453, "__label__art_...
olmocr_science_pdfs
2024-11-25
2024-11-25
c1aa5d6bd6f34d29fe7b998af265dc9f0d9836f9
XEP-0389: Extensible In-Band Registration Sam Whited mailto:sam@samwhited.com xmpp:sam@samwhited.com https://blog.samwhited.com/ 2020-11-17 Version 0.6.0 <table> <thead> <tr> <th>Status</th> <th>Type</th> <th>Short Name</th> </tr> </thead> <tbody> <tr> <td>Experimental</td> <td>Standards Track</td> <td>ibr2</td> </t...
{"Source-Url": "https://xmpp.org/extensions/xep-0389.pdf", "len_cl100k_base": 6046, "olmocr-version": "0.1.50", "pdf-total-pages": 17, "total-fallback-pages": 0, "total-input-tokens": 41255, "total-output-tokens": 7238, "length": "2e12", "weborganizer": {"__label__adult": 0.0004260540008544922, "__label__art_design": 0...
olmocr_science_pdfs
2024-11-30
2024-11-30
f545178bf72ccb9c71a6299ae0d2c14ebc292704
Business Process Modelling Towards Derivation of Information Technology Goals Youseef Alotaibi and Fei Liu Department of Computer Science and Computer Engineering, La Trobe University, Bundoora, VIC, 3086, Australia, Email: [yaalotaibi@student, f.liu]latrobe.edu.au Abstract Business Process Modelling (BPM) is a way ...
{"Source-Url": "https://www.computer.org/csdl/proceedings/hicss/2012/4525/00/4525e307.pdf", "len_cl100k_base": 4475, "olmocr-version": "0.1.53", "pdf-total-pages": 9, "total-fallback-pages": 0, "total-input-tokens": 25650, "total-output-tokens": 6418, "length": "2e12", "weborganizer": {"__label__adult": 0.0004763603210...
olmocr_science_pdfs
2024-12-07
2024-12-07
eb133c459bac35a45ff5a252de08c63d6d1c94ba
Abstract This draft describes the separation of service forwarding function and service delivery function abstractions, along with the mechanics of NSH encapsulated packet forwarding with such separation, in SFC deployments. This separation frees the service functions from making forwarding decisions and the necessar...
{"Source-Url": "https://tools.ietf.org/pdf/draft-kumar-sfc-nsh-forwarding-01.pdf", "len_cl100k_base": 5879, "olmocr-version": "0.1.53", "pdf-total-pages": 17, "total-fallback-pages": 0, "total-input-tokens": 32634, "total-output-tokens": 6853, "length": "2e12", "weborganizer": {"__label__adult": 0.00045371055603027344,...
olmocr_science_pdfs
2024-12-11
2024-12-11
5406a5df9057d221d054cc45a5bab1e3679caef2
[REMOVED]
{"Source-Url": "http://www.soc.napier.ac.uk/~xiaodong/publication/ASEAinLNCS00590050.pdf", "len_cl100k_base": 5113, "olmocr-version": "0.1.53", "pdf-total-pages": 11, "total-fallback-pages": 0, "total-input-tokens": 24619, "total-output-tokens": 6456, "length": "2e12", "weborganizer": {"__label__adult": 0.0002579689025...
olmocr_science_pdfs
2024-12-06
2024-12-06
0f7dbc7eb24cfc9d7a35ed730fe102a4e52c8d8b
First-Order Theory Revision Bradley L. Richards Dept. of Computer Sciences University of Texas at Austin bradley@cs.utexas.edu Raymond J. Mooney Dept. of Computer Sciences University of Texas, Austin mooney@cs.utexas.edu Abstract Recent learning systems have combined explanation-based and inductive learn...
{"Source-Url": "http://www.cs.utexas.edu/~ai-lab/downloadPublication.php?filename=http%3A%2F%2Fwww.cs.utexas.edu%2Fusers%2Fml%2Fpapers%2Frichards.icml91.pdf&pubid=127053", "len_cl100k_base": 4630, "olmocr-version": "0.1.53", "pdf-total-pages": 5, "total-fallback-pages": 0, "total-input-tokens": 5685, "total-output-toke...
olmocr_science_pdfs
2024-12-09
2024-12-09
167f302d9d8e056e53be71cc45d76f45fbdbbe2f
Principles for secure design Some of the slides and content are from Mike Hicks’ Coursera course Making secure software • **Flawed approach**: Design and build software, and *ignore security at first* • Add security once the functional requirements are satisfied • **Better approach**: *Build security in* from the ...
{"Source-Url": "https://www.cs.umd.edu/class/spring2016/cmsc414/slides/09-secure-design.pdf", "len_cl100k_base": 4382, "olmocr-version": "0.1.53", "pdf-total-pages": 70, "total-fallback-pages": 0, "total-input-tokens": 75182, "total-output-tokens": 6799, "length": "2e12", "weborganizer": {"__label__adult": 0.0004491806...
olmocr_science_pdfs
2024-12-09
2024-12-09
0d252a665c3a6bee91d27ff7a4a52cc37ed9310e
COMMON RANGE ARCHITECTURE OBJECT MODEL APPROVAL PROCESS INVESTIGATION WHITE SANDS MISSILE RANGE REAGAN TEST SITE YUMA PROVING GROUND DUGWAY PROVING GROUND ABERDEEN TEST CENTER NATIONAL TRAINING CENTER ELECTRONIC PROVING GROUND NAVAL AIR WARFARE CENTER WEAPONS DIVISION NAVAL AIR WARFARE CENTER AIRCRAFT DIVISION NAVAL ...
{"Source-Url": "https://www.wsmr.army.mil/rccsite/documents/169-04_common%20range%20architecture%20object%20model%20approval%20process%20investigation/169-04.pdf", "len_cl100k_base": 4359, "olmocr-version": "0.1.53", "pdf-total-pages": 19, "total-fallback-pages": 0, "total-input-tokens": 30215, "total-output-tokens": 5...
olmocr_science_pdfs
2024-12-11
2024-12-11
a81b3d05c421413dc391edbbbe4df66246dc2c58
An IMS testbed for SIP applications Caba, Cosmin Marius; Soler, José Published in: Proceedings of IIT Real-Time Communications Conference Publication date: 2013 Citation (APA): An IMS testbed for SIP applications Cosmin Caba, José Soler DTU Fotonik – Networks Technology & Service Platforms Group Lyngby, Denmark +45...
{"Source-Url": "https://backend.orbit.dtu.dk/ws/portalfiles/portal/59451407/IMS_testbed_camera_ready.pdf", "len_cl100k_base": 6255, "olmocr-version": "0.1.50", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 26752, "total-output-tokens": 7112, "length": "2e12", "weborganizer": {"__label__adult": ...
olmocr_science_pdfs
2024-12-03
2024-12-03
92492f013a0b023fdfb8a3f188e74c2492185fda
1 Introduction VMES (versatile maintenance expert system) is a fault diagnosis system which assists maintenance technicians in troubleshooting electronic circuits. Since a major objective of VMES is its versatility in diagnosing a wide range of faults in different devices, it takes the device-model-based approach. Giv...
{"Source-Url": "https://www.cse.buffalo.edu/sneps/Bibliography/vmesmanual", "len_cl100k_base": 4672, "olmocr-version": "0.1.49", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 30797, "total-output-tokens": 5591, "length": "2e12", "weborganizer": {"__label__adult": 0.0007004737854003906, "__labe...
olmocr_science_pdfs
2024-11-27
2024-11-27
5a97b2662699ffd7ad962000c80d2ee0be1a88f8
COLORIST, WRITE YOUR ARTICLES OR BOOKS IN A COLORFUL WAY JINWEN XU ProjLib@outlook.com July 2021, Beijing Abstract olorist is a series of styles and classes for you to typeset your articles or books in a colorful manner. The original intention in designing this series was to write drafts and notes that look colorfu...
{"Source-Url": "https://ctan.math.washington.edu/tex-archive/macros/latex/contrib/colorist/colorist-doc.pdf", "len_cl100k_base": 5266, "olmocr-version": "0.1.50", "pdf-total-pages": 11, "total-fallback-pages": 0, "total-input-tokens": 34975, "total-output-tokens": 5927, "length": "2e12", "weborganizer": {"__label__adul...
olmocr_science_pdfs
2024-11-28
2024-11-28
97fa21f639cf57e5f710a1d924f9523c28117d83
Image representation Slides from Subhransu Maji and many others Lecture outline - Origin and motivation of the “bag of words” model - Algorithm pipeline - Extracting local features - Learning a dictionary — clustering using k-means - Encoding methods — hard vs. soft assignment - Spatial pooling — pyramid rep...
{"Source-Url": "https://www.csee.umbc.edu/~hpirsiav/courses/CVsp17/slides/15_representation.pdf", "len_cl100k_base": 4421, "olmocr-version": "0.1.53", "pdf-total-pages": 58, "total-fallback-pages": 0, "total-input-tokens": 79174, "total-output-tokens": 6990, "length": "2e12", "weborganizer": {"__label__adult": 0.000324...
olmocr_science_pdfs
2024-12-11
2024-12-11
44c591487e0b2fa084079eb8ee4cf1aa9363a9f5
ABSTRACT The design of empirical experiments involves making design decisions to trade off what is ideal against what is achievable. Researchers must weigh limitations on resources, metrics, and the current state of knowledge, against the validity of the results. In this paper, we report on the design decisions we made...
{"Source-Url": "http://www.drsusansim.org/papers/weasel2007-gallardo.pdf", "len_cl100k_base": 6774, "olmocr-version": "0.1.50", "pdf-total-pages": 6, "total-fallback-pages": 0, "total-input-tokens": 32320, "total-output-tokens": 7429, "length": "2e12", "weborganizer": {"__label__adult": 0.0003402233123779297, "__label_...
olmocr_science_pdfs
2024-11-30
2024-11-30
dc93a2144ccdda5491ad16c144212c773d80e46d
11-731 Machine Translation MT Quality Estimation Alon Lavie 2 April 2015 With Acknowledged Contributions from: • Lucia Specia (University of Sheffield) • CCB et al (WMT 2012) • Radu Soricut et al (SDL Language Weaver) Outline - Quality Estimation Measures: - What are they and why they are needed? - Applications -...
{"Source-Url": "http://demo.clab.cs.cmu.edu/sp2015-11731/slides/11-731-QualityEstimation-2015.pdf", "len_cl100k_base": 7551, "olmocr-version": "0.1.50", "pdf-total-pages": 43, "total-fallback-pages": 0, "total-input-tokens": 56141, "total-output-tokens": 8633, "length": "2e12", "weborganizer": {"__label__adult": 0.0004...
olmocr_science_pdfs
2024-12-01
2024-12-01
dcf48d8cf705945e923f0ab313b27b8185665d8e
汎用模型化言語(UML)が組込まれたJava応用プログラム開発プラットフォーム(その1) 能登宏 A Java Application Development Platform with a Unified Modeling Language (UML) Plug-in (Part I) Hiroshi NOTO Contents 1. Introduction 2. Basic Design of Platform Complex 3. Configuration of Combinations of Platform Components 3.1 Combination of NetBeans and UML too...
{"Source-Url": "https://hokusei.repo.nii.ac.jp/index.php?action=pages_view_main&active_action=repository_action_common_download&item_id=1280&item_no=1&attribute_id=45&file_no=1&page_id=13&block_id=21", "len_cl100k_base": 5892, "olmocr-version": "0.1.50", "pdf-total-pages": 21, "total-fallback-pages": 0, "total-input-to...
olmocr_science_pdfs
2024-11-28
2024-11-28
85401e6b138ab48a70bb264be66f2ad63465f31d
Web Programming Lecture 9 – Introduction to Ruby Origins of Ruby - Ruby was designed by Yukihiro Matsumoto ("Matz") and released in 1996. - It was designed to replace Perl and Python, which Matz considered inadequate. - It grew quickly in Japan and then spread around the world. - Its expansion was a result of the in...
{"Source-Url": "http://home.adelphi.edu:80/~siegfried/cs390/390l9.pdf", "len_cl100k_base": 7043, "olmocr-version": "0.1.49", "pdf-total-pages": 37, "total-fallback-pages": 0, "total-input-tokens": 58483, "total-output-tokens": 8525, "length": "2e12", "weborganizer": {"__label__adult": 0.0003314018249511719, "__label__a...
olmocr_science_pdfs
2024-11-25
2024-11-25
b1d268d5ad971dd25b803102b8f4adef25f26c79
SOA Security - Secure Cross-Organizational Service Composition Michael Menzel¹, Ivonne Thomas¹, Christian Wolter², Christoph Meinel¹ ¹Hasso-Plattner-Institute, {michael.menzel, ivonne.thomas, meinel}@hpi.uni-potsdam.de ²SAP Research, CEC Karlsruhe, {christian.wolter}@sap.com Abstract: Service-oriented Architectures ...
{"Source-Url": "https://hpi.de/fileadmin/user_upload/fachgebiete/meinel/papers/Trust_and_Security_Engineering/2007_Menzel_SSF.pdf", "len_cl100k_base": 5253, "olmocr-version": "0.1.50", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 27871, "total-output-tokens": 6500, "length": "2e12", "weborgan...
olmocr_science_pdfs
2024-12-02
2024-12-02
e6955e507af3fdc6755ff23f8c8331517af2c579
Abstract—We discuss the problem of extracting control and data flows from vehicular distributed embedded systems at higher abstraction levels during their development. Unambiguous extraction of control and data flows is vital part of the end-to-end timing model which is used as input by the end-to-end timing analysis e...
{"Source-Url": "http://www.es.mdh.se/pdf_publications/3827.pdf", "len_cl100k_base": 5568, "olmocr-version": "0.1.53", "pdf-total-pages": 7, "total-fallback-pages": 0, "total-input-tokens": 21762, "total-output-tokens": 7074, "length": "2e12", "weborganizer": {"__label__adult": 0.00044918060302734375, "__label__art_desi...
olmocr_science_pdfs
2024-12-09
2024-12-09
2512001209500b2041bce1a3e39c98d78ea92534
Improvement and Realization of Rete Algorithm for the Dynamic Evolution of Software System DanFeng WU, GuangPing ZENG, JingYing YAN School of Computer & Communication Engineering, University of Science & Technology Beijing, Beijing 100083, China, danren_aa120@sina.com Abstract In this paper, we focus on the optimiz...
{"Source-Url": "http://www.aicit.org/AISS/ppl/AISS2951PPL.pdf", "len_cl100k_base": 4154, "olmocr-version": "0.1.50", "pdf-total-pages": 8, "total-fallback-pages": 0, "total-input-tokens": 18553, "total-output-tokens": 5280, "length": "2e12", "weborganizer": {"__label__adult": 0.000293731689453125, "__label__art_design"...
olmocr_science_pdfs
2024-12-01
2024-12-01
d9b702975416c97aec4e56fa52e61b789891eb4b
PROTEUS Scalable online machine learning for predictive analytics and real-time interactive visualization 687691 D3.10 Optimizer Prototype Lead Author: Bonaventura Del Monte With contributions from: Jeyhun Karimov, Alireza Rezaei Mahdiraji Reviewers: Waqas Jamil (BU), Javier De Matias Bejarano (TREE) <table> <thead>...
{"Source-Url": "https://s293afedef7b6d099.jimcontent.com/download/version/1564075448/module/10120071870/name/D3.10.pdf", "len_cl100k_base": 5748, "olmocr-version": "0.1.50", "pdf-total-pages": 18, "total-fallback-pages": 0, "total-input-tokens": 43822, "total-output-tokens": 6399, "length": "2e12", "weborganizer": {"__...
olmocr_science_pdfs
2024-11-28
2024-11-28
496d751e02107333e5c74162af324a59d7a7866e
An implementation of the HLP By T. GyimóthY*, E. Simon*, Á. Makay** Introduction The Helsinki Language Processor (HLP) system was designed originally [7] for description of programming languages and for automatic generation of compilers. Saving the descriptional metalanguages different implementations have a great f...
{"Source-Url": "https://cyber.bibl.u-szeged.hu/index.php/actcybern/article/download/3262/3247", "len_cl100k_base": 7490, "olmocr-version": "0.1.53", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 33468, "total-output-tokens": 8756, "length": "2e12", "weborganizer": {"__label__adult": 0.00029969...
olmocr_science_pdfs
2024-12-06
2024-12-06
4b9675d9a3de857797753b70fda86256b302f416
Iteration: **while** loops, **for** loops, iteration tables --- CS111 Computer Programming Department of Computer Science Wellesley College --- **What is Iteration?** Repeated execution of a set of statements Keep repeating…. until **stopping** condition is reached [5, 9, 7, 8] Stopping condition of **for** lo...
{"Source-Url": "http://cs111.wellesley.edu/content/lectures/lecture07/files/07_iteration_blanked_handout.pdf", "len_cl100k_base": 4443, "olmocr-version": "0.1.50", "pdf-total-pages": 9, "total-fallback-pages": 0, "total-input-tokens": 26958, "total-output-tokens": 5004, "length": "2e12", "weborganizer": {"__label__adul...
olmocr_science_pdfs
2024-11-28
2024-11-28
bdff7dc6df36d23323e764983b11b5ed12d16d7e
Pipelined Processor Design: Handling Control Hazards We have been discussing pipelined design for MIPS processor. Last time we had seen how we can handle data hazards by introducing stalls if necessary and we also saw how we can introduce bypass paths or forwarding paths so that delay can be cut down. We noticed that...
{"Source-Url": "https://nptel.ac.in/reviewed_pdfs/106102062/lec27.pdf", "len_cl100k_base": 8160, "olmocr-version": "0.1.53", "pdf-total-pages": 26, "total-fallback-pages": 0, "total-input-tokens": 60463, "total-output-tokens": 9125, "length": "2e12", "weborganizer": {"__label__adult": 0.0005159378051757812, "__label__a...
olmocr_science_pdfs
2024-12-09
2024-12-09
ca3fddcfcd78d6af9168073a646e8b7f0c84f278
A method for generating a representation of multimedia content by first segmenting the multimedia content spatially and temporally to extract objects. Feature extraction is applied to the objects to produce semantic and syntactic attributes, relations, and a containment set of content entities. The content entities are...
{"Source-Url": "https://image-ppubs.uspto.gov/dirsearch-public/print/downloadPdf/7383504", "len_cl100k_base": 6688, "olmocr-version": "0.1.50", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 18352, "total-output-tokens": 8871, "length": "2e12", "weborganizer": {"__label__adult": 0.0005130767822...
olmocr_science_pdfs
2024-11-29
2024-11-29
71df5ed3d66bd19fc807bd4aefbc10b013579f0e
A Rigorous Approach to Resource Management in Activity Coordination Rodion M. Podorozhny, Barbara Staudt Lerner, Leon J. Osterweil University of Massachusetts, Amherst MA 01003, USA Abstract. System behaviors can be expected to vary widely depending upon the availability, or shortage, of resources that they require....
{"Source-Url": "http://laser.cs.umass.edu/techreports/99-12.pdf", "len_cl100k_base": 8014, "olmocr-version": "0.1.53", "pdf-total-pages": 18, "total-fallback-pages": 0, "total-input-tokens": 43020, "total-output-tokens": 9447, "length": "2e12", "weborganizer": {"__label__adult": 0.0002505779266357422, "__label__art_des...
olmocr_science_pdfs
2024-12-09
2024-12-09
c45431b3e371ba8a81c72bf1cee25ac4a3e52c1d
Aonix Modelling and generating COM components with StP/UML and ACD Software through Pictures® White Paper May 2000 Oliver Maus Aonix GmbH Executive Summary Code generation from application development tools promised the earth and actually delivered just a few stones. With a new approach and proven technology, it i...
{"Source-Url": "http://www.aonix.com/pdf/ACD2.pdf", "len_cl100k_base": 5023, "olmocr-version": "0.1.53", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 28539, "total-output-tokens": 5595, "length": "2e12", "weborganizer": {"__label__adult": 0.0002865791320800781, "__label__art_design": 0.000299...
olmocr_science_pdfs
2024-12-09
2024-12-09
5b7d0c7948dc7253e0b1168574d9034a6c2d8889
Asymmetric Key Packages Abstract This document defines the syntax for private-key information and a content type for it. Private-key information includes a private key for a specified public-key algorithm and a set of attributes. The Cryptographic Message Syntax (CMS), as defined in RFC 5652, can be used to digitally...
{"Source-Url": "http://art.tools.ietf.org/pdf/rfc5958.pdf", "len_cl100k_base": 4359, "olmocr-version": "0.1.50", "pdf-total-pages": 14, "total-fallback-pages": 0, "total-input-tokens": 26125, "total-output-tokens": 5834, "length": "2e12", "weborganizer": {"__label__adult": 0.0004041194915771485, "__label__art_design": ...
olmocr_science_pdfs
2024-12-01
2024-12-01
6a4f4584e78a193b9847fb5df2d54111e88e51ec
MWSMF: A Mediation Framework Realizing Scalable Mobile Web Service Provisioning Satish Narayana Srirama 1, Matthias Jarke 1,2 1 RWTH Aachen, Informatik V Ahornstrasse 55, 52056 Aachen, Germany {srirama, jarke}@cs.rwth-aachen.de Wolfgang Prinz 1,2 2 Fraunhofer FIT Schloss Birlinghoven 53754 Sankt Augustin, Germany wol...
{"Source-Url": "http://eudl.eu/pdf/10.4108/ICST.MOBILWARE2008.2797", "len_cl100k_base": 6020, "olmocr-version": "0.1.50", "pdf-total-pages": 7, "total-fallback-pages": 0, "total-input-tokens": 22627, "total-output-tokens": 7410, "length": "2e12", "weborganizer": {"__label__adult": 0.00035309791564941406, "__label__art_...
olmocr_science_pdfs
2024-11-28
2024-11-28
183b861afea3135f4b2cdcde1d8d7f85f9be8fe6
Logical Operations - Logical operations perform operations on the bits themselves, rather than the values they represent - e.g. and, or, exclusive-or, not (invert) - Truth tables <table> <thead> <tr> <th>A</th> <th>B</th> <th>A AND B</th> </tr> </thead> <tbody> <tr> <td>0</td> <td>0</td> <td>0</td> </tr> <tr> <td>...
{"Source-Url": "https://www.scss.tcd.ie/John.Waldron/CSU33D01/Lectures/LogicShift.pdf", "len_cl100k_base": 6148, "olmocr-version": "0.1.53", "pdf-total-pages": 38, "total-fallback-pages": 0, "total-input-tokens": 65321, "total-output-tokens": 6950, "length": "2e12", "weborganizer": {"__label__adult": 0.0007195472717285...
olmocr_science_pdfs
2024-12-08
2024-12-08
53e98bfda7b95aa5e6dda19345959d691478c50d
Analysis and Learning Frameworks for Large-Scale Data Mining Kohsuke Yanai and Toshihiko Yanase Additional information is available at the end of the chapter http://dx.doi.org/10.5772/51713 1. Introduction Recently, lots of companies and organizations try to analyze large amount of business data and leverage extra...
{"Source-Url": "http://cdn.intechopen.com/pdfs/39038/InTech-Analysis_and_learning_frameworks_for_large_scale_data_mining.pdf", "len_cl100k_base": 6689, "olmocr-version": "0.1.48", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 31883, "total-output-tokens": 8353, "length": "2e12", "weborganizer"...
olmocr_science_pdfs
2024-11-25
2024-11-25
ef900beff004deef60c9764f8ac86735f91a2416
Top-Down Enterprise Application Integration with Reference Models Willem-Jan van den Heuvel & Wilhelm Hasselbring & Mike Papazoglou Infolab, Dept. Information Management and Computer Science, Tilburg University, PO Box 90153, NL-5000 LE Tilburg, Netherlands, Email: {wjheuvel|hasselbring|mikep}@kub.nl Abstract. For E...
{"Source-Url": "http://eprints.uni-kiel.de/24499/1/EFISpaper2000.pdf", "len_cl100k_base": 4892, "olmocr-version": "0.1.50", "pdf-total-pages": 12, "total-fallback-pages": 0, "total-input-tokens": 29236, "total-output-tokens": 6128, "length": "2e12", "weborganizer": {"__label__adult": 0.00036072731018066406, "__label__a...
olmocr_science_pdfs
2024-11-29
2024-11-29
3cbb669c17193c42b3fdb25396face9adad51a7f
Framework for path finding in multi-layer transport networks Dijkstra, F. Citation for published version (APA): Appendix A Algorithm Time Complexity A.1 Running Time of Multi-Layer Path Finding In both the Multi-Layer-Breadth-First and Multi-Layer-k-Shortest-Path algorithms (listings 7.1 and 7.4 respectively) the ...
{"Source-Url": "https://pure.uva.nl/ws/files/1079194/66056_13.pdf", "len_cl100k_base": 5136, "olmocr-version": "0.1.49", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 36674, "total-output-tokens": 5804, "length": "2e12", "weborganizer": {"__label__adult": 0.0007672309875488281, "__label__art_d...
olmocr_science_pdfs
2024-11-25
2024-11-25
38bba9e5b8a719bb3577b74694b4966addc72932
DNS Certification Authority Authorization (CAA) Resource Record Abstract The Certification Authority Authorization (CAA) DNS Resource Record allows a DNS domain name holder to specify one or more Certification Authorities (CAs) authorized to issue certificates for that domain. CAA Resource Records allow a public Cert...
{"Source-Url": "https://tools.ietf.org/pdf/rfc6844.pdf", "len_cl100k_base": 5636, "olmocr-version": "0.1.50", "pdf-total-pages": 18, "total-fallback-pages": 0, "total-input-tokens": 33740, "total-output-tokens": 6992, "length": "2e12", "weborganizer": {"__label__adult": 0.0004382133483886719, "__label__art_design": 0.0...
olmocr_science_pdfs
2024-11-28
2024-11-28
55505dd87968dcb3287e755a2893ec43e2fe05a7
Temporal Logic Based Fast Verification System Using Cover Expressions Hiroshi Nakamura Masahiro Fujita* Shinji Kono Hidehiko Tanaka Department of Electrical Engineering, The University of Tokyo 7-3-1 Hongo, Bunkyo-ku, Tokyo 113, Japan * FUJITSU LABORATORIES LTD. 1015 Kamikodanaka, Nakahara-ku, Kawasaki 211, Japan ...
{"Source-Url": "http://lab.iisec.ac.jp/~tanaka_lab/images/pdf/conference/E88-kokusai-nakamura2.pdf", "len_cl100k_base": 7332, "olmocr-version": "0.1.50", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 12935, "total-output-tokens": 8652, "length": "2e12", "weborganizer": {"__label__adult": 0.000...
olmocr_science_pdfs
2024-11-28
2024-11-28
0642bb3727d1136b68ad17fe7421fafb285695fd
Transforming Object-Centric Process Models into BPMN 2.0 Models in the PHILharmonicFlows Framework Marius Breitmayer †, Lisa Arnold †, Marko Pejic †, Manfred Reichert † Abstract: Business processes can be modeled using a plethora of different paradigms including activity-centric (e.g., imperative, declarative), and d...
{"Source-Url": "https://dl.gi.de/server/api/core/bitstreams/f28c8a5d-179d-432c-b233-e16d41380aad/content", "len_cl100k_base": 6792, "olmocr-version": "0.1.53", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 39100, "total-output-tokens": 8852, "length": "2e12", "weborganizer": {"__label__adult":...
olmocr_science_pdfs
2024-12-06
2024-12-06
360d730ba48ab5ed20f46129470ac08ad33cd463
Chapter 7 – XML Data Modeling Outline Overview 1. **Object-Relational Database Concepts** 1. User-defined Data Types and Typed Tables 2. Object-relational Views and Collection Types 3. User-defined Routines and Object Behavior 4. Application Programs and Object-relational Capabilities 2. **Online Analyt...
{"Source-Url": "http://wwwlgis.informatik.uni-kl.de/cms/fileadmin/courses/SS2010/Recent_Developments_for_Data_Models/Chapter_7_-_XML_and_Databases.pdf", "len_cl100k_base": 5742, "olmocr-version": "0.1.51", "pdf-total-pages": 18, "total-fallback-pages": 0, "total-input-tokens": 41885, "total-output-tokens": 6860, "lengt...
olmocr_science_pdfs
2024-12-03
2024-12-03
393134894f38da77d6ce9af1543f086d1139a906
[REMOVED]
{"len_cl100k_base": 6569, "olmocr-version": "0.1.53", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 30325, "total-output-tokens": 7994, "length": "2e12", "weborganizer": {"__label__adult": 0.0004634857177734375, "__label__art_design": 0.0029811859130859375, "__label__crime_law": 0.000689506530...
olmocr_science_pdfs
2024-12-10
2024-12-10
631ee244e7c04debf4cbc67d0b55f3f9fb6a3f65
Planning - Introduction - Planning vs. Problem-Solving - Representation in Planning Systems - Situation Calculus - The Frame Problem - STRIPS representation language - Blocks World - Planning with State-Space Search - Progression Algorithms - Regression Algorithms - Planning with Plan-Space Search - Part...
{"Source-Url": "https://www.ke.tu-darmstadt.de/lehre/archiv/ws-15-16/ki/plan-space-planning.pdf", "len_cl100k_base": 6062, "olmocr-version": "0.1.53", "pdf-total-pages": 44, "total-fallback-pages": 0, "total-input-tokens": 71632, "total-output-tokens": 7932, "length": "2e12", "weborganizer": {"__label__adult": 0.000361...
olmocr_science_pdfs
2024-12-10
2024-12-10
65a561bd466891b296cba69e48032eb1336b5b41
The topic of today’s lecture is data structuring. Till now we have concentrated more on the efforts, our efforts have more been concentrated towards problem solving techniques and as we said before that solving a problem in a computer consists of two main parts, one is called the problem solving or what we call the pro...
{"Source-Url": "https://www.btechguru.com/showpdf/CSE/106105085-Programming_and_Data_Structure/PDFs/lec21.pdf", "len_cl100k_base": 7012, "olmocr-version": "0.1.53", "pdf-total-pages": 16, "total-fallback-pages": 0, "total-input-tokens": 29236, "total-output-tokens": 7604, "length": "2e12", "weborganizer": {"__label__ad...
olmocr_science_pdfs
2024-12-09
2024-12-09
397c18d9cbf3690bfe40f2b5cea73829ddb5dd57
CS 433: Computer Architecture – Fall 2022 Homework 5 Total Points: Undergraduates (44 points), Graduates (52 points) Undergraduate students should only solve the first 4 problems. Graduate students should solve all problems. Due Date: November 1, 2022 at 10:00 pm CT (See course information slides for more details) Dir...
{"Source-Url": "https://courses.grainger.illinois.edu/CS433/fa2022/assignments/cs433-fa22-hw5-solutions.pdf", "len_cl100k_base": 7449, "olmocr-version": "0.1.53", "pdf-total-pages": 15, "total-fallback-pages": 0, "total-input-tokens": 53532, "total-output-tokens": 8641, "length": "2e12", "weborganizer": {"__label__adul...
olmocr_science_pdfs
2024-12-10
2024-12-10
4c1b7ca06eb3d3cc7863a87030d02f96bf9231a8
Reacting and Adapting to the Environment Designing Autonomous Methods for Multi-Objective Combinatorial Optimisation Aymeric Blot Supervisor: Laetitia Jourdan Co-advisor: Marie-Éléonore Kessaci ORKAD team, CRISiAL, Université de Lille PhD defence – September 21, 2018 Contents ▶ Introduction ▶ Context ▶ Multi-Object...
{"Source-Url": "http://www0.cs.ucl.ac.uk/staff/a.blot/phd/handout.pdf", "len_cl100k_base": 4998, "olmocr-version": "0.1.53", "pdf-total-pages": 12, "total-fallback-pages": 0, "total-input-tokens": 30044, "total-output-tokens": 5299, "length": "2e12", "weborganizer": {"__label__adult": 0.0004811286926269531, "__label__a...
olmocr_science_pdfs
2024-12-07
2024-12-07
b8060f48ab117bd0ac74a7636bb046f7eef00560
Efficient Entity Embedding Construction from Type Knowledge for BERT Yukun Feng\textsuperscript{1}, Amir Fayazi\textsuperscript{2}, Abhinav Rastogi\textsuperscript{2}, Manabu Okumura\textsuperscript{1} \textsuperscript{1}Tokyo Institute of Technology \textsuperscript{2}Google Research \{yukun,oku\}@lr.pi.titech.ac.jp ...
{"Source-Url": "https://aclanthology.org/2022.findings-aacl.1.pdf", "len_cl100k_base": 7444, "olmocr-version": "0.1.50", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 34457, "total-output-tokens": 10060, "length": "2e12", "weborganizer": {"__label__adult": 0.0006389617919921875, "__label__art_...
olmocr_science_pdfs
2024-11-30
2024-11-30
1930ece23ffb6454672d610d0e7f04ecdf8a3c34
Caching Best Practices | Goals for Today - Differences between Raster Tiles and Vector Tiles - Picking a format - Best ways to cook each - How to share them - How to consume them # Creating, Using, and Maintaining Tile Services <table> <thead> <tr> <th>WORKSHOP</th> <th>LOCATION</th> <th>TIME FRAME</th> </tr> </thead...
{"Source-Url": "http://proceedings.esri.com/library/userconf/proc18/tech-workshops/tw_1765-371.pdf", "len_cl100k_base": 4981, "olmocr-version": "0.1.53", "pdf-total-pages": 67, "total-fallback-pages": 0, "total-input-tokens": 73812, "total-output-tokens": 6895, "length": "2e12", "weborganizer": {"__label__adult": 0.000...
olmocr_science_pdfs
2024-12-10
2024-12-10
8afb942578c9ef0752287e90126860da56ed4ca9
Roger Lee (Ed.) Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing 2012 Supporting End-User Development of Context-Aware Services in Home Network System Masahide Nakamura, Shuhei Matsuc, and Shinsuke Matsumoto Abstract. The home network system (HNS, for short) provides value...
{"Source-Url": "http://ws.cs.kobe-u.ac.jp/achieve/data/pdf/1244.pdf", "len_cl100k_base": 6202, "olmocr-version": "0.1.50", "pdf-total-pages": 14, "total-fallback-pages": 0, "total-input-tokens": 14966, "total-output-tokens": 7798, "length": "2e12", "weborganizer": {"__label__adult": 0.0003559589385986328, "__label__art...
olmocr_science_pdfs
2024-12-01
2024-12-01
b339e6e118684b611dc96006aa0cd3e825cdcfdf
A Principled Approach to Reasoning about the Specificity of Rules John Yen Department of Computer Science Texas A&M University College Station, TX 77843 Yen@CSSUN.TAMU.EDU Abstract Even though specificity has been one of the most useful conflict resolution strategies for selecting productions, most existing rule-bas...
{"Source-Url": "http://www.aaai.org/Papers/AAAI/1990/AAAI90-105.pdf", "len_cl100k_base": 6330, "olmocr-version": "0.1.53", "pdf-total-pages": 7, "total-fallback-pages": 0, "total-input-tokens": 24063, "total-output-tokens": 7816, "length": "2e12", "weborganizer": {"__label__adult": 0.0003864765167236328, "__label__art_...
olmocr_science_pdfs
2024-12-06
2024-12-06
b2f61b91f9832e08b12b616e4873bc35cb890988
An argumentation framework with uncertainty management designed for dynamic environments Marcela Capobianco and Guillermo R. Simari Artificial Intelligence Research and Development Laboratory Department of Computer Science and Engineering Universidad Nacional del Sur – Av. Alem 1253, (8000) Bahía Blanca ARGENTINA Emai...
{"Source-Url": "http://sedici.unlp.edu.ar/bitstream/handle/10915/20879/Documento_completo.pdf?isAllowed=y&sequence=1", "len_cl100k_base": 7595, "olmocr-version": "0.1.53", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 35065, "total-output-tokens": 9172, "length": "2e12", "weborganizer": {"__la...
olmocr_science_pdfs
2024-12-06
2024-12-06
4e29d0e8f6514a860e0a3a0d58b902b6ee60fab1
SOFTWARE TOOL ARTICLE **ReactomeFIViz: a Cytoscape app for pathway and network-based data analysis [version 2; referees: 2 approved]** Previously titled: ReactomeFIViz: the Reactome FI Cytoscape app for pathway and network-based data analysis Guanming Wu¹,², Eric Dawson³, Adrian Duong¹, Robin Haw¹, Lincoln Stein¹,⁴ ...
{"Source-Url": "https://f1000researchdata.s3.amazonaws.com/manuscripts/5631/edcdf563-0d9b-441d-841e-8b0a45c9faad_4431_-_guanming_wu_v2_2.pdf?doi=10.12688/f1000research.4431.2", "len_cl100k_base": 6690, "olmocr-version": "0.1.49", "pdf-total-pages": 14, "total-fallback-pages": 0, "total-input-tokens": 36971, "total-outp...
olmocr_science_pdfs
2024-11-25
2024-11-25
fe4e6440c365135ca66cf2297271294413827843
QuARS Express: A Tool for Evaluating Natural Language Requirements A. Bucchiarone, S. Gnesi, G. Lami and G. Trentanni Istituto di Scienze e Tecnologie dell’Informazione, CNR, Pisa, Italy {antonio.bucchiarone,stefania.gnesi,giuseppe.lami,gianluca.trentanni}@isti.cnr.it A. Fantechi Dipartimento di Sistemi e Informatica...
{"Source-Url": "http://puma.isti.cnr.it:80/rmydownload.php?filename=cnr.isti%2Fcnr.isti%2F2011-TR-023%2F2011-TR-023.pdf", "len_cl100k_base": 7661, "olmocr-version": "0.1.53", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 30290, "total-output-tokens": 8891, "length": "2e12", "weborganizer": {"_...
olmocr_science_pdfs
2024-12-07
2024-12-07
627bd2026bec44e2dd4fe460b6484065b0e0c107
Extensible Multi-Domain Generation of Virtual Worlds using Blackboards Gaetan Deglorie\textsuperscript{1}, Rian Goossens\textsuperscript{2}, Sofie Van Hoecke\textsuperscript{1} and Peter Lambert\textsuperscript{1} \textsuperscript{1}ELIS Department, IDLab, Ghent University-iMinds, Sint-Pietersnieuwstraat 41, B-9000, G...
{"Source-Url": "https://biblio.ugent.be/publication/8515255/file/8515257.pdf", "len_cl100k_base": 7575, "olmocr-version": "0.1.50", "pdf-total-pages": 11, "total-fallback-pages": 0, "total-input-tokens": 30328, "total-output-tokens": 9473, "length": "2e12", "weborganizer": {"__label__adult": 0.0010328292846679688, "__l...
olmocr_science_pdfs
2024-11-30
2024-11-30
0a64f18e66c4129efc4dd92102cfb00aa1c765c2
Computation Tree Logic (CTL) & Basic Model Checking Algorithms Martin Fränzle Carl von Ossietzky Universität Dpt. of Computing Science Res. Grp. Hybride Systeme Oldenburg, Germany What you’ll learn 1. **Rationale behind declarative specifications:** - Why operational style is insufficient 2. **Computation Tree L...
{"Source-Url": "http://www2.imm.dtu.dk/courses/02917/L2.pdf", "len_cl100k_base": 4769, "olmocr-version": "0.1.53", "pdf-total-pages": 37, "total-fallback-pages": 0, "total-input-tokens": 60098, "total-output-tokens": 6439, "length": "2e12", "weborganizer": {"__label__adult": 0.0003948211669921875, "__label__art_design"...
olmocr_science_pdfs
2024-12-07
2024-12-07
6e89074cdd19d626122475cc977d297d59be1330
METHOD AND SYSTEM FOR CREATING ORDERED READING LISTS FROM UNSTRUCTURED DOCUMENT SETS Inventors: Robert J. St. Jacques, Jr., Fairport, NY (US); Mary Catherine McCorkindale, Fairport, NY (US); Saurabh Prabhat, Webster, NY (US) Assignee: Xerox Corporation, Norwalk, CT (US) Notice: Subject to any disclaimer, the term of...
{"Source-Url": "https://patentimages.storage.googleapis.com/2d/62/c9/bf6ad7d68499d8/US9454528.pdf", "len_cl100k_base": 7565, "olmocr-version": "0.1.53", "pdf-total-pages": 13, "total-fallback-pages": 0, "total-input-tokens": 17015, "total-output-tokens": 9059, "length": "2e12", "weborganizer": {"__label__adult": 0.0004...
olmocr_science_pdfs
2024-12-11
2024-12-11
44b0f98bb8f52eb898a80c505ba8598cb3da41e2
[REMOVED]
{"Source-Url": "https://hal.science/hal-01284816/file/icsr-main.pdf", "len_cl100k_base": 7493, "olmocr-version": "0.1.50", "pdf-total-pages": 17, "total-fallback-pages": 0, "total-input-tokens": 41611, "total-output-tokens": 9922, "length": "2e12", "weborganizer": {"__label__adult": 0.00034165382385253906, "__label__ar...
olmocr_science_pdfs
2024-12-01
2024-12-01
b0c3a72c73511ac7f057e99bffb8b65fd9d3ca3b
Zhongwen Guo, Yu Yu, Zhaosui Sun and Yunhong Lu Department of Computer Science and Engineer, Ocean University of China, Qingdao 266100, China Email: {guozhw2007, rainertop}@gmail.com, {i2mtc_zhaosui, i2mtc_yunhong}@163.com Abstract—Measurement-based product testing management systems (MPTMS) are widely used during...
{"Source-Url": "http://www.jsoftware.us/vol8/jsw0806-12.pdf", "len_cl100k_base": 6140, "olmocr-version": "0.1.50", "pdf-total-pages": 10, "total-fallback-pages": 0, "total-input-tokens": 33668, "total-output-tokens": 6953, "length": "2e12", "weborganizer": {"__label__adult": 0.0003898143768310547, "__label__art_design"...
olmocr_science_pdfs
2024-12-03
2024-12-03
0c35c8914bbd7a698933e6ec3cbe612eff166296
Lecture Unit 4: Flow of Control Examples of Statements in C Conditional Statements - The if-else Conditional Statement - The switch-case Conditional Statement - The (exp) ? x:y Conditional Expression Iteration or Loop Statements - The while Loop Statement - The do-while Loop Statement - The for Loop Statement Jump S...
{"Source-Url": "http://cseweb.ucsd.edu/classes/fa18/ece15-a/Lectures/Lecture4/Lecture4.pdf", "len_cl100k_base": 4955, "olmocr-version": "0.1.49", "pdf-total-pages": 31, "total-fallback-pages": 0, "total-input-tokens": 64164, "total-output-tokens": 6491, "length": "2e12", "weborganizer": {"__label__adult": 0.00035595893...
olmocr_science_pdfs
2024-11-26
2024-11-26