激情综合丁香-激情综合六月-激情综合婷婷亚洲图片-激情综合图区-激情综合网五月


���}��EM9000�f̎������ʹ�Æ��}

  ����66022���Pע�^����    
EM9000��
1��


EM9000�f̎������ʹ�Æ��}  �l������ Post By��10/2/2011 8:10:00 PM   [ֻ��ԓ����]

�Ұ��ա�EM9000�f̎�������c�\�㺯��.pdf���ęn�е�ʹ�÷��������Ŀ朽�����������em9000_crunch.lib����ه헣�Ȼ���ڳ������{��crunch.h���ṩ�ĺ��������Ǿ��g��ͨ���^��֮��������Win32�����O������_���ó����о������εĜyԇ������C���_���ǟo�����gͨ�^���@����ô���£�Ո��ጡ�
�����Ĝyԇ�������£�
#include "crunch.h"
#include 
using namespace std;

int _tmain(int argc,_TCHAR* argv[])
{
float a,b,c;
a=5.123;
b=3.156;
c=em_add(a,b);
cout< c=em_sub(a,b);
cout< c=em_mult(a,b);
cout<
return 0;
}
��݋�Y����
���ھ��g...
em_test.cpp
����朽�...
em_test.obj : error LNK2019: �o���������ⲿ��̖ "float __cdecl em_mult(float,float)" (?em_mult@@YAMMM@Z)��ԓ��̖�ں��� wmain �б�����
em_test.obj : error LNK2019: �o���������ⲿ��̖ "float __cdecl em_sub(float,float)" (?em_sub@@YAMMM@Z)��ԓ��̖�ں��� wmain �б�����
em_test.obj : error LNK2019: �o���������ⲿ��̖ "float __cdecl em_add(float,float)" (?em_add@@YAMMM@Z)��ԓ��̖�ں��� wmain �б�����
EM9000 (ARMV4I)\Debug/em_test.exe : fatal error LNK1120: 3 ���o���������ⲿ����

���⣬��crunch.h�ṩ�ĸ��c����̫�٣�ֻ�к��εļӡ��p�����\�㣬�]�г�����pdf�ęn���ᵽ����FIR�V��֮Ĺ��ܛ]�п���������Ҫ��EM9000��һЩ��̖̎�����㷨��FFT��FIR�V�����ǽ���Ҫ�õ��ģ�����F��˾�ѽ��_�l��һЩ���ܣ�ϣ�����㷨��l���ҵ��]�䣬�x�x��

  �������� | ���� | �؏� �ص�픲�
EM9000��
2��


  �l������ Post By��10/2/2011 10:14:00 PM   [ֻ��ԓ����]

����l��ȥ�y�ˡ�
�ٰlһ��
#include "crunch.h"
#include 
using namespace std;

int _tmain(int argc,_TCHAR* argv[])
{
float a,b,c;
a=5.123;
b=3.156;
c=em_add(a,b);
cout< c=em_sub(a,b);
cout< c=em_mult(a,b);
cout<
return 0;
}

  �������� | ���� | �؏� �ص�픲�
EM9000��
3��


  �l������ Post By��10/2/2011 10:14:00 PM   [ֻ��ԓ����]

߀�ǁy

  �������� | ���� | �؏� �ص�픲�
zxw
4��


  �l������ Post By��10/8/2011 9:25:00 AM   [ֻ��ԓ����]

��ע��һ�����ARMƽ�_�Ƿ��x�����_���������ʾ��Ϣ����������ܛ]�мӎ��ļ�����Ĺ����С����������P���O�á�

  �������� | ���� | �؏� �ص�픲�
EM9000��
5��


  �l������ Post By��10/8/2011 10:27:00 AM   [ֻ��ԓ����]

ƽ�_�x����EM9000(ARMV4I)��ǰ����f���ѽ������˹�P�ṩ��em9000_crunch.lib����֪��߀����Щ��Ҫ���ӣ�

  �������� | ���� | �؏� �ص�픲�
zxw
6��


  �l������ Post By��10/8/2011 2:24:00 PM   [ֻ��ԓ����]

��������һ������ԇԇ����P�µ�crunchdemo��
����������Ҫ����Щ�㷨���҂��]�����P�Ĵ��a���挦����

  �������� | ���� | �؏� �ص�픲�
EM9000��
7��


  �l������ Post By��10/8/2011 4:40:00 PM   [ֻ��ԓ����]

ͬ���������@��һ�������򣬮��ļ���Y��c�r�����Ծ��gͨ�^������Y��cpp�r���͕����F������e�`����P�o����demoҲ����c�ļ����Dz���ֻ����c�вſ���ʹ�Åf̎�������������Ҿ��̶�����MFC�У��y�����ò��˅f̎�����ˣ�

#include 
#include 
#include "crunch.h"

int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
float a,b,c;
a=5.123;
b=3.156;
c=em_add(a,b);
printf("%f\n",c);
c=em_sub(a,b);
printf("%f\n",c);
c=em_mult(a,b);
printf("%f\n",c);
while(1);

return 0;
}

  �������� | ���� | �؏� �ص�픲�
EM9000��
8��


  �l������ Post By��10/8/2011 4:43:00 PM   [ֻ��ԓ����]

�����@�γ���ǰ�ɂ��]�@ʾ�������^�ļ���stdio.h��windows.h

  �������� | ���� | �؏� �ص�픲�
x10
9��


  �l������ Post By��10/9/2011 8:50:00 AM   [ֻ��ԓ����]

�F���҂��ѽ��ṩ�˰������cӋ��ͳ�Խ����Ӌ��ĸ��c�죬���Բ�����em_xxx()�@Щ�����ˣ������cӋ�㣬ֱ�ӌ����g���_ʽ���ɡ���P�ϵ�crunchdemo�����@�ӵ�һ�����ӡ�

  �������� | ���� | �؏� �ص�픲�

�������

EM9000�f̎������ʹ�Æ��}

������
            ��C�a�� ��C�a,�������?Ո�c��ˢ����C�a
���ݣ�
字号
��վ֩���ģ�壺 �þþ������������������| ������Ʒ13ҳ| ���޹������˾þ�һ����������| ��Ʒ��Ʒ��������aëƬ| ������Ļ��������| ������ѻ�ɫ| ����¶���԰״̼�3p����| �鶹���������ַ�����ַ| �þ�ŷ����Ʒŷ���ž�ŷ�� | ���޹����˳����߹ۿ�| ��������ëƬ| ����������ɫ��Ƶ| ����žžwww| ���޾�Ʒ�þ����| �ձ��ɱ���žž��3d����| ŷ���պ�������| ��Ʒһ��ëƬ| ��Ů������Ƶ��վ| �㽶��Ƶ��Ʒ| �þ�er������Ʒ��ѹۿ�8| ��ѳ�������Ƶ| �ݲݲ�����| ����žž���ü�������| �պ�ŷ��һ����| һ����������| ������ѿ��Ļ�ɫ��ַ| ŷ�����߹ۿ���վ| ��������19����ѹۿ�����| 91��Ƶר��| �鶹�����������߲���| �����Ƶ���߲���| 1024�������������Ƶ| �ձ��ػ�aaaaaaa��Ƭ| ����������߲���| ��������Ʒ��Ƶ��Ѳ���| ������ʵ����| ��Ʒ�����պ�����һ������| a��������Ƶ| �ò������Դ����| ����������������ַ| 91��վ��ɫ|