搜索资源列表
用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
fft
- for(k=j k<128 k=k+2*b) /* for (3) */ { TR=dataR[k] TI=dataI[k] temp=dataR[k+b] dataR[k]=dataR[k]+dataR[k+b]*cos_tab[p]+dataI[k+b]*sin_tab[p] dataI[k]=dataI[k]-dataR[k+b]*sin_tab[p]+dataI[k+b]*cos_tab[p] dataR[k+b]=TR-dataR[k+b]*cos_tab[
msp430flash
- TI公司MSP430系列16位微处理器的集成元件库,可用于Protel 2004 DXP,包括1、2、3、4系列-Intlib of The Msp430 Flash
LEACH
- 关于无线传感器网络的路由算法研究,在能量均衡上的经典LEACH算法,用matlab进行的仿真,能够实现!-Abstract: The distributed wireless sensor net work and the technol ogy of wireless communicati on could realize the subsidence monit oring and measuring in coalmine goaf . One of the i mportant r
SkinMagic2.4-surface
- SkinMagic2.4 完美破解版皮肤和教程,让你快速上手如何给MFC界面添加批复文件- 44/5000 SkinMagic2.4 Wánměi pòjiě bǎn pífū hé jiàochéng, ràng nǐ kuàisù shàngshǒu rúhé gěi MFC jièmiàn tiānjiā pīfù wénjiàn SkinMagic2.4 perfect cracked version of the skin and tutorials, let you qu
