搜索资源列表
adoce30
- 该文件为adoce30.h,需要下载的朋友请支持一把。下载后把该文件copy到\\Include\\Emulator或者其他的编译器下及可消除can not open adoce30.h错误。-adoce30.h to the document, the need to download to support a friend. After downloading the document to copy \\ Include \\ Emulator or other compiler and
fushu
- /// /// /// /// /// /// /// ///// #include<stdio.h> typedef struct Complex {double shi double xu }Complex void CreatComplex(Complex &c,double a,double b) {c.shi=a c.xu=b } void AddComplex(Complex &sum,Complex c
