WEBGAME源码,有架设说明,只是非常简单
源代码在线查看: excel.php
/* $Id: excel.php 9533 2006-10-10 14:20:58Z nijel $ */ // vim: expandtab sw=4 ts=4 sts=4: /** * Set of functions used to build CSV dumps of tables */ if (isset($plugin_list)) { $plugin_list['excel'] = array( 'text' => 'strStrucExcelCSV', 'extension' => 'csv', 'mime_type' => 'text/comma-separated-values', 'options' => array( array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'), array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'), array('type' => 'select', 'name' => 'edition', 'values' => array('win' => 'Windows', 'mac' => 'Excel 2003 / Macintosh'), 'text' => 'strExcelEdition'), array('type' => 'hidden', 'name' => 'data'), ), 'options_text' => 'strExcelOptions', ); } else { /* Everything rest is coded in csv plugin */ require('./libraries/export/csv.php'); } ?>
|
相关资源 |
|
-
WEBGAME源码,有架设说明,只是非常简单
-
倒计时源码,很适合初学者学习,非常简单,是一个类文件
-
用Powerbuilder作的汽配管理系统 有完整源码及使用说明
-
有源码事例,还有说明.一看就明白,
一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem32"下.
二,新建一VB标准
-
用在COM和嵌入系统开发的示例性程序源码有详细的开发说明.
-
8psk的仿真源码,有说明和解释,相关程序和函数都有.
-
EPSON的S1D13A05芯片在VxWorks下的WindML显示驱动源码以及使用说明。S1D13A05是一款使用的非常多的LCD控制及USB协议芯片。
1、S1D13A05_WindML_v2.
-
一个IIR滤波器类的源码,有比较详细的说明.支持设置延迟线初始值.
|