-
pacman
吃金豆 很好玩的 非常好玩拉 用TC 2.0编的(pacman)
- 2009-06-26 09:24:32下载
- 积分:1
-
new--1
使用MPI_Send和MPI_Recv 实现MPI_Allgather, MPI_Alltoall ,MPI_Gather,
MPI_Scatter 等群集函数
(Use MPI_Send and MPI_Recv achieve MPI_Allgather, MPI_Alltoall, MPI_Gather, MPI_Scatter and other cluster function)
- 2015-05-23 17:15:42下载
- 积分:1
-
phase-distribution
0和1 的随机分布 在矩阵中各占50 ,源码 可以直接运行的 (Random distribution of 0 and 1 in the matrix 50/50, source code can be run directly)
- 2015-11-23 08:14:27下载
- 积分:1
-
block2
说明: This is an STM32 program for the CS43L22 Audio Codec.
- 2019-06-28 23:07:19下载
- 积分:1
-
pcm
语音编码方案的选取对移动通信系统的通话质量、信道容量等有重要影响。本文讨论了TD-SCDMA系统中AMR语音编码的自适应机制,同时分析了AMR中代数码本线性预测(ACELP)算法及实现过程。该方案可以在一块TMS320C5510上实现。(The selection of voice coding schemes for mobile communication systems the quality of the call, such as channel capacity have had a significant impact. In this paper, TD-SCDMA System AMR Adaptive speech coding mechanism, at the same time analysis of AMR in the generation of Digital Linear Prediction (ACELP) algorithm and the realization of the process. The program can be achieved in a TMS320C5510.)
- 2009-04-27 22:26:09下载
- 积分:1
-
关于C++中栈指针和堆指针的使用说明
环境:Windows XP S3、VC++ 6.o
目的:学习C++程序开发语言
使用步骤:下载之后,双击.dsw文件即可打开该示例工程
说明:
在学习《Thinking in C++》一书关于数组声明与定义时,Bruce说如果这样声明一个数组:
int b[6] = {0};
Here, the compiler will use the first initializer for the first array
element, and then use zero for all the elements without initializers.(意思是说如果这样声明并且定义一个数组,那么编译器会把0赋给第一个数组元素,其它五个元素会赋值0).于是我使用class声明一个类型Test。在这个类中有一个成员方法叫getArray(),在该方法中使用以上方式声明一个数组,然后返回数组的指针,然后在另一个成员方法showPointerOfArray(int*)接收传过来的int指针,在这个方法操作数组。
但是在运行时没有出现我想要的结果,于是其它的方法中测试这样声明方式,却是运行正确的。于是让我很纳闷?带这个问题与本中心庄鹏飞老师讨论之后,发现原来我没有搞清楚在C++中指针分为栈指针和堆指针。参见int* Test::getArray()方法中关于数组的声明以及本人非常详细的说明,那么我想会给学习C++编程的人员带来收获。
结论:C++不是纯粹的OO语言,这是bruce说的。本人在学习过程中确实感觉C++这种语言比Java难得多。不像Java那么直观易学,这可能也就是为什么世界上所有程序员中有20%左右的人是Java程序员,而不是C++程序员的原因吧。
另外,本人使用QT的g++编译器编译通过了,因为是使用记事本手写的,所以完全是Java的书写风格^_^
把它搞成VC++的工程是为了大家方便学习。。。
学习对象:希望编写效率高于Java应用的程序员。
- 2022-01-26 06:17:06下载
- 积分:1
-
noissin
产生正弦信号,加入高斯白噪声,并用小波方法去噪(Produce sine signals, add white gaussian noise, and wavelet denoising method
)
- 2014-03-29 09:19:22下载
- 积分:1
-
cumcm0740.PDF.tar
公交系统各种模型及相应的搜索算法,实现最短路,多次倒车最短路的搜索(Public transportation systems of various models and the corresponding search algorithm to achieve the most short-circuit, short circuit repeatedly reversing most of the search)
- 2008-12-26 18:03:52下载
- 积分:1
-
出口加工区的运动估计搜索
在H.264源码 用EPZS运动估计;
- 2022-01-25 18:36:06下载
- 积分:1
-
SIM300CZ
主要用于测试SIM300CZ拨打电话和MT8870程序,已测(Mainly used for testing SIM300CZ call and MT8870 procedures have been measured)
- 2014-04-09 20:28:51下载
- 积分:1