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

搜索资源列表

  1. 简单的时钟适合初学者

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace MyClockApp { public partial class Form1 : Form { public Form1() { Initiali
  3. 所属分类:Java

    • 发布日期:2010-05-15
    • 文件大小:35840
    • 提供者:shengyuewuxin
  1. C# 语言规范 作者Scott Wiltamuth 和 Anders Hejlsberg

  2. C# 语言规目录 C# 语言规范 1 目录 2 1. 介绍 17 1.1 开始 18 1.2 类型 19 1.2.1 预定义类型 22 1.2.2 转换 24 1.2.3 数组类型 25 1.2.4 类型系统统一化 28 1.3 变量和参数 29 1.4 自动内存管理 34 1.5 表达式 37 1.6 语句 38 1.7 类 42 1.7.1 常数 45 1.7.2 字段 46 1.7.3 方法 48 1.7.4 属性 50 1.7.5 事件 51 1.7.6 运算符 53 1.7.7 索引
  3. 所属分类:C#

    • 发布日期:2010-05-17
    • 文件大小:2097152
    • 提供者:augstrive
  1. 【。net 专业】 面试题

  2. 【面试题库网整理 .net 面试题(附答案)(四)】 7. 某一密码仅使用K、L、M、N、O共5个字母,密码中的单词从左向右排列,密码单词必须遵循如下规则: (1) 密码单词的最小长度是两个字母,可以相同,也可以不同 (2) K不可能是单词的第一个字母 (3) 如果L出现,则出现次数不止一次 (4) M不能使最后一个也不能是倒数第二个字母 (5) K出现,则N就一定出现 (6) O如果是最后一个字母,则L一定出现 问题一:下列哪一个字母可以放在LO中的O后面,形成一个3个字母的密码单词? A)
  3. 所属分类:C#

    • 发布日期:2010-05-19
    • 文件大小:13312
    • 提供者:liyanan05180801
  1. dvb AutoCAD函数库

  2. 很实用的函数!!! Michael Hunter Humbug Reality activecad@ humbugreality.com modStartup this module contains DDList(), the startup routine. R0 05 Oct 97 MJHunter Option Explicit DDList ( ) returns: nothing. this function runs DDList. R0 05 Oct 97 MJH Public
  3. 所属分类:VB

    • 发布日期:2010-05-21
    • 文件大小:207872
    • 提供者:caoqi1990
  1. MTK定时器消息传递机制

  2. typedef struct timertable { /* store the timer_id. MSB(Most Significant Bit) is align_timer_mask */ U16 timer_id[SIMULTANEOUS_TIMER_NUM]; /* store the event_id that returns from evshed_set_event() */ eventid event_id[SIMULTANEOUS_TIMER_NUM]; /* stor
  3. 所属分类:Java

    • 发布日期:2010-05-23
    • 文件大小:88064
    • 提供者:hqzmyhh
  1. 库函数以及文件大全(经典)chm格式

  2. 库函数以及文件大全(经典)chm格式 挺好的clearerr clears errors fclose close a file feof true if at the end-of-file ferror checks for a file error fflush writes the contents of the output buffer fgetc get a character from a stream fgetpos get the file position indicat
  3. 所属分类:其它

    • 发布日期:2010-05-26
    • 文件大小:480256
    • 提供者:jeremy1111
  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
    • 文件大小:498688
    • 提供者:asm32
  1. c语言名题精选百则技巧篇

  2. 这是部很好C语言自学练习的好书 #include /* for INT_MAX and INT_MIN */ #include /* for isdigit() */ #define OVERFLOW 1 #define UNDERFLOW -1 #define NO_ERROR 0 int x_atoi(char s[], int *result) { int digit_value; /* value of the scaned dig */ int i; *result = 0; f
  3. 所属分类:C

    • 发布日期:2010-06-07
    • 文件大小:134144
    • 提供者:WOCAONIMAMABIE
  1. 谷歌天气API-C# 代码

  2. 天气API 谷歌天气API 谷歌天气API-C# 代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Text; using System.Xml; using System.Net; public partial class Defau
  3. 所属分类:Web开发

    • 发布日期:2010-06-12
    • 文件大小:1024
    • 提供者:fzchenjun
  1. firebug手册(快捷键与方法名)

  2. $(id) Returns a single element with the given id $$(selector) Returns an array of elements that match the given CSS selector. $x(xpath) Returns an array of elements that match the given XPath expression. dir(object) Prints an interactive listing of
  3. 所属分类:Web开发

    • 发布日期:2010-06-18
    • 文件大小:152576
    • 提供者:Terry_Q
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-07-03
    • 文件大小:4194304
    • 提供者:pjzhouyou
  1. 最完美的Discuz UCenter的JAVA API接口,简单易用 统一登录

  2. UserGuide 安装使用介绍 简单介绍 长期以来,JAVA开发人员一直找不到好的社区系统,而现在广泛使用的PHP论坛又不能同时使用。 本项目提供了JAVA和Discuz! Ucenter的基本API接口, 你可以在此基础上集成你的应用。 安装方法 第一步:UCenter 添加应用 应用名称: [你的系统名称] 接口 URL: [你的应用地址] etc: http://yourhost:80/context/ 应用 IP: [你的应用服务器的IP地址] 通信密钥: 123456[随便设],并
  3. 所属分类:Java

    • 发布日期:2010-07-19
    • 文件大小:20480
    • 提供者:book_thirdfeel
  1. hge教程适合初学者

  2. HGE子窗口 Running HGE in a child window hosted by a Windows application may be useful to create authoring tools and ActiveX controls or to integrate HGE into a third party IDE. Here follow the guidelines how to do that. 运行HGE在主机的子窗口经由Windows系统可以帮助建立创造工
  3. 所属分类:Web开发

    • 发布日期:2010-07-19
    • 文件大小:234496
    • 提供者:cuiyongbinde
  1. iphone battery

  2. Demonstrates the use of the battery status properties and notifications provided via the iPhone OS SDK. Testing: The sample is only useful when run on a device. The simulator always returns unknown battery status.
  3. 所属分类:C

    • 发布日期:2010-07-20
    • 文件大小:24576
    • 提供者:tansunshine
  1. Ext 3.0 中文文档.CHM

  2. 类Ext 包: 定义的文件: Ext.js 类全称: Ext 继承自于: Object Ext核心工具与函数 @singleton 配置项这个类没有配置项。 公告属性属性 定义者 : Boolean 默认下,Ext会自动决定浮动元素是否应该被填充。如果你在用Flash... 默认下,Ext会自动决定浮动元素是否应该被填充。如果你在用Flash那么该值很可能要设置为True。By default, Ext intelligently decides whether floating elemen
  3. 所属分类:Javascript

    • 发布日期:2010-07-21
    • 文件大小:5242880
    • 提供者:hzxjava
  1. QuickZIP V1.1

  2. ''' ''' 打开ZIP文件 ''' ''' ZIP文件地址(没有的会自动创建) ''' Sub New(ByVal FileName As String) ''' ''' 实例化QuickZIP,从ZIPFile继承 ''' ''' ZIPFile ''' Sub New(ByVal ZIPFile As ZipFile) ''' ''' 解压缩文件 ''' ''' 文件名(可以是包含文件夹 的地址) ''' 解压到的目录 ''' Sub Extract(ByVal Na
  3. 所属分类:Java

    • 发布日期:2010-07-22
    • 文件大小:81920
    • 提供者:ZIP_xG
  1. Vintasoft.Barcode.for.NET.v5.1.Cracked.AHCU.rar

  2. 各种一维码和二维码的识别与生成 VintaSoftBarcode.NET SDK is the professional barcode reader and writer component for .NET software developer. It recognizes and generates 1D & 2D barcodes in digital images and PDF. Features * VintaSoftBarcode.NET: Barcode Reader Dem
  3. 所属分类:C#

    • 发布日期:2010-07-31
    • 文件大小:3145728
    • 提供者:hwqnlit
  1. coreutils linux终端源码

  2. coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
  3. 所属分类:C

    • 发布日期:2010-09-02
    • 文件大小:10485760
    • 提供者:paomadi
  1. c# 调用外部程序,Process初体验

  2. 很稳定的,我已经测试过! /// 执行DOS命令 /// ///// 测试端IP ///// //public static void GetPrecess(string FtpIP) //{ // Process p = new Process(); // p.StartInfo.FileName = "cmd.exe"; // p.StartInfo.UseShellExecute = false; // p.StartInfo.RedirectStandardInput = true
  3. 所属分类:FTP

    • 发布日期:2010-09-08
    • 文件大小:925
    • 提供者:ymh930
  1. Growing Like China

  2. This paper constructs a growth model that is consistent with salient features of the recent Chinese growth experience: high output growth, sustained returns on capital investment, extensive reallocation within the manufacturing sector, falling labor
  3. 所属分类:Access

    • 发布日期:2010-09-11
    • 文件大小:851968
    • 提供者:cjybzr888
« 1 2 3 4 5 67 8 9 10 11 ... 50 »