码迷,mamicode.com
首页 >  
搜索关键字:visit    ( 1001个结果
环 快完成了
#include int num,zu; int a[50][2]={0}; int visit[11]={0}; int data[11][11]={0}; int tou=0; int wei=1; int last; int flag=0; int k=0; int d[11][11]={0}... ...
分类:其他好文   时间:2017-02-20 18:26:23    阅读次数:130
SQL SERVER:CASE判断空,错误一例
错误判断 SELECT policy_jq_no,policy_sy_no, CASE policy_jq_no WHEN '' THEN policy_sy_no ELSE policy_jq_no END policy_no FROM ZY_SURVEY_VISIT order by FLOW_ ...
分类:数据库   时间:2017-02-19 20:09:57    阅读次数:178
水管bfs 完成版
#include int data[50][50]={0}; int visit[50][50]={0}; int hang,lie,num; int k=0; int x,y; int connectto[7][4]={1,1,1,1, 1,0,1,0, 0,1,0,1, ... ...
分类:其他好文   时间:2017-02-19 18:24:55    阅读次数:142
找环 存在问题
#include int num,zu; int a[50][2]={0}; int visit[11]={0}; int data[11][11]={0}; int tou=0; int wei=1; int last; int flag=0; int k=0; typedef struct no... ...
分类:其他好文   时间:2017-02-16 16:48:34    阅读次数:208
选择器
分组 选择器分组 h2,p {color:gray;} 声明分组 h1 {font:18px Helvetica;color:purple;background:aqua;} 类选择器和ID选择器 多类选择器 .warning.urgent {background:silver;} 属性选择器 简单 ...
分类:其他好文   时间:2017-02-14 15:53:01    阅读次数:187
Cookies and Session Tracking Client Identification cookie与会话跟踪 客户端识别
w HTTP The Definitive Guide Cookies can be used to track users as they make multiple transactions to a web site. E-commerce web sites use session cook ...
分类:其他好文   时间:2017-02-14 11:40:52    阅读次数:172
算法笔记_023:拓扑排序(Java)
目录 1 问题描述 2 解决方案 2.1 基于减治法实现 2.2 基于深度优先查找实现 1 问题描述 给定一个有向图,求取此图的拓扑排序序列。 那么,何为拓扑排序? 定义:将有向图中的顶点以线性方式进行排序。即对于任何连接自顶点u到顶点v的有向边uv,在最后的排序结果中,顶点u总是在顶点v的前面。 ...
分类:编程语言   时间:2017-02-11 17:47:32    阅读次数:297
js中replace的用法(两种常用举例,还有好多用法不一一列举)
1、替换特定字符 <html><body><script type="text/javascript">var str="Visit Microsoft!"document.write(str.replace(/Microsoft/,"W3School"))</script></body></htm ...
分类:Web程序   时间:2017-02-11 16:40:50    阅读次数:170
cocos2dx截整屏、截部分屏
我的环境是cocos2dx 2.x的版本 【CCRenderTexture】 CCRenderTexture这个动态纹理类,顾名思义就是可以动态创建纹理图片。 屏幕截图主要步骤: > 开始截图:render->begin(); > 遍历场景:scene->visit(); > 结束截图:render ...
分类:其他好文   时间:2017-02-10 20:44:49    阅读次数:182
meta标签中的http-equiv属性使用介绍
meta是html语言head区的一个辅助性标签;meta标签的作用有:搜索引擎优化(SEO),定义页面使用语言等等 meta是html语言head区的一个辅助性标签。也许你认为这些代码可有可无。其实如果你能够用好meta标签,会给你带来意想不到的效果, meta标签的作用有:搜索引擎优化(SEO) ...
分类:Web程序   时间:2017-02-07 12:46:42    阅读次数:198
1001条   上一页 1 ... 60 61 62 63 64 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!