代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/119608/14825539
c xmltok.c
/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
*/
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
#inclu
www.eeworm.com/read/119608/14825550
h xmltok.h
/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
*/
#ifndef XmlTok_INCLUDED
#define XmlTok_INCLUDED 1
#ifdef __cplusplus
extern "C" {
www.eeworm.com/read/220289/14843875
m confmat.m
function [C,rate]=confmat(Y,T)
%CONFMAT Compute a confusion matrix.
%
% Description
% [C, RATE] = CONFMAT(Y, T) computes the confusion matrix C and
% classification performance RATE for the prediction
www.eeworm.com/read/118194/14882559
py static.py
#
# $Workfile: Static.py $ $Revision: 6 $
# $Date: 8/29/01 4:28a $ $Author: Sholden $
#
import Web
import os
from mimetypes import guess_type
from ErrorPages import Error404Page, Error405Page,