CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - arrays c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - arrays c - List
[
File Operate
]
C语言难点分析整理
DL : 0
这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process I personally think that a more focused, a better grasp of these focus on C will be used more handy. In addition will include some of the details, error-prone areas. The main contents include : Scope of Variables and storage types, functions, arrays, string, target, document, etc. List. Some of the most basic concepts in this no more explanation. only hope to be able to pieces with the C language learners and the learning process on the plane for a little bit of help.
Date
: 2008-10-13
Size
: 6.75kb
User
:
赵东生
[
File Operate
]
newoula-C
DL : 0
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值的函数值数组 -* Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y) * initial conditions for x = x [0], y = y [0]. * Input : f -- function f (x, y) * x pointer -- from the array variable discrete values (x [0] for the initial conditions) * y -- corresponding to the variable discrete value of the function of the array (y [0] for the initial conditions) * h -- calculated step * n -- steps * output : Solving for x that the variable array * discrete values by solving y variables corresponding to the value of the discrete function arrays
Date
: 2008-10-13
Size
: 2.86kb
User
:
xuyan
[
File Operate
]
lab10
DL : 0
美国大学C++课程最后一次作业,完成读取csv文件,导入学生成绩,进行拍算-Lab Ten Gradebook Due Date Wednesday, May 11, 2011 by 1:00 pm Objectives Gain experience parsing CSV files. Practice working with file input. Practice working with one and two dimensional arrays. Further practice with top town design and functions. Further practice with formatting output. Description A common approach to storing tabular data is to write the data as comma separated values (CSV). This format is so common that all spreadsheet programs, including Google Docs, Excel, and Numbers all support importing from and exporting to CSV files. In this format, each line of data represents a single record or row in the table. For this assignment, you will perform the very practical task of parsing a CSV file and cleanly presenting the data along with some summary statistics. The program will parse a CSV file that is provided by the user. The file will be composed of rows that begin with the student s name, and are followed by his/her exam scores. Each student s name an
Date
: 2025-12-16
Size
: 1kb
User
:
cw
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.