您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. exosip2最新版3.3.0

  2. eXosip2 (3.3.0) * Fix when 200ok include a contact with an empty line parameter. * Fix for replaces header longuer than 256 char. * Fix SRV record with more than 10 answers. * Sort SRV record. * Option to disable NAPTR requests.
  3. 所属分类:其它

    • 发布日期:2009-05-05
    • 文件大小:502784
    • 提供者:scanli
  1. jQuery 中文参考手册

  2. jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(elements) jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data(name , [value]) removeData(name) queue(name ,[cb|queu
  3. 所属分类:Web开发

    • 发布日期:2009-05-14
    • 文件大小:109568
    • 提供者:wzm112
  1. 【分享:Struts1标签】----<下载不要分,回帖加1分,欢迎下载,童叟无欺>

  2. 关于struts1,标签使用的文档。 文章目录 bean:cookie bean:define bean:header bean:include bean:message bean:page bean:parameter bean:resource bean:size bean:struts bean:write html:base html:cancel html:select html:checkbox html:radio html:multibox html:link html:err
  3. 所属分类:Web开发

    • 发布日期:2009-05-15
    • 文件大小:293888
    • 提供者:Star_of_Java
  1. 车厢调度源代码(C语言)

  2. #include #include #include #define max 50 int n; FILE *fp; struct snode{ int data[max]; int top; }s; void Init() //初始化栈 { s.top=-1; } void push(int q) //进栈 { s.top++; s.data[s.top]=q; } int po p() //出栈 { int temp; temp=s.data[s.top]; s.top--; ret
  3. 所属分类:其它

    • 发布日期:2009-06-01
    • 文件大小:3072
    • 提供者:gangsta21
  1. 递归下降分析器程序 编译原理

  2. #include #include #include #include #define MAXSIZE 100 #define SIZE 50 #define EMPTY 14 char LAnalysisStr[MAXSIZE]; //Left Analysis String char stack[SIZE]; //A Stack char expression[SIZE]; //Expression that inputed by user char G_Expression[SIZE]
  3. 所属分类:C

    • 发布日期:2009-06-04
    • 文件大小:30720
    • 提供者:lodvzen
  1. Matlab 7 - Programming.pdf

  2. 该书是系统介绍了MATLAB的所有function功能,可以说是一本programming大全,而且还是英文版,值得收藏,而且敝人还打印了一份,正在苦学之中…… Creating and Concatenating Matrices . . . . . . . . . . . . . . . . . . 1-3 Constructing a Simple Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 1-4 Special
  3. 所属分类:其它

    • 发布日期:2009-06-11
    • 文件大小:4194304
    • 提供者:xiaogangmath
  1. Fckeditor插入MP3或视频文件

  2. 、解压文件到 FCKeditor\editor\plugins,命名为Media 2、修改配置文件 FCKeditor\fckconfig.js ,包括启用插件和添加按钮。 Javascr ipt代码 Js代码 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; //找到这一句,配置插件路径 FCKConfig.Plugins.Add( 'Media', 'en,zh,zh-cn' ) ; //启用插件 ………… //中间代码省略
  3. 所属分类:Javascript

    • 发布日期:2009-06-17
    • 文件大小:19456
    • 提供者:sjrsjy
  1. Android.Essentials

  2. This book covers the essential information required to build an Android application. It will help any developer, amateur, professional, or dabbler who is interested in developing for Android. Over the course of the book, I cover the essentials you’l
  3. 所属分类:Android

    • 发布日期:2009-06-22
    • 文件大小:1048576
    • 提供者:g2stone
  1. ICSharpCode.SharpZipLib 最新版

  2. zip压缩DLL 可以使用程序自己来控制 压缩,解压. c#使用代码如下: /// /// 压缩和解压文件 /// public class ZipClass { /// /// 所有文件缓存 /// List files = new List<string& gt;(); /// /// 所有空目录缓存 /// List paths = new List(); /// /// 压缩单个文件 /// /// 要压缩的文件 /// 压缩后的文件全名 /// 压缩程度,范围0
  3. 所属分类:Access

    • 发布日期:2009-06-23
    • 文件大小:192512
    • 提供者:lhbshYU
  1. drupal 6.12

  2. // $Id: INSTALL.txt,v 1.61.2.4 2008/07/09 19:15:59 goba Exp $ CONTENTS OF THIS FILE --------------------- * Requirements * Optional requirements * Installation * Drupal administration * Customizing your theme(s) * Multisite Configuration * More Info
  3. 所属分类:PHP

    • 发布日期:2009-06-26
    • 文件大小:1048576
    • 提供者:ytm_sve
  1. Professional.MFC.with.VC6

  2. Contents Chapter 1: The Microsoft Developer Studio The Microsoft Developer Studio The Project Workspace Project Workspace Window Project Configurations Managing Complex Projects Project Settings Converting Projects Source Code Files Resource scr ipt
  3. 所属分类:C++

    • 发布日期:2009-06-28
    • 文件大小:2097152
    • 提供者:hang313
  1. kuang tu--tc

  2. #include #include #include #include #include #include #define UP 1 #define DOWN 2 #define LEFT 3 #define RIGHT 4 #define N 10 #define WALL 1 #define BEAN 0 #define EMPTY -1 #define SIDE 480/N #define PI 3.141592653 void initscene(void); void init(vo
  3. 所属分类:iOS

    • 发布日期:2009-06-29
    • 文件大小:5120
    • 提供者:zxz012
  1. struts API文档

  2. 下载还是很快的 Abstract base class for comparison tags. ConditionalTagBase Abstract base class for the various conditional evaluation tags. EmptyTag Evalute the nested body content of this tag if the specified value is empty for this request. EqualTag Eval
  3. 所属分类:Java

    • 发布日期:2009-07-03
    • 文件大小:2097152
    • 提供者:hexiaohu2009
  1. Apress.Android.Essentials.Jul.2008.pdf

  2. In Android Essentials, I cover the details of installing and using the Android SDK, making and rendering user interface tools, harnessing location tracking and Google Maps, and putting everything together with a little glue from XML parsers and netw
  3. 所属分类:Android

    • 发布日期:2009-07-09
    • 文件大小:1048576
    • 提供者:codejoker
  1. c语言经典编程 超级经典 全面

  2. 超级经典的程序 包含所有好用的使用的 #include #include void main(void) { int i; struct ListEntry { int number; struct ListEntry *next; } start, *node; start.next = NULL; /* Empty list*/ node = &start; /* Poin t to the start of the list*/ for (i = 1; i next = (struc
  3. 所属分类:C

    • 发布日期:2009-07-13
    • 文件大小:156672
    • 提供者:dahuaidan90
  1. vb Script参考文档

  2. 欢迎光临 VBscr ipt 语言参考 这里的信息可以帮你很方便地浏览 Visual Basic 脚本的许多不同部分。 你可以找到在按字母排序的关键字列表中列出的 VBscr ipt 语言的所有部分。如果你只想调阅某一部分,例如“对象”,那么语言的每一部分都有它自己更严密的章节。 如何查找呢?单击左边的某个标题,即显示该部分中包含的项目列表。从这张列表中选择要查看的主题。当这个主题打开后,再链接到其他相关的部分就简单多了。 好了,让我们试一试,体会体会!学习几个语句,研究几种方法,或者熟悉几个
  3. 所属分类:VB

    • 发布日期:2009-07-28
    • 文件大小:496640
    • 提供者:lizuwu
  1. c++版NFA2DFA

  2. C++实现的NFA\DFA\NFA转为等价的DFA. 有一个地方有一个BUG,但是如何才能修改这个资源呢? 手动修改方法: 在MyNFA.cpp文件第193行下插入一行: if( (*pStateSetT4).empty() )continue; 插入后上下文变为: //求得其Move this->Move(*pStateSetT2,this->m_Sigma.GetSymValue(i),*pStateSetT3); this->EpsilonClosure(*pState
  3. 所属分类:C++

    • 发布日期:2009-07-29
    • 文件大小:11264
    • 提供者:myuml
  1. 大牛们的C#编码习惯

  2. 1. 避免将多个类放在一个文件里面。 2. 一个文件应该只有一个命名空间,避免将多个命名空间放在同一个文件里面。 3. 一个文件最好不要超过500行的代码(不包括机器产生的代码)。 4. 一个方法的代码长度最好不要超过25行。 5. 避免方法中有超过5个参数的情况。使用结构来传递多个参数。 6. 每行代码不要超过80个字符。 7. 不要手工的修改机器产生的代码。 a) 如果需要编辑机器产生的代码,编辑格式和风格要符合该编码标准。 b) Use partial classes when ever
  3. 所属分类:C#

    • 发布日期:2009-07-30
    • 文件大小:7168
    • 提供者:Hack95
  1. css圆角实例.zip

  2. css圆角实例 The header and footer elements are typically empty and serve primarily as hooks for the corners in CSS, but could easily be extended.
  3. 所属分类:Web开发

    • 发布日期:2009-07-30
    • 文件大小:14336
    • 提供者:kinox
  1. 基于用例的电子商务网站需求分析

  2. 基本用例: 1. 登录(logon) 2. 注销(logout) 3. 修改客户信息(modify consumer info) 4. 浏览目录(view category) 5. 搜索产品(search item) 6. 查看产品(view item) 7. 加入购物车(add cart) 8. 查看购物车(view cart) 9. 修改购物车中的商品(modify cart items) 10. 删除购物车中的商品(delete cart item) 11. 清空购物车(empty ca
  3. 所属分类:Java

    • 发布日期:2009-07-31
    • 文件大小:374784
    • 提供者:eason521
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »