CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - get

搜索资源列表

  1. lab1

    0下载:
  2. csapp:lab1 hope you can get some help to learn the book -csapp: lab1 hope you can get some help to learn the book
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:22158
    • 提供者:fudan
  1. GetWeather

    0下载:
  2. 利用JSON包从中国天气网上获得免费天气信息。-JSON package to get free weather information from the Chinese weather online.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9102
    • 提供者:
  1. 2

    1下载:
  2. JPG算法:自写算法将BMP转换为JPG,再将jpg转化为bmp,比较前后两个bmp得质量差别,在不同的量化参数(50 压缩,75 压缩,95 压缩)下对比效果,包括:jpg压缩后的大小、图像质量、压缩时间 -JPG algorithm: self-written algorithm BMP converted to JPG, and then transformed into the jpg to bmp, compare before and after two bmp get the
  3. 所属分类:Java Develop

    • 发布日期:2014-05-06
    • 文件大小:555008
    • 提供者:杨蔚
  1. RFIDMiddleware

    0下载:
  2. 用Fosstrak作为核心开发的一个中间件示例,使用Fosstrak的ALE server进行标签筛选。主要是进行标签获取。需要跟fosstrak的LLRP还有一个标签生成器一起用-Using Fosstrak to get taps , you can get the taps info and store in database.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-15
    • 文件大小:24129509
    • 提供者:张三
  1. Build-Your-Own-Web-Site

    0下载:
  2. “本书通过大量典型实例介绍了HTML的基础知识,包括建立超链接和插入图形的方法,以及如何建立框架和使用表单等。同时,还介绍了CSS的语法定义和嵌入方法,及其属性和定痊方法,以及功能强大的CSS滤镜等。 本书避免冗长的叙述,从实际应用出发,采用案例式的教学模式,强调了学习流程的顺畅性和内容前后的关联性,循序渐进并由浅入深地完成一个个主题式的学习 ”--引自Verycd-“If you’re a newbie to web design, then Build Your Own Web Site
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-28
    • 文件大小:11012546
    • 提供者:CSH
  1. codeget

    0下载:
  2. 实现获取code, bankqueue -get code html form has code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:866046
    • 提供者:ni
  1. cinema

    0下载:
  2. 这是用eclipse编写的最简单的影院信息管理系统代码,包括实现登录,获取电影信息,售票(学生票,普通票,赠票),查询,打印功能-This is the easiest to use eclipse to write theater information management system code, including log on to achieve, get movie information, ticket (student tickets, general tickets, tic
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:37524
    • 提供者:朝阳
  1. Hadoop_in_Action

    0下载:
  2. 本书介绍了hadoop框架,给出了编写和运行hadoop数据处理所需的实践技能。-this book introduces the basics for understanding and using Hadoop. We describe the hardware components that make up a Hadoop cluster, as well as the installation and confi guration to create a working sys
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4112624
    • 提供者:mary
  1. java_harddisk

    0下载:
  2. java中获取硬盘的序列号,可用于注册机等的实现。-java get hard drive serial number, RI, etc. can be used to achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:20554
    • 提供者:suigara
  1. QWeibo4j

    0下载:
  2. 我自己写的实现对于腾讯微博的获取相关信息(java)-java code to get qq informition
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2284141
    • 提供者:yj
  1. DocumentEditor

    0下载:
  2. 这是用JAVA语言实现的文档标记器,可以成功运行,得到最后的.jar格式文件。-This is implemented with JAVA language document markup, and can run successfully, to get a last jar file format.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:462365
    • 提供者:wan
  1. vs2008-getset

    0下载:
  2. 可以在VS2008里自动设置set和get属性的一个宏-In VS2008 automatically set to set and get properties of a macro
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:342060
    • 提供者:woaikk
  1. aspsweb

    0下载:
  2. 一个用户名,一个密码,一共两个文本框,加上登陆,同在一个表单内,表单可以本页提交,也可以提交到另外写的判断页,判断页需要做的是,获取用户名和密码两个文本框的内容,并读取数据库,与之做对比,用户名和密码匹配成功,则MSG登陆成功,赋值给SESSION,并返回首页。 -A user name, a password, a total of two text box, plus the log in, with a form inside, form can submit this page, a
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-07
    • 文件大小:1669047
    • 提供者:许多爱
  1. ComplexNumber

    0下载:
  2. (1)编写一个复数类ComplexNumber,其中包括实例变量real、image,方法如下: 1)构造方法 ComplexNumber(double a,double b) 2) ComplexNumber add(ComplexNumber x) //当前复数对象与另一复数对象进行复数的加法运算,返回一新的复数对象 3) ComplexNumber sub(ComplexNumber x) //当前复数对象与另一复数对象进行复数的减法运算,返回一新的复数对象 4)double getRea
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1224
    • 提供者:luoshengwang
  1. ObjectDemo

    0下载:
  2. Java存储与读取对象,程序实现关键字:调用父类构造函数,得到容器,实例化一个图标,把图标写入到文件里(存储对象到文件),从文件中读取对象,增加对象到容器上,设置窗口尺寸,得到对象输出流,在命令行窗口输出出错信息-Java stored and read the object program Keywords: call the parent class constructor to get the container to instantiate an icon, the icon is wr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:14610
    • 提供者:方鸣
  1. c

    0下载:
  2. 通过File类实现输出指定目录下包含的所有文件名,包含子目录。从键盘输入文件名或目录名,如果是一个目录对象,则可以通过listFiles()方法返回该目录的子目录或文件。如果是文件对象,可以通过.getAbsolutePath()得到文件的绝对路径,通过getName()得到文件名字。-File class implements the name of the output under the specified directory contains all the files, includi
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:705
    • 提供者:struggle
  1. time

    0下载:
  2. 利用java制作网页,实现获取系统日期、系统时间的JSP,每隔一秒刷新一次-make a web to get the date and time of system , it changes everyone minute
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:594
    • 提供者:wang
  1. HSGETIP

    0下载:
  2. 一个java swing 获取公网ip的程序, 服务器获取自己的公网ip并储存到数据库中, 客户端去数据库获取ip并写入到文件中, 用到了文件流模拟浏览器和系统托盘-Access to public network ip program a java swing server to get its own public ip and stored into the database, database of clients to obtain ip and write to a fi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:36331
    • 提供者:李国鹏
  1. hanoi

    0下载:
  2. 该程序是经典的Hanoi塔问题的Java语言版,演示了把左边杆子中的所有大小不同的碟子移动到右边的杆子上的步骤,每次只能移动一个碟子,而且碟子只能放在比它大的碟子上。选择 AutoSolve,就可以自动让计算机为你解决该难题了。速度滚动条决定了程序运行的速度。 -The program is the Java language version of the classic Towers of Hanoi problem, demonstrates the steps to the le
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:12014
    • 提供者:刘玉潇
  1. iptocity.sql

    0下载:
  2. 用IP怎么获得城市的地址 -HOW TO USE IP GET ADDRESS OF CITY
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-10
    • 文件大小:2119922
    • 提供者:陈军
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com