自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

dracularking的竹林小屋

卡鲁斯VS荣耀

  • 博客(4)
  • 资源 (5)
  • 收藏
  • 关注

转载 javascript打开选择对话框/保存对话框

在浏览器中虽然打开选择对话框和保存文件对话框的功能并不常使用,但有时仍然会用得上,比如一个web版的播放器,让用户选择本地的视频或音频文件等。对于打开选择文件对话框来说,相对比较简单,只需要在页面内放一个file标签,可以将其display设置为none,使用图片、按钮及链接来模拟file的单击事件,从而实现选择文件的任务。具体实现如下所示:                  New

2008-06-24 10:29:00 5103 1

转载 时间复杂度和空间复杂度

【摘】时间复杂度和空间复杂度2007-09-16 13:431、时间复杂度(1)时间频度 一个算法执行所耗费的时间,从理论上是不能算出来的,必须上机运行测试才能知道。但我们不可能也没有必要对每个算法都上机测试,只需知道哪个算法花费的时间多,哪个算法花费的时间少就可以了。并且一个算法花费的时间与算法中语句的执行次数成正比例,哪个算法中语句执行次数多,它花费时间

2008-06-18 20:45:00 7833 4

原创 算法价值5-背包问题

是一个经典的组合优化问题,它可以描述为在给定一组物品和一个背包容量的情况下,选择哪些物品放入背包,以使得放入的物品总价值最大,且总重量不超过背包容量。0/1背包问题属于,其解决方案涉及到等算法。动态规划方法通常使用一个二维数组来记录在每个阶段(每个物品的考虑阶段)的最优解,通过填表的方式逐步求解问题。这种方法的时间复杂度为O(nW),其中n是物品数量,W是背包容量。

2008-06-12 16:56:00 1077 2

转载 A* 寻路算法

A* 寻路算法2008-04-30 00:39 概述 虽然掌握了 A* 算法的人认为它容易,但是对于初学者来说, A* 算法还是很复杂的。 搜索区域(The Search Area) 我们假设

2008-06-04 10:59:00 3085 2

软件价值16-敲钉子的项目包

html之敲钉子

2024-02-23

软件价值13-水族箱 My Aquarium

myAquarium项目文件

2024-02-13

软件价值12-射箭游戏

射箭游戏项目

2024-02-11

软件价值9-扔骰子模拟器项目包

软件价值9-扔骰子模拟器项目包

2024-02-05

mine sweeper.mp4

mine sweeper演示视频

2024-02-04

Social-Network-Ads

Social_Network_Ads

2024-02-03

软件价值4-俄罗斯方块

俄罗斯方块游戏可执行文件

2024-02-01

软件价值4-俄罗斯方块

俄罗斯方块视频

2024-02-01

机器学习4-多元线性回归

机器学习4-多元线性回归的数据文件

2024-01-31

软件价值3-A*算法寻路

A*寻路算法Project

2024-01-30

软件价值3-A*算法寻路

A*寻路算法

2024-01-30

机器学习3-简单线性回归

博文 机器学习3-简单线性回归的数据文件

2024-01-29

软件价值2-贪吃蛇游戏

用python写的贪吃蛇游戏,可直接运行

2024-01-29

swing hacks

Swing Hacks helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one skill you need to master. This latest title from O'Reilly is a reference to the cool stuff in Swing. It's about the interesting things you learn over the years--creative, original, even weird hacks--the things that make you say, "I didn't know you could even do that with Swing!" Swing Hacks will show you how to extend Swing's rich component set in advanced and sometimes non-obvious ways. The book touches upon the entire Swing gamut-tables, trees, sliders, spinners, progress bars, internal frames, and text components. Detail is also provided on JTable/JTree, threaded component models, and translucent windows. You'll learn how to filter lists, power-up trees and tables, and add drag-and-drop support. Swing Hacks will show you how to do fun things that will directly enhance your own applications. Some are visual enhancements to make your software look better. Some are functional improvements to make your software do something it couldn't do before. Some are even just plain silly, in print only to prove it could be done. The book will also give you give you a small glimpse of the applications coming in the future. New technology is streaming into the Java community at a blistering rate, and it gives application developers a whole new set of blocks to play with. With its profusion of tips and tricks, Swing Hacks isn't just for the developer who wants to build a better user interface. It's also ideally suited for client-side Java developers who want to deliver polished applications, enthusiasts who want to push Java client application boundaries, and coders who want to bring powerful techniques to their own applications. Whatever your programming needs, Swing Hacks is packed with programming lessons that increase your competency with interface-building tools.

2010-08-16

Java Language Specification 3.0 pdf

Java Language Specification 3.0 pdf English Version

2008-04-15

Java Swing

Java Swing 2nd Edition English version chm from O'Reilly

2008-03-12

JavaEE_API_5.0

JavaEE_API_5.0 英文版 非HTML格式 正宗chm版

2008-01-30

After Hours: 10 Projects You'll Never Do at Work

Take your Java programming skills beyond the ordinary. Java After Hours: 10 Projects You'll Never Do at Work will make Java your playground with ten detailed projects that will have you exploring the various fields that Java offers to build exciting new programs. You'll learn to:<br/><br/>Create graphics interactively on Web servers<br/><br/>Send images to Web browsers<br/><br/>Tinker with Java's Swing package to make it do seemingly impossible things<br/><br/>Search websites and send e-mail from Java programs<br/><br/>Use multithreading, Ant and more!<br/><br/>Increase your Java arsenal by taking control of Java and explore its possibilities with Java After Hours.<br/>

2007-06-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除