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

搜索资源列表

  1. SharpMap + ZedGraph 饼图实例,可生成各种统计图

  2. //Set visible map extents map.Center = new SharpMap.Geometries.Point(centerX, centerY); map.Zoom = Zoom; //Generate map System.Drawing.Bitmap img = (System.Drawing.Bitmap)map.GetMap(); //Stream the image to the client context.Response.ContentType =
  3. 所属分类:Java

    • 发布日期:2009-07-07
    • 文件大小:562176
    • 提供者:Ka_0O
  1. The C Programming Language

  2. C程序设计教程,绝对经典之作。 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Preface The computing world has undergone a revolution since the publication of The C Programming Language in 1978. Big comput
  3. 所属分类:C

    • 发布日期:2009-07-07
    • 文件大小:254976
    • 提供者:wxqian25
  1. 数学建模必备软件之MATLAB程序篇

  2. 是MATLAB的程序总结,实战演习。 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇 实例1:三角函数曲线(1) function shili01 h0=figure('toolbar','none',... 'position',[198 56 350 300],... 'name','实例01'); h1=axes('parent',h0,... 'visible','off'); x=-pi:0.05:pi; y=sin(x); p
  3. 所属分类:其它

    • 发布日期:2009-07-08
    • 文件大小:21504
    • 提供者:crrabby
  1. Visibility Algorithms In The Plane

  2. Contents Preface page xi 1 Background 1 1.1 Notion of Visibility 1 1.2 Polygon 2 1.3 Asymptotic Complexity 5 1.4 Triangulation 6 1.5 The Art Gallery Problem 8 1.6 Special Types of Visibility 11 2 Point Visibility 13 2.1 Problems and Results 13 2.2 C
  3. 所属分类:其它

    • 发布日期:2009-07-12
    • 文件大小:2097152
    • 提供者:musicbug
  1. flex股票系统是由一个K线图像表示的股票信息

  2. 一个K线图像的股票系统。
  3. 所属分类:VB

    • 发布日期:2009-07-18
    • 文件大小:1048576
    • 提供者:wangguorui89
  1. 使用api函数动态生成三级子菜单

  2. 能够实现任意多级菜单的动态生成,使用几个简单常用api菜单函数,完全能够实现不知道菜单条目和菜单项的菜单。如果菜单和数据库链接,可以非常方便增减菜单,是真正的动态生成菜单程序。很多动态生成都是用load函数,但是load不能生成多级菜单。有些通过用菜单编辑器生成不可见的菜单,然后使用visible属性实现有限数目的菜单动态显示,但是对于实现不知道菜单项和菜单数目的则无能为力。本程序提供了一个简单的例子,通过几个简单的api菜单函数轻松解决了上述问题。
  3. 所属分类:Java

    • 发布日期:2009-08-08
    • 文件大小:2048
    • 提供者:sailorxft
  1. Excel中的VBA常用技巧

  2. VBA常用技巧 1 第1章 Range(单元格)对象 9 技巧1 单元格的引用方法 9 1-1 使用Range属性 9 1-2 使用Cells属性 10 1-3 使用快捷记号 10 1-4 使用Offset属性 11 1-5 使用Resize属性 12 1-6 使用Union方法 13 1-7 使用UsedRange属性 13 1-8 使用CurrentRegion属性 14 技巧2 选定单元格区域的方法 14 2-1 使用Select方法 14 2-2 使用Activate方法 15 2-3
  3. 所属分类:VB

    • 发布日期:2009-08-08
    • 文件大小:14680064
    • 提供者:zxsoft
  1. Howto create an initramfs image

  2. Initramfs is the new way of doing stuff before the root partition is mounted. This is useful if you need to do something special to get your root partition visible to the kernel. For example, if it is an lvm partition, encrypted or on USB. You can a
  3. 所属分类:其它

    • 发布日期:2009-08-13
    • 文件大小:31744
    • 提供者:swafo
  1. VB内嵌控件的使用,

  2. VB内嵌控件的使用, Private WithEvents mobjTest As UserControl1 Private mobjCtl As Control Private Sub Command1_Click() Call mobjTest.Test End Sub Private Sub Form_Load() Set mobjCtl = Me.Controls.Add("工程1.usercontrol1", "ctl1" ) mobjCtl.Move 120, 120 mobjCt
  3. 所属分类:VB

    • 发布日期:2009-08-14
    • 文件大小:2048
    • 提供者:bloom8848
  1. Bitsum.Process.Lasso.Pro v3.62.4 x32

  2. Process Lasso is a unique new technology that will, amongst other things, improve your PC's responsiveness and stability. Windows, by design, allows programs to monopolize your CPU without restraint -- leading to freezes and hangs. Process Lasso's P
  3. 所属分类:其它

    • 发布日期:2009-08-21
    • 文件大小:618496
    • 提供者:danielxuan
  1. word表格格式

  2. 表格格式:http://hi.baidu.com/metaza/blog/item/b277ccc4183b73ab8226ac8b.htmlhttp://www.cnblogs.com/cryf/articles/718605.html转载自 微软MSDNprivate void button1_Click(object sender, System.EventArgs e){& lt;br>object oMissing = System.Reflection.Missing.Val
  3. 所属分类:C

    • 发布日期:2007-09-25
    • 文件大小:6144
    • 提供者:Jrac
  1. 插入分页符

  2. 先定位到要分页的位置,再调用 ActiveWindow.Selection.InsertBreak(wdPageBreak)分页app.Selection.ParagraphFormat.Alignment=Word.WdParagraphAlignment.wdAlignParagraphCenter;//(对齐)object insertBreak=null;insertBreak=0;app.Selection.InsertBreak(ref insertBreak);//插入分页符/
  3. 所属分类:其它

    • 发布日期:2007-09-29
    • 文件大小:538
    • 提供者:Jrac
  1. 源码 javascript树形菜单.rar

  2. 源码 javascr ipt 树形菜单 脚本说明: 第一步:把如下代码加入区域中 scores = new Array(20);var numTotal=0;NS4 = (document.layers) ? 1 : 0;IE4 = (document.all) ? 1 : 0;ver4 = (NS4 || IE4) ? 1 : 0;if (ver4) { with (document) { write(""); if (NS4) { write(".parent {position:abs
  3. 所属分类:Javascript

    • 发布日期:2009-08-31
    • 文件大小:5120
    • 提供者:emeng1
  1. The TCRT5000 and TCRT500L are reflective sensors

  2. The TCRT5000 and TCRT500L are reflective sensors which include an infrared emitter and phototransistor in a leaded package which blocks visible light. The package includes two mounting clips. TCRT5000L is the long lead version.
  3. 所属分类:其它

    • 发布日期:2009-09-03
    • 文件大小:237568
    • 提供者:dyusst
  1. vfp6.0系统免费下载

  2. vf6.0,要考二级没系统的下哈 Microsoft Visual FoxPro 6.0 for Windows 的常见问题 这些是有关 Microsoft Visual FoxPro 最常见的问题。在您求助 Microsoft 产品支持服务之前,请先查阅这张列表。 若想打印这些附注,请从“文件”菜单中选择“打印”命令。此文档分为以下四部分: --------------------------------------------------------------------- 部分 1.
  3. 所属分类:Web开发

    • 发布日期:2009-09-17
    • 文件大小:4194304
    • 提供者:lylzxcvbnm
  1. The C Programming Language.chm

  2. This Second Edition of The C Programming Language describes C as defined by the ANSI standard. Although we have noted the places where the language has evolved, we have chosen to write exclusively in the new form. For the most part, this makes no si
  3. 所属分类:C

    • 发布日期:2009-09-19
    • 文件大小:254976
    • 提供者:mygoodmemory
  1. ImpREC 1.7c

  2. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= ~ Import REConstructor v1.7c FINAL by MackT/uCF2000 in 2001-2008 ~ = = ~ - *for Windows 9x, ME, NT, 2K, XP, Vista32/64* - ~ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
  3. 所属分类:C#

    • 发布日期:2009-09-20
    • 文件大小:424960
    • 提供者:cmyl2006
  1. C#[托盘]Form.cs.txt

  2. C#[托盘]Form.cs.txt public partial class Form2 : Form { // private System.ComponentModel.Container components = null; private Icon mNetTrayIcon = new Icon("Icon1.ico"); private NotifyIcon TrayIcon; private ContextMenu notifyiconMnu; public Form2() { I
  3. 所属分类:C#

    • 发布日期:2009-09-20
    • 文件大小:3072
    • 提供者:lswliushengwang
  1. ak2新版内核AKAIO1.5

  2. ak2新版内核 AceKard All-In-One (AK-AIO) v1.5 ---------------------------------- Credits ------- AKAIO: By Normmatt (http://normmatt.com), normmatt234 \AT/ gmail \DOT/ com By Smiths of Emuholic (http://www.emuholic.com), smiths \AT/ emuholic \DOT/ com By
  3. 所属分类:硬件开发

    • 发布日期:2009-09-25
    • 文件大小:2097152
    • 提供者:osmaond
  1. SAP BAPI和RFC简介

  2. A major component of the Business Framework are the Business Application Programming Interfaces (BAPIs), which represent visible interfaces at the component boundaries and whose properties serve to integrate these components.
  3. 所属分类:其它

    • 发布日期:2009-09-29
    • 文件大小:574464
    • 提供者:haidiufo
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »