Top "Implementation" questions

Deals with various issues of implementation.

Component diagram versus Class diagram?

class and package diagrams model logical design of software component diagram models implementation view Could you please clarify the above …

implementation uml class-diagram component-diagram
zip function in Haskell

implementation of a zip function that takes two lists as parameters and returns a new list of pairs. I got …

haskell recursion implementation
PHP Interface and Abstract Class best practice for inheritance?

When defining the structure and inheriting Interface and/or Abstract Class, which one is the best practice? And why? Here …

php inheritance abstract-class implementation
In-memory file system in java

I want to create a simple in-memory file system in Java, which has one root directory and is able to …

java filesystems implementation
Why is Linux memmove() implemented the way it is?

From the Linux manpage for memmove(3) The memmove() function copies n bytes from memory area src to memory area dest. …

c implementation memmove
Java: Implementing a Unsigned 128bit Integer

first off I should ask: Does anyone knows of a current implementation 128b UINT for Java? I need something to …

java integer implementation
C++ assert implementation in assert.h

00001 /* assert.h 00002 Copyright (C) 2001, 2003 Free Software Foundation, Inc. 00003 Written by Stephane Carrez ([email protected]) 00004 00005 This file is free software; …

c++ implementation assert
Implementing a database -- How to get started

I've been trying to learn programming for a while. I've studied Java and Python, and I'm comfortable with their syntax. …

database language-agnostic nosql implementation
Looking for Simple C Implementation of AES-128 and DES

I need C versions of AES-128 and DES to run on an embedded SPARC processor. I'm trying to measure the …

c aes implementation des sparc
how lisp implemented in assembly language?

many (may be all?) programming language consist of assembly language how lisp implemented in assembly language? is there any good …

assembly lisp implementation convention