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

搜索资源列表

  1. C++ FAQs

  2. C++ FAQs Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book ? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do deve
  3. 所属分类:C++

    • 发布日期:2007-09-15
    • 文件大小:896kb
    • 提供者:lovewhzlq
  1. 自己汉化的一个nicEdit美化版

  2. 自己汉化的一个nicEdit美化版 'bold' : {name : __('加粗'), command : 'Bold', tags : ['B','STRONG'], css : {'font-weight' : 'bold'}, key : 'b'}, 'italic' : {name : __('倾斜'), command : 'Italic', tags : ['EM','I'], css : {'font-style' : 'italic'}, key : 'i'}, 'under
  3. 所属分类:Web开发

    • 发布日期:2009-12-16
    • 文件大小:15kb
    • 提供者:skyhackvip
  1. ckeditor 网页编辑器源码

  2. .net环境下ckeditor与ckfinder学习笔记 ckeditor 3.0.1学习笔记 一.ckeditor 3.0.1精简 精简前:4.52M 精简后:853K 1.删除_samples和_source文件夹,分别为示例文件和未压缩源程序 2.删除lang文件夹下除zh-cn.js,en.js下的所有语言文件.根据需要删除 3.删除根目录下的changes.html(更新列表),install.html(安装指向),license.html(使用许可). 4.删除skins目录下不需
  3. 所属分类:Javascript

    • 发布日期:2010-03-13
    • 文件大小:1mb
    • 提供者:ss_geng
  1. ckeditor 网页编辑器源码

  2. .net环境下ckeditor与ckfinder学习笔记 ckeditor 3.0.1学习笔记 一.ckeditor 3.0.1精简 精简前:4.52M 精简后:853K 1.删除_samples和_source文件夹,分别为示例文件和未压缩源程序 2.删除lang文件夹下除zh-cn.js,en.js下的所有语言文件.根据需要删除 3.删除根目录下的changes.html(更新列表),install.html(安装指向),license.html(使用许可). 4.删除skins目录下不需
  3. 所属分类:Javascript

    • 发布日期:2010-04-08
    • 文件大小:1mb
    • 提供者:ydftx
  1. nicEdit中文以及官方demo(自己汉化的)

  2. demo1中的方法是给页面中所有textarea增加编辑器 demo2中的这个方法是给文本框加载编辑器 可以按照需求加载编辑器按钮 bkLib.onDomLoaded(function() { new nicEditor().panelInstance('area1'); new nicEditor({fullPanel : true}).panelInstance('area2'); new nicEditor({iconsPath : '../nicEditorIcons.gif'}).p
  3. 所属分类:Javascript

    • 发布日期:2010-04-20
    • 文件大小:16kb
    • 提供者:jance_
  1. 爱普生打印机指令集ESC_P

  2. 爱普生 打印机 指令集 ESC_P Reference Manual Contents Introduction........................................................................................................................1 About This Manual......................................................
  3. 所属分类:C

    • 发布日期:2010-05-25
    • 文件大小:674kb
    • 提供者:twxwzhdpy
  1. VBScript Language Reference

  2. Welcome to the VBscr ipt Language ReferenceThese handy blocks of information will help you explore the many different parts of the Visual Basic scr ipting language.You'll find all the parts of the VBscr ipt language listed alphabetically under the A
  3. 所属分类:VB

    • 发布日期:2008-01-20
    • 文件大小:487kb
    • 提供者:asm32
  1. HyperStr 6.01 for Delphi 2010

  2. One of the most significant new features with Delphi32 is long dynamic strings. However, the built-in functions don't really exploit the full potential of these new strings. HyperString provides over 400 fast, efficient string management routines to
  3. 所属分类:Delphi

    • 发布日期:2010-05-28
    • 文件大小:218kb
    • 提供者:c5soft
  1. COM and .NET Component Services

  2. COM and .NET Component Services Dedicat ion Foreword Preface Scope of This Book Some Assumpt ions About the Reader Definit ions and Text Convent ions Other COM+ Books and References How to Contact Us Acknowledgments 1. COM+ Component Services 1.1 CO
  3. 所属分类:C#

    • 发布日期:2010-05-29
    • 文件大小:3mb
    • 提供者:szq30202
  1. ckeditor3.4.1+ckfinder2.0.1整合版(asp.net)

  2. ckeditor3.4.1与ckfinder2.0.1(已破解)实现了图片上传等功能,并且还对文本显示问题进行了编辑,个人觉得很好用,给大家分享下吧。 ckeditor: 一、使用方法: 1、在页面中引入ckeditor核心文件ckeditor.js 2、在使用编辑器的地方插入HTML控件 如果是ASP.NET环境,也可用服务器端控件 注意在控件中加上 class="ckeditor" 。 3、将相应的控件替换成编辑器代码 4、配置编辑器 ckeditor的配置都集中在 ckedito
  3. 所属分类:Javascript

    • 发布日期:2010-09-27
    • 文件大小:684kb
    • 提供者:yzxmyspace
  1. Matrix Indexing in MATLAB(MatLab中的索引操作)

  2. 本文描述了在matlab中对矩阵元素进行索引的几种方法,并通过例子给出了各种用法的灵活使用。
  3. 所属分类:其它

    • 发布日期:2011-04-25
    • 文件大小:127kb
    • 提供者:zhuwj06
  1. Addison.Wesley.C++.by.Dissection.2002.pdf

  2. 1 Writing an ANSI C++ Program 1 1.1 Getting Ready to Program....... 2 1.1 A First Program......... 3 1.2 Problem Solving: Recipes....... . 7 1.2.1 Algorithms—Being Precise...... . . 8 1.3 Implementing Our Algorithm in C++.... . . . 10 1.4 Software E
  3. 所属分类:C++

    • 发布日期:2008-04-16
    • 文件大小:5mb
    • 提供者:rootfs
  1. Asp.net 博客

  2. 数据库:Sql Server 2005 │ BlogIndex.aspx │ BlogIndex.aspx.cs │ CheckCode.aspx │ CheckCode.aspx.cs │ licenses.licx │ ST_message.aspx │ ST_message.aspx.cs │ ST_save.aspx │ ST_save.aspx.cs │ ST_show.aspx │ ST_show.aspx.cs │ Web.Config │ ~WRL0001.tmp │ 必读:程
  3. 所属分类:.Net

    • 发布日期:2011-06-17
    • 文件大小:2mb
    • 提供者:t77777
  1. freetextbox最新版2011/8/5

  2. For furhter installation instructions, please visit http://wiki.freetextbox.com/ ********************************************* Requirements: ********************************************* - .NET Framework 1.1, 2.0, 3.5, or 4.0 - IIS 5.0, 6.0, 7.0 ***
  3. 所属分类:Web开发

    • 发布日期:2011-08-05
    • 文件大小:1mb
    • 提供者:tianyin319
  1. 经典C/C++面试题目大汇总(全附答案).doc

  2. doc格式,60多页吧,几百道题吧,都有答案吧,看好在下!部分:1.求下面函数的返回值(微软)int func(x) { int countx = 0; while(x) { countx ++; x = x&(x-1); } return countx; } 假定x = 9999。 答案:8思路:将x转化为2进制,看含有的1的个数。2. 什么是“引用”?申明和使用“引用”要注意哪些问题?答:引用就是某个目标变量的“别名”(alias),对应用的操作与对变量直接操作效果完全相同。
  3. 所属分类:C++

    • 发布日期:2008-05-12
    • 文件大小:45kb
    • 提供者:perfectpdl
  1. 爱普生打印机指令集 ESC_P

  2. Introduction.........................................................................................................................1 About This Manual.................................................................................................
  3. 所属分类:其它

    • 发布日期:2012-05-10
    • 文件大小:678kb
    • 提供者:sq31415
  1. C++ FAQ 常见问题问答详解

  2. C++ 常见问题问答详解。 Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do develo
  3. 所属分类:C++

    • 发布日期:2012-08-14
    • 文件大小:896kb
    • 提供者:ubcwang
  1. JxEditor在线编辑器,基于Jquery的HTML Editor,自制开源

  2. 名称:JxEditor 自制的基于Jquery的在线编辑器插件,仿Office2003界面,欢迎使用和指正。 完全开源,欢迎在此基础上修改完善或是增加新功能,共同完善此插件。 目前版本已经实现的功能包括:"Redo","Undo","Bold","Italic","Underline","StrikeThrough","Subscr ipt","Supperscr ipt","Align Left","Align Right","Center","Justify","Numbering","B
  3. 所属分类:Javascript

    • 发布日期:2012-09-17
    • 文件大小:124kb
    • 提供者:ejc2001
  1. arcgis工具

  2. arcgis工具总结 1. 要素的剪切与延伸 实用工具 TASK 任务栏 Extend/Trim feature 剪切所得内容与你画线的方向有关。 2. 自动捕捉跟踪工具 点击Editor工具栏中Snapping来打开Snapping Environment对话框 捕捉设置中有3个选项, vertex edge end 分别是节点、终点、和边,选择end应该会捕捉端点 3. 图斑面积计算及长度计算 应用工具CALCULATE AREA 或者使用VBA代码实现 新建字段并开启Advanced 写
  3. 所属分类:数据库

    • 发布日期:2012-10-22
    • 文件大小:37kb
    • 提供者:wu_xiujun
  1. 人工免疫算法

  2. 用matlab编写的人工免疫算法 clc clear all close all tic; global n ww m=100;% m--抗体规模 n=22;% n--每个抗体二进制字符串长度 ww=1;%参数个数 mn=100;%从抗体集合里选择n个具有较高亲和度的最佳个体进行克隆操作 xmin=[0 0]; xmax=[9 9]; tnum=100;% tnum--迭代代数 pMutate=0.1;% pMutate--高频变异概率 cfactor=0.2;% cfactor--克隆(复制
  3. 所属分类:教育

    • 发布日期:2013-07-02
    • 文件大小:2kb
    • 提供者:sxxzdxlirong
« 12 3 »