alx-low_level_programming

所属分类:数据结构
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2022-10-04 22:02:07
上 传 者sh-1993
说明:  低级编程和算法
(Low-level programming & Algorithm)

文件列表:
0x00-hello_world/ (0, 2022-10-04)
0x00-hello_world/0-preprocessor (30, 2022-10-04)
0x00-hello_world/1-compiler (26, 2022-10-04)
0x00-hello_world/100-intel (38, 2022-10-04)
0x00-hello_world/101-quote.c (234, 2022-10-04)
0x00-hello_world/2-assembler (26, 2022-10-04)
0x00-hello_world/3-name (32, 2022-10-04)
0x00-hello_world/4-puts.c (168, 2022-10-04)
0x00-hello_world/5-printf.c (181, 2022-10-04)
0x00-hello_world/6-size.c (423, 2022-10-04)
0x01-variables_if_else_while/ (0, 2022-10-04)
0x01-variables_if_else_while/0-positive_or_negative.c (432, 2022-10-04)
0x01-variables_if_else_while/1-last_digit.c (564, 2022-10-04)
0x01-variables_if_else_while/100-print_comb3.c (365, 2022-10-04)
0x01-variables_if_else_while/101-print_comb4.c (534, 2022-10-04)
0x01-variables_if_else_while/102-print_comb5.c (754, 2022-10-04)
0x01-variables_if_else_while/2-print_alphabet.c (233, 2022-10-04)
0x01-variables_if_else_while/3-print_alphabets.c (308, 2022-10-04)
0x01-variables_if_else_while/4-print_alphabt.c (309, 2022-10-04)
0x01-variables_if_else_while/5-print_numbers.c (227, 2022-10-04)
0x01-variables_if_else_while/6-print_numberz.c (261, 2022-10-04)
0x01-variables_if_else_while/7-print_tebahpla.c (228, 2022-10-04)
0x01-variables_if_else_while/8-print_base16.c (330, 2022-10-04)
0x01-variables_if_else_while/9-print_comb.c (308, 2022-10-04)
0x02-functions_nested_loops/ (0, 2022-10-04)
0x02-functions_nested_loops/0-putchar.c (287, 2022-10-04)
0x02-functions_nested_loops/1-alphabet.c (226, 2022-10-04)
0x02-functions_nested_loops/10-add.c (233, 2022-10-04)
0x02-functions_nested_loops/100-times_table.c (744, 2022-10-04)
0x02-functions_nested_loops/101-natural.c (285, 2022-10-04)
0x02-functions_nested_loops/102-fibonacci.c (317, 2022-10-04)
0x02-functions_nested_loops/103-fibonacci.c (330, 2022-10-04)
0x02-functions_nested_loops/104-fibonacci.c (899, 2022-10-04)
0x02-functions_nested_loops/11-print_to_98.c (363, 2022-10-04)
0x02-functions_nested_loops/2-print_alphabet_x10.c (279, 2022-10-04)
0x02-functions_nested_loops/3-islower.c (331, 2022-10-04)
0x02-functions_nested_loops/4-isalpha.c (347, 2022-10-04)
0x02-functions_nested_loops/5-sign.c (401, 2022-10-04)
... ...

# Low-level programming & Algorithm module of Low-level programming and algorithm, done during **Full Stack Software Engineering** studies at ALX School. ## Technologies * C files are complied using `gcc 4.8.4` * C files are written according to C90 standard * tested on Ubuntu 14.04 LTS ## Files All of the following files are programs written in C: | Filename | Description | | -------- | ----------- | | `0x00-hello_world` | It aims to learn about what is entry point, basics commands (puts, printf, putchar), compilation process with gcc **in C language** | | `0x01-variables_if_else_while` | It aims to learn about arithmetic operators, relational operators, boolean operators, comments, declaring variables and loops **in C language** | | `0x02-functions_nested_loops` | It aims to learn about header files, functions, loops and nested loops **in C language** | | `0x03-debugging` | It aims to learn how to debug **in C language** | | `0x04-more_functions_nested_loops` | It aims to learn about nested loops **in C language** | | `0x05-pointers_arrays_strings` | It aims to learn about pointers and arrays **in C language** | | `0x06-pointers_arrays_strings` | It aims to learn about pointers and arrays **in C language** | | `0x07-pointers_arrays_strings` | It aims to learn about pointers and arrays **in C language** | | `0x08-recursion` | It aims to learn about recursion and how to implement it **in C language** | | `0x09-static_libraries` | It aims to learn about static libraries **in C language** | | `0x0A-argc_argv` | It aims to learn about how to use arguments passed to a program **in C language** | | `0x0B-malloc_free` | It aims to learn about automatic and dynamic allocation **in C language** | | `0x0C-more_malloc_free` | It aims to learn about how to use malloc, calloc, realloc and exit functions **in C language** | | `0x0D-preprocessor` | It aims to learn about how to include guard in the header files and macros **in C language** | | `0x0E-structures_typedef` | It aims to learn about structures and typedef **in C language** | | `0x0F-function_pointers` | It aims to learn about function pointers **in C language** | | `0x10-variadic_functions` | It aims to learn about variadic functions **in C language** | | `0x12-singly_linked_lists` | It aims to learn about linked lists **in C language** | | `0x13-more_singly_linked_lists` |It aims to learn about singly linked lists **in C language** | | `0x14-bit_manipulation` | It aims to learn about how to manipulate bits and use bitwise operators **in C language** | | `0x15-file_io` | It aim is to learn about how to handle files (open, close, read and write), file discriptors, system calls and file permission in **C language** | | `0x17-doubly_linked_lists` | It aims to learn about doubly linked list in C **C language** |

近期下载者

相关文件


收藏者