搜索资源列表
C Program常用算法
- C_Program常用算法,对于学习C的人很有帮助!
89C51单片机控制HT1621B驱动LCD(C程序)
- 89C51单片机控制HT1621B驱动LCD(C程序),全显,半显,全不显等功能,89C51 SCM control HT1621B drive LCD (C program), full-Hin, semi-explicit, full-features such as no significant
LBP.LBP的完整版的c++程序
- LBP的完整版的c++程序,可以直接运行,入口参数明确。,LBP complete version of c++ program can be run directly, the entrance of the parameters clearly.
graphics.rar
- 分形树、Sierpinski垫片C程序、Mandlbrot集图形、Koch曲线C程序,Tree fractal, Sierpinski gasket C procedures, Mandlbrot graphics set, Koch curve C program
matrix.rar
- 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
Voice-integer-FIR-filter-C-program
- 语音整型FIR滤波的C程序,可以实现对语音信号的滤波-Voice integer FIR filter C program
Desktop
- Write a C program using the fork() system call that that generates the Fibonacci sequence in the child process. The number of the sequence will be provided in the command line. For example, if 5 is provided, the first five numbers in the Fibonacci se
c_fft
- C程序实现fft算法,编程C程序,可以计算出各次谐波值,可运行。-C program to achieve fft algorithms, programming C program, you can calculate the value of the various harmonics, you can run.
PIC18-Program
- PIC18F样例程序,涵盖各个功能模块,AD,PWM,捕获输入等-PIC18F sample program, covering all functional modules
program
- RFID读卡终端C程序设计基于51单片机实现-RFID card reader terminal 51 based on the C Programming MCU
C-program
- 我正在学习C编程,传上自己做的C程序练习题,绝大部分是正确的,只有个别题有点问题,正在学习改进中。不足之处请指教,谢谢。-I was learning C programming, Chuan-C on its own procedures to do exercises, the majority is correct, the only individual title is something wrong, are learning improvements. Please advice
program
- c语言一些基础编码,涉及许多经典算法如约瑟夫死亡游戏-c program
PID_CONTROL
- PID CONTROL PROGRAM ,多种运用,非常好的资料,欢迎大家下载-PID CONTROL C Program .
JPEG2000
- 是图象压缩程序,是基于JPEG2000。比较简单的C程序-Is the image compression process is based on JPEG2000. Relatively simple C program
C-Program
- 谭浩强的C程序设计第四版源代码及课件。2010年出版的谭浩强最新经典C语言程序设计教程最新版。-The source code and ppt of C program of Tan haoqiang. This is the 4th edition.
INTERRUPT-AND-TIMER-C-program
- 单片机的中断以及定时器的程序,测试通过,可以使用-C program of MCU about interrupt and timer ,tested ,can use
c pragram
- basic c program using command line arguments .
Programming in C for Wireless Sensor Networks
- C program for WSN that can be correctly decoded
bfs.c
- c program to find the path using bfs
1. C程序设计概论
- The introduction of C program design introduces a comprehensive and systematic approach to the grammatical rules of the C language and the design of structured programs. The contents include: generality, basic data type and expression, control flow,