这个JS库的唯一目的就是让使用WebGL的API更简洁。
1. 集合框架类 2. (本页无文本内容) 3. (本页无文本内容) 4. (本页无文本内容) 5. (本页无文本内容) 6. Bijiaoqi.java 7. (本页无文本内容) 8. (本页无文本内容)
PHPLOT 是一个用来创建图表的PHP图形类,需要 PHP5 的支持。PHPLot使用PHP的GD扩展来生成 PNG/GIF/JPEG 格式图片。
FileManager.h文件: #import <Foundation/Foundation.h> @interface FileManager : NSObject +(BOOL)fileExistsAtPath:(NSString *)path; +(NSString *)getDocumentsPath; +(BOOL)createDirectoryWithPath:(NSString *
RSAPublicKey; import javax.crypto.Cipher; /** * RSA加密类 * */ public class RSAEncrypt { public static void
import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.InputStream; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.dr
Context; import android.util.TypedValue; /** * 常用单位转换的辅助类 * * * */ public class DensityUtils { private DensityUtils()
/** * http请求处理类(基于CURL进行封装) * * @author Xiwei Ye * @version $Id$ */ class cls_http_request { /** * get方式请求(curl)
<?php // cookieClass // Copyright (C) 2005 JRSofty Programming. // http://jrsofty1.stinkbugonline.com // Licensed under GNU/GPL class cookieClass{ var $cName = ''; var $cTime = ''; var $cSerialize = f
<?php class calendar{ private $year; private $month; private $day_week; function __construct(){ $this->year=isset($_GET['year']) ? $_GET['year'] : date("Y"); $this->month=isset($_GET['month']) ? $_GET
<?php define("CSV_Start", 0); define("CSV_Quoted", 1); define("CSV_Quoted2", 2); define("CSV_Unquoted", 3); function readCSV($fh, $len, $delimiter = ',', $enclosure = '"') { $data = Array(); $fildNr =
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Data; using System.Text.RegularExpressions; /// using MySql.Data.MySqlClient; namespace Name
<?php /** * Redis 操作,支持 Master/Slave 的负载集群 * * @author jackluo */ class RedisCluster{ // 是否使用 M/S 的读写集群方案 private $_isUseCluster = false; // Slave 句柄标记 private $_sn = 0; // 服务器连接句柄 private $_linkHandl
需要mysql.data.dll c#代码 using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Data; using System.Text.RegularExpressions; /// using MySql.Data.MySql
二叉树 1、类集结构 (1)类集的产生目的 类集简单来讲就是一个动态的对象数组,此对象数组可以改变大小,可以任意的实现对象的增加、删除、输出。所有的类集存放java.util包中。 (2)类集的划分 1、存放单值:Collection
JJSon 是一个简单的Java类库用来处理 JSON 数据格式。 示例代码: JSONObject o = new JSONObject(); o.put("mykey", new JSONString("myvalue"));
Modello 是一个小型的JavaScript的类框架,其本身也提供了一个ajax框架。 Modello 还具有以下特性: 更少的概念,更方便的使用方法 小巧,只有两百行左右的代码
DotMSN是一款独立的开源类库,它不需要和官方的MSN Messenger交互,因此不必安装MSN Messenger就可以使用DotMSN和MSN Messenger服务通信.DotMSN是C#编写的
ICEpdf 是一个轻量级的开源 Java 语言的 PDF 类库。通过 ICEpdf 可以用来浏览、内容提取和转换 PDF 文档,而无须一些本地PDF库的支持。 项目主页: http://www
IOS图片压缩的类