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

搜索资源列表

  1. DELPHI网络聊天

  2. unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, NMUDP, Buttons, Menus, ComCtrls,WinSock; type TForm1 = class(TForm) Panel1: TPanel; Edit1: TEdit; Label1: TLabel; NMUD
  3. 所属分类:Delphi

    • 发布日期:2013-11-10
    • 文件大小:234496
    • 提供者:yomanhu
  1. About version control Git

  2. This document will be about getting started with Git. We will begin at the beginning by explaining some background on version control tools, then move on to how to get Git running on your system and finally how to get it setup to start working with.
  3. 所属分类:专业指导

    • 发布日期:2013-11-19
    • 文件大小:4194304
    • 提供者:u011120907
  1. c# 操作Excel单元格属性

  2. range.NumberFormatLocal = "@"; //设置单元格格式为文本 range = (Range)worksheet.get_Range("A1", "E1"); //获取Excel多个单元格区域:本例做为Excel表头 range.Merge(0); //单元格合并动作 worksheet.Cells[1, 1] = "Excel单元格赋值"; //Excel单元格赋值 range.Font.Size = 15; //设置字体大小 range.Font.Underline
  3. 所属分类:C#

    • 发布日期:2013-11-28
    • 文件大小:5120
    • 提供者:u010034670
  1. zip压缩大全

  2. zip压缩相关 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.IO; 5using ICSharpCode.SharpZipLib; 6using ICSharpCode.SharpZipLib.Zip; 7using ICSharpCode.SharpZipLib.Checksums; 8 9/* 10 * 解压缩 11 * 该程序压缩和解压配合才能使用 12 * 普通用
  3. 所属分类:C#

    • 发布日期:2013-11-28
    • 文件大小:10240
    • 提供者:u010034670
  1. C#自动点击按钮

  2. public int X; public int Y; } public enum MouseEventFlags { Move = 0x0001, LeftDown = 0x0002, LeftUp = 0x0004, RightDown = 0x0008, RightUp = 0x0010, MiddleDown = 0x0020, MiddleUp = 0x0040, Wheel = 0x0800, Absolute = 0x8000 } private void AutoClick(i
  3. 所属分类:C#

    • 发布日期:2013-12-05
    • 文件大小:38912
    • 提供者:w200w200
  1. SQLite C# .net 开发所需要的dll文件

  2. 用 C# .net访问SQLite所需要的动态链接库文件和安装包。 包括System.Data.SQLite.dll、SQLite.Interop.dll和SQLite.Designer.dll三个动态链接库和原安装包。保护 SQLiteConnection SQLiteCommand SQLiteDataAdapter等完全符合.net规则的数据库连接方法。 使用方法举例 using (SQLiteConnection connection = CreateConnection1()) {
  3. 所属分类:SQLite

    • 发布日期:2013-12-05
    • 文件大小:4194304
    • 提供者:gaogm3
  1. Mastering Web Application Development with AngularJS

  2. •Make the most out of AngularJS by understanding the AngularJS philosophy and applying it to real life development tasks •Effectively structure, write, test, and finally deploy your application •Add security and optimization features to your Angular
  3. 所属分类:Web开发

    • 发布日期:2013-12-08
    • 文件大小:2097152
    • 提供者:stantest
  1. 坦克大戰遊戲源碼

  2. package com.test1; import java.io.*; import javax.sound.sampled.*; public class Test { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub AePlayWave apw=new AePlayWave("./111.wav"); apw.start(); } } //播放
  3. 所属分类:Java

    • 发布日期:2013-12-11
    • 文件大小:590848
    • 提供者:u013112328
  1. NetTime时间校准

  2. NetTime is a Simple Network Time Protocol (SNTP) client for Windows 95/98/Me/NT/2000/XP/Vista/7/8 and Server 2003/2008/2012. (32 bit and 64 bit operating systems are both supported) If you're looking for a program to keep your system time accurate,
  3. 所属分类:Windows Server

    • 发布日期:2013-12-11
    • 文件大小:775168
    • 提供者:taotaonext
  1. 列车管理系统

  2.      目录 第一章 列车车次管理系统需求分析 2 1.1 需求分析和概述 2 1.2 系统分析 2 第二章 数据库的设计 4 2.1 E-R图 4 2.2 表的结构说明 4 第三章 前台主界面的设计 5 3.1主界面概述 5 3.2前台主界面的实现 5 3.3数据库的连接 8 3.4界面事件监听 8 附录 14 第一章 列车车次管理系统需求分析 1.1 需求分析和概述    中国地域辽阔,铁路线纵横繁多,给人们的出行带来了极大的方便,但随着火车站客流量的不断增长,越来越多的弊端暴露在人们面
  3. 所属分类:MySQL

    • 发布日期:2013-12-11
    • 文件大小:140288
    • 提供者:u013120440
  1. java-unrar-0.3.jar

  2. java 解压rar的依赖jar包。不需要安装winrar。支持windows和linux 附上代码。 /** * 解压rar格式压缩包 * 依赖包:java-unrar-0.3.jar,commons-logging-1.1.1.jar * @param sourceRar * @param destDir * @throws Exception */ private static void unrar(String sourceRar, String destDir) throws Exc
  3. 所属分类:Java

    • 发布日期:2013-12-12
    • 文件大小:133120
    • 提供者:tuposky
  1. 黑马程序员基础测试题答案

  2. 1、 编写一个函数,函数内输出一个字符串,并在主函数内调用它。 2、 编写程序计算12+22+32+....+1002的和. 3、 以下代码哪个是正确的?为什么? a. byte b = 1 + 1; b. byte b = 1; b = b + 1; c. byte b = 1; b = b += 1; d. byte b = 1; b = ++b; 4、 什么情况下适合用UDP协议,什么情况下适合用TCP协议? 5、 throw和throws有什么区别? try、catch、finally
  3. 所属分类:Java

    • 发布日期:2013-12-19
    • 文件大小:19456
    • 提供者:escdelete
  1. Python核心编程

  2. Python核心编程第二版 第1部分 Python核心  第1章 欢迎来到Python世界    1.1 什么是Python    1.2 起源    1.3 特点     1.3.1 高级     1.3.2 面向对象     1.3.3 可升级     1.3.4 可扩展     1.3.5 可移植性     1.3.6 易学     1.3.7 易读     1.3.8 易维护     1.3.9 健壮性     1.3.10 高效的快速原型开发工具     1.3.11 内存管理器 
  3. 所属分类:Python

    • 发布日期:2013-12-21
    • 文件大小:5242880
    • 提供者:u013233652
  1. jacob直接操作Excel图表函数

  2. 一个简单示例 初始化当前Java线程STA ComThread InitSTA ; ActiveXComponent xl new ActiveXComponent "Excel Application" ; try{ 打开现有的Excel xl setProperty "Visible" new Variant false ; Dispatch workbooks xl getProperty "Workbooks" toDispa
  3. 所属分类:Java

    • 发布日期:2014-01-02
    • 文件大小:422912
    • 提供者:zjstudio
  1. 简明Python教程

  2. 非常适合初学者,讲述的很详细,另外给大家提供个python学习的网址:http://www.pythoner.cn/course/topic/python-basic/ 1. 介绍 简介 Python的特色 概括 为什么不使用Perl? 程序员的话 2. 安装Python Linux和BSD用户 Windows®用户 概括 3. 最初的步骤 简介 使用带提示符的解释器 挑选一个编辑器 使用源文件 输出 它如何工作 可执行的Python程序 获取帮助 概括 4. 基本概念 字面意义上的常量 数
  3. 所属分类:游戏开发

    • 发布日期:2014-01-02
    • 文件大小:803840
    • 提供者:meetlunay
  1. a matlab toolbox for circular statistics

  2. Directional data is ubiquitious in science. Due to its circular nature such data cannot be analyzed with commonly used statistical techniques. Despite the rapid development of specialized methods for directional statistics over the last fty years, t
  3. 所属分类:其它

    • 发布日期:2014-01-04
    • 文件大小:714752
    • 提供者:basket11111
  1. java自学之道

  2. 第一篇 基础篇 第0章 JDK安装和最简单的环境变量配置方法 第1章 Java基础概念 一、 Java基础语法 1、Helloworld.java 2、标识符 3、关键字 4、常量 5、变量 6、语句 6.1 if语句和switch语句 6.1.2 if语句举例 6.1.3 switch语句 6.2 for循环语句 6.3 while语句和do-while语句 6.3.1 while语句形式 6.3.2 do-while语句 6.3.3 while语句和do-while语句举例 6.4 bre
  3. 所属分类:Java

    • 发布日期:2014-01-05
    • 文件大小:3145728
    • 提供者:aabbc59
  1. 第14章 异常处理与部署应用程序

  2. 第14章 异常处理与部署应用程序 本节介绍的try…catch…finally结构能将上述二者结合起来,使之成为一个整体。
  3. 所属分类:C#

    • 发布日期:2014-01-11
    • 文件大小:157696
    • 提供者:lyl801002
  1. PEView 0.99

  2. PEview provides a quick and easy way to view the structure and content of 32-bit Portable Executable (PE) and Component Object File Format (COFF) files. This PE/COFF file viewer displays header, section, directory, import table, export table, and re
  3. 所属分类:C++

    • 发布日期:2014-01-18
    • 文件大小:31744
    • 提供者:ericwuhk
  1. GNULinuxApplicationProgramming

  2. T his book was written with GNU/Linux application developers in mind. You’ll note that topics such as the Linux kernel or device drivers are absent. This was intentional, and while they’re fascinating topics in their own right, they are rarely neces
  3. 所属分类:Linux

    • 发布日期:2014-01-19
    • 文件大小:4194304
    • 提供者:tlight
« 1 2 ... 43 44 45 46 47 4849 50 »