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

搜索资源列表

  1. C#开发的PDF文件浏览器

  2. Welcome to PDFsharp =================== Version Information ------------------- PDFsharp 0.7.345 beta 2 Roadmap to PDFsharp Folders --------------------------- PdfSharp the PDFsharp library with full source code Charting a charting library based on
  3. 所属分类:C#

    • 发布日期:2011-01-23
    • 文件大小:1048576
    • 提供者:auqf0dream
  1. C#语言规范(2.0,3.0,4.0合集)

  2. 这个是C#语言规范2.0,3.0,4.0的合集,是关于 C# 语法的权威资料。它们包含该语言各个方面的详细信息,包括 Visual C# 产品文档未涉及的许多语法点。 4.0目录 1. 简介 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型参数 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6
  3. 所属分类:C#

    • 发布日期:2011-01-25
    • 文件大小:1048576
    • 提供者:sdcpzzg
  1. oracle sql 帮助

  2. When you create a sequence, you can define its initial value and the increment between its values. The first reference to NEXTVAL returns the sequence’s initial value. Subsequent references to NEXTVAL increment the sequence value by the defined increme
  3. 所属分类:Oracle

    • 发布日期:2011-02-09
    • 文件大小:9437184
    • 提供者:sman1130
  1. ASP编程完全手册ASP编程完全手册

  2. Application Object You can use the Application object to share information among all users of a given application. An ASP-based application is defined as all the .asp files in a virtual directory and its subdirectories. Because the Application objec
  3. 所属分类:C#

    • 发布日期:2011-02-09
    • 文件大小:574464
    • 提供者:suren0821
  1. android 串口驱动

  2. android 串口驱动源代码 package android.serialport; import java.io.File; import java.io.FileDescr iptor; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; im
  3. 所属分类:Java

    • 发布日期:2011-02-12
    • 文件大小:90112
    • 提供者:jueairuoyan
  1. Microsoft .NET Framework 4.0 编程规范

  2. Microsoft .NET Framework 4.0 编程规范 微软官方出品,微软内部资料,值得收藏。 目录如下: 1. 简介 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型参数 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6.6.1 参数 15 1.6.6.2 方法体和局部变量 17
  3. 所属分类:C#

    • 发布日期:2011-02-24
    • 文件大小:4194304
    • 提供者:sonbyn001
  1. Synaptics TouchPad Interfacing Guide

  2. 2.4.1. TouchPad identification The most basic query asks whether the device is a Synaptics TouchPad or some other mouse-compatible pointing device. In each protocol, this query is designed as a special command that can be sent to any mouse-compatibl
  3. 所属分类:其它

    • 发布日期:2011-03-03
    • 文件大小:494592
    • 提供者:perry_peng
  1. pattern matcher

  2. This is a pattern matcher in common lips. We implement the function match with two parameters: a pattern and a fact. It returns a list of variable-value bindings if the facts match the patterns while it gives nil if the match fails. The syntax for f
  3. 所属分类:其它

    • 发布日期:2011-03-10
    • 文件大小:3072
    • 提供者:shineboy2007
  1. 角度的单位转换,从度到度分秒,C++实现

  2. // Summary: 角度精度的转换 // Parameters: // dAngle - 角度, 单位度(°) // nPrecision - 精度, 1:度、2:分、3:秒 // Returns: 成功返回转换后的角度字符串,否则返回空 // Note: 转换结果带四舍五入 例: 角度值 0.5° 转换结果 0°30′0″ 角度值 0.56789° 转换结果 0°34′4″ 角度值 360.5123°转换结果 360°30′44″
  3. 所属分类:C++

    • 发布日期:2011-03-13
    • 文件大小:2048
    • 提供者:penghui_031413
  1. JFreeChart中文教程参考

  2. /* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Co
  3. 所属分类:网页制作

    • 发布日期:2011-03-16
    • 文件大小:7340032
    • 提供者:tongwei0205
  1. SIFT特征提取与匹配

  2. match.m:测试程序 功能:该函数读入两幅(灰度)图像,找出各自的 SIFT 特征, 并显示两连接两幅图像中被匹配的特征点(关键特征点(the matched keypoints)直线(将对应特征点进行连接)。判断匹配的准则是匹配距离小于distRatio倍于下一个最近匹配的距离( A match is accepted only if its distance is less than distRatio times the distance to the second closest
  3. 所属分类:教育

    • 发布日期:2011-03-17
    • 文件大小:441344
    • 提供者:zlhncdsy
  1. The Relevant-Set Correlation Model for Data Clustering

  2. the RSC model relies solely on the existence of an oracle that accepts a query in the form of a reference to a data item, and returns a ranked set of references to items that are most relevant to the query. The quality of cluster candidates, the deg
  3. 所属分类:数据库

    • 发布日期:2011-03-21
    • 文件大小:502784
    • 提供者:hhhyyyapple
  1. ym_java-YOYOPlayer-src

  2. mport java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Ma
  3. 所属分类:Java

    • 发布日期:2011-03-24
    • 文件大小:2097152
    • 提供者:zmsky82
  1. FPGA DDS 正弦信号发生器

  2. FPGA DDS 正弦信号发生器 FUNCTION lpm_add_sub0 ( clock, dataa[15..0], datab[15..0] ) RETURNS ( result[15..0] );
  3. 所属分类:其它

    • 发布日期:2011-04-01
    • 文件大小:211968
    • 提供者:rpbf1050
  1. php采集类,snoopy类

  2. CLASS METHODS: fetch($URI) ----------- This is the method used for fetching the contents of a web page. $URI is the fully qualified URL of the page to fetch. The results of the fetch are stored in $this->results. If you are fetching frames, then
  3. 所属分类:PHP

    • 发布日期:2011-04-12
    • 文件大小:24576
    • 提供者:ysw2018
  1. acpi控制笔记本风扇转速

  2. 笔记本的风扇控制 ---------------------------------------- 09 November 2006. Summary of changes for version 20061109: 1) ACPI CA Core Subsystem: Optimized the Load ASL operator in the case where the source operand is an operation region. Simply map the opera
  3. 所属分类:桌面系统

    • 发布日期:2011-04-16
    • 文件大小:925696
    • 提供者:yuanxin69
  1. C#.net WCF结构(全Dll封装)

  2. #region 呼叫功能窗體 /// /// 判断MdiParent中是否含有该子窗体 /// /// 子窗体名称 /// bool private Boolean uChildFormOpened(string ChildFormName) { foreach (Form form in this.MdiChildren) { if (string.Compare(form.Name, ChildFormName, true) == 0) { form.BringToFront(); r
  3. 所属分类:C#

    • 发布日期:2011-04-21
    • 文件大小:200704
    • 提供者:jos_king
  1. JSMin(javaScript文件压缩)

  2. 由Douglas Crockford创建的JSMin是一个筛选程序,用于Javascr ipt文件中删除注释和不必要的空格。这个程序通常能够使文件大小减半,从而节省下载时间。 压缩包里包含了用C写的源码,及可执行程序 由于看到三条评论说没有用,在里我必须说明一下,下面那三个白痴肯定没学过c语言,更没用过c编译好的.exe文件。 以下是c里的源码大家可以先看觉得可用再下 #include #include static int theA; static int theB; static in
  3. 所属分类:Javascript

    • 发布日期:2011-04-24
    • 文件大小:11264
    • 提供者:xia777xia
  1. 微软C#语言规范,C#语言教程中文版

  2. 目录 1. 简介 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型参数 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6.6.1 参数 15 1.6.6.2 方法体和局部变量 17 1.6.6.3 静态方法和实例方法 17 1.6.6.4 虚方法、重写方法和抽象方法 18 1.6.6.5 方法
  3. 所属分类:C#

    • 发布日期:2011-04-29
    • 文件大小:3145728
    • 提供者:jadyzdr
  1. active portfolio management

  2. active portfolio management --A Quantitative Approach for Providing Superior Returns and Controlling Risk by Richard C. Grinold and Ronald N. Kahn.
  3. 所属分类:金融

    • 发布日期:2011-05-02
    • 文件大小:6291456
    • 提供者:zzh891215
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »