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 adequ(...TRUNCATED) | "{\"Source-Url\": \"https://www.polibits.gelbukh.com/2010_42/42_05.pdf\", \"len_cl100k_base\": 6351,(...TRUNCATED) | olmocr_science_pdfs | 2024-11-29 | 2024-11-29 |
2c85983e8f7cee296e3f3cb77e5d965d52a26963 | "1 INTRODUCTION\n\nA database Web service consists of a Web service interface with operations that p(...TRUNCATED) | "{\"Source-Url\": \"http://www.scitepress.org/papers/2008/17069/17069.pdf\", \"len_cl100k_base\": 68(...TRUNCATED) | olmocr_science_pdfs | 2024-12-09 | 2024-12-09 |
8c7748c1aff50d1881b471763844ea993763761e | "Alignment in Enterprise Systems Implementations: The Role of Ontological Distance\n\nMichael Rosema(...TRUNCATED) | "{\"Source-Url\": \"http://aisel.aisnet.org/cgi/viewcontent.cgi?article=1123&context=icis2004\", \"l(...TRUNCATED) | olmocr_science_pdfs | 2024-11-25 | 2024-11-25 |
4cfcadb1727d0c79337b134fcad384fdd49c8d30 | "INT02-C. Understand integer conversion rules\n\nConversions can occur explicitly as the result of a(...TRUNCATED) | "{\"Source-Url\": \"https://wiki.sei.cmu.edu/confluence/download/temp/pdfexport-20221220-201222-0654(...TRUNCATED) | olmocr_science_pdfs | 2024-11-28 | 2024-11-28 |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 27