���}��EM9000�f̎������ʹ�Æ��} ����66022���Pע�^���� |
---|
EM9000�� |
1�� |
![]() |
EM9000�f̎������ʹ�Æ��} ![]()
�Ұ��ա�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< cout< 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��ȥ�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< cout< cout< return 0; } |
�������� | ���� | �؏� ![]() |
EM9000�� |
3�� |
![]() |
![]()
߀�ǁy
|
�������� | ���� | �؏� ![]() |
zxw |
4�� |
![]() |
![]()
��ע��һ�����ARMƽ�_�Ƿ��x�����_���������ʾ��Ϣ����������ܛ]�мӎ��ļ�����Ĺ����С����������P���O�á�
|
�������� | ���� | �؏� ![]() |
EM9000�� |
5�� |
![]() |
![]()
ƽ�_�x����EM9000(ARMV4I)��ǰ����f���ѽ������˹�P�ṩ��em9000_crunch.lib����֪��߀����Щ��Ҫ���ӣ�
|
�������� | ���� | �؏� ![]() |
zxw |
6�� |
![]() |
![]()
��������һ������ԇԇ����P�µ�crunchdemo��
����������Ҫ����Щ�㷨���҂��]�����P�Ĵ��a���挦���� |
�������� | ���� | �؏� ![]() |
EM9000�� |
7�� |
![]() |
![]()
ͬ���������@��һ���������ļ���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�� |
![]() |
![]()
�����@�γ���ǰ�ɂ��]�@ʾ�������^�ļ���stdio.h��windows.h
|
�������� | ���� | �؏� ![]() |
x10 |
9�� |
![]() |
![]()
�F���҂��ѽ��ṩ�˰������cӋ��ͳ�Խ����Ӌ��ĸ��c�죬���Բ�����em_xxx()�@Щ�����ˣ������cӋ�㣬ֱ�ӌ����g���_ʽ���ɡ���P�ϵ�crunchdemo�����@�ӵ�һ�����ӡ�
|
�������� | ���� | �؏� ![]() |