CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - main.c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - main.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
]
ewerwe
DL : 0
这是一个程序算法,主要描述的上PRIM算法,用C编写的-this a procedural algorithm, described in the main on PRIM algorithm, used in the preparation of C! !
Date
: 2008-10-13
Size
: 20.42kb
User
:
wqw
[
File Operate
]
gauss-C
DL : 0
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equations AX = B, where A is N * N matrix, B is N * M matrix * Input : n ---- A phalanx of a few-a matrix * A * m-matrix shown in a few B * b ---- Matrix B * output : det-A matrix of a determinant value ---- A * Elimination of upper triangular matrix * b ---- Matrix The X-Solutions
Date
: 2008-10-13
Size
: 3.17kb
User
:
xuyan
[
File Operate
]
c++xitong
DL : 0
设 计 一个c++的程序, 具 体 要 求 1、 公司主要有4类人员:经理、技术员、销售员、销售经理。 要求存储这些人的职工号、姓名、月工资、岗位、年龄、 性别等信息。 -design a process, a specific request, the company has four main categories : managers, technicians, sales, Sales Manager. These storage requirements of the workers, names, on wages, jobs, age, gender and other information.
Date
: 2008-10-13
Size
: 3.92kb
User
:
张的陪
[
File Operate
]
111111
DL : 0
Visual C++编程技巧之 1.如何获取应用程序的实例句柄? 2.如何通过代码获得应用程序主窗口的指针? 3.如何在程序中获得其他程序的 图标? 4.如何编程结束应用程序?如何编程控制windows的重新引导? 5.怎样加栽其他的应用程序? 6.确定应用程序的 路径 7.获得各种目录信息 8.如何自定义消息 -Visual C programming skills one. Application procedures for obtaining handle two examples. How the code was in the main application window to the three pointer. how the proceedings were other procedures icon 4. How to end application programming how to control windows programming guide the re-5. how to increase the planting of other applications 6. Application procedures for determining the Route 7. access to directory information 8. how to customize the news
Date
: 2008-10-13
Size
: 54.92kb
User
:
qiaobo
[
File Operate
]
XXXX
DL : 0
C语言编程宝点之XXXX main()主函数 每一C 程序都必须有一main()函数, 可以根据自己的爱好把它放在程序的某 个地方。有些程序员把它放在最前面, 而另一些程序员把它放在最后面, 无论放 在哪个地方, 以下几点说明都是适合的。 1. main() 参数 在Turbo C2.0启动过程中, 传递main()函数三个参数: argc, argv和env。 * argc: 整数, 为传给main()的命令行参数个数。 * argv: 字符串数组。 在DOS 3.X 版本中, argv[0] 为程序运行的全路径名 对DOS 3.0 以下的版本, argv[0]为空串(\"\") 。 argv[1] 为在DOS命令行中执行程序名后的第一个字符串 argv[2] 为执行程序名后的第二个字符串 ... argv[argc]为NULL。 *env: 安符串数组。env[] 的每一个元素都包含ENVVAR=value形式的字符 串。其中ENVVAR为环境变量如PATH或87。value 为ENVVAR的对应值如C:\\DOS, C: \\TURBOC(对于PATH) 或YES(对于87)。 Turbo C2.0启动时总是把这三个参数传递给main()函数, 可以在用户程序中 说明(或不说明)它们, 如果说明了部分(或全部)参数, 它们就成为main()子程序 的局部变量。
Date
: 2008-10-13
Size
: 8.61kb
User
:
jianjian
[
File Operate
]
词法分析qi
DL : 0
词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan generated a sequence of words, for the syntax analysis
Date
: 2025-12-19
Size
: 36kb
User
:
李坤
[
File Operate
]
ewerwe
DL : 0
这是一个程序算法,主要描述的上PRIM算法,用C编写的-this a procedural algorithm, described in the main on PRIM algorithm, used in the preparation of C! !
Date
: 2025-12-19
Size
: 20kb
User
:
wqw
[
File Operate
]
fileFindAndReplace
DL : 0
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile -main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
Date
: 2025-12-19
Size
: 3.89mb
User
:
11
[
File Operate
]
CSpreadSheet_src
DL : 0
有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。CSpreadSheet类的目标是简单易用,其主要的特性如下: 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 2、读取行、列或单个单元。 3、覆盖、插入或追加行。 4、将已存在或新的EXCEL文件转化成符号分隔文本文件;反之亦然。 操作EXCEL和符号分隔文本的类CSpreadSheet-In some cases we hope to keep the output data to the EXCEL file or some symbols separated text files (like comma-separated, Tab-delimited). CSpreadSheet class encapsulates these documents to read and write operations. CSpreadSheet type of goal is easy to use, its main characteristics are as follows: 1, construction of a new EXCEL file or symbols separated text file, and write them as row or a single unit. 2, read the rows, columns or a single unit. 3, cover, insert, or an additional line. 4, would have existed or new EXCEL file into a text file separated by symbols and vice versa. EXCEL operations and symbols of the type of delimited text CSpreadSheet
Date
: 2025-12-19
Size
: 7kb
User
:
chengxu
[
File Operate
]
vcduxiewenjian
DL : 0
主要实现读取文本文件中的数据并进行相关操作。-The main text file to read the data and associated operations.
Date
: 2025-12-19
Size
: 41kb
User
:
xiaotong
[
File Operate
]
2
DL : 0
链表的综合操作 (建立、输出、删除多个结点、插入多个结点、main函数)-List of integrated operations (create, export, delete multiple nodes, insert multiple nodes, main function)
Date
: 2025-12-19
Size
: 2kb
User
:
shiyuhong
[
File Operate
]
vim64_modi.tar
DL : 0
vim64增加.c,.ec文件自动备份功能,将fileio.c和main.c复制到vim64/src目录下编译 vim -B格式使用vim编辑.c,.ec文件时可以自动备份编辑文件,备份文件名:.$[filename].c.bak-vim64 increase. c,. ec document automatic backup functions, will be copied to fileio.c and main.c compiled vim64/src directory vim-B format to use vim editor. c,. ec file editor can automatically back up files, backup files Name:. $ [filename]. c.bak
Date
: 2025-12-19
Size
: 87kb
User
:
[
File Operate
]
C_Parser_training
DL : 0
this program can detect well known tags in c/c++. its not a completely full c parser but it has the main idea about how to parse/analyze code .-this program can detect well known tags in c/c++. its not a completely full c parser but it has the main idea about how to parse/analyze code .
Date
: 2025-12-19
Size
: 146kb
User
:
me
[
File Operate
]
libudf
DL : 0
this the main conpenent when you devolop a udflibary this include every tife of files you can ckeck in fluent -this is the main conpenent when you devolop a udflibary this include every tife of files you can ckeck in fluent
Date
: 2025-12-19
Size
: 64kb
User
:
jasin
[
File Operate
]
main
DL : 0
用C实现的ECC算法,用于用软件模拟ECC算法 -用C实现的ECC算法,用于用软件模拟ECC算法
Date
: 2025-12-19
Size
: 2kb
User
:
luozhenyu
[
File Operate
]
C
DL : 0
C语言代码写的文件系统实验操作,主要是提供操作系统课程的实验代码-C language code written in the file system, experimental operation, the main operating system course is to provide experimental code
Date
: 2025-12-19
Size
: 4kb
User
:
柯叶曼曼
[
File Operate
]
C-CPPDLL
DL : 0
主要实现C/C++ 对文件读写各种操作。-Main achieved C/C++ for file read and write all kinds of operations.
Date
: 2025-12-19
Size
: 663kb
User
:
黄啸群
[
File Operate
]
main(5).cpp
DL : 0
大整数的运算,c++的计算对整数的位数有要求,此代码实现对大整数的加减乘除的运算-Large integer arithmetic, c++ integer calculation of the number of bits required, this code for a large integer arithmetic operations
Date
: 2025-12-19
Size
: 2kb
User
:
angelawanggg
[
File Operate
]
main
DL : 0
此代码为C语言操作文件的源代码,打开本地文件后,动态写入数据并进行保存-The source code for C language files, open the local files, dynamic and save your work after writing
Date
: 2025-12-19
Size
: 1kb
User
:
liuping
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.