Sciweavers

3256 search results - page 14 / 652
» Mixin-Based Programming in C
Sort
View
DTJ
1998
93views more  DTJ 1998»
13 years 8 months ago
Analyzing Memory Access Patterns of Programs on Alpha-based Architectures
Susanne M. Balle, Simon C. Steely Jr.
MP
1998
63views more  MP 1998»
13 years 8 months ago
Partitioning mathematical programs for parallel solution
Michael C. Ferris, Jeffrey D. Horn
CAV
2006
Springer
122views Hardware» more  CAV 2006»
14 years 14 days ago
Repair of Boolean Programs with an Application to C
We show how to find and fix faults in Boolean programs by extending the program to a game. In the game, the protagonist can select an alternative implementation for an incorrect st...
Andreas Griesmayer, Roderick Bloem, Byron Cook
GECCO
2006
Springer
144views Optimization» more  GECCO 2006»
14 years 11 days ago
When lisp is faster than C
This paper compares the performance of the program evaluation phase of genetic programming using C and Common Lisp. A simple experiment is conducted, and the conclusion is that ge...
Børge Svingen

Book
3104views
15 years 6 months ago
HTTP Programming Recipes for C# Bots
"The Hypertext Transfer Protocol (HTTP) allows information to be exchanged between a web server and a web browser. C# allows you to program HTTP directly. HTTP programming all...
Jeff Heaton