-
Wartik, S.; Fox, E.; Heath, L.; Chen, Q.-F.: Hashing algorithms (1992)
0.22
0.21697575 = product of:
0.867903 = sum of:
0.867903 = weight(_text_:hashing in 4510) [ClassicSimilarity], result of:
0.867903 = score(doc=4510,freq=8.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
1.70095 = fieldWeight in 4510, product of:
2.828427 = tf(freq=8.0), with freq of:
8.0 = termFreq=8.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.0625 = fieldNorm(doc=4510)
0.25 = coord(1/4)
- Abstract
- Discusses hashing, an information storage and retrieval technique useful for implementing many of the other structures in this book. The concepts underlying hashing are presented, along with 2 implementation strategies. The chapter also contains an extensive discussion of perfect hashing, an important optimization in information retrieval, and an O(n) algorithm to find minimal perfect hash functions for a set of keys
-
Nelson, M.J.: ¬A prefix trie index for inverted files (1997)
0.13
0.1342469 = product of:
0.5369876 = sum of:
0.5369876 = weight(_text_:hashing in 1495) [ClassicSimilarity], result of:
0.5369876 = score(doc=1495,freq=4.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
1.0524092 = fieldWeight in 1495, product of:
2.0 = tf(freq=4.0), with freq of:
4.0 = termFreq=4.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.0546875 = fieldNorm(doc=1495)
0.25 = coord(1/4)
- Abstract
- A prefix trie index is applied to the problem of providing fast search times, fast load times and fast update properties in a bibliographic or full text retrieval system. For all but the largest dictionaries a single key search in the dictionary under trie hashing takes exactly 1 disk read. Front compression of search keys is used to enhance performance. Analyzes partial combining of the postings into the dictionary as a method to give both faster retrieval and improved update properties for the trie hashing inverted file. Gives statistics for a test database consisting of an online catalogue at the Graduate School of Library and Information Science Library of the University of Western Ontario, Canada. Tests the effect of changing various parameters of prefix tries in this application
-
Lam, W.; Wong, K.-F.; Wong, C.-Y.: Chinese document indexing based on new partitioned signature file : model and evaluation (2001)
0.12
0.11506877 = product of:
0.46027508 = sum of:
0.46027508 = weight(_text_:hashing in 1303) [ClassicSimilarity], result of:
0.46027508 = score(doc=1303,freq=4.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
0.902065 = fieldWeight in 1303, product of:
2.0 = tf(freq=4.0), with freq of:
4.0 = termFreq=4.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.046875 = fieldNorm(doc=1303)
0.25 = coord(1/4)
- Abstract
- In this article we investigate the use of signature files in Chinese information retrieval system and propose a new partitioning method for Chinese signature file based on the characteristic of Chinese words. Our partitioning method, called Partitioned Signature File for Chinese (PSFC), offers faster search efficiency than the traditional single signature file approach. We devise a general scheme for controlling the trade-off between the false drop and storage overhead while maintaining the search space reduction in PSFC. An analytical study is presented to support the claims of our method. We also propose two new hashing methods for Chinese signature files so that the signature file will be more suitable for dynamic environment while the retrieval performance is maintained. Furthermore, we have implemented PSFC and the new hashing methods, and we evaluated them using a large-scale real-world Chinese document corpus, namely, the TREC-5 (Text REtrieval Conference) Chinese collection. The experimental results confirm the features of PSFC and demonstrate its superiority over the traditional single signature file method
-
Wartik, S.: Boolean operators (1992)
0.11
0.108487874 = product of:
0.4339515 = sum of:
0.4339515 = weight(_text_:hashing in 4509) [ClassicSimilarity], result of:
0.4339515 = score(doc=4509,freq=2.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
0.850475 = fieldWeight in 4509, product of:
1.4142135 = tf(freq=2.0), with freq of:
2.0 = termFreq=2.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.0625 = fieldNorm(doc=4509)
0.25 = coord(1/4)
- Abstract
- Presents an overview of Boolean operations, which are one means of expressing queries in information retrieval systems. The concepts of Boolean operations are introduced, and 2 implementations based on sets are given. One implementation uses bit vectors; the other, hashing. The relative performance characteristics of the approaches are shown
-
Hoad, T.C.; Zobel, J.: Methods for identifying versioned and plagiarized documents (2003)
0.10
0.09589064 = product of:
0.38356256 = sum of:
0.38356256 = weight(_text_:hashing in 159) [ClassicSimilarity], result of:
0.38356256 = score(doc=159,freq=4.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
0.7517208 = fieldWeight in 159, product of:
2.0 = tf(freq=4.0), with freq of:
4.0 = termFreq=4.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.0390625 = fieldNorm(doc=159)
0.25 = coord(1/4)
- Abstract
- Hoad and Zobel term documents that originate from the same source, whether versions or plagiarisms, co-derivatives. Identification of co-derivatives is normally by a technique called fingerprinting, which uses hashing to generate surrogates in the form of integer strings derived from substrings of text, for comparison purposes, or by ranking using a similarity measure as in information retrieval. Hoad and Zobel derive several variants of what they term an identity measure, where documents with similar numbers of occurrences of words benefit and those with dissimilar numbers are penalized, for use in a ranking technique. They then review fingerprinting strategies, and characterize them by the substring size utilized, i.e. granularity, character of the hashing function, the size of the document fingerprint, i.e. resolution, and the substring selection strategy. In their experiments highest false match, HFM, the highest percentage score given an incorrect result, and separation, the difference between the lowest correct result and HFM were the measures utilized in two collections, one of 3,300 documents, and the other of 80,000 with 53 query documents. The new identity measure demonstrates superior performance to the alternatives. Only one fingerprinting strategy was able to identify all human identified similar documents, the anchor strategy. The key parameter in fingerprinting appears to be granularity, with three to five words producing the best results.
-
Ford, D.A.; Christodoukalis, S.: File organizations for optical disks (1992)
0.09
0.09492689 = product of:
0.37970757 = sum of:
0.37970757 = weight(_text_:hashing in 4501) [ClassicSimilarity], result of:
0.37970757 = score(doc=4501,freq=2.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
0.74416566 = fieldWeight in 4501, product of:
1.4142135 = tf(freq=2.0), with freq of:
2.0 = termFreq=2.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.0546875 = fieldNorm(doc=4501)
0.25 = coord(1/4)
- Abstract
- Optical disk technology (CD-ROM etc.) is a new and secondary storage technology. Optical disks have immense capacities and very fast retrieval performance; they are also rugged and have very long storage lifetimes. These characteristics are making them a serious threat to the traditional dominance of magnetic disks. It is important to understand and study this young and significant technology and to design retrieval structures that best utilize characteristics. Presents 6 file systems (Write-Once B-Tree; Time Split B-Tree; Compact Disk File System; Optical File Cabinet; Buffered Hashing; BIM Trees
-
Chen, H.; Chung, Y.-M.; Ramsey, M.; Yang, C.C.: ¬A smart itsy bitsy spider for the Web (1998)
0.09
0.08875039 = product of:
0.35500157 = sum of:
0.35500157 = weight(_text_:jav in 1871) [ClassicSimilarity], result of:
0.35500157 = score(doc=1871,freq=2.0), product of:
0.5837598 = queryWeight, product of:
11.008321 = idf(docFreq=1, maxDocs=44421)
0.053028956 = queryNorm
0.60812956 = fieldWeight in 1871, product of:
1.4142135 = tf(freq=2.0), with freq of:
2.0 = termFreq=2.0
11.008321 = idf(docFreq=1, maxDocs=44421)
0.0390625 = fieldNorm(doc=1871)
0.25 = coord(1/4)
- Abstract
- As part of the ongoing Illinois Digital Library Initiative project, this research proposes an intelligent agent approach to Web searching. In this experiment, we developed 2 Web personal spiders based on best first search and genetic algorithm techniques, respectively. These personal spiders can dynamically take a user's selected starting homepages and search for the most closely related homepages in the Web, based on the links and keyword indexing. A graphical, dynamic, Jav-based interface was developed and is available for Web access. A system architecture for implementing such an agent-spider is presented, followed by deteiled discussions of benchmark testing and user evaluation results. In benchmark testing, although the genetic algorithm spider did not outperform the best first search spider, we found both results to be comparable and complementary. In user evaluation, the genetic algorithm spider obtained significantly higher recall value than that of the best first search spider. However, their precision values were not statistically different. The mutation process introduced in genetic algorithms allows users to find other potential relevant homepages that cannot be explored via a conventional local search process. In addition, we found the Java-based interface to be a necessary component for design of a truly interactive and dynamic Web agent
-
Information retrieval : data structures and algorithms (1992)
0.07
0.067804925 = product of:
0.2712197 = sum of:
0.2712197 = weight(_text_:hashing in 4495) [ClassicSimilarity], result of:
0.2712197 = score(doc=4495,freq=2.0), product of:
0.51024604 = queryWeight, product of:
9.622026 = idf(docFreq=7, maxDocs=44421)
0.053028956 = queryNorm
0.5315469 = fieldWeight in 4495, product of:
1.4142135 = tf(freq=2.0), with freq of:
2.0 = termFreq=2.0
9.622026 = idf(docFreq=7, maxDocs=44421)
0.0390625 = fieldNorm(doc=4495)
0.25 = coord(1/4)
- Content
- An edited volume containing data structures and algorithms for information retrieval including a disk with examples written in C. for prgrammers and students interested in parsing text, automated indexing, its the first collection in book form of the basic data structures and algorithms that are critical to the storage and retrieval of documents. ------------------Enthält die Kapitel: FRAKES, W.B.: Introduction to information storage and retrieval systems; BAEZA-YATES, R.S.: Introduction to data structures and algorithms related to information retrieval; HARMAN, D. u.a.: Inverted files; FALOUTSOS, C.: Signature files; GONNET, G.H. u.a.: New indices for text: PAT trees and PAT arrays; FORD, D.A. u. S. CHRISTODOULAKIS: File organizations for optical disks; FOX, C.: Lexical analysis and stoplists; FRAKES, W.B.: Stemming algorithms; SRINIVASAN, P.: Thesaurus construction; BAEZA-YATES, R.A.: String searching algorithms; HARMAN, D.: Relevance feedback and other query modification techniques; WARTIK, S.: Boolean operators; WARTIK, S. u.a.: Hashing algorithms; HARMAN, D.: Ranking algorithms; FOX, E.: u.a.: Extended Boolean models; RASMUSSEN, E.: Clustering algorithms; HOLLAAR, L.: Special-purpose hardware for information retrieval; STANFILL, C.: Parallel information retrieval algorithms
-
Chafe, W.L.: Meaning and the structure of language (1980)
0.02
0.020174356 = product of:
0.080697425 = sum of:
0.080697425 = weight(_text_:und in 1220) [ClassicSimilarity], result of:
0.080697425 = score(doc=1220,freq=32.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.6861275 = fieldWeight in 1220, product of:
5.656854 = tf(freq=32.0), with freq of:
32.0 = termFreq=32.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.0546875 = fieldNorm(doc=1220)
0.25 = coord(1/4)
- Classification
- ET 400 Allgemeine und vergleichende Sprach- und Literaturwissenschaft. Indogermanistik. Außereuropäische Sprachen und Literaturen / Einzelgebiete der Sprachwissenschaft, Sprachbeschreibung / Semantik und Lexikologie / Allgemeines
ET 430 Allgemeine und vergleichende Sprach- und Literaturwissenschaft. Indogermanistik. Außereuropäische Sprachen und Literaturen / Einzelgebiete der Sprachwissenschaft, Sprachbeschreibung / Semantik und Lexikologie / Synchrone Semantik / Allgemeines (Gesamtdarstellungen)
- RVK
- ET 400 Allgemeine und vergleichende Sprach- und Literaturwissenschaft. Indogermanistik. Außereuropäische Sprachen und Literaturen / Einzelgebiete der Sprachwissenschaft, Sprachbeschreibung / Semantik und Lexikologie / Allgemeines
ET 430 Allgemeine und vergleichende Sprach- und Literaturwissenschaft. Indogermanistik. Außereuropäische Sprachen und Literaturen / Einzelgebiete der Sprachwissenschaft, Sprachbeschreibung / Semantik und Lexikologie / Synchrone Semantik / Allgemeines (Gesamtdarstellungen)
-
Boßmeyer, C.: UNIMARC und MAB : Strukturunterschiede und Kompatibilitätsfragen (1995)
0.02
0.019967437 = product of:
0.07986975 = sum of:
0.07986975 = weight(_text_:und in 2436) [ClassicSimilarity], result of:
0.07986975 = score(doc=2436,freq=6.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.67909014 = fieldWeight in 2436, product of:
2.4494898 = tf(freq=6.0), with freq of:
6.0 = termFreq=6.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.125 = fieldNorm(doc=2436)
0.25 = coord(1/4)
- Source
- Zeitschrift für Bibliothekswesen und Bibliographie. 42(1995) H.5, S.465-480
-
SimTown : baue deine eigene Stadt (1995)
0.02
0.017648887 = product of:
0.07059555 = sum of:
0.07059555 = weight(_text_:und in 5546) [ClassicSimilarity], result of:
0.07059555 = score(doc=5546,freq=12.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.60023654 = fieldWeight in 5546, product of:
3.4641016 = tf(freq=12.0), with freq of:
12.0 = termFreq=12.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.078125 = fieldNorm(doc=5546)
0.25 = coord(1/4)
- Abstract
- SimTown wurde entwickelt, um Kindern die wichtigsten Konzepte der Wirtschaft (Angebot und Nachfrage), Ökologie (Rohstoffe, Umweltverschmutzung und Recycling) und Städteplanung (Gleichgewicht zwischen Wohnraum, Arbeitsplätzen und Erholungsstätten) auf einfache und unterhaltsame Art nahezubringen
- Issue
- PC CD-ROM Windows. 8 Jahre und älter.
-
Atzbach, R.: ¬Der Rechtschreibtrainer : Rechtschreibübungen und -spiele für die 5. bis 9. Klasse (1996)
0.02
0.017471507 = product of:
0.06988603 = sum of:
0.06988603 = weight(_text_:und in 5647) [ClassicSimilarity], result of:
0.06988603 = score(doc=5647,freq=6.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.5942039 = fieldWeight in 5647, product of:
2.4494898 = tf(freq=6.0), with freq of:
6.0 = termFreq=6.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.109375 = fieldNorm(doc=5647)
0.25 = coord(1/4)
- Abstract
- Alte und neue Rechtschreibregeln
- Issue
- MS-DOS und Windows.
-
Geiß, D.: Gewerbliche Schutzrechte : Rationelle Nutzung ihrer Informations- und Rechtsfunktion in Wirtschaft und Wissenschaft Bericht über das 29.Kolloquium der Technischen Universität Ilmenau über Patentinformation und gewerblichen Rechtsschutz (2007)
0.02
0.017292306 = product of:
0.06916922 = sum of:
0.06916922 = weight(_text_:und in 1629) [ClassicSimilarity], result of:
0.06916922 = score(doc=1629,freq=8.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.58810925 = fieldWeight in 1629, product of:
2.828427 = tf(freq=8.0), with freq of:
8.0 = termFreq=8.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.09375 = fieldNorm(doc=1629)
0.25 = coord(1/4)
- Source
- Information - Wissenschaft und Praxis. 58(2007) H.6/7, S.376-379
-
Engel, P.: Teleosemantics: realistic or anti-realistic? : Votum (1992)
0.02
0.017292306 = product of:
0.06916922 = sum of:
0.06916922 = weight(_text_:und in 609) [ClassicSimilarity], result of:
0.06916922 = score(doc=609,freq=8.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.58810925 = fieldWeight in 609, product of:
2.828427 = tf(freq=8.0), with freq of:
8.0 = termFreq=8.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.09375 = fieldNorm(doc=609)
0.25 = coord(1/4)
- Series
- Philosophie und Geschichte der Wissenschaften; Bd.18
- Source
- Wirklichkeit und Wissen: Realismus, Antirealismus und Wirklichkeits-Konzeptionen in Philosophie und Wissenschaften. Hrsg.: H.J. Sandkühler
-
Pires, C.M.; Guédon, J.-C.; Blatecky, A.: Scientific data infrastructures : transforming science, education, and society (2013)
0.02
0.016727693 = product of:
0.06691077 = sum of:
0.06691077 = weight(_text_:und in 2843) [ClassicSimilarity], result of:
0.06691077 = score(doc=2843,freq=22.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.5689069 = fieldWeight in 2843, product of:
4.690416 = tf(freq=22.0), with freq of:
22.0 = termFreq=22.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.0546875 = fieldNorm(doc=2843)
0.25 = coord(1/4)
- Abstract
- Data is everywhere - praktisch bei allen wissenschaftlichen, staatlichen, gesellschaftlichen und wirtschaftlichen Aktivitäten entstehen sie. Die Daten werden erzeugt durch Befragungen, mobile und eingebettete Systeme, Sensoren, Beobachtungssysteme, wissenschaftliche Instrumente, Publikationen, Experimente, Simulationen, Auswertungen und Analysen. Bürger, Wissenschaftler, Forschende und Lehrende kommunizieren durch den Austausch von Daten, Software, Veröffentlichungen, Berichte, Simulationen und Visualisierungen. Darüber hinaus führen die zunehmende Nutzung der visuellen Kommunikation für Unterhaltung und zwischenmenschlichen Beziehungen sowie die rasche Zunahme der sozialen Netzwerke zu riesigen Datenmengen. Daten von Observatorien, Experimenten und Umweltüberwachung sowie aus der Genforschung und dem Gesundheitswesen generieren eine Größenordnung von Daten alle zwei Jahre, die weit über das Mooresche Gesetz hinausgeht - und dabei ist noch kein Ende in Sicht. Wissenschaftliche Publikationen sind Datengrundlage für die weitere wissenschaftliche Arbeit und Publikationen.
- Source
- Zeitschrift für Bibliothekswesen und Bibliographie. 60(2013) H.6, S.325-331
-
OCLC PICA übernimmt die Sisis Informationssysteme (2005)
0.02
0.01650902 = product of:
0.06603608 = sum of:
0.06603608 = weight(_text_:und in 5212) [ClassicSimilarity], result of:
0.06603608 = score(doc=5212,freq=42.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.56146985 = fieldWeight in 5212, product of:
6.4807405 = tf(freq=42.0), with freq of:
42.0 = termFreq=42.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.0390625 = fieldNorm(doc=5212)
0.25 = coord(1/4)
- Abstract
- Mit dem Ziel, ihre Position als einer der führenden Hersteller von Bibliothekssystemen weiter auszubauen, übernimmt die OCLC PICA B.V. in Leiden (NL) die Sisis Informationssysteme GmbH in Oberhaching. Beide Unternehmen ergänzen sich hervorragend in technologischer Hinsichtwie auch im Servicebereich. Durch die entstehenden Synergien kann die neue, gestärkte Organisation ihre Produkte und Services künftig noch schneller und wirtschaftlicher anbieten.
- Content
- "Der stetige Wandel macht auch vor Bibliotheken nicht Halt. Immer wichtiger werden neue Geschäftsprozesse und die optimale Vernetzung der unterschiedlichen Arbeitsbereiche. Das Behaupten der Spitzenposition in diesem Markt erfordert ständige Investitionen und Ausbau der Ressourcen. Mit der Obernahme der Sisis Informationssysteme GmbH und den dort vorhandenen Kenntnissen und Fähigkeiten wurde ein effizienter Weg gefunden, die gegenwärtige Marktposition auszubauen und die Produktqualität weiter zu verbessern. Die Sisis Informationssysteme ist ein im Markt bekannter und erfolgreicher Anbieter von Bibliothekssystemen und Portallösungen mit Kunden in Deutschland, der Schweiz und den Niederlanden. Wie OCLC PICA suchte auch das Sisis Management nach Lösungen, um weiterhin in Produkte und Marktentwicklungen zu investieren und die erreichte Marktposition und Produktqualität auszubauen. Der erfolgte Zusammenschluss bietet hierfür die besten Voraussetzungen. Künftig werden OCLC PICA und Sisis ihre Technologien, Fähigkeiten und Methoden zum Vorteil ihrer Kunden gemeinsam nutzen und aufeinander abstimmen und einen besseren und vor allem kundennäheren Service anbieten können. Durch die Verstärkung des Entwicklungsbereichs kann der Ausbau der vorhandenen Produkte fachlich und funktional vorangetrieben werden. Die Kunden werden von der wechselseitigen Nutzung innovativer Komponenten und dem erweiterten Produktportfolio nur profitieren."
- Footnote
- Vgl.: www. oclcpica.org und www.sisis.de
-
Mult IK media : eine multimediale Präsentation des Fachbereichs Informations- und Kommunikationswesen der Fachhochschule Hannover (1997)
0.02
0.016303344 = product of:
0.065213375 = sum of:
0.065213375 = weight(_text_:und in 204) [ClassicSimilarity], result of:
0.065213375 = score(doc=204,freq=16.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.5544748 = fieldWeight in 204, product of:
4.0 = tf(freq=16.0), with freq of:
16.0 = termFreq=16.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.0625 = fieldNorm(doc=204)
0.25 = coord(1/4)
- Abstract
- Diese CD-ROM enthält eine multimediale Präsentation des Fachbereichs Informations- und Kommunikationswesen der FH Hannover, die über folgende Themen informiert: (1) Berufsbild der Informationspezialisten, Einsatzbereiche und Tätigkeiten (2) Geschichte des Fachbereichs, Gründung, Studentenzahlen, etc. (3) Vorstellung der Studiengänge des Fachbereichs unter Berücksichtigung der Berufsbilder, der Zulassungsbedingungen, der Studienorganisationen und der Praktikumsstellen (4) Ausstattung und Kapazitäten des Fachbereichs (5) Ausgewählte Diplom- und Projektarbeiten (6) Aktivitäten des Fachbereichs in Kooperation mit Partnerhochschulen, a.B. Auslandsprogramme und -projekte, Studenten-Summer-Seminare (7) Präsenz des Fachbereichs im WWW des Internet
- Imprint
- Hannover : FH, Fb Informations- und Kommunikationswesen
-
Borko, H.; Bernier, C.L.: Abstracting concepts and methods (1975)
0.02
0.016303344 = product of:
0.065213375 = sum of:
0.065213375 = weight(_text_:und in 929) [ClassicSimilarity], result of:
0.065213375 = score(doc=929,freq=16.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.5544748 = fieldWeight in 929, product of:
4.0 = tf(freq=16.0), with freq of:
16.0 = termFreq=16.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.0625 = fieldNorm(doc=929)
0.25 = coord(1/4)
- Classification
- ES 930 Allgemeine und vergleichende Sprach- und Literaturwissenschaft. Indogermanistik. Außereuropäische Sprachen und Literaturen / Spezialbereiche der allgemeinen Sprachwissenschaft / Datenverarbeitung und Sprachwissenschaft. Computerlinguistik / Informationsbehandlung
- RVK
- ES 930 Allgemeine und vergleichende Sprach- und Literaturwissenschaft. Indogermanistik. Außereuropäische Sprachen und Literaturen / Spezialbereiche der allgemeinen Sprachwissenschaft / Datenverarbeitung und Sprachwissenschaft. Computerlinguistik / Informationsbehandlung
-
¬Der Froschkönig : die schönsten Märchen als Erzählung interaktiv in Ton Bild und Animation (1996)
0.02
0.016111154 = product of:
0.06444462 = sum of:
0.06444462 = weight(_text_:und in 5449) [ClassicSimilarity], result of:
0.06444462 = score(doc=5449,freq=10.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.54793847 = fieldWeight in 5449, product of:
3.1622777 = tf(freq=10.0), with freq of:
10.0 = termFreq=10.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.078125 = fieldNorm(doc=5449)
0.25 = coord(1/4)
- Abstract
- Auf dieser CD-ROM wird - für jung und alt - eines der schönsten Märchen multimedial zu neuem Leben erweckt. In schönen Bildern und lustigen Animationen, durch Musik und Sprache unterstützt, wird das Märchen vom 'Froschkönig' spannend erzählt
- Issue
- Windows- und Mac-Version.
-
Bertelsmann Lexikon Tiere (1994)
0.02
0.016111154 = product of:
0.06444462 = sum of:
0.06444462 = weight(_text_:und in 5450) [ClassicSimilarity], result of:
0.06444462 = score(doc=5450,freq=10.0), product of:
0.117612876 = queryWeight, product of:
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.053028956 = queryNorm
0.54793847 = fieldWeight in 5450, product of:
3.1622777 = tf(freq=10.0), with freq of:
10.0 = termFreq=10.0
2.217899 = idf(docFreq=13141, maxDocs=44421)
0.078125 = fieldNorm(doc=5450)
0.25 = coord(1/4)
- Abstract
- Bietet neben rund 2.000 ausführlichen Tierbeschreibungen, Übersichtsartikeln und Sonderbeiträgen zu Tierverhalten und Lebensformen etwa 2.000 überwiegend farbige Fotos, Grafiken und Karten; zahlreiche Ton- und Videosequenzen; ein Glossar zur Erläuterung zoologischer Fachbegriffe; ein unterhaltsames und lehrreiches Quiz