Geometry.Net - the online learning center
Home  - Basic_M - Ml Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 119    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Ml Programming:     more books (49)
  1. Funktionale Programmierung: Sprachdesign und Programmiertechnik (eXamen.press) by Peter Pepper, Petra Hofstedt, 2006-05-03
  2. Compiling with Continuations by Andrew W. Appel, 1991-11-29
  3. Sound and complete elimination of singleton kinds ([Research paper] / Carnegie Mellon University. School of Computer Science) by Karl Crary, 2000
  4. The performance of FoxNet 2.0 ([Research paper] / Carnegie Mellon University. School of Computer Science) by Herb Derby, 1999
  5. Machine Learning: ECML-94: European Conference on Machine Learning, Catania, Italy, April 6-8, 1994. Proceedings (Lecture Notes in Computer Science)
  6. Algebra, Meaning, and Computation: Essays dedicated to Joseph A. Goguen on the Occasion of His 65th Birthday (Lecture Notes in Computer Science)
  7. Introduction to HOL: A Theorem-Proving Environment for Higher-Order Logic

61. CS 132: Compiler Design
Learning Standard ML. If you ve done some Sml programming in the past, the shortestway to Chapter 1 jumps right into a relatively complex ML program;
http://www.cs.hmc.edu/courses/2005/spring/cs132/
CS 132: Compiler Design
Spring 2005 Syllabus Assignments Readings Handouts ... Help!
Announcements
References

62. CSE298 Textbook: Elements Of ML Programming
CSE298 Textbook Elements of ml programming. Jeffrey D. Ullman, 1998. We will beusing the ML97 edition, 1. Other Formats. 2. Elements of ml programming
http://www.engr.uconn.edu/~jeffm/Classes/CSE298-Spring-1999/General/book.html
Previous Next Table of Contents
CSE298 Textbook: Elements of ML Programming
Jeffrey D. Ullman, 1998
We will be using the ML97 edition, published in 1998. This is an update of the first edition from 1994.
Other Formats
Elements of ML Programming
Previous Next Table of Contents

63. CSE298 Textbook: Elements Of ML Programming: Elements Of ML Programming
Elements of ml programming. a1books.com has this book for $35, shipping is $3.95,and it should take about a week to process and ship an order.
http://www.engr.uconn.edu/~jeffm/Classes/CSE298-Spring-1999/General/book-2.html
Previous Next Table of Contents
2. Elements of ML Programming
a1books.com has this book for $35, shipping is $3.95, and it should take about a week to process and ship an order. List is $39, and that is what the Co-op is charging (subtract your 2% rebate, add 6% tax, and it's $40.51). Previous Next Table of Contents

64. ScienceDaily Books : Elements Of ML Programming, ML97 Edition (2nd Edition)
Buy Elements of ml programming, ML97 Edition (2nd Edition) Books cheap.
http://www.sciencedaily.com/cgi-bin/apf4/amazon_products_feed.cgi?Operation=Item

65. The Second Book Of Machine Language - Preface
It would illustrate advanced programming technique and also provide the readerwith a powerful assembler to use in other ml programming.
http://www.atariarchives.org/2bml/preface.php
Preface
This book shows how to put together a large machine language program. All of the fundamentals were covered in my first book, Machine Language for Beginners What remains is to put the rules to use by constructing a working program, to take the theory into the field and show how machine language is done.
Showing how to construct an assembler-written entirely in machine language would serve two useful purposes. It would illustrate advanced programming technique and also provide the reader with a powerful assembler to use in other ML programming.
This book, then, offers the reader both a detailed description of a sophisticated machine language program (the LADS assembler) and an efficient tool, a complete language with which to write other machine language programs. Every line in the LADS assembler program is described. All the subroutines are picked apart and explained. Each major routine is examined in depth.
LADS, the Label Assembler Development System, is a fast, feature-laden assembler-it compares favorably with the best assemblers available commercially. And not the least of its virtues is the fact that few programs you will ever use will be as thoroughly documented and therefore as accessible to your understanding, modification, and customization.
LADS is a learning device too. By exploring the assembler, you will learn how to go about writing your own large machine language (ML) programs. You will see how a data base is created and maintained, how to communicate with peripherals, and how to accomplish many other ML tasks. Also, because you can study the creation of a computer language, the LADS assembler, you will gain an in-depth knowledge of the intimate details of direct communication with your computer.

66. Index By Name
mlton20030625-1, An optimizing compiler for the Standard ml programming language.mlton-20030625-1, An optimizing compiler for the Standard ml programming
http://rpmfind.net/linux/RPM/sourceforge/m/ml/ByName.html
Index index by Group index by Distribution index by Vendor ... Search
index by Name
mlkw-2.0.0-8 ML KICKweb server autoconfig scripts linux/i386 mlkw-0.1.2-1 ML KICKweb server autoconfig scripts linux/i386 mlton-20030625-1 An optimizing compiler for the Standard ML programming language. mlton-20030625-1 An optimizing compiler for the Standard ML programming language. linux/i386 mlton-20030513-1 An optimizing compiler for the Standard ML programming language. mlton-20030513-1 An optimizing compiler for the Standard ML programming language. linux/i386 mlton-20030512-1 An optimizing compiler for the Standard ML programming language. mlton-20030512-1 An optimizing compiler for the Standard ML programming language. linux/i386 mlton-20030502-1 An optimizing compiler for the Standard ML programming language. mlton-20030502-1 An optimizing compiler for the Standard ML programming language. linux/i386 mlton-20030501-1 An optimizing compiler for the Standard ML programming language. mlton-20030501-1 An optimizing compiler for the Standard ML programming language. linux/i386 mlton-20030419-1 An optimizing compiler for the Standard ML programming language.

67. The ML Programming Guide
B. Basics about ml programming and Projects B.1. Creating an ML Project byusing MeVisLab B.2. Files in an ML Project B.3. Programming Examples B.4.
http://www.mevislab.de/fileadmin/docs/html/mlguide/TheMLGuide.html
The ML Programming Guide
The ML Programming Guide
Programming Object-Oriented Image Processing with the MeVis Library
Wolf Spindler
Table of Contents
About This Book
1. What This Book Contains 2. What You Should Know Before Reading This Book 3. Suggestions for Further Reading ... Index
List of Figures
The classes MedicalImageproperties, PagedImg, SubImg, and TSubImg are derived from ImageProperties. All fields are derived from Field. Page-Based getTile (II) Some image classes are derived from ImageProperties. ... Slice-Based A.1. Abstraction Levels of MeVisLab A.2. Module network and module panels
List of Examples
Deriving a new class from Base Making a Base ... objects B.1. Exporting Library Symbols B.2. MLIsCAPILinkCompatible B.3. MLIsCPPAPILinkCompatible
© 2005 MeVis gGmbH
 About This Book

68. No Title
for a list of online tutorials and books. The book Elements of ml programmingby J. Ullman has been put on reserve in the library.
http://www.cs.ucsd.edu/classes/fa00/cse130/
CSE 130, Fall'00 - Programming Languages: Principles and Paradigms
This is the web page of course CSE 130, located at http://www-cse.ucsd.edu/classes/fa00/cse130/ In this course you will learn the theoretical principles that are used in designing and evaluating programming languages, as well the main programming paradigms such as imperative, object oriented, functional and logic programming. Prerequisite for the class are and , i.e., object-oriented programming and data stractures. Since object oriented programming is a prerequisite, in this course we will concentrate on the other programming styles exemplified mainly by the Scheme, ML and Prolog programming languages. Imperative and object oriented programming languages (like C, C++, Java) will also be used for comparison purposes.
Final Exam
The Final exam is scheduled on Friday December 8, from 3:00pm to 5:59pm in Center 105. Exam is open book, open notes. We will be regularly holding office hours during final week (Tuesday and Thursday).
Webboard
The WebBoard system ( http://fire.ucsd.edu:1080/~cs130f

69. Computer Books At Discount Prices - Nerdbooks.com
Computer books and technical books at prices lower than amazon and bookpool.Over 40000 items in stock.
http://www.nerdbooks.com/item.php?id=0137903871

70. CIS 425 Principles Of Programming Languages
Elements of ml programming, by Jeffrey Ullman, Prentice Hall, 1997. Availableat the bookstore Good reference for ml programming.
http://www.cs.uoregon.edu/education/classes/02S/cis425/
CIS 425 Spring 2002
Principles of Programming Languages
CRN 31059 Details Objectives Schedule Assignments ... Announcements Last updated 2002/05/31 11:42:08
Details

71. Standard ML
The Standard ml programming language is defined formally. However, a largeStandard ML program would contain many definitions (of values, functions or
http://www.dcs.ed.ac.uk/home/stg/NOTES/node4.html
NEXT UP PREVIOUS CONTENTS ... INDEX
Standard ML
The Standard ML programming language is defined formally. This definition is presented as a book of rules [ ] expressed in so-called Natural Semantics, a powerful but concise formalism which records the essential essence of the language while simultaneously abstracting away from the uninformative detail which would inevitably be needed in a programming language implementation. As a comparison, the published model implementation of Standard Pascal [ ] is five times longer than the definition of Standard ML. This is a shocking fact because Standard ML is a much more sophisticated language than Pascal. In these notes we follow the 1997 revision of the language definition. in [ ] suggests that one of the advantages of functional programming is the ability to glue programs together in many different ways. For this, we require the ability to manipulate functions as data. We will pass them as arguments to other functions and even return them as the results of functions. In order for such a powerful mechanism to be exploited to the fullest, the language must provide a means for functions to be defined in a general, re-usable way which allows values of different types to be passed to the same function. As we shall see, Standard ML provides such a feature without compromising the security of the type system of the language. The mechanism by which applicative programs are evaluated is then discussed. This leads into the consideration of alternative evaluation strategies one of which is so-called lazy evaluation. This strategy has a profound effect on the style of programming which must be deployed.

72. Euro-Par'99 - Topic 11
D Caml Native Support for Distributed ml programming in Heterogeneous EnvironmentKen Wakita and Takashi Asano and Masataka Sassa
http://www.enseeiht.fr/europar99/programme/T11.html
Topic 11: Parallel Programming : Models, Methods and Languages
Programme Committee:
Luc Bougé (ENS Lyon, France) , Global Chair
Bill McColl
(Oxford University Computing Laboratory, England) , Vice-Chair
Henk J. Sips
(University of Technology, Dept. of Computer Science, Delft, the Netherlands) , Vice-Chair
Mamoun Filali
(IRIT, Toulouse, France) , Local Chair
Description:
Topics of interest include:
  • parallel languages
  • abstract models
  • application of formal semantics
  • program transformation
  • skeletons
  • rigorous design processes
  • cost modeling
  • heterogeneous systems
  • run time systems
  • application-specific languages
  • compilers
Schedule
Session 1 : Run Time Support
Thursday, 2nd September, Morning
Exploiting Advanced Task Parallelism in High Performance Fortran via a Task Library
Thomas Brandes A Run-time System for Dynamic Grain Packing
Optimising Skeletal-Stream Parallelism on a BSP Computer

Andrea Zavanella Session 2 : Parallelization
Thursday, 2nd September, Morning
Parallel Programming by Transformation
Noel Winstanley Condensed Graphs: A Multi-Level, Parallel, Intermediate Representation

73. Beijing Seminar: Beijing'96 --- Lecturers (ifipwg22)
Extended ML is a framework for the formal development of software systems in theStandard ml programming language from highlevel specifications of their
http://www.irisa.fr/s4/wg22/beijing96/be96abstracts.html
IFIP Working Group 2.2
Beijing Seminar
28 September - 4 October 1996.
Abstracts of the lectures
Egidio Astesiano
Integrating Data and Process Specifications
We present an approach to the formal specification of systems (reactive/dynamic/concurrent), which extends some of the key ideas and techniques of the algebraic specification of abstract data types. The approach covers the various phases of the specification process, from requirement to design, via implementation steps. As a distinguishing feature, compared to others, the method does not just combine the specification of usual static data types with some paradigm for describing processes, but qualifies processes as particular data, abstractly characterised by their dynamic properties. Indeed: the models of a specification are classes of many-sorted structures (usually many-sorted first-order, possibly partial, structures) and processes are modelled by labelled transition systems, identifying a process state with a dynamic element in a structure, where the activity of dynamic elements is characterised by transition predicates. As a consequence of the above two key assumptions, we have the benefits of the algebraic approach and of the various techniques flourished around labelled transition systems, plus some extra bonus due to the combination; in particular

74. Programming Languages (Honors) G22.3110 Fall 2001 ML Programming
Programming Languages (Honors) G22.3110 Fall 2001 ml programming Project DueMonday, November 26 Your task is to implement a polymorphic type inferencer for
http://www.cs.nyu.edu/courses/fall01/G22.3110-001/ml_assignment.txt
Programming Languages (Honors) G22.3110 Fall 2001 ML Programming Project Due Monday, November 26 Your task is to implement a polymorphic type inferencer for the language whose syntax is represented by the exp datatype in the file unify.sml. You are free to use all the code on unification provided in the file or from any other source, but are not allowed to use code from any other source besides this document for the type inference component. Generic vs. non-generic type variables Consider the following ML definition: fun foo x y = let fun bar z = if length z

75. Librairie Ellipse.ch [Elements Of ML Programming ML97 Edition Intl. Ed.]

http://www.ellipse.ch/Produit.aspx?Produit=17748

76. Programming In Standard ML '97: On-line Tutorial
An online tutorial by Stephen Gilmore.
http://www.dcs.ed.ac.uk/home/stg/NOTES/
Programming in Standard ML '97:
An On-line Tutorial
Stephen Gilmore
Laboratory for Foundations of Computer Science
The University of Edinburgh September 1997
(Revised June 1998, Apr 2000, Jan 2003, March 2004) Standard ML is a programming language which combines the elegance of functional programming with the effectiveness of imperative programming. This tutorial introduces important concepts in the language, illustrating them with brief examples. The examples are suitable for cutting-and-pasting into an on-line session. To navigate through the tutorial you can either move sequentially through by following the Next links or dip in and out by selecting topics from the table of contents by following the Contents link. This tutorial is also available as a or suitable for printing. The printable version contains an extra chapter which is not available in this on-line version.
NEXT
CONTENTS INDEX SUPPLEMENTARY INFORMATION

77. Programming In Standard ML
These notes are intended as a brief introduction to Standard ml (1997 dialect) for the experienced programmer
http://www-2.cs.cmu.edu/People/rwh/introsml/
Programming in Standard ML
Robert Harper
School of Computer Science
Carnegie Mellon University
Fall, 2000
This version of the notes is obsolete! The current version is available here These notes are intended as a brief introduction to Standard ML (1997 dialect) for the experienced programmer. They began as lecture notes for 15-212: Fundamental Principles of Computer Science II , the second semester of the introductory sequence in the undergraduate computer science curriculum at Carnegie Mellon University. They have subsequently been used in several other courses at Carnegie Mellon, and at a number of universities around the world. These notes are intended to supersede my Introduction to Standard ML , which has been widely circulated over the last ten years. The Definition of Standard ML (Revised) by Robin Milner, Mads Tofte, Robert Harper, and David MacQueen (MIT Press, 1997) constitutes the official definition of the language. It is supplemented by the Standard ML Basis Library , which defines a common basis of types that are shared by all implementations of Standard ML. There are several implementations of Standard ML available for a variety of hardware and software platforms.

78. Functional Programming In The Real World
Lists functional programs written primarily to perform to realworld tasks. Has pure programs (no side effects) and impure (some use of side effects). Languages Caml, Clean, Erlang, Haskell, Miranda, Scheme, Standard ml.
http://homepages.inf.ed.ac.uk/wadler/realworld/
Functional Programming in the Real World
Here is a list of functional programs applied to real-world tasks. The main criterion for being real-world is that the program was written primarily to perform some task, not primarily to experiment with functional programming. Functional is used in the broad sense that includes both `pure' programs (no side effects) and `impure' (some use of side effects). Languages covered include CAML, Clean, Erlang, Haskell, Miranda, Scheme, SML, and others. Further entries are solicted. To submit an entry, please copy the HTML source of this sample and fill in your own details, then send by email to the address below. If in doubt whether your application is suitable for the list, please ask. This list was originally inspired by a Dagstuhl workshop in May 1994 on Functional Programming in the Real World , organised by Robert Giegerich and John Hughes. The list was originated by Philip Wadler, who currently maintains it. Thanks are due to our previous maintainers, Andy Gill and Jonathan Hogg Quite a few libraries exist for various languages, many of which include some impressive real-world applications. Have a look at:

79. Machine Learning And Natural Language Processing Lab - Home
Research on Data Mining, Machine Learning,Inductive Logic programming, Relational Learning, Machine Learning for Bioinformatics.
http://www.informatik.uni-freiburg.de/~ml/
@import "css/main.css";
Institute for Computer Science
Home Events People ... Contact
Welcome to the chair of
Machine Learning and Natural Language Processing
Projects: cInQ (1.5.2001 30.4.2004) [European Union Project IST-2000-26469] APrIL [European Union Project IST-2001-33035] Jobs: no open positions at the moment Daisy, Marie Curie doctoral fellowships Events: 22nd International Conference on Machine Learning, Bonn (ICML 2005) Dagstuhl Seminar 05051 Photos from the Workshop: Freiburg, Leuven and Friends 2002 12th European Conference on Machine Learning (ECML'01) ... Workshop on Inductive Databases and Constraint Based Mining

80. Programming Languages Can Have Dialects
An introduction to the ml dialect at Frozen North Linux Online.
http://npt.cc.rsu.ru/user/wanderer/ODP/REBOL_RMAIL/REBOL ml Dialect.htm

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 4     61-80 of 119    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter