代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6052137
c btowc.c
#include
#include
#include
#include
wint_t
btowc (int c)
{
mbstate_t mbs;
int retval = 0;
wchar_t pwc;
unsigned char b;
b = (unsigned char)c;
/*
www.eeworm.com/read/124347/6052138
c wctob.c
#include
#include
#include
#include
#include
int
wctob (wint_t c)
{
mbstate_t mbs;
int retval = 0;
unsigned char pwc;
/* Put mbs in initial
www.eeworm.com/read/111374/6155044
c sdl_amigaevents.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/110972/6161686
c sdl_amigaevents.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/100603/6266437
in makefile.in
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# th
www.eeworm.com/read/155415/11876623
cpp ppgirc.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/252270/12290047
txt rh7.1汉化详细过程 一.txt
作者:studYboY
email: studyboy@21cn.com
日期:8/30/2001 4:31:47 PM
作者:risy
前几天装好了 RH7.1 ,发现只要通过很简单的设置就可以完成 GNOME 和 KDE 的汉化和中文输入现写下来,希望能对其他 RH 爱好者有一些帮助.
1.安装 TrueType 字体.
要在系统里使用中文 TrueType 字体
www.eeworm.com/read/252270/12290218
txt red hat汉化功略(转载二).txt
作者:天天欢颜
日期:2000-12-22 1:57:21
在上一篇文章当中,我向大家介绍了如何安装中文环境和输入法,不知道大家留意
到没有,Gnome的桌面字体是非常难看的。想个办法让他好看一点吧。最好的办法
当然是让Redhat接受TrueType字体。
如果你使用的不是Redhat 7.0的话,很不幸,他们所附带的Xf86对TrueType字体的
支持并不是很好,甚至 ...
www.eeworm.com/read/148612/12447959
h dsmpsync.h
#ifndef _DSMP_SYNC_H
#define _DSMP_SYNC_H
#define _EC_SUCCESS 0 /* 成功代码 */
#define _EC_FAIL -1 /* 失败代码 */
/* DSMP与SP之间接口的错
www.eeworm.com/read/119334/14832775
cpp ppgirc.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und