这是用的什么语言 什么平台代码在下面 急//char NewJpegDec(handle fp){output8(0x4e,input8(0x4e)|0x8);PicViewInit(fp); // init the decoderDSCPicSetParament(&Dscinf); // set the decoder inforStartDsp(12); // set the dsp mips and start 36
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/14 06:31:10
这是用的什么语言 什么平台代码在下面 急//char NewJpegDec(handle fp){output8(0x4e,input8(0x4e)|0x8);PicViewInit(fp); // init the decoderDSCPicSetParament(&Dscinf); // set the decoder inforStartDsp(12); // set the dsp mips and start 36
这是用的什么语言 什么平台
代码在下面 急
//
char NewJpegDec(handle fp)
{
output8(0x4e,input8(0x4e)|0x8);
PicViewInit(fp); // init the decoder
DSCPicSetParament(&Dscinf); // set the decoder infor
StartDsp(12); // set the dsp mips and start 36,mip
while(PicViewOrder!=0xf3) // if the deoceder don't compelet,it keep going
{
output8(0x4e,input8(0x4e)|0x8);
if(PicViewOrder==0xf5)
{
PicViewOrder=0;
/ tDrawMode(DrawModeHPic_def);
SetDrawMode(DrawModeH_def);
SetWindow(&JpegRegion);
output8(0x35,0xe5);
}
if(PicViewOrder==0xf2)
{
PicViewOrder=0;
output8(0x35,0xe2);
}
if(PicViewOrder==0xff)
{
break;
}
}
StopDsp();
PicViewExit();
if(PicViewOrder==0xff)
return 0;
else
return 1;
}
刚学完了C的基础,我现在好迷茫啊 C就只是黑黑的窗口 连BAT都比不上 我想朝MP3编程方向发展 我该学什么呢?是不是有什么平台的?该买什么书呢?
这是用的什么语言 什么平台代码在下面 急//char NewJpegDec(handle fp){output8(0x4e,input8(0x4e)|0x8);PicViewInit(fp); // init the decoderDSCPicSetParament(&Dscinf); // set the decoder inforStartDsp(12); // set the dsp mips and start 36
#include
看这个标志应该是基于C语言的