搜索资源列表
用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
c-algorithm-set
- c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
C++程序设计语言实验三
- 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
gaozhiliangCjiajiaC_bianchengzhinan_linrui(pdf).ra
- C++&C编程的必备指南,简单易懂,实用性高-C++ & C programming essential guide, easy-to-read, practical, high-
ColormapCube
- C# &vtk.net编写的六面体程序,内带详细注释,3种颜色渲染,可用于广大VTK初学者例程-C# & vtk.net prepared Hexahedral procedures, which take detailed notes, three kinds of color rendering, VTK can be used for the majority of beginners routine
vtkBasicObject1
- C# & vtk.net编译两个三角面片,具有学习价值-Compile C# & vtk.net two triangular patches, with learning the value of
100examples_c_cpp
- 这是C&C++语言实用编程百例的源代码,每个例子的源码不是很长,但都恰到好处的表达了学习C和C++应当注意的事情,对于初学C语言和C++的同学很有帮助。-This is the C & C++ language of the 100 cases of practical programming source code, the source of each example is not very long, but the expression of the right to learn
Write-Portable-Code
- 跨平台软件开发C&C++,不错的资料,一般阅读器如果不能打开,就用apabi Reader阅读器-Cross-platform software development, C & C++
c
- C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O
C
- C++的引用字符&,学C++的朋友想必对其都有所了解。今天本人对其在机码层做一下剖析,随后附上一个在程序中修改c++引用的小技巧(大部分书中叙述引用初始化后不能修改)。-C++ reference to the character & , learning C++ must have their friends have to understand. Today I have to do their bit in the machine code level analysis, and t
Addison.Wesley.-.Exceptional.C..
- 计算机经典著作,深入计算机系统 *&……&-Computer classics, in-depth computer system * & ... ... &
Phonebook_sourcecode
- 电话本,可添加查询电话目录, c++&excell ,包括源码和可执行程序。-Phone book, telephone directory inquiries can be added, c++ & excell, including source code and executable programs.
AMP-Demo-master
- 用C++ AMP进行并行编程的例子,可以用GPU对程序进行优化编程。-Using C++ AMP programe the parallel programme, which uses the GPU kernel for optimizing the programme.
amp
- C++ AMP加速示例,用来给程序加速,代码很少,但是有示范效应-C++ AMP
C++面向对象高级编程代码资源
- 复数的C++代码,C++面向对象开发的基础代码,简单易懂。(class complex { public: complex (double r = 0, double i = 0): re (r), im (i) { } complex& operator += (const complex&); complex& operator -= (const complex&); complex& operator *= (const
BJ8M601A应用C范例
- 博巨兴MCU,BJ8M601A-应用范例(C&ASM)V1.7(BJ8M601A- application example of BJX)
C语言_K&R
- C Programmin Language K & R 2nd edition
c语言编写坦克大战源代码
- 坦克大战,使用c与c++编写,很有趣味的小游戏,欢迎下载(tank battle,using c&c++ program,it's a very intersting game,please download!)
c++算法与实践
- C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
灵巧噪声干扰的建模仿真研究
- 各种灵巧噪声干扰(卷积,假目标,C&I等)仿真及论文; 以及抗干扰的一些算法程序(Various smart noise jamming (convolution, false target, C&I, etc.) simulation and papers; And some anti-jamming arithmetic programs)