Saturday, 2024-04-27, 8:28 AM
Logged in as Guest | Group "Guests"Welcome Guest | RSS

Love Makes The World Go Round

Site Menu
Tag Board
Site Working Days

Blog

Main » 独自歌唱
/* 
* Copyright TES@NPU 
* School of Automation InfoSec
* All rights reserved.
*
* FileName: c1.h
* Version: 1.0
* Update @ Sep. 26st 2011
 */

// f.cpp 变量的引用类型和非引用类型的区别
#include <stdio.h>

void fa(int a)  // 在函数中改变a,将不会带回主调函数(主调函数中的a仍是原值)
{
a = 5;
Category: 独自歌唱 | Views: 1059 | Added by: tes1991 | Date: 2011-09-26 | Comments (0)

// bo1-1.cpp 抽象数据类型Triplet和Elemtype(由c1-1.h定义)的基本操作(8)
Status InitTriplet(Triplet &T, ElemType v1, ElemType v2, EmleType v3)
{
// 操作结果:构造三元数组T,依次置T的三个元素的初值为v1, v2, v3
if (!(T = (ElemType *)malloc(3*sizeof(ElemType))))
exit(OVERFLOW);
return OK;
}

Status DestroyTriplet(Triplet &T)
{
// 操作结果:三元数组T被销毁
Category: 独自歌唱 | Views: 1157 | Added by: tes1991 | Date: 2011-09-22 | Comments (0)

/*
* Copyright TES@NPU
* All rights reserved.
*
* FileName: c1.h
* Version: 1.0
* Finished @ Sep. 21st 2011
 */
#include <string.h>
#include <ctype.h>
#include <malloc.h>  //mallc() and so on
#include <limits.h>  //INT_MAX and so on
#include <stdio.h>  //EOF(=^Z or F6), NULL
#include <stdlib.h>  //atoi()
#include <io.h>  //eof()
Category: 独自歌唱 | Views: 1145 | Added by: tes1991 | Date: 2011-09-21 | Comments (0)

绪论

本书主要有实现基本操作和基本算法的程序构成。这些程序文件主要有四类:

1.     ... Read more »

Category: 独自歌唱 | Views: 1448 | Added by: tes1991 | Date: 2011-09-21 | Comments (0)

【1】 the C Programming Language

Task: Master the basic algorithms then learn with the help of certain teachers how to develop tools and exe files, apps.

... Read more »

Category: 独自歌唱 | Views: 913 | Added by: tes1991 | Date: 2011-02-18 | Comments (0)

Tags...
Tencent
Statistics

Total online: 1
Guests: 1
Users: 0

Copyright MyCorp © 2024