diff options
Diffstat (limited to 'Programming_With_C_by_B_Gottfried')
13 files changed, 416 insertions, 0 deletions
diff --git a/Programming_With_C_by_B_Gottfried/1-Introductory_Concepts.ipynb b/Programming_With_C_by_B_Gottfried/1-Introductory_Concepts.ipynb new file mode 100644 index 0000000..5bf3c6f --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/1-Introductory_Concepts.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 1: Introductory Concepts" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/10-Strings.ipynb b/Programming_With_C_by_B_Gottfried/10-Strings.ipynb new file mode 100644 index 0000000..22d1427 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/10-Strings.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 10: Strings" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/12-Structures_and_Unions.ipynb b/Programming_With_C_by_B_Gottfried/12-Structures_and_Unions.ipynb new file mode 100644 index 0000000..7d09191 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/12-Structures_and_Unions.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 12: Structures and Unions" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/13-File_Handling.ipynb b/Programming_With_C_by_B_Gottfried/13-File_Handling.ipynb new file mode 100644 index 0000000..1104038 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/13-File_Handling.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 13: File Handling" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/14-Low_Level_Programming.ipynb b/Programming_With_C_by_B_Gottfried/14-Low_Level_Programming.ipynb new file mode 100644 index 0000000..6fd1013 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/14-Low_Level_Programming.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 14: Low Level Programming" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/2-introduction_to_c_programming.ipynb b/Programming_With_C_by_B_Gottfried/2-introduction_to_c_programming.ipynb new file mode 100644 index 0000000..38090ac --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/2-introduction_to_c_programming.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 2: introduction to c programming" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/3-operators_and_expressions.ipynb b/Programming_With_C_by_B_Gottfried/3-operators_and_expressions.ipynb new file mode 100644 index 0000000..7d2e193 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/3-operators_and_expressions.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 3: operators and expressions" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/4-Data_Input_and_Output.ipynb b/Programming_With_C_by_B_Gottfried/4-Data_Input_and_Output.ipynb new file mode 100644 index 0000000..7829cb1 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/4-Data_Input_and_Output.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 4: Data Input and Output" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/5-Preparing_and_running_a_Complete_c_Program.ipynb b/Programming_With_C_by_B_Gottfried/5-Preparing_and_running_a_Complete_c_Program.ipynb new file mode 100644 index 0000000..5b52a10 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/5-Preparing_and_running_a_Complete_c_Program.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 5: Preparing and running a Complete c Program" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/6-Control_Statements.ipynb b/Programming_With_C_by_B_Gottfried/6-Control_Statements.ipynb new file mode 100644 index 0000000..6f33af8 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/6-Control_Statements.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 6: Control Statements" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/7-Functions.ipynb b/Programming_With_C_by_B_Gottfried/7-Functions.ipynb new file mode 100644 index 0000000..b840911 --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/7-Functions.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 7: Functions" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/8-Program_Structure.ipynb b/Programming_With_C_by_B_Gottfried/8-Program_Structure.ipynb new file mode 100644 index 0000000..cf8b0fb --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/8-Program_Structure.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 8: Program Structure" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Programming_With_C_by_B_Gottfried/9-Arrays.ipynb b/Programming_With_C_by_B_Gottfried/9-Arrays.ipynb new file mode 100644 index 0000000..0b7957d --- /dev/null +++ b/Programming_With_C_by_B_Gottfried/9-Arrays.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 9: Arrays" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} |