Koleksi Kode Sumber (24) : Tetris Sederhana dalam Bahasa Python
Sumber : http://defaultset.blogspot.com/
Sumber : http://defaultset.blogspot.com/
[sourcecode languange=”cpp”] /* * chmod [mode] files * change mode of files * * by Patrick van Kleef */ [/sourcecode]
[sourcecode language=”cpp”] /* $Header: cc.c,v 1.2 86/08/26 09:40:10 erikb Locked $ Driver for the CEMCOM compiler: works like /bin/cc and accepts the options accepted by […]
[sourcecode language=”cpp”] /* cat – concatenates files Author: Andy Tanenbaum */ [/sourcecode]
[sourcecode language=”cpp”] /* basename – print the last part of a path: Author: Blaine Garfolo */ [/sourcecode] [sourcecode language=”cpp”] #define NULL 0 main(argc,argv) int argc; […]
[sourcecode languange=”cpp”] /* ar – archiver Author: Michiel Huisjes */ /* * Usage: ar [adprtvx] archive [file] … * v: verbose * […]
[sourcecode language=”cpp”] #include<stdio.h> int main(void) { int n; scanf("%d",&n); printf("%d \n",n); return 0; } [/sourcecode]
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: : : : TITLE: Calculate Latitude and Longitude from Rate Center V&H in C : : : : This function calculates the latitude […]
Copyright © 2024 | WordPress Theme by MH Themes