Sciweavers

3256 search results - page 14 / 652
» Mixin-Based Programming in C
Sort
View
DTJ
1998
93views more  DTJ 1998»
14 years 9 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»
14 years 9 months ago
Partitioning mathematical programs for parallel solution
Michael C. Ferris, Jeffrey D. Horn
CAV
2006
Springer
122views Hardware» more  CAV 2006»
15 years 1 months 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»
15 years 1 months 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
157
Voted

Book
3104views
16 years 7 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