搜索资源列表
prog1
- pointers. this documet describe the architcture of using pointers in C code. helping for beginers understanding the rule and syntax of pointers.
silnia2.c
- The program is computing factorial. It has been written for a class use. It shows use of pointers and allocating memory in C.
pointers
- pointers examples in c-pointers examples in c++
matrix
- 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
achvectors
- Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
algoritmo
- Data structure with pointers, how the declaration of a pointer in C programming
algorithmwithordenate
- Data structure with pointers, how the declaration of a pointer in C programming.
algoritmo1
- Data structure with pointers, how the declaration of a pointer in C programming.
dsjc
- 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
fft
- Example of a FFT function written in C. A solution with one array for amplitude, and phase. A solution with two arrays using pointers