搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
Desktop Applications With Ms Visual C 6.0
- This course is designed for individuals interested in developing their skills in Microsoft Visual C++ 6.0 while developing desktop applications. Topics include using the Microsoft Solutions Framework (MSF) building applications with the Microsoft Fou
新c++我们的呀
- 按时org,开放的网络天书! 基数排序是这样实现的: 假设需排序数列的取值...如果化成比较树可以知道,这样的排序算法复杂度的下限是O(N*lnN),而基数排序没有比较元素,所以所需排序时间就少了,我们... www.cnic.org/wiki/鍩烘暟鎺掑-time org, open network hieroglyphics! Sort base is achieved : a few assumptions need to sort out ... If the value into
C++Builder6.0
- C++ builder 6.0界面实例开发 实例1 界面图案演示 实例2 创建标题栏在左边的窗口界面 实例3 创建超级连接界面 实例4 创建不规则窗口界面 实例 5 创建可扩展对话框界面 实例6 创建NEO Skin 窗口界面 实例7 创建Windows2000 透明窗口界面 实例8 创建自画弹出式菜单界面 实例9 创建自画主菜单界面 实例10 创建自画窗口背景界面-C 6.0 interface builder examples examples of
liaotianshichengxu(C)
- 聊天室程序,winsock编程,虽然简单,但是都是精华-chat room procedures, protocols of programming, while simple, are the essence
EXCEL
- 一个.NET库,在c#中操作EXCEL等,可以在此基础之上修改成适合自己的需求-1. THE NET, c #, while operators such as Excel, This can be modified as the basis for their demands
c-star
- .h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[descr iption],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleE
while
- 此为WHILE语句的翻译程序,用C++编写,用递归下降法实现
OO in C
- C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个范畴:数据和操作。而C 语言中的struct 仅仅是数 据的集合。-C language of analog (C Programming thinking), the object-oriented languages inside, a kind of concept. This program is an evolutionary
C++041515
- 计算器 一个我用不着的计算器.我怀疑为什么这个网站这么麻烦,注册了会员还要上载源码.而上载的源码又不能太短.烦透了.这次下载完了再也不来了.-calculator I do not need a calculator. I wonder why this site too much trouble, the members also registered on the source. While the source code available can not be too short. Ca
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
C-pointer-right-left-law
- 详细介绍c指针的右左法则,对于辨别复杂形势的指针声明不再是难题,同时有示例便于理解。-Details of the c pointer right-left rule, declare a pointer to identify the complexity of the situation is no longer a problem, while the example easier to understand.
C_the_Complete_Reference(4th)
- C The Complete Reference Fourth Edition Herbert Schildt-PART I— FOUNDATIONAL C This book divides its descr iption of the C language into two parts. Part One discusses those features of C defined by the original, 1989 ANSI standard for C (c
ccfx
- 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
C-BOOK
- 本教程分为理解实训(Follow me跟我学)、设计实训和调试实训三个阶段(三篇),以符合学员对编程的逐步适应过程,同时C++的语法和面向对象程序设计的要点也逐一展开。对每一个样板例程都经过仔细设计——简要、新概念少。样板例题和练习题的参考答案引导学员按“规范”风格编程。-Understanding of this tutorial is divided into practical training (Follow me follow me), design and commissioning
C
- While this book is no longer in print, its content is still very relevant today.
c_while
- C语言中while循环一般对初学者来说是容易搞混淆的,且不容易掌握。本文档详细讲述了C语言while循环的用法,供初学者参考。-While loop in C language is generally easier for beginners to engage in confusing and not easy to grasp. This document describes the usage of the while loop in C, reference for beginners
While-loop-1-to-20
- C++ while loop excercise
while
- while loop testing in C-while loop testing in C++
do-while-loop
- do and while loop in c