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

搜索资源列表

  1. Mobile绘制扇形图

  2. /// /// 画饼图,左上角坐标为0,0 /// /// 标题,如果为null或为“”这不显示标题 /// 图的宽度 /// 图的高度 /// 图例说明 /// 数据 /// 是否显示图例 /// ...展开收缩
  3. 所属分类:Java

    • 发布日期:2009-08-27
    • 文件大小:5120
    • 提供者:new_coming
  1. c# http post get

  2. using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Collections; using System.IO; using System.Text.RegularExpressions; using RE = System.Text.RegularExpressions.Regex; using Sy
  3. 所属分类:Web开发

    • 发布日期:2009-08-31
    • 文件大小:25600
    • 提供者:kw432
  1. SQLite ADO.NET 2.03.5 +示例源码

  2. using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Configuration; using System.Data; using System.Data.SQLite; namespace DAL { public class Sqlite { /// /// 获得连接对象 // / /// public static SQLiteConnec
  3. 所属分类:其它

    • 发布日期:2009-09-13
    • 文件大小:5242880
    • 提供者:solond
  1. AHB2APB_DataSheet

  2. The AHB2APB interfaces the AHB to the APB. It buffers address, control and data from the AHB, drives the APB peripherals and returns data and response signals to the AHB. It decodes the address using an internal address map to select the peripheral.
  3. 所属分类:专业指导

    • 发布日期:2009-09-13
    • 文件大小:103424
    • 提供者:cklanything
  1. c/c++ 学习总结 初学者必备

  2. 用变量a给出下面的定义 a) 一个整型数(An integer) b) 一个指向整型数的指针(A pointer to an integer) c) 一个指向指针的的指针,它指向的指针是指向一个整型数(A pointer to a pointer to an integer) d) 一个有10个整型数的数组(An array of 10 integers) e) 一个有10个指针的数组,该指针是指向一个整型数的(An array of 10 pointers to integers) f) 一
  3. 所属分类:C

    • 发布日期:2009-09-16
    • 文件大小:51200
    • 提供者:rzvs8275161
  1. C# 随机声音 调用Win32类库

  2. C# 随机声音 调用Win32类库 QQ:292258449 class Program { /// /// 调用Win32类库kernel32.dll /// /// 声音频率 /// <param name="duration"&g t;声音持续时间 /// [DllImport("kernel32.dll")] public static extern bool Beep(int frequency, int duration); static void Main(strin
  3. 所属分类:C#

  1. C++函数手册-12M(chm格式)

  2. 非常全面的C++函数手册,chm格式 如介绍memset NAME memset - set bytes in memory SYNOPSIS #include void *memset(void *s, int c, size_t n); DEscr iptION The memset() function copies c (converted to an unsigned char) into each of the first n bytes of the ob ject point
  3. 所属分类:C++

    • 发布日期:2009-09-24
    • 文件大小:11534336
    • 提供者:possini
  1. C和C++函数参考手册.chm

  2. 绝对经典 物超所值,经典收藏 内容如下: General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Me mory
  3. 所属分类:C++

    • 发布日期:2009-10-06
    • 文件大小:180224
    • 提供者:dffgsfsdfssdfgd
  1. 超牛×的DBHelper类

  2. using System.Text; using System.Data.Common; using System.Data; using System.Configuration; namespace HomeAndSchool.DAL { public class DBHelper { private static string dbProviderName = ConfigurationManager.AppSettings["DbHelperProvider" ]; private s
  3. 所属分类:其它

    • 发布日期:2009-10-18
    • 文件大小:13312
    • 提供者:shinetan24
  1. 控制台下变色龙扑克游戏

  2. C#简单变色龙游戏 /// /// 创建一副52张的新牌 /// /// public static System.Collections.ArrayList Creat() { System.Collections.ArrayList list = new System.Collec tions.ArrayList(); for (int i = 3; i <= 6; i++) { for (int j = 1; j <= 13; j++) { Poker p = new
  3. 所属分类:FTP

    • 发布日期:2009-10-19
    • 文件大小:18432
    • 提供者:simple_love
  1. udf dell源码 usl免杀源码

  2. 注意:要使用本dll你必须有对mysql的insert和delete权限以创建和删除函数。 使用方法: 创建函数:create function 函数名(区分大小写) returns string soname 'dll名' (注意路径); 删除函数:delete function 函数名; 使用函数:select 函数名(参数列表);获取参数信息可使用select 函数名("help"); ---------------------------------------------------
  3. 所属分类:其它

    • 发布日期:2009-11-01
    • 文件大小:433152
    • 提供者:rome55
  1. VS中流水号自动生成

  2. 自动生成带前缀+日期+尾号的单据号码 /// /// 根据时间生成流水号 /// 流水号组成如XS200811050001 /// XS:销售 /// 20081105:日期 /// 0001:20081105日的第一个订单 /// /// private string GetNumberString() { string orderNumber = null; //取得当天的最大订单号 DateTime today = DateTime.Now; string sql = "selec
  3. 所属分类:其它

    • 发布日期:2009-11-02
    • 文件大小:273408
    • 提供者:hejuan250229087
  1. 分页的做法 .net mvc

  2. 1. HtmlHelper.cs using System; using System.Web.Mvc; using System.Web.Mvc.Html; using System.Web.Mvc.Ajax; using System.Text; using System.Collections.Generic; using System.Collections; namespace AutoReclaim.Models { public static cla ss PagerHelper
  3. 所属分类:Web开发

    • 发布日期:2009-11-09
    • 文件大小:86016
    • 提供者:grace454020
  1. 自己动手做太阳能热水器

  2. ● Always wear safety goggles when soldering. ● Soldering gets hot, wear some gloves to protect your hands. ● Be careful when working at heights. Always have someone helping you in case you fall and need medical attention. ● Always use lead-free sold
  3. 所属分类:硬件开发

    • 发布日期:2009-11-09
    • 文件大小:1048576
    • 提供者:jusbin
  1. LBP martlab程序

  2. LBP martlab程序 LBP returns the local binary pattern image or LBP histogram of an image. % J = LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern % coded image or the local binary pattern histogram of an intensity % image I. The LBP codes a
  3. 所属分类:其它

    • 发布日期:2009-11-16
    • 文件大小:6144
    • 提供者:rushwolfbupt
  1. SQL示例大全.pdf

  2. 精心收集整理的各种SQL语句示例,帮助您更加容易的熟悉和使SQL。 1 DECLARE @local_variable 1.1 使用 DECLARE 以下示例将使用名为 @find 的局部变量检索所有姓氏以“Man”开头的联系人信息。 USE AdventureWorks; GO DECLARE @find varchar(30); SET @find = 'Man%'; SELECT LastName, FirstName, Phone FROM Person.Contact WHERE L
  3. 所属分类:其它

    • 发布日期:2009-11-20
    • 文件大小:125952
    • 提供者:songsu
  1. 微软内部资料-SQL性能优化3

  2. Contents Overview 1 Lesson 1: Concepts – Locks and Lock Manager 3 Lesson 2: Concepts – Batch and Transaction 31 Lesson 3: Concepts – Locks and Applications 51 Lesson 4: Information Collection and Analysis 63 Lesson 5: Concepts – Formulating and Impl
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:1048576
    • 提供者:songsu
  1. 微软内部资料-SQL性能优化5

  2. Contents Overview 1 Lesson 1: Index Concepts 3 Lesson 2: Concepts – Statistics 29 Lesson 3: Concepts – Query Optimization 37 Lesson 4: Information Collection and Analysis 61 Lesson 5: Formulating and Implementing Resolution 75 Module 6: Troubleshoot
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:2097152
    • 提供者:songsu
  1. DBF数据库转SQL数据库

  2. DBF数据库转SQL数据库 /// /// 获取dbf数据库中的数据 /// /// dbf数据库存放的根目录,不包含文件名 /// dbf文件名,需加上后缀.dbf /// public static DataSet GetDbfDataSet(string rootPath, string dbfFile) { DataSet ds = new DataSet(); try { string strConn = "Driver={Microsoft Visual FoxPro Dri
  3. 所属分类:其它

    • 发布日期:2009-12-03
    • 文件大小:4096
    • 提供者:BabyDonotCry
  1. servlet2.4doc

  2. Overview Package Class Tree Deprecated Index Help PREV NEXT FRAMES NO FRAMES A B C D E F G H I J L P R S U V -------------------------------------------------------------------------------- A addCookie(Cookie) - Method in class javax.servlet.http.Ht
  3. 所属分类:Java

    • 发布日期:2009-12-10
    • 文件大小:164864
    • 提供者:fandongbao
« 1 2 34 5 6 7 8 9 10 ... 50 »