搜索资源列表
汇编&c语言.rar
- 汇编&c语言混合编程教学随书源代码
用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
AssetsMan_sql
- 用visual c++&sql开发的企业固定资产管理系统。-with visual c + + & sql development of the enterprise fixed assets management system.
HosptialMan_sql
- 用visual c++&sql开发的医院门诊收费管理系统。-with visual c + + & sql development of hospital outpatient charges management system.
C++课件、习题及答案
- C++是由AT&T Bell(贝尔)实验室的Bjarne Stroustrup博士及其同事于20世纪80年代初在C语言的基础上开发成功的。C++保留了C语言原有的所有优点,增加了面向对象的机制。 C++是由C发展而来的,与C兼容。用C语言写的程序基本上可以不加修改地用于C++。从C++的名字可以看出它是C的超集。C++既可用于面向过程的结构化程序设计,又可用于面向对象的程序.
c++电子书及程序
- c++ network程序 && 基本经典程序设计书籍: 深入理解计算机系统 c++沉思录 essential c++中文简体版
SerialCommunication
- 《Visual C++ & Turbo C串口通信编程实践》配套程序-" Visual C++ & Turbo C serial communication programming practice" matching program
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
viterbi-decoder
- viterbi encoder decoder c++ & matlab implemention
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语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
c++算法与实践
- C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
SM2&SM3&SM4国密算法C语言实现
- SM2&SM3&SM4国密算法C语言实现,分别有3个算法的pdf文档,以及测试代码(SM encryption algorithm,including test code & docs)
灵巧噪声干扰的建模仿真研究
- 各种灵巧噪声干扰(卷积,假目标,C&I等)仿真及论文; 以及抗干扰的一些算法程序(Various smart noise jamming (convolution, false target, C&I, etc.) simulation and papers; And some anti-jamming arithmetic programs)
SHT20
- sht20温湿度传感器驱动代码,下载加入工程即可使用。(SHT20 programmer---> .c & .h files)