To learn a small example today, use the C language to display a 0-360-degree cosine function cos (x) curve with "*" on the screen.
Simulation Method:
#include #include int main (void)... { Double i; int j,k; for (i=1.0; i>=-0.4; I-=0.1)
Chapter II Blocks2.1 Blocks AbstractBlocks is an extension of the C language and is an anonymous function with automatic variables (local variables). Blocks save the value of the automatic variable. Blocks is not a unique concept for objective-c,
Unlike file I/O operations on file descriptors, standard I/O operations are performed on streams.Stream:
For the stream, there is a good explanation in "C and pointer:
Ansi c further abstracts the concept of I/O. For C Programs, All I/O operations
Loop-10. Calculate the sum of the First N items of the sequence,-10
1/* 2 * Main. c 3 * C10-loop-10. evaluate the N items before the sequence and 4 * Created on: July 30, 2014 5 * Author: in the Boomkeeper 6 ******** section, ******** 7 */8 9 #
# Include
# Include
# Include
# Include
# Include
// # Include
Int main (void) {char str1 [] = "This is the first string"; char str2 [] = "That is the other string"; // printf (strcpy (str1,
1. macro definition. Constant Definition
# Define MATH_PI 3.14 void defineH () {// The macro replaces the constant corresponding to the macro in the compilation phase, so it is very fast; printf ("% f", MATH_PI );}
. method definition
// Define the
C Language notes, C Language notes
Below I will post some C Language notes I have written over the past six months.
1 in C language, function parameters are transmitted according to "value transfer", that is, one-way transmission.
2. function
# Include
# Define NUM 2# Define ZERO 0.000001
Void integer (int n){If (n> 0){Integer (n/NUM );Printf ("% d", n % NUM );}}
Void decimal (double m){If (m> ZERO){M = m * NUM;Printf ("% d", (long) m );Decimal (m-(long) m );}}
Void main (){Double f;
I have read the famous "the C programming language". As I have heard, I have a thorough explanation of the basics and a typical case. I do not know much about the C language.
Summary of the reading results (some of the original book's unclear
A summary of several methods for obtaining time and calculating difference between windows and C + +One, standard C and C + + are available1, get time with time_t times (time_t * timer), calculate the difference between using doubleDifftime (time_t
1. Signed int vs. unsigned int#define Totol_elements (sizeof (a)/sizeof (A[0)), int main () {int a[] = {23,24,34};int d = -1;if (dResult analysis: sizeof () returns an unsigned integer, so the value totol_elements in the above code is the unsigned
Java C # placeholders in CIt is common to splice a string in programming. The following is a summary: What is a placeholder? A placeholder occupies a fixed position, waiting for you to add the content symbol to it. 1. java: copy the code package com.
Basic knowledge that is easy to ignore in C ++
As a java developer, due to the actual needs, it has recently started to contact C ++, which is a difficult and error-prone problem recently encountered in C ++, for myself and other C ++ beginners ····
//: Playground-noun:a Place where people can play//concise way to include the frame, write the frame name directlyImport UIKit//var str = "Hello, playground"//println ();//Use this function in swift1.0 to printPrint"Hello World")//swift2.0 Printing
Automatic conversions Follow these rules:1) If the type of the participating operands is different, it is converted to the same type first and then the operation is performed.2) The conversion is carried out in the direction of increasing data
To find the average againThe last section of the averaging function average () seems to have a problem, if my array is not 10 elements, then this function will not be used. How do we make it more generic? We can not fix the number of elements of the
Pointer PreliminaryDefine a pointer variable: int * a=NULL; int is the type of pointer, which is actually the type of data that the pointer points to.When the program runs, the data is placed in memory, and since it is in memory somewhere in memory,
"Go" C Language output format summaryC-Language output format summary November 01, 2008 Saturday 04:23 p.m.
1 General formatprintf (format control, output table column) For example: printf ("i=%d,ch=%c\n", i,ch); Description: (1)
Golang's FMT package implements formatted I/O functions, similar to the C printf and scanf.
# define sample types and variables Humanstruct{name string}=Human{name:" Zhangsan "}
Common placeholderPlaceholder Description Example
Phpprintf output format instructions. The complete format of printf format control: %-0m. nl or h format characters are described as follows: ① %: indicates the start symbol of the format description, which is indispensable. ② Complete formats of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.