id stringlengths 14 20 | title stringlengths 4 131 | text stringlengths 52 43k | source stringclasses 1
value |
|---|---|---|---|
wiki_36612_chunk_7 | Priority encoder | module pe_bhv
#( parameter OHW = 512 ) // encoder one-hot input width
( input clk , // clock for pipelined priority encoder
input rst , // registers reset for pipelined priority encoder
input [ OHW -1:0] oht , // one-h... | wikipedia |
wiki_27852_chunk_15 | Three-dimensional integrated circuit | Gate-level integration This style partitions standard cells between multiple dies. It promises wirelength reduction and great flexibility. However, wirelength reduction may be undermined unless modules of certain minimal size are preserved. On the other hand, its adverse effects include the massive number of necessary ... | wikipedia |
wiki_34113_chunk_6 | Shaheen (supercomputer) | Research topics
KAUST, using the Shaheen systems, will focus on four specific research thrusts:
Resources, energy, and environment
Biosciences and bioengineering
Materials science and engineering
Applied mathematics and computational science Data sets for this research will be unique in that they will come from the... | wikipedia |
wiki_5878_chunk_13 | Computational sociology | Independent from developments in computational models of social systems, social network analysis emerged in the 1970s and 1980s from advances in graph theory, statistics, and studies of social structure as a distinct analytical method and was articulated and employed by sociologists like James S. Coleman, Harrison Whit... | wikipedia |
wiki_20203_chunk_5 | Competitive analysis (online algorithm) | In the case of online requests from a server, competitive algorithms are used to overcome uncertainties about the future. That is, the algorithm does not "know" the future, while the imaginary adversary (the "competitor") "knows". Similarly, competitive algorithms were developed for distributed systems, where the algor... | wikipedia |
wiki_15323_chunk_3 | Parrot Sketch Not Included – 20 Years of Monty Python | Sketches included
Willam Tell
The Merchant of Venice as performed by a herd of cows
Silly Olympics
Dennis Moore
How Not To Be Seen
Exploding Version of The Blue Danube
Dennis Moore (again)
World Forum/Communist Quiz
The Philosophers' Football Match
RAF Banter
French Lecture on Sheep-Aircraft
Conrad Poohs an... | wikipedia |
wiki_16979_chunk_1 | Mary Matha Arts & Science College | B.A. Functional English
B.A. Social Science-Economics
B.Com with Computer Application
B.Sc. Chemistry
B.Sc. Computer Science
B.Sc. Mathematics
B.Sc. Physics
B.Sc. Zoology
M.Sc. Computer Science
M.Sc. Mathematics
PhD Mathematics
PhD Zoology References External links
Mary Matha Arts and Science College - webs... | wikipedia |
wiki_16032_chunk_5 | Tacit programming | The following Haskell-like pseudo-code exposes how to reduce a function definition to its point-free equivalent:
p = \x -> \y -> \z -> f (g x y) z
= \x -> \y -> f (g x y)
= \x -> \y -> (f . (g x)) y
= \x -> f . (g x)
(* Here the infix compose operator "." is used as a curried function. *)
= \x -> ((.) f) (g x... | wikipedia |
wiki_27792_chunk_4 | Embedded database | Sybase's Advantage Database Server (ADS) is a full-featured embedded database management system. It provides both ISAM and relational data access and is compatible with multiple platforms including Windows, Linux, and Netware. It is available as a royalty-free local file-server database or a full client-server version.... | wikipedia |
wiki_15843_chunk_14 | Torralba and Ambrona (archaeological site) | The last campaigns of Howel were realized in 1980, 1981 and 1983. The possibility of finding some human fossil facilitated new economic supports, even of the National Geographic Society. For the excavations and analysis of samples of these campaigns, he had the following team: co-directors: Leslie Gordon Freeman (lithi... | wikipedia |
wiki_1982_chunk_5 | McCarthy 91 function | Code
Here is an implementation of the nested-recursive algorithm in Lisp: (defun mc91 (n)
(cond ((<= n 100) (mc91 (mc91 (+ n 11))))
(t (- n 10)))) Here is an implementation of the nested-recursive algorithm in Haskell: mc91 n
| n > 100 = n - 10
| otherwise = mc91 $ mc91 $ n + 11 Here is an implementati... | wikipedia |
wiki_35657_chunk_4 | IEEE Donald O. Pederson Award in Solid-State Circuits | 2005: Bruce A. Wooley
2004: Eric A. Vittoz
2003: Daniel W. Dobberpuhl
2002: Ping-Keung Ko
2002: Chenming Calvin Hu
2001: No Award
2000: Hung-Fai (Stephen) Law
2000: Robert H. Krambeck
1999: Kensall D. Wise
1998: Nicky C. Lu
1997: Robert W. Brodersen
1996: Rudy J. van de Plassche
1995: Lewis M. Ter... | wikipedia |
wiki_915_chunk_36 | Distribution (mathematics) | we would like to define a continuous linear map, that extends the action of on to distributions on In other words, we would like to define such that the following diagram commutes: where the vertical maps are given by assigning its canonical distribution which is defined by:
With this notation the diagram com... | wikipedia |
wiki_14569_chunk_15 | Oxygen (TV network) | 50 Funniest Women Alive
Addicted to Beauty
All About Aubrey
All My Babies' Mamas
All the Right Moves
As She Sees It
Bachelorette Party: Las Vegas
Bad Girls All-Star Battle
Bad Girls Club: Afterparty
Bad Girls Club: Flo Gets Married
Bad Girls Road Trip
Battle of the Ex Besties
Behind the Shield
Best Ink
Birth Stories
Bl... | wikipedia |
wiki_6126_chunk_3 | NSA encryption systems | Confidentiality and authentication – making sure messages cannot be read by unauthorized people and that they cannot be forged (nonrepudiation). Little is publicly known about the algorithms NSA has developed for protecting classified information, what NSA calls Type 1 algorithms. In 2003, for the first time in its his... | wikipedia |
wiki_18622_chunk_8 | Max Planck Institute of Neurobiology | Visitor groups and school classes can gain insight into the work at the institute and see what it's like to be a scientist in the hands-on-laboratory MaxLab. External links
Homepage of the Max Planck Institute of Neurobiology
Homepage of the Max Planck Society
Homepage of the International Max Planck Research Schoo... | wikipedia |
wiki_300_chunk_66 | Irreducible complexity | In the final ruling of Kitzmiller v. Dover Area School District, Judge Jones specifically singled out Behe and irreducible complexity:
"Professor Behe admitted in "Reply to My Critics" that there was a defect in his view of irreducible complexity because, while it purports to be a challenge to natural selection, it doe... | wikipedia |
wiki_18243_chunk_57 | Alternatives to general relativity | with a nonstandard mass action. Here and are arbitrary functions selected to give Newtonian and MOND behaviour in the correct limits, and is the MOND length scale. By 1988, a second scalar field (PCC) fixed problems with the earlier scalar-tensor version but is in conflict with the perihelion precession of Mercury a... | wikipedia |
wiki_7360_chunk_6 | University of Natural Resources and Life Sciences, Vienna | Due to BOKU's extensive world-wide engagement, the university offers many international MSc programmes as joint or double degree. It is also a member of the Euroleague for Life Sciences university network, partnering with University of Copenhagen, Faculty of Science (SCIENCE), Swedish University of Agricultural Science... | wikipedia |
wiki_26407_chunk_47 | Text Executive Programming Language | TEX User Guide (DF72) - Honeywell Information Systems, Copyright 1979
TEX Quick Reference - Honeywell Information Systems, Copyright 1979
Software Catalog (AW15 Rev05), Honeywell Information Systems, Copyright 1979, Section 4 - Series 600/6000, Series 60/Level 66, pg 4-42 TEX Executive Processor
R.W.Bemer, "Introduc... | wikipedia |
wiki_24024_chunk_5 | John Riordan (mathematician) | Even at the end of my first year as a graduate student at Cornell, in 1962, I managed to arrange a summer job at Bell Labs in Holmdel. This was still on minimal cost networks. During that summer I met another of my heroes, John Riordan, one of the great early workers in combinatorics. His book An Introduction to Combin... | wikipedia |
wiki_14228_chunk_6 | Mule (software) | Universal Message Object
The Universal Message Object Application Programming Interface is part of high-level design methodologies used to describe and define aspects of a data object used in conjunction with the Mule ESB. The idea is to, by staged events, wrap the work into sensible bundles and process it in stages th... | wikipedia |
wiki_9_chunk_16 | Algorithms for calculating variance | population_variance = S / w_sum
# Bessel's correction for weighted samples
# Frequency weights
sample_frequency_variance = S / (w_sum - 1)
# Reliability weights
sample_reliability_variance = S / (w_sum - w_sum2 / w_sum) Parallel algorithm
Chan et al. note that Welford's online algorithm detailed abo... | wikipedia |
wiki_872_chunk_63 | Epigenetics | A more recent study, where 114 monozygotic twins and 80 dizygotic twins were analyzed for the DNA methylation status of around 6000 unique genomic regions, concluded that epigenetic similarity at the time of blastocyst splitting may also contribute to phenotypic similarities in monozygotic co-twins. This supports the n... | wikipedia |
wiki_16662_chunk_6 | Canadian weather radar network | Characteristics before 2018
McGill radar (at the J. S. Marshall Radar Observatory):
9 metre (30 feet) diameter antenna.
Uses a klystron to produce a wavelength signal of 10 cm. (S-Band)
Doppler since 1993 and dual polarization was added in 1999.
King City weather radar station
This research radar is essentially ... | wikipedia |
wiki_747_chunk_54 | Phase-locked loop | for it = 1:numiterations
% Simulate a local oscillator using a 16-bit counter
phs = mod(phs + floor(freq / 2 ^ 16), 2 ^ 16);
ref = phs < 32768;
% Get the next digital value (0 or 1) of the signal to track
sig = tracksig(it);
% Implement the phase-frequency detector
rst = ~ (qsig & qref); % R... | wikipedia |
wiki_24262_chunk_1 | Freshwater ecology of Maharashtra | Introduction
Ecology is the science of interrelationship. Various components of the ecosystem interact together and thus maintain the proper ecosystem functioning. To create the holistic picture of the any given area one should have to consider various components of the ecosystem. These components could be Habitats (La... | wikipedia |
wiki_39779_chunk_4 | Eurocode 8: Design of structures for earthquake resistance | Section 1 of EN 1998-1 contains the scope, normative references, assumptions, principles and application rules, terms and definitions, symbols and units.
Section 2 of EN 1998-1 contains the basic performance requirements and compliance criteria applicable to buildings and civil engineering works in seismic regions.
Sec... | wikipedia |
wiki_1822_chunk_6 | Medical physics | Scientific problem solving service: Comprehensive problem solving service involving recognition of less than optimal performance or optimised use of medical devices, identification and elimination of possible causes or misuse, and confirmation that proposed solutions have restored device performance and use to acceptab... | wikipedia |
wiki_38407_chunk_5 | Shinken (software) | A Shinken installation consists of several processes, each optimized for a specific task.
Arbiter
Loads the configuration files and dispatches the host and service objects to the scheduler(s)
Watchdog for all other processes and responsible for initiating failovers if an error is detected
Can route check result eve... | wikipedia |
wiki_17320_chunk_5 | Arachne (archaeological database) | Arachne was developed in 1995 as a FileMaker-database and benefits since 2001 from the establishment of the Institute for Humanities Computing at the University of Cologne (Historisch-Kulturwissenschaftliche Informationsverarbeitung, HKI), whose students started to use arachne as a realistic test environment for seriou... | wikipedia |
wiki_14296_chunk_0 | Cultural selection theory | Cultural selection theory is the study of cultural change modelled on theories of evolutionary biology. Cultural selection theory has so far never been a separate discipline. However it has been proposed that
human culture exhibits key Darwinian evolutionary properties, and "the structure of a science of cultural ev... | wikipedia |
wiki_22163_chunk_2 | Intelligent Systems for Molecular Biology | Early meetings
The origins of the ISMB conference lie in a workshop for artificial intelligence researchers with an interest in molecular biology held in November 1991. The workshop was organised by American researcher Lawrence Hunter, then director of the Machine Learning Project at the United States National Institut... | wikipedia |
wiki_647_chunk_48 | Wine (software) | Anbox
Columbia Cycada
Darling (software)
Executor (software)
List of free and open-source software packages
Linux kernel API
Mono (software)
PlayOnLinux
PlayOnMac
ReactOS
Windows Interface Source Environment
Windows Subsystem for Linux References Further reading
Jeremy White's Wine Answers – Slashdot interv... | wikipedia |
wiki_28_chunk_12 | Associative algebra | Any ring A can be considered as a Z-algebra. The unique ring homomorphism from Z to A is determined by the fact that it must send 1 to the identity in A. Therefore, rings and Z-algebras are equivalent concepts, in the same way that abelian groups and Z-modules are equivalent.
Any ring of characteristic n is a (Z/nZ)-al... | wikipedia |
wiki_26316_chunk_1 | Index of biological integrity | Overview
To quantitatively assess changes in the composition of biologic communities, IBIs are developed to accurately reflect the ecological complexity from statistical analysis. There is no one universal IBI, and developing metrics that consistently give accurate assessment of the monitored population requires rigoro... | wikipedia |
wiki_21832_chunk_3 | Liverpool Software Gazette | Issue 1:
Sargon meets the Nascom
Programming Practices and Technics
M5 System - an Interpreter for the Nascom One
I'm Pilot, fly me
Acorn Mastermind
Pascal bytes the Apple Issue 2:
Dungeons & Dragons Revisited
Numerical Accuracy of Microcomputers
Cesil - an introduction
Acorn and the Kim
Z-80 Processor Profi... | wikipedia |
wiki_8349_chunk_8 | Spring (operating system) | Spring also explored a number of specific software advances in file systems, virtual memory and IPC performance. The result was a single Unix-like system with much better performance than Mach. Some of these changes are detailed below. Description
The Sun engineers used non-standard terminology for a number of common c... | wikipedia |
wiki_7873_chunk_4 | Medical algorithm | A common class of algorithms are embedded in guidelines on the choice of treatments produced by many national, state, financial and local healthcare organisations and provided as knowledge resources for day to day use and for induction of new physicians. A field which has gained particular attention is the choice of me... | wikipedia |
wiki_38077_chunk_1 | Special values of L-functions | Conjectures
There are two families of conjectures, formulated for general classes of L-functions (the very general setting being for L-functions L(s) associated to Chow motives over number fields), the division into two reflecting the questions of:
how to replace π in the Leibniz formula by some other "transcendental"... | wikipedia |
wiki_38255_chunk_1 | Complexity management | Fields of complexity in enterprises
Complexity appears in the following fields:
Product portfolio: number and type of products, features and services sold to the customer base (e.g. SKUs)
Markets/segments: number and type of market segments in the respective countries/regions served
Customer portfolio: number and va... | wikipedia |
wiki_25857_chunk_1 | MUMPS (software) | The importance of MUMPS lies in the fact that it is a supported free implementation of the multifrontal method. References External links
WinMUMPS, files for compiling MUMPS on Windows Free software programmed in Fortran
Numerical software
Public-domain software with source code | wikipedia |
wiki_10886_chunk_1 | BRST algorithm | Csendes' algorithms are implementations of the algorithm of [Boender et al.] and originated the public domain software product GLOBAL. The local algorithms used are a random direction, linear search algorithm also used by Törn, and a quasi—Newton algorithm not using the derivative of the function. The results show the... | wikipedia |
wiki_22350_chunk_13 | Environment Modules (software) | module-whatis returns all various module-info values
+++ module-info +++++++++++++++++++++++++++++++
flags = 2
mode = display
name = test/1.0
specified = test/1.0
shell = bash
shelltype = sh
version ... | wikipedia |
wiki_22268_chunk_13 | Research question | Quantitative studies also fall into two categories:
Correlational studies: A correlational study is non-experimental, requiring the writer to research relationships without manipulating or randomly selecting the subjects of the research. The research question for a correlational study may look like this: What is the r... | wikipedia |
wiki_35602_chunk_6 | Vector (mathematics and physics) | The set of tuples of real numbers has a natural structure of vector space defined by component-wise addition and scalar multiplication. It is common to call these tuples vectors, even in contexts where vector-space operations do not apply. More generally, when some data can be represented naturally by vectors, they a... | wikipedia |
wiki_5528_chunk_2 | Hyperpolarization (physics) | Introduction
Spin exchange optical pumping (SEOP) is one of several hyperpolarization techniques discussed on this page. This technique specializes in creating hyperpolarized (HP) noble gases, such as 3He, 129Xe, and quadrupolar 131Xe, 83Kr, and 21Ne. Noble gases are required because SEOP is performed in the gas phase... | wikipedia |
wiki_35859_chunk_25 | Fluorescence in the life sciences | The number of fluorescence applications in the biomedical, biological and related sciences continuously expands. Methods of analysis in these fields are also growing, often with nomenclature in the form of acronyms such as: FLIM, FLI, FLIP, CALI, FLIE, FRET, FRAP, FCS, PFRAP, smFRET, FIONA, FRIPS, SHREK, SHRIMP or TIRF... | wikipedia |
wiki_28756_chunk_46 | Computational creativity | Events
The International Conference on Computational Creativity (ICCC) occurs annually, organized by The Association for Computational Creativity. Events in the series include:
ICCC 2019, Charlotte, North Carolina, USA
ICCC 2018, Salamanca, Spain
ICCC 2017, Atlanta, Georgia, USA
ICCC 2016, Paris, France
ICCC 2015,... | wikipedia |
wiki_20217_chunk_7 | McGill University School of Computer Science | McGill's Computer Science undergraduate society, CSUS, is a team of executive members that work together in representing all undergraduate constituents. They are elected every year and host events, workshops, information sessions and are also available to answer student questions and bring up any concerns that they may... | wikipedia |
wiki_36720_chunk_18 | Quantum complexity theory | Deutsch-Jozsa algorithm
The Deutsch-Jozsa algorithm is a quantum algorithm designed to solve a toy problem with a smaller query complexity than is possible with a classical algorithm. The toy problem asks whether a function is constant or balanced, those being the only two possibilities. The only way to evaluate the ... | wikipedia |
wiki_9147_chunk_3 | Standard cell | Usually, the initial design of a standard cell is developed at the transistor level, in the form of a transistor netlist or schematic view. The netlist is a nodal description of transistors, of their connections to each other, and of their terminals (ports) to the external environment. A schematic view may be generated... | wikipedia |
wiki_16289_chunk_2 | Marvel Select | Released
Ultimate Spider-Man with a burglar webbed to a wall base
Punisher with smashed pinball machine, arsenal of weapons and thug victim figure
Elektra with castle tower display base, ninja arsenal and additional hand and leg attachments
Ultimate Captain America with flag, shield and WWII battlefield base
Black Wido... | wikipedia |
wiki_15810_chunk_2 | Gerchberg–Saxton algorithm | Let:
FT – forward Fourier transform
IFT – inverse Fourier transform
i – the imaginary unit, √−1 (square root of −1)
exp – exponential function (exp(x) = ex)
Target and Source be the Target and Source Amplitude planes respectively
A, B, C & D be complex planes with the same dimension as Target and Source
A... | wikipedia |
wiki_29005_chunk_3 | IUPAC nomenclature of inorganic chemistry 2005 | Sequencing elements—the "electronegativity" list
Throughout the recommendations the use of the electronegativity of elements for sequencing has been replaced by a formal list which is loosely based on electronegativity. The recommendations still use the terms electropositive and electronegative to refer to an element's... | wikipedia |
wiki_18230_chunk_13 | Transportation theory (mathematics) | Duality formula
The minimum of the Kantorovich problem is equal to where the supremum runs over all pairs of bounded and continuous functions and such that Economic interpretation The economic interpretation is clearer if signs are flipped. Let stand for the vector of characteristics of a worker, for the vector of ... | wikipedia |
wiki_7528_chunk_6 | National Civil War Museum | The portable writing kit of General Winfield Scott
1852 Sharps carbine and a pike head from the raid on Harper's Ferry
The last battle map used by General Robert E. Lee during the Appomattox campaign
The pen used by Governor Wise to sign John Brown's death warrant
Lincoln's leather hat box used on the 1860 (first t... | wikipedia |
wiki_471_chunk_27 | Power law | Although more sophisticated and robust methods have been proposed, the most frequently used graphical methods of identifying power-law probability distributions using random samples are Pareto quantile-quantile plots (or Pareto Q–Q plots), mean residual life plots and log–log plots. Another, more robust graphical met... | wikipedia |
wiki_6067_chunk_20 | Embryonic stem cell | On January 23, 2009, Phase I clinical trials for transplantation of oligodendrocytes (a cell type of the brain and spinal cord) derived from human ES cells into spinal cord-injured individuals received approval from the U.S. Food and Drug Administration (FDA), marking it the world's first human ES cell human trial. The... | wikipedia |
wiki_9183_chunk_5 | Memetic engineering | Applied memetic engineering
Memetic engineering as a social science lends examples of itself in multiple areas and disciplines. It is currently being examined and researched by the US military as a means to counterinsurgency and combat terrorism as explained below in "From the Clash to the Confluence of Civilizations" ... | wikipedia |
wiki_11855_chunk_3 | Bell's law of computer classes | Computer classes that conform to the law
mainframes (1960s)
minicomputers (1970s)
personal computers and workstations evolving into a network enabled by Local Area Networking or Ethernet (1980s)
web browser client-server structures enabled by the Internet (1990s)
cloud computing, e.g., Amazon Web Services (2006) o... | wikipedia |
wiki_13795_chunk_11 | Science and Development Network | Creative Commons
All SciDev.Net website material is free to reproduce under a Creative Commons Attribution 2.0 licence. Under the terms of this licence users are permitted to copy, distribute, display and perform the content, and make derivative works so long as the original author and website are quoted as the source... | wikipedia |
wiki_654_chunk_2 | Lions' Commentary on UNIX 6th Edition, with Source Code | Lions' work was most recently reprinted in 1996 by Peer-To-Peer Communications, and has been circulated, recreated or reconstructed variously in a number of media by other parties, e.g. see webpage of Greg Lehey. Synopsis UNIX Operating System Source Code Level Six is the kernel source code, lightly edited by Lions to ... | wikipedia |
wiki_27115_chunk_12 | Segregation (materials science) | where is the solute bulk modulus, is the matrix shear modulus, and and are the atomic radii of the matrix and impurity atoms, respectively. This method gives values correct to within a factor of two (as compared with experimental data for grain boundary segregation), but a greater accuracy is obtained using the met... | wikipedia |
wiki_30136_chunk_4 | Leaving Certificate Mathematics | Exam participation and results, 2005–08
In 2005, 52,176 candidates sat the Leaving Certificate mathematics exam, of whom 5,563 (10.6 percent) took the foundation-level papers, 36,772 (70.5 percent) took the ordinary-level papers, and 9,841 (18.9 percent) took the higher-level papers. Among those taking the higher-leve... | wikipedia |
wiki_15835_chunk_0 | List of MeSH codes (E05) | The following is a partial list of the "E" codes for Medical Subject Headings (MeSH), as defined by the United States National Library of Medicine (NLM). This list continues the information at List of MeSH codes (E04). Codes following these are found at List of MeSH codes (E06). For other MeSH codes, see List of MeSH c... | wikipedia |
wiki_6678_chunk_1 | The American Mathematical Monthly | Tables of contents with article abstracts from 1997–2010 are available online. The MAA gives the Lester R. Ford Awards annually to "authors of articles of expository excellence" published in the American Mathematical Monthly. | wikipedia |
wiki_30757_chunk_3 | Comparison of programming languages (list comprehension) | An infinite lazy sequence: (for [x (iterate inc 0)
:when (> (* x x) 3)]
(* 2 x)) A list comprehension using multiple generators: (for [x (range 20)
y (range 20)
z (range 20)
:when (== (+ (* x x) (* y y)) (* z z))]
[x y z]) CoffeeScript largeNumbers = (number for number in list when nu... | wikipedia |
wiki_362_chunk_42 | Molecular nanotechnology | There is a growing body of peer-reviewed theoretical work on synthesizing diamond by mechanically removing/adding hydrogen atoms and depositing carbon atoms (a process known as mechanosynthesis). This work is slowly permeating the broader nanoscience community and is being critiqued. For instance, Peng et al. (2006)... | wikipedia |
wiki_34813_chunk_2 | Bioptics (device) | Determining whether a visually impaired individual may become a bioptic driver requires a multidisciplinary approach. This may include the low vision specialist, physicians, driving rehabilitators, occupational therapists and orientation and mobility instructors. The process includes a number of checks and balances to ... | wikipedia |
wiki_5466_chunk_63 | Quantum logic gate | In the model of computation used in this article (the quantum circuit model), a classic computer generates the gate composition for the quantum computer, and the quantum computer behaves as a coprocessor that receives instructions from the classical computer about which primitive gates to apply to which qubits. Measure... | wikipedia |
wiki_31800_chunk_4 | Turku Centre for Computer Science | The research is carried out in 17 research units. TUCS organises the TUCS Distinguished Lecture Series, a forum for public lectures delivered by outstanding national and international scientists and innovators in all aspects of computing. They come from diverse backgrounds from academia, as well as from industry. The p... | wikipedia |
wiki_6655_chunk_8 | SL (complexity) | Although there were no (uniform) deterministic space improvements on Savitch's algorithm for 22 years, a highly practical probabilistic log-space algorithm was found in 1979 by Aleliunas et al.: simply start at one vertex and perform a random walk until you find the other one (then accept) or until time has passed (th... | wikipedia |
wiki_38407_chunk_3 | Shinken (software) | Design
Monitoring system written in Python
Distributed architecture using Pyro remote objects
Active and Passive monitoring methods
Monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, SNMP, FTP, SSH)
Monitoring of host resources (processor load, disk usage, system logs) on a majority of network operating... | wikipedia |
wiki_19359_chunk_5 | Logic optimization | Graphical minimization methods for two-level logic include:
Euler diagram (aka Eulerian circle) (1768) by Leonhard P. Euler (1707–1783)
Venn diagram (1880) by John Venn (1834–1923)
Marquand diagram (1881) by Allan Marquand (1853–1924)
Harvard minimizing chart (aka Harvard chart) (1951) by Howard H. Aiken (1900–1973... | wikipedia |
wiki_27009_chunk_53 | PowerShell | The -Parallel switch for the ForEach-Object cmdlet to help handle parallel processing
Near parity with Windows PowerShell in terms of compatibility with built-in Windows modules
A new error view
The Get-Error cmdlet
Pipeline chaining operators (&& and ||) that allow conditional execution of the next cmdlet in the ... | wikipedia |
wiki_13592_chunk_18 | Glossary of Unified Modeling Language terms | T
Tagged values - In extensibility
Template - a Class that accepts a compile-time parameter defining the Type to be used within the Class; often to implement Collections of any Type
Thread - a sequence of instructions whose execution is being scheduled by the Operating System and may run in parallel with other thre... | wikipedia |
wiki_23408_chunk_4 | MonoRail (software) | Other view engines
Building other view engines is quite simple and straightforward. Brail, StringTemplate and AspView were all created by independent developers to suit their own needs. Other view engine are: References Further reading
James Avery, Jim Holmes, Windows developer power tools, O'Reilly Media, 2006, , pp... | wikipedia |
wiki_27348_chunk_3 | Thalmann algorithm | The use of simple symmetrical exponential gas kinetics models has shown up the need for a model that would give slower tissue washout. In the early 1980s the US Navy Experimental Diving Unit developed an algorithm using a decompression model with exponential gas absorption as in the usual Haldanian model, but a slower ... | wikipedia |
wiki_36186_chunk_3 | SOFA Statistics | External links
SOFA Statistics Homepage
SOFA Statistics project page at Source Forge
SOFA Statistics project page at Launchpad
SOFA Statistics page at Show Me Do Cross-platform free software
Cross-platform software
Free statistical software
Numerical software
Science software for Linux
Science software for MacOS
Scienc... | wikipedia |
wiki_34042_chunk_6 | Milltown Biomass-to-Energy Power Station | Sources
Courier-Journal Newspaper article regarding permit application
Blue River Project Nature Conservancy's page on the Blue River
Karstwaters.org educational links Website with good information about karst topology
Fox 41 interview with LGR
Watershed Report Indiana State Watershed Restoration Action Report fo... | wikipedia |
wiki_7465_chunk_2 | Phase vocoder | Phase coherence problem
The main problem that has to be solved for all cases of manipulation of the STFT is the fact that individual signal components (sinusoids, impulses) will be spread over multiple frames and multiple STFT frequency locations (bins). This is because the STFT analysis is done using overlapping ana... | wikipedia |
wiki_5974_chunk_1 | Needleman–Wunsch algorithm | Introduction
This algorithm can be used for any two strings. This guide will use two small DNA sequences as examples as shown in Figure 1:
GCATGCG
GATTACA Constructing the grid
First construct a grid such as one shown in Figure 1 above. Start the first string in the top of the third column and start the other string ... | wikipedia |
wiki_3432_chunk_11 | Dirichlet eta function | Numerical algorithms
Most of the series acceleration techniques developed for alternating series can be profitably applied to the evaluation of the eta function. One particularly simple, yet reasonable method is to apply Euler's transformation of alternating series, to obtain Note that the second, inside summation is a... | wikipedia |
wiki_28508_chunk_1 | DIDO (software) | Usage
DIDO utilizes trademarked expressions and objects that facilitate a user to quickly formulate and solve optimal control problems. Rapidity in formulation is achieved through a set of DIDO expressions which are based on variables commonly used in optimal control theory. For example, the state, control and time var... | wikipedia |
wiki_15108_chunk_2 | Area code 409 | This includes the following cities and towns: Anahuac, Beaumont, Bevil Oaks, Bon Wier, Bridge City, Bronson, Brookeland, Buna, Burkeville, Call, China, Colmesneil, Deweyville, Doucette, Evadale, Fannett, Fred, Galveston, Gilchrist, Groves, Hamshire, Hankamer, Hemphill, High Island, Hillister, Hitchcock, Honey Island, J... | wikipedia |
wiki_31025_chunk_1 | Turtle Island Restoration Network | Overview
TIRN provides the umbrella organization to a number of projects including the Sea Turtle Restoration Project (STRP), Got Mercury? and SPAWN (Salmon Protection and Watershed Network). In order to achieve its goals, TIRN uses a combination of grassroots education and organizing, legal pressure, hands-on conserva... | wikipedia |
wiki_7829_chunk_3 | A2 (operating system) | Other differences between A2 and more mainstream operating systems is a very minimalist design, completely implemented in a type-safe language, with automatic memory management, combined with a powerful and flexible set of primitives (at the level of programming language and runtime system) for synchronising access to ... | wikipedia |
wiki_3066_chunk_47 | Question (character) | The Question's 1980s series has been collected into trade paperbacks:
The Question vol. 1: Zen and Violence (collects The Question #1–6, 176 pages, softcover, October 2007, )
The Question vol. 2: Poisoned Ground (collects The Question #7–12, 176 pages, softcover, May 2008, )
The Question vol. 3: Epitaph for a Hero (... | wikipedia |
wiki_28878_chunk_1 | Ecological station (Brazil) | In the 1970s the Special Secretariat of the Environment under the environmentalist Paulo Nogueira Neto launched a program of estações ecológicas (ecological stations) with the aim of establishing a network of reserves that would protect representative samples of all Brazilian ecosystems.
The objective of an ecological ... | wikipedia |
wiki_35261_chunk_3 | Institute for Computational Sustainability | The National Science Foundation announced in 2008 that it has established a five-year program to support research in the field of computational sustainability. Quoting from their Press Release 08-141:
August 18, 2008 The Directorate for Computer and Information Science and Engineering (CISE) at the National Science Fou... | wikipedia |
wiki_31186_chunk_6 | Computer cluster | A computer cluster may be a simple two-node system which just connects two personal computers, or may be a very fast supercomputer. A basic approach to building a cluster is that of a Beowulf cluster which may be built with a few personal computers to produce a cost-effective alternative to traditional high performance... | wikipedia |
wiki_14229_chunk_10 | Crash simulation | The forces and moments of all nodes are collected into a column vector (or column matrix), and the time dependent equations of motion (in dynamic equilibrium) can be written as follows.
where vector (mass times acceleration vector) collects the inertia forces at the nodes, collects the external nodal loads, and c... | wikipedia |
wiki_17345_chunk_5 | American Society for Cell Biology | Publications
Print publications:
Molecular Biology of the Cell: An online journal of scholarly research reports and essays published 24 times a year.
CBE- Life Sciences Education: An online peer-reviewed journal of life science education research and evidence-based practice.
ASCB Newsletter: The ASCB's monthly newslet... | wikipedia |
wiki_9754_chunk_6 | Unicode subscripts and superscripts | Other superscript and subscript characters
Unicode version 13.0 also includes subscript and superscript characters that are intended for semantic usage, in the following blocks:
Superscript
The Latin-1 Supplement block contains the feminine and masculine ordinal indicators ª and º.
The Latin Extended-C block contain... | wikipedia |
wiki_11542_chunk_2 | Robust statistics | The practical effect of problems seen in the influence function can be studied empirically by examining the sampling distribution of proposed estimators under a mixture model, where one mixes in a small amount (1–5% is often sufficient) of contamination. For instance, one may use a mixture of 95% a normal distribution,... | wikipedia |
wiki_18710_chunk_4 | List of programs broadcast by People's Television Network | 10 Minutes of Science
A Look at Nature & Microworlds
All About Rice
Amazing Human Powers
Data Box Science Search
Gokui: Chasing the Dream
Images of Japan
Japan in Focus
Japan Video Topics
Make and Play
Marco Polo: Ang Makabagong Paglalakbay
Mathematica 2
Maths Wonderland
Numbers and Figures
Only One Eart... | wikipedia |
wiki_23765_chunk_6 | Petrological Database of the Ocean Floor | Contents In its current application, PetDB contains and provides on-line access to a complete set of chemical parameters (currently over 250 elements, oxides, isotopes and isotope ratios), as well as petrographic (mode) data through a sophisticated query interface. New data are continuously being added to the database ... | wikipedia |
wiki_7839_chunk_13 | Mechanical floor | Willis Tower (Formerly Sears Tower): Levels 29–32, 64–65, 88–89, 104–108, 109 (penthouse), and 110 (penthouse roof) - total 15/110, 13%.
Petronas Towers: Floors 6–7, 38–40, 43, 84, 87–88 (total 9/88, 10%) (New York Times, Elevator World magazine)
Jin Mao Building: Floors 51–52, and 89–93 in the penthouse (total 7/93,... | wikipedia |
wiki_7541_chunk_9 | Transport network analysis | This class of problems aims to find the optimal location for one or more facilities along the network, with optimal defined as minimizing the aggregate or mean travel cost to (or from) another set of points in the network. A common example is determining the location of a warehouse to minimize shipping costs to a set o... | wikipedia |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.