Search

Search Funnelback University

Search powered by Funnelback
101 - 150 of 382 search results for news
  1. Fully-matching results

  2. https://www.cl.cam.ac.uk/~pes20/confer2.txt

    https://www.cl.cam.ac.uk/~pes20/confer2.txt
    8 Aug 2000: uk. At the same time send a paper copy with a cheque to Caroline Bean Computer Laboratory New Museums Site Pembroke Street Cambridge UK CB2 3QG Caroline will be away from
  3. MODULE 5q - An interface

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE5q.html
    10 Nov 2000: These changes from private to public constitute more bad news. The principal reason that the programming style is so bad is most easily appreciated if you consider adding a new child ... radiusthis.radius; } public boolean compare(Shape that) // new EVIL
  4. Survey of Robot Reasoning in AI

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node11.html
    17 Nov 2000: Typical research topics (in order of increasing abstraction) are:. 1. New manipulator, arm, and sensor designs. ... New manipulator developments include general purpose devices such as multi-fingered manipulators (e.g.
  5. Envisionment of Motion through Contact States

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node71.html
    17 Nov 2000: Updating the contact set to reflect a change of state involves adding new contacts to the set, and removing all reference to contacts that have been separated. ... A higher level of reasoning in the program makes use of this contact set information to
  6. Professional Practice and Ethics (50% option only)

    https://www.cl.cam.ac.uk/DeptInfo/CST00/node18.html
    20 Sep 2000: Ownership of computer software: a new problem in intellectual property rights.
  7. MODULE 7q - Redeeming Class Shape

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE7q.html
    10 Nov 2000: Shape incorporates the new abstract method rank() as well as the renamed compare() method, now called greaterThan(). ... Every new Shape descendant defines its own chosen feature as the rank() and all is well.
  8. Learning Day

    https://www.cl.cam.ac.uk/DeptInfo/CST00/node17.html
    20 Sep 2000: New York: Wiley. Next: Professional Practice and Ethics Up: Michaelmas Term 2000: Part Previous: Introduction to Computer Science.
  9. Programming in Java

    https://www.cl.cam.ac.uk/DeptInfo/CST00/node22.html
    20 Sep 2000: More control structures. Defining new types. Design and testing programs in Java.
  10. General Query Expansion Techniques for Spoken Document Retrieval

    mi.eng.cam.ac.uk/reports/full_html/jourlin_esca99.html/
    2 Mar 2000: The new document universe is defined with a set of query atomic terms. ... An example at this stage would look like :. Query. : "Trains in New York".
  11. Comparative Programming Languages

    https://www.cl.cam.ac.uk/DeptInfo/CST00/node46.html
    20 Sep 2000: Smalltalk. History, syntax, classes, declaration, example showing the definition of new classes and methods.
  12. MODULE 8q - Threaded Code

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE8q.html
    10 Nov 2000: SharedObject pot = new SharedObject(); ThreadA tA = new ThreadA(pot); ThreadB tB = new ThreadB(pot); tA.start(); tB.start(); } } class SharedObject { public synchronized void get(String s, long n) { for (int ... A MINOR ADDITION TO THE PROGRAM Next add
  13. A Method for Direct Audio Search with Applications to Indexing and…

    mi.eng.cam.ac.uk/reports/full_html/johnson_icassp00.html/
    16 Jun 2000: Method. CPUs. non-news. news. window, 5@1s. 3514. 5459s=60.8%. 110s=0.5%. window, 10@2s. ... windows. (s). non-news. news. 5s long, 1s shift. 0. 60.8%. 0.49%.
  14. General Evaluation of a Qualitative Representation

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node91.html
    17 Nov 2000: reasoning. Some evaluation criteria for a qualitative representation are:. 1. What new facilities does the representation provide? ... PDO/EPB provides new qualitative methods for representing shape and relative position of objects.
  15. HOME GEOTECHNICAL CENTRIFUGES

    www-g.eng.cam.ac.uk/125/achievements/centrifuges/index.htm
    27 Jun 2000: In this case a brief design study was all that was necessary to indicate that a completely new arm would be the only satisfactory approach to the conventional hinge solution.
  16. https://www.cl.cam.ac.uk/~lp15/archive/ERRATA.txt

    https://www.cl.cam.ac.uk/~lp15/archive/ERRATA.txt
    20 Jun 2000: page 229: now there is another examples directory, IMP (a semantics equivalence proof for an imperative language) Higher-Order Logic page 243: Pow is a new constant of type 'a set = ... These new sections are available separately as the file
  17. Information Theory and Coding

    https://www.cl.cam.ac.uk/DeptInfo/CST00/node67.html
    20 Sep 2000: Cover, T.M. & Thomas, J.A. (1991). Elements of Information Theory. New York: Wiley.
  18. Spoken Document Retrieval for TREC-7 at Cambridge University

    mi.eng.cam.ac.uk/reports/full_html/johnson_trec7.html/
    30 Mar 2000: This was useful, but we went further and developed a new pair of stoplists specifically for the broadcast news data. ... to be made equivalent. A stemming exceptions list was also made to compensate for known problems with the Porter stemmer, such as
  19. HCI = Engineering + Psychology

    https://www.cl.cam.ac.uk/teaching/2000/AGraphHCI/HCI/hcinotes.html
    6 Nov 2000: Software that is usable for its purpose is sometimes described by programmers as "intuitive" (easy to learn, easy to remember, easy to apply to new problems) or "powerful" (efficient, effective). ... Others required new research which was conducted in
  20. MODULE 4q - An abstract class

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE4q.html
    10 Nov 2000: By modifying the Block.java program, or otherwise, set up a new file ShapeA.java containing the code below. ... public class ShapeA { public static void main(String[] args) { Square jack = new Square("Trafalgar", 2d); Circle jill = new Circle("Arctic",
  21. MODULE 5p - Packages

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE5p.html
    10 Nov 2000: fhk1/public_html/java/classes and another directory sack is created in this new directory. ... Compile the new version of PackTest.java: $ javac PackTest.java There should be no complaints.
  22. MODULE 10

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE10.html
    10 Nov 2000: MODULE 10 - SHEET 1. public class DiningPhilosophers { private static final int SIZE = 5; public static void main(String[] args) { Fork[] forks = new Fork[SIZE]; for (int f = 0; f<SIZE; f++) ... forks[f] = new Fork(f); Thread[] phil = new Thread[SIZE];
  23. Spoken Document Retrieval for TREC-8 at Cambridge University

    mi.eng.cam.ac.uk/reports/full_html/johnson_trec8.html/
    30 Mar 2000: news programs provided along with a list of manually-generated story (or document) boundaries. ... 1996 to Jan. 1998 (from the Primary Source Media Broadcast News collection) and Jan.
  24. Celebrating Time: Fitzwilliam Exhibition opens | University of…

    https://www.cam.ac.uk/news/celebrating-time-fitzwilliam-exhibition-opens
    12 Jan 2000: Search. Search. Celebrating Time: Fitzwilliam Exhibition opens. News. Celebrating Time: Fitzwilliam Exhibition opens.. ... With the dawning of a new millennium, a Fitzwilliam Museum exhibition and the annual Darwin Lecture Series will both address the
  25. Learning Day

    https://www.cl.cam.ac.uk/DeptInfo/CST00/node100.html
    20 Sep 2000: New York: Wiley. Next: Mathematics for Computation Theory Up: Michaelmas Term 2000: Part Previous: Introduction to Computer Science.
  26. An AGDD “XmlFileBuilder” Christopher.Lester@cern.ch

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/index.htm
    24 Sep 2000: An AGDD “XmlFileBuilder” Christopher.Lester@cern.ch. 24/09/00. Table of Contents. Author: Zhelezov. Email: Christopher.Lester@cern.ch.
  27. MODULE 6q - Exceptions

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE6q.html
    10 Nov 2000: try { n = a[p++]; if (n==0) throw new BadZeroException(); if (n==13) throw new BadLuckException(); } catch(BadZeroException e) // catch 3 { System.out.print("---> "); } return n; } } class BadLuckException extends Exception { public ... Finished // Read
  28. The Cambridge University Spoken Document Retrieval System

    mi.eng.cam.ac.uk/reports/full_html/johnson_icassp99.html/
    8 Mar 2000: Unfortunately the Porter algorithm suffers from some problems for example mapping news'' to new'' but not equating government'' and governmental''. ... Furthermore new language models were estimated from an extended set of broadcast news transcripts and
  29. Spatial Reasoning for Robots: A Qualitative Approach

    https://www.cl.cam.ac.uk/~afb21/publications/masters/allthesis.html
    17 Nov 2000: Victoria University of Wellington. October 1988. Abstract. This thesis presents a new approach to the problem of shape representation for high level robot reasoning tasks. ... The results of this investigation are applicable both to the field of robotics,
  30. Abstract of Thesis "Argumentative Zoning: Information Extraction …

    https://www.cl.cam.ac.uk/~sht25/thesis/abstract.html
    7 Jul 2000: We present a new type of analysis for scientific text which we call Argumentative Zoning.
  31. CUED SEM Bibliography

    www-g.eng.cam.ac.uk/125/achievements/oatley/bibweb.htm
    10 Aug 2000: PhD Dissertation, Cambridge University (1958). Oatley C.W: The scanning electron microscope New Sci. ... Reinhold, New York), (1961). Thornley, R.F.M. Recent developments in scanning electron microscopy.
  32. MODULE 2

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE2.html
    10 Nov 2000: save a line write: jack = new int[4]; // int[] jack = new int[4]; jack[1] = 10; jack[3] = jack[1] - 5; jack[0] = jack[3]; jack[k1] = 6; int sum = 0;
  33. Spatial Representation and Reasoning in Robotics

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node10.html
    17 Nov 2000: This is particularly noticeable in the field of qualitative physics, because the distinctive nature of the field is largely in the novel representation used, and a completely new approach to computer
  34. Two Methods for Qualitative Representation of Shape and Space

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node36.html
    17 Nov 2000: The qualitative geometric representation incorporates ideas and techniques that have been described in the previous two chapters, and are now used in a new overall context.
  35. The Cambridge University Multimedia Document Retrieval Demo System

    mi.eng.cam.ac.uk/reports/full_html/tuerk_sigir00demo.html/
    14 Aug 2000: This system gives a word error rate of 15.9% on the 1998 Hub4 broadcast news evaluation data. ... J. J. Odell, P. C. Woodland, and T. Hain. The CUHTK-Entropic 10xRT Broadcast News Transcription System.
  36. Who Spoke When? - Automatic Segmentation and Clustering for…

    mi.eng.cam.ac.uk/reports/full_html/johnson_eurospeech99.html/
    2 Mar 2000: The 1996 Hub-4 Broadcast News Transcription development data was used for all the experiments reported in this paper. ... A new frame-based efficiency is therefore defined. The previous formulae remain the same but the definitions are altered to:.
  37. MODULE 6p - Applets - Trials A

    https://www.cl.cam.ac.uk/teaching/1999/FoundsProg/MODULE6p.html
    10 Nov 2000: The explanation can wait a moment. First, using the same HTML as before, run the appletviewer program on this new applet: $ appletviewer AppletA.html & The appearance of the applet window ... After invoking the paint method, the running program hangs up.
  38. New Centre for Legal History: the opening of the Maitland Legal…

    https://www.cam.ac.uk/news/new-centre-for-legal-history-the-opening-of-the-maitland-legal-history-room
    22 Feb 2000: News. New Centre for Legal History: the opening of the Maitland Legal History Room.. ... The University's Law Faculty has a new centre for studying legal history.
  39. Improving Retrieval on Imperfect Speech Transcriptions

    mi.eng.cam.ac.uk/reports/full_html/jourlin_sigir99.html/
    8 Mar 2000: This paper presents the results from adding several forms of query expansion to our retrieval system running on several sets of transcriptions of broadcast news from the 1997 TREC-7 spoken ... A parallel corpus of 18628 documents from manually
  40. Class-based language model adaptation using mixtures of word-class…

    mi.eng.cam.ac.uk/reports/full_html/moore_icslp00.html/
    2 Nov 2000: S. Sekine, Automatic Sublanguage Identification for a New Text''; Second Annual Workshop on Very Large Corpora, Kyoto. ... Whittaker and S.J. Young, The 1997 HTK Broadcast News Transcription System''; DARPA Broadcast News 1998 Transcription and
  41. Spatial Reasoning in Qualitative Physics

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node5.html
    17 Nov 2000: Qualitative physics is a field of research that provides a new repertoire of reasoning techniques for computers.
  42. Naive Physics

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node28.html
    17 Nov 2000: It specifically did not recommend the construction of programs or new formal description methods.
  43. THE CU-HTK MARCH 2000 HUB5E TRANSCRIPTION SYSTEM

    mi.eng.cam.ac.uk/reports/full_html/hain_stw00.html/
    12 Oct 2000: This gave a new word list with 54,537 words where most of the pronunciations were already available in our broadcast news (Hub4) dictionary. ... P.C. Woodland, M.J.F. Gales, D. Pye & S.J. Young (1997). Broadcast News Transcription Using HTK.
  44. A note on Taylor's interlocking and Terzaghi’s "true…

    www-civ.eng.cam.ac.uk/geotech_new/people/ans/GeotechNews.htm
    6 Jan 2000: This note was published in Geotechnical News Vol 17 No 4 December 1999. ... Taylor (1948); ‘Fundamentals of Soil Mechanics’, Wiley, New York. Terzaghi (1943); ‘Theoretical Soil Mechanics’, Wiley, New York.
  45. Applied π – A Brief Tutorial Peter Sewell Computer ...

    https://www.cl.cam.ac.uk/~pes20/apppi.pdf
    28 Jul 2000: If A = {a1,. an} then new A in P denotes new a1 in. ... 19. code, one might take a new syntactic category of configuration, e.g.
  46. Early Qualitative Reasoning Systems

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node27.html
    17 Nov 2000: Forbus developed a new technique for qualitative reasoning in 1981, which he called qualitative process theory'' [For84a].
  47. INT WFS: Publications and Report

    https://people.ast.cam.ac.uk/~rgm/wfcsur/publications/
    12 May 2000: INT WFS: Publications and Reports. McMahon, R.G., Walton, N.A., et al, 1999, To appear in "Instrumentation at the ING", Edited by Walton, N, Smartt, S., New Astronomy Reviews" (Elsevier ... Science). The WFS Pipeline Irwin & Lewis To appear in
  48. Bibliography

    www.tcm.phy.cam.ac.uk/~pdh1001/papers/paper4/node10.html
    7 Jan 2000: Turnbull, eds., Solid State Physics Vol. 24 (Academic Press, New York, 1970) 1-36.
  49. Qualitative Representation of Size

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node41.html
    17 Nov 2000: This can be done by defining fractions of the reference values as new distinguished'' points.
  50. Integration of two approaches

    https://www.cl.cam.ac.uk/~afb21/publications/masters/node85.html
    17 Nov 2000: The addition of new motion strategies to an overall task planning structure provides an interesting basis for comparison to human acquisition of manipulation skills, as shown in Sussman's HACKER system
  51. Concurrent Systems: Instructor’s Guide

    https://www.cl.cam.ac.uk/teaching/2000/ConcSys/csig2/IG.html
    27 Sep 2000: The new problem to address is how to solve problems without shared memory. ... an old version of an object intact while the new version is built up.

Refine your results

Format

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.