A. Goncalves, A. H. Laender, M. A. Modesto, M. Cristo, and N. Ziviani. Finding What is Missing from a Digital Library: A Case Study in the Computer Science Field. Information Processing and Management, 45(3):380 - 391, 2009.
It is not a social centre but a family center; little entertaining goes on there or in the front room, if there 13 to be one; you do not entertain in anything approaching the middle-class 14 The wife's social life outside her 15 family is found over the washing-line, at the little...
In computer science, a programming language is said to have first-class functions if it treats functions as first-class citizens. This means the language supports passing functions as arguments to other functions, returning them as the values from other functions, and assigning them to variables ...
This is a collection of best paper awards from conferences in each computer science subfield, starting from 1996. Originally, the broadest representative conference for each subfield were selected to be included. This data was entered by hand from sources found online (many of them no longer ...
You can automatically skip some of errors while requesting a page using skip_request_errors config option. If raised error matches one of the errors in the list, then this error will be caught, and request will be skipped. It is a good idea to skip errors like NotFound(404), etc. Form...
‘Finding information with the pointer finger, that's so not intuitive for somebody who is not blind or visually impaired. If you grab something like this, usually it's your thumb’ (Participant 11). Eleven participants frequently engaged with stakeholders with less intention, later in the ...
In practice, what is passed is a pointer to theOuterprocedure’s stack frame. Now, if the containing function or precedure happens itself to be nested, then you can use the parent’s frame to access the local variables of the grandparent. ...
The pointer bases filling the reference strands are selected by traversing a pre-defined base mapping matrix. Each column in the reference pool is filled with pointer bases whose row numbers equal to the bit positions of “1” in a data fragment. The payload of a data strand is a ...
A process is a collection of threads all running in a single address space. Every process has at least one thread, called the main thread. Threads in the same process can share resources such as open files and can access any valid memory address in the process’s address space. You can ...
DSP algorithms, such as the example digital filters, usually require data in a range of addresses (a buffer) to be addressed so that the address pointer "wraps-around" from the end of the buffer back to the start of the buffer (bufferlength). This pointer movement is calledcircular bufferi...