您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 雅虎TAB效果代码 Javascript实现

  2. 雅虎TAB效果代码 nightjass 魏金梁 body {background: #fff;font-family: "Lucida Grande", Helvetica, Arial, sans-serif;font-size: 12px;} p {line-height:140%} #info {height:500px; position:relative;} #adsie {position:absolute; bottom:0;} /* ===============
  3. 所属分类:Web开发

    • 发布日期:2009-07-04
    • 文件大小:80kb
    • 提供者:nightjass
  1. qq客服上用的图片焦点js+c

  2. 这是个可以使用在网站首页的特效代码 无标题文档 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,ifr a me {margin:0;padding:0; } fieldset,img {border:0;} address,caption,cite,dfn,em,th,var {font-style:normal;font-weight:
  3. 所属分类:Javascript

    • 发布日期:2010-11-19
    • 文件大小:256kb
    • 提供者:lzymbz
  1. 客户端实验设计

  2. Web 客户端设计实验 function moveobject(){ if(document.getElementById("move").style.marginLeft=="") document.getElementById("move").style.marginLeft="0" var obj = document.getElementById("move").style.marginLeft.match(/^\d+/); if(parseInt(obj[0])<600){ d
  3. 所属分类:专业指导

    • 发布日期:2013-04-30
    • 文件大小:58kb
    • 提供者:u010519255
  1. HTML中标签css默认值

  2. HTML中标签css默认值,比如: h5 { font-size: .83em; margin: 1.5em 0 } h6 { font-size: .75em; margin: 1.67em 0 } h1, h2, h3, h4, h5, h6, b,strong { font-weight: bolder
  3. 所属分类:Web开发

    • 发布日期:2014-11-25
    • 文件大小:2kb
    • 提供者:gongziwu
  1. HTML 网页设计

  2. css标签,网页模板/* Author: W3layout Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ */ /* reset */ html,body,div,span,applet,object,ifr a me,h1,h2,h3,h4,h5,h6,p,b
  3. 所属分类:Web开发

    • 发布日期:2014-12-02
    • 文件大小:14mb
    • 提供者:qq_20120869
  1. less 实例 z.less

  2. less 实例 z.less html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } fieldset, img { border:none; } img{display: block;} address, caption, cite, code, dfn, th, var { font-style:normal; fo
  3. 所属分类:Web开发

    • 发布日期:2014-12-09
    • 文件大小:18kb
    • 提供者:u012733481
  1. 数学建模与数学实验

  2. function ceshi_Excel %利用MATLAB生成Excel文档 % ceshi_Excel % % Copyright 2009 - 2010 xiezhh. % $Revision: 1.0.0.0 $ $Date: 2009/12/14 20:40:00 $ % 设定测试Excel文件名和路径 filespec_user = [pwd '\测试.xls']; % 判断Excel是否已经打开,若已打开,就在打开的Excel中进行操作,否则就打开Excel try % 若Exc
  3. 所属分类:专业指导

    • 发布日期:2015-08-25
    • 文件大小:9mb
    • 提供者:sinat_28314171
  1. 非常精美的h5 进度条

  2. 非常精美的h5 进度条 |DEMO_jQuery之家-自由分享jQuery、html5、css3的插件库 <!----> .ClassyCountdownDemo { margin:0 auto 30px auto; max-width:800px; width:calc(100%); padding:30px; display:block } #countdown2 { background:#FFF } #countdown3 { backgrou
  3. 所属分类:HTML5

    • 发布日期:2015-12-19
    • 文件大小:128kb
    • 提供者:zgc_306
  1. DCCNN Cifar 100 Weights - 7137.h5

  2. 深度学习DCCNN卷积网络框架 cifar10准确率92% cifar100准确率71% 代码请看该网址: https://github.com/titu1994/Deep-Columnar-Convolutional-Neural-Network
  3. 所属分类:深度学习

    • 发布日期:2017-12-14
    • 文件大小:28mb
    • 提供者:qq_30803353
  1. keras网络权重

  2. 重要的神经网络keras版本的权重,预训练好的网络参数适用于迁移学习。 inception_v3_weights_tf_dim_ordering_tf_kernels.h5;inception_v3_weights_tf_dim_ordering_tf_kernels_notop.h5; music_tagger_crnn_weights_tf_kernels_tf_dim_ordering.h5; music_tagger_crnn_weights_tf_kernels_th_dim_ord
  3. 所属分类:深度学习

  1. H5端自适应框架adaptive.zip

  2. H5端自适应框架 使用方法: [removed][removed]  [removed]  window[adaptive].desinWidth = 640;// 设计图宽度  window[adaptive].baseFont = 18;// 没有缩放时的字体大小  window[adaptive].init();// 调用初始化方法  [removed] 然后在css中设置相应样式即可: .main-info { height: 0.88rem; padding-bottom
  3. 所属分类:其它

    • 发布日期:2019-07-19
    • 文件大小:10kb
    • 提供者:weixin_39841856
  1. 排列组合验证(33选6)V1.04-20200420-2137.7z

  2. 20200420使用VB6.0求33选6的全组合数(解决变长字符串超过1MB之后写入的问题) 最近需要求组合数(买双色球生成号码用^_) 以前在大学专门学习过VB6.0,今后会迁移到VC6.0。 预计会在2020.5.1强化一下MFC,就可以了! 我也不知道边长字符串到底写入多少回崩溃。(现阶段人也不年轻了,也没有这么多时间去研究了!有兴趣的同学跟帖告诉我一下,在此谢过了!) ​ VERSION 5.00 Begin VB.Form Form1 Capti
  3. 所属分类:VB

    • 发布日期:2020-04-20
    • 文件大小:166kb
    • 提供者:wb4916
  1. 排列组合验证(15选6)V1.02-20200420-2109.7z

  2. 20200420使用VB6.0求15选6的全组合数(解决定长字符串可包含 1 到大约 64K的问题) 最近需要求组合数(买双色球生成号码用^_) 以前在大学专门学习过VB6.0,今后会迁移到VC6.0。 预计会在2020.5.1强化一下MFC,就可以了! VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 12825 ClientLeft
  3. 所属分类:VB

    • 发布日期:2020-04-20
    • 文件大小:5kb
    • 提供者:wb4916
  1. NASNet-mobile.h5

  2. model weight in this repo https://github.com/fchollet/deep-learning-models Keras提供的预训练权重
  3. 所属分类:深度学习

  1. inception_resnet_v2_weights_tf_dim_ordering_tf_kernels_notop.h5

  2. model weight in this repo https://github.com/fchollet/deep-learning-models Keras提供的预训练权重
  3. 所属分类:深度学习

  1. densenet201_weights_tf_dim_ordering_tf_kernels.h5

  2. model weight in this repo https://github.com/fchollet/deep-learning-models Keras提供的预训练权重
  3. 所属分类:深度学习

  1. densenet169_weights_tf_dim_ordering_tf_kernels.h5

  2. model weight in this repo https://github.com/fchollet/deep-learning-models Keras提供的预训练权重
  3. 所属分类:深度学习

  1. densenet121_weights_tf_dim_ordering_tf_kernels.h5

  2. model weight in this repo https://github.com/fchollet/deep-learning-models Keras提供的预训练权重
  3. 所属分类:深度学习

  1. RIES机器人RV10-6, RV20-6, RV20-16技术手册.pdf

  2. RIES机器人RV10-6, RV20-6, RV20-16技术手册pdf,RIES机器人RV10-6, RV20-6, RV20-16技术手册RV10-6,RV206,RV2016 REIS ROBOTICS Belastungsdiagramm load diagram diagramme de charge RV106 Rv20-6 5432 A6 100 200 300 400[mm] J=0, 14 kgm. h5 =90 gravity centre of total mass ce
  3. 所属分类:其它

    • 发布日期:2019-09-20
    • 文件大小:399kb
    • 提供者:weixin_38744153
  1. H5+CSS3.zip

  2. 主要包含HTML5+CSS3基础知识,各种常用标签的意义及基本用法示例。 HTML5部分具体内容包括: 语义化标签:段落标签,标签自定义文字样式,标题标签,块,标签定义头部,标签定义底部,标签定义正文区段,标签定义侧边栏区域; 效果标签:标签实现换行效果,特殊字符 实现空格效果,标签实现水平线; 列表标签:使用实现无序列表,使用实现有序列表; 使用标签添加图片,使用标签添加链接,使用table添加表格,使用thead、tbody、tfood定义表格; 表单标签:使用创建表单,文本输入框,密码输
  3. 所属分类:互联网

    • 发布日期:2020-08-06
    • 文件大小:433kb
    • 提供者:weixin_38703170
« 12 »