搜索资源列表
汇编&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++电子书及程序
- c++ network程序 && 基本经典程序设计书籍: 深入理解计算机系统 c++沉思录 essential c++中文简体版
C&C++语言参考手册
- C&C++语言参考手册 方便查找一些常用的函数、指令
SerialCommunication
- 《Visual C++ & Turbo C串口通信编程实践》配套程序-" Visual C++ & Turbo C serial communication programming practice" matching program
C
- Visual C++ & Turbo C串口通信编程实践》配套程序-" Visual C++ & Turbo C serial communication programming practice" matching program-Visual C++ & Turbo C Serial communication programming practice " matching program-" Visual C++ & Turbo C serial comm
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++300多种加密解密算法
- c和c++300多种加密解密算法,从其他网站下载,共享(c & c++ 300 share. everyone download.)
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
Compare-Java-C++-c#
- java & C++ & C# diffrence : )
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)