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

搜索资源列表

  1. 简明python教程

  2. 简明python教程,为 "A Byte of Python" 的唯一指定简体中文译本
  3. 所属分类:Python

    • 发布日期:2010-12-10
    • 文件大小:207872
    • 提供者:daisyliang
  1. 基于c#的图像处理源代码

  2. 基于C#的典型图像处理算法 第二章: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; //using System.Drawing.Drawing2D; namespace gray { public partial
  3. 所属分类:C#

    • 发布日期:2010-12-11
    • 文件大小:1005568
    • 提供者:zhangld79
  1. 简单债务管理(32位汇编)

  2. 对日常债务进行数据库操作 .586 .model flat,stdcall option casemap:none include pay.inc include p_Func.asm include p_const.asm include p_struct.asm include p_data.asm include macro.mac .data hInstance HINSTANCE ? CommandLine LPSTR ? hParent dword ? hCursor dword
  3. 所属分类:其它

    • 发布日期:2010-12-11
    • 文件大小:360448
    • 提供者:UN_JANKER
  1. java培训教程教学课件

  2. 《Java就业培训教程》 作者:张孝祥 书中源码 网址:www.itcast.cn 《Java就业培训教程》P34源码 程序清单:Promote.java class Promote { public static void main(String args[]) { byte b = 50; char c = 'a'; short s = 1024; int i = 50000; float f = 5.67f; double d = .1234; double result = (f *
  3. 所属分类:Java

    • 发布日期:2010-12-11
    • 文件大小:1048576
    • 提供者:abc515666266
  1. 28256 English datasheet

  2. The M28F256 FLASH Memory Is a non-volatile memory which may be erased electrically at the chip level and programmed byte-by-byte. It is organised as 32K bytes of 8 bits. It uses a command register architecture to select the operating modes and thus
  3. 所属分类:Flash

    • 发布日期:2010-12-11
    • 文件大小:185344
    • 提供者:hai372235526
  1. 编译器 pascal写成 V11

  2. 和V10比较处理了,换行这样难以处理的情况,用next()来取代look的处理。 eg, PROGRAM VAR A,C,D BEGIN IF A>C D=1 ENDIF END. 输出是: code segment byte public code A dw 0 C dw 0 D dw 0 main: mov ax, A push ax mov ax, C pop bx cmp ax, bx pop bx cmp ax, bx xor ax, ax jle L0 mov ax, -1
  3. 所属分类:C

    • 发布日期:2010-12-12
    • 文件大小:11264
    • 提供者:cljlx
  1. Java™ Puzzlers: Traps, Pitfalls, and Corner Cases.chm

  2. Java™ Puzzlers: Traps, Pitfalls, and Corner Cases.chm,英文版本,chm 格式,大小 1 Mb,作者:Joshua Bloch、Neal Gafter。 内容预览: Chapter 1. Introduction Chapter 2. Expressive Puzzlers Puzzle 1: Oddity Puzzle 2: Time for a Change Puzzle 3: Long Division Puzzle 4: It's E
  3. 所属分类:Java

    • 发布日期:2010-12-12
    • 文件大小:1048576
    • 提供者:defonds
  1. byte_of_pythonchn

  2. byte of python 《python简明教程》中文版
  3. 所属分类:Python

    • 发布日期:2010-12-15
    • 文件大小:803840
    • 提供者:liuww04
  1. Sosoo 1.0网络爬虫程序.doc

  2. Sosoo 1.0网络爬虫程序 ---用户开发手册 编写人:王建华(rimen/jerry) 编写目的:基于sosoo定制web spider程序的编程人员。 目录 一:安装sosoo 2 二:功能定制 2 1.基本功能参数的设置。 2 2.配置机器人对url的检查 3 3:实现文件管理。 4 4.定制html文档下载规则。 4 5.设置对下载后http文档的过滤处理 5 6.启用机器人运行期监控。 5 7.启用对http协议分析的监控。 5 三:sosoo描述 6 四:应用开发指南 6 1.
  3. 所属分类:Web开发

    • 发布日期:2010-12-18
    • 文件大小:39936
    • 提供者:mfr625
  1. 王爽 《汇编语言》 汇编语言的详细答案

  2. 汇编语言的答案汇编语言的答案检测点1.1 (1)1个CPU的寻址能力为8KB,那么它的地址总线的宽度为13。 (2)1KB的存储器有1024个存储单元。存储单元的编号从0到1023。 (3)1KB的存储器可以存储1024*8个bit,1024个Byte。 (4)1GB、1MB、1KB分别是2^30、2^20、2^10 Byte。(n^m的意思是n的m次幂) (5)8080、8088、80286、80386的地址总线宽度分别是16根、20根、24根、32根,则它们的寻址能力分别为:64(KB)、
  3. 所属分类:硬件开发

    • 发布日期:2010-12-19
    • 文件大小:310272
    • 提供者:lzq99088123
  1. 125条java面试题详解

  2. 125条常见的java面试笔试题汇总(一) 文章整理: www.diybl.com 文章来源: 网络 1.抽象:  抽象就是忽略一个主题中与当前目标无关的那些方面,以便更充分地注意与当前目标有关的方面。抽象并不打算了解全部问题,而只是选择其中的一部分,暂时不用部分细节。抽象包括两个方面,一是过程抽象,二是数据抽象。 2.继承:  继承是一种联结类的层次模型,并且允许和鼓励类的重用,它提供了一种明确表述共性的方法。对象的一个新类可以从现有的类中派生,这个过程称为类继承。新类继承了原始类的特性,新
  3. 所属分类:Java

    • 发布日期:2010-12-19
    • 文件大小:76800
    • 提供者:a294608748
  1. byte_of_python_v192.pdf

  2. Introduction 'A Byte of Python' is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for
  3. 所属分类:Python

    • 发布日期:2010-12-22
    • 文件大小:627712
    • 提供者:acnt3w
  1. Debugging with GDB --2001年5.3

  2. Table of Contents Summary of GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documentation . . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. Debugging with GDB --2002年5.11

  2. Table of Contents q q q q q Summary of GDB r Free software r Free Software Needs Free Documentation r Contributors to GDB A Sample GDB Session Getting In and Out of GDB r Invoking GDB s Choosing files s Choosing modes r Quitting GDB r Shell commands
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. Debugging with GDB --2003年6.0

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documentation . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. Debugging with GDB --2007年

  2. Table of Contents Summary of GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Contributors to GDB . . . . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. DebuggingWithGDB 6.8-2008

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documenta
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:2097152
    • 提供者:shaoguangleo
  1. 最新版的DebuggingWithGDB7.05-2010

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Ne
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:2097152
    • 提供者:shaoguangleo
  1. Java Socket 编程源代码示例

  2. import java.io.*; import java.net.*; import java.util.*; import java.lang.*; public class Server extends ServerSocket { private static ArrayList User_List = new ArrayList(); private static ArrayList Threader = new ArrayList(); private static LinkedL
  3. 所属分类:Web开发

    • 发布日期:2010-12-24
    • 文件大小:2048
    • 提供者:YangFlack
  1. myclipse6.5类生成注册码

  2. myclipse6.5类生成注册码 package com; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /* * 注册算法:打开MYECLIPSE运行下面代码,运行结果就是注册码 * */ public class MyEclipseGen { private static final String LL = "Decompiling this cop
  3. 所属分类:Java

    • 发布日期:2010-12-25
    • 文件大小:5120
    • 提供者:yong_online
« 1 2 ... 45 46 47 48 49 50»