代码搜索:wanted

找到约 570 项符合「wanted」的源代码

代码结果 570
www.eeworm.com/read/383713/8925911

changes

CHANGES since 0.99 patchlevel 15: - removed all the bugs, of course. - networking fixes. - more changes than I really wanted.. CHANGES since 0.99 patchlevel 14: - too many to count, rea
www.eeworm.com/read/379711/9182410

changes

CHANGES since 0.99 patchlevel 15: - removed all the bugs, of course. - networking fixes. - more changes than I really wanted.. CHANGES since 0.99 patchlevel 14: - too many to count, rea
www.eeworm.com/read/182833/9188905

m4 acinclude.m4

# # TMG Dmalloc # AC_DEFUN([AM_WITH_TMGDMALLOC], [AC_MSG_CHECKING([if Thomer's malloc debugging is wanted]) AC_ARG_WITH(tmgdmalloc, [ --with-tmgdmalloc use Thomer's malloc debugging tool], [if
www.eeworm.com/read/175226/9554901

cpp list1810.cpp

#include using std::cin ; using std::cout ; using std::endl ; int main( ) { int value = 0 ; cout value ;
www.eeworm.com/read/163079/10176708

changes

CHANGES since 0.99 patchlevel 15: - removed all the bugs, of course. - networking fixes. - more changes than I really wanted.. CHANGES since 0.99 patchlevel 14: - too many to count, rea
www.eeworm.com/read/352754/10517920

changes

CHANGES since 0.99 patchlevel 15: - removed all the bugs, of course. - networking fixes. - more changes than I really wanted.. CHANGES since 0.99 patchlevel 14: - too many to count, rea
www.eeworm.com/read/423094/10588630

m4 acinclude.m4

# # TMG Dmalloc # AC_DEFUN([AM_WITH_TMGDMALLOC], [AC_MSG_CHECKING([if Thomer's malloc debugging is wanted]) AC_ARG_WITH(tmgdmalloc, [ --with-tmgdmalloc use Thomer's malloc debugging tool], [if
www.eeworm.com/read/417012/11007241

txt how to create _simple_ yuv output for non yuv output mtk 1389 players.txt

Hello! Since I've noticed that YUV output (both progressive and interlaced) generates far more better image then any other output (except VGA...) I wanted to have it on my mostly used MTK player:
www.eeworm.com/read/143154/12893870

txt colorspace_doc.txt

Ever wanted one of those fancy color picking dialogs that apps like Corel PhotoHouse have ? If you did, here it is !! IMPORTANT : Please copy the 2 bitmap files CCRGB.BMP and CCHSB.BMP into yo
www.eeworm.com/read/125819/6020870

c string.c

/* Dumb strings stub. Wanted a quick hack for now - will use the libc version later. */ char *_strcpy(char *dest, const char *source) { char *d = dest; const char *s = source; while (*d