C library
double pow (double base, double exponent);
Returns base raised to the power exponent: basee^exponent
double sqrt (double x);
Returns the square root of x.
開根號
#include <stdio.h> /* printf */
EvenYang changed 4 years agoView mode Like Bookmark
# AWS Cloud Learning (雲端程式設計 Lab7-9)
###### tags: `Master` `Cloud Programming`
## Lab7:Javascript, Node.js (PYTHON)
- Overview
Part 1: Introduction
(1) Javascripot and Node.js basic concept
(2) AWS JS SDK & Asynchronous Call
Part 2: Building client-side and server-side web app
(1) Build a client-side Web app with AWS SDK
(2) Build a Node.js Console Application
(3) Build a Node.js Web Application
Part 3: Express web framework and AWS deployment
(1) Node.js Express Web Framework
(2) Deploy No
EvenYang changed 6 years agoView mode Like Bookmark
# AWS Cloud Learning (雲端程式設計 Lab4-6)
###### tags: `Master` `Cloud Programming`
## Lab4: Multi-tier web server architecture
- Typical web development using 3 tier

層和層之間,需要透過Queue/message management system
- Objectives
(1) 熟悉storage and db services
(2) Build multi tier application
(3) Start using Java SDK and Eclipse AWS toolkit
- Working items
Part 1: Simple Storage Service(S3)
Part 2: Relational Database Service(RDS)
Part 3: Simple Queue Service(SQS
EvenYang changed 6 years agoView mode Like Bookmark