代码搜索:CISC

找到约 73 项符合「CISC」的源代码

代码结果 73
www.eeworm.com/read/251805/4417821

c amiga_mpega.c

/* MPGLIB replacement using mpega.library (AmigaOS) * Written by Thomas Wenzel and Sigbj鴕n (CISC) Skj鎟et. * * Big thanks to St閜hane Tavernard for mpega.library. * */ #ifdef AMIGA_MPEGA
www.eeworm.com/read/453949/7403434

m gaussian_pyramid.m

function G=gaussian_pyramid(I) %create Gaussian pyramid of images from image I %works for images with dimensions 2^N+1 %Homework2 - Computer Vision - Benjamin Berger - Part 1.1.1 %CISC 689 - Universit
www.eeworm.com/read/13976/290951

c amiga_mpega.c

/* MPGLIB replacement using mpega.library (AmigaOS) * Written by Thomas Wenzel and Sigbj鴕n (CISC) Skj鎟et. * * Big thanks to St閜hane Tavernard for mpega.library. * */ #ifdef AMIGA_MPEGA #include
www.eeworm.com/read/468408/6989685

cpp pub.cpp

// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com #include "stdafx.h" #include "CISC.H" void __stdcall outstring_in_log(PCSTR str); void error(PSTR msg) { alert(msg); exit(0);
www.eeworm.com/read/468408/6989707

cpp cfunc_createinstrlist.cpp

// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com #include "stdafx.h" // CFunc_CreateInstrList.cpp #include "cisc.h" bool CFunc::Step4_1() { this->Step4_CreateInstrList(); /
www.eeworm.com/read/278321/10547436

c amiga_mpega.c

/* MPGLIB replacement using mpega.library (AmigaOS) * Written by Thomas Wenzel and Sigbj鴕n (CISC) Skj鎟et. * * Big thanks to St閜hane Tavernard for mpega.library. * */ /* $Id: amiga_mpega.c,v 1.2
www.eeworm.com/read/468408/6989662

~cp capimanage.~cp

// CApiManage.cpp #include "stdafx.h" #include "cisc.h" #include "cexe3c.h" CApiManage* g_ApiManage = NULL; class CApiManage_cpp { public: CApiManage_cpp(); ~CApiManage_cpp(){} }; C
www.eeworm.com/read/468408/6989649

cpp cenummng.cpp

// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com // EnumMng.h #include "stdafx.h" //#include "cisc.h" #include "00000.h" #include "CEnumMng.H" #include "strparse.h" #include "SVarTy
www.eeworm.com/read/468408/6989681

cpp optim.cpp

// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com #include "stdafx.h" // optim.cpp #include "cisc.h" bool CFunc::expr_only_use_in_this(VAR* pvar, PINSTR phead) { assert( phead->typ
www.eeworm.com/read/468408/6989694

cpp capimanage.cpp

// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com // CApiManage.cpp #include "stdafx.h" #include "cisc.h" #include "cexe2c.h" CApiManage* g_ApiManage = NULL; class CApiManage_cpp {