代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/271651/4226017
h source.h
/*
* Copyright (C) 2003-2007 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/271651/4226246
cpp source.cpp
/*
* Copyright (C) 2003-2007 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/271650/4226636
h source.h
/*
* Copyright (C) 2003-2007 Funambol, Inc
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publ
www.eeworm.com/read/271650/4226865
cpp source.cpp
/*
* Copyright (C) 2003-2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* pub
www.eeworm.com/read/268828/4249402
java source.java
package cn.pfc.ywt.writer;
/**
*
* Name: Source.java
*
*
* Title: rss频道来源
*
*
* Description: 它的值是item来自的rss频道的名称,从item的title衍生而来。
* 它有一个必须包含的属性url, 该属性链接到XML序列化源
www.eeworm.com/read/442486/1759769
txt source.txt
abcd
通道(Channel)是NIO中的另一种重要对象,通过它可以实现数据的读入和写出操作,与先前的“流”相比,其不同之处在通道是双向的(类似于RandomAccessFile流),,而普通的I/O流只能单向地传输数据,这使得通道可以比流更好地反映底层操作系统的真实情况(底层操作系统中数据的传输通道都是双向的)。
China ...