HTML学习
1、HTML介绍(了解即可)
HTML (Hyper Text Markup Language):
HTML就是超文本标记语言的简写,是最基础的网页语言
HTML的版本:
2.0(IETF)、3.0(W3C)、4.01(W3C)、5.0(W3C)
IETF: Internet Engineering Task Force
W3C:World Wide Web Co...
分类:
Web程序 时间:
2015-02-04 20:27:22
阅读次数:
205
Creating a zip file is a task that can easily be accomplished by using the classes ZipOutputStream and ZipEntry in the java.util.zip package.First of ...
分类:
其他好文 时间:
2015-02-04 20:15:38
阅读次数:
135
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat...
分类:
其他好文 时间:
2015-02-04 16:10:53
阅读次数:
149
任務 ? 创建Task 传递Action委托给Task的构造函数即可,如果需要附加参数,使用Action委托 private void Window_Loaded(object sender, RoutedEventArgs e) { var obj = new object(); var task...
分类:
其他好文 时间:
2015-02-04 15:58:28
阅读次数:
144
基于MQX的应用编程:通过任务模板定义用户任务,MQX_AUTO_START_TASK -- 任务随MQX一起启动;/*MQX通过下面的代码(任务模板),向系统注册多个用户进程:--- 当然,我们也可以通过MQX的接口函数来创建任务。*/const TASK_TEMPLATE_STRUCT MQX....
分类:
其他好文 时间:
2015-02-04 12:27:03
阅读次数:
530
链接:click here
题意:Network flow is a well-known difficult problem for ACMers. Given a graph, your task is to find out the maximum flow for the weighted directed graph.
翻译:网络流量是一个众所周知的难题ACMers。给定一个图,...
分类:
其他好文 时间:
2015-02-03 19:39:49
阅读次数:
245
总是只能做4、5题,要加油啊!1. XORSUBYou are given an array A of N integers and an integer K. Your task is to return the maximum possible value of F(P) xor K, wher...
分类:
其他好文 时间:
2015-02-03 14:44:15
阅读次数:
159
http://acm.hdu.edu.cn/showproblem.php?pid=4339
Problem Description
You are given two strings s1[0..l1], s2[0..l2] and Q - number of queries.
Your task is to answer next queries:
1) 1 a i c...
分类:
其他好文 时间:
2015-02-03 13:13:46
阅读次数:
157
本文为 第14章笔记任务的隔离和特权级保护任务, 任务的LDT和TSS程序是记录在载体上的指令和数据, 总是为了完成某个特定的工作, 其正在执行中的一个副本, 叫做任务(Task). 这句话的意思是说, 如果一个程序有多个副本正在内存中运行, 那么, 它对应着多个任务, 每一个副本都是一个任务. 为...
分类:
其他好文 时间:
2015-02-03 12:45:03
阅读次数:
167
Problem B: Andy's First DictionaryTime limit: 3 secondsAndy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task fo...
分类:
其他好文 时间:
2015-02-03 08:15:20
阅读次数:
200