码迷,mamicode.com
首页 >  
搜索关键字:content    ( 25703个结果
图论03—随意两点间最短距离及路径(改进)
重要程度 ***** 求随意两点间最短距离及其路径。(万能最短路) 输入:权值矩阵,起点,终点 输出:最短距离矩阵。指定起讫点路径(经过的顶点编号) function renyizuiduanlu(W) clc disp(' 最短路问题'); disp(' '); disp(' 说明:本程序用于求随 ...
分类:其他好文   时间:2017-05-27 10:43:38    阅读次数:146
IOS UIScrollView滚动到指定位置
[mScrollView setContentOffset:CGPointMake(0,200) animated:YES]; [mScrollView setContentOffset:CGPointMake(0,200) animated:YES]; ...
分类:移动开发   时间:2017-05-27 10:41:17    阅读次数:267
for-计算元素和坐标
运用for循环计算元素和坐标,做出这样一个小玩意出来 1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <title>无标题文档</t ...
分类:其他好文   时间:2017-05-27 00:46:43    阅读次数:175
基本控件使用(一)
(一)控件的方式 1.用XML代码定义 <TextView android:layout_width="fill_parent" android:layout_height="wrap_content android:text="Hello World" android:textSize="40sp ...
分类:其他好文   时间:2017-05-27 00:43:48    阅读次数:180
Arcgis for Js实现graphiclayer的空间查询
本节讲的是Arcgis for Js的针对graphiclayer的空间查询,内容非常easy。代码例如以下: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf- ...
分类:Web程序   时间:2017-05-26 23:36:54    阅读次数:300
js+jquery动态设置/添加/删除/获取元素属性的两种方法集锦对照(动态onclick属性设置+动态title设置)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html140/strict.dtd"> <html> <head> <meta http-equiv="content-type" content= ...
分类:Web程序   时间:2017-05-26 23:24:23    阅读次数:324
easyui 例子2
!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <s ...
分类:其他好文   时间:2017-05-26 23:18:11    阅读次数:199
bootstrap-多彩列表组
1.运行效果如图所示2.实现代码如下<!DOCTYPEhtml> <html> <head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title>列表组--多彩列表组</title> <!--最新版本的Bootstrap核心CSS文件--> &l..
分类:其他好文   时间:2017-05-26 21:59:28    阅读次数:246
bootstrap-自定义列表组
1.运行效果如图所示2.实现代码如下<!DOCTYPEhtml> <html> <head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title>自定义列表组</title> <!--最新版本的Bootstrap核心CSS文件--> <link..
分类:其他好文   时间:2017-05-26 21:58:36    阅读次数:227
bootstrap-面板--基础面板
1.运行效果如图所示2.实现代码如下<!DOCTYPEhtml> <html> <head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title>面板--基础面板</title> <!--最新版本的Bootstrap核心CSS文件--> <li..
分类:其他好文   时间:2017-05-26 21:58:06    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!