Difference between revisions of "Coding"

From esoterum.org
Jump to: navigation, search
(Programming)
Line 23: Line 23:
 
==== ''snippits'' ====
 
==== ''snippits'' ====
 
*Cstring to int: <code>int n = atoi(StrInt);</code>
 
*Cstring to int: <code>int n = atoi(StrInt);</code>
 +
 +
=== SystemC ===
 +
*[http://www.asic-world.com/systemc/index.html SystemC Tutorial, ASIC-World]
  
 
=== Assembly ===
 
=== Assembly ===

Revision as of 17:26, 10 July 2008

liliget

GNU

Programming

IDE

Eclipse

Java

C

snippits

  • Cstring to int: int n = atoi(StrInt);

SystemC

Assembly

Mark-up Languages

LaTeX

HTML

Post Script

Modeling

AMPL (Linear Programming)

VHDL

Scripting

CGI

PHP

Interfaces