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

搜索资源列表

  1. UNICODE2ANSI

  2. UNICODE2ANSI.exe是UNICODE码和ANSI码两种编码转换工具。说编码转化可能很多朋友还不是很明白,但是如果说起插入数据库的一句话“”的加密代码“┼攠數畣整爠煥敵瑳∨≮┩>”,相信很多朋友都有所耳闻。它就是一个转换这2种编码的一个小工具。
  3. 所属分类:Java

    • 发布日期:2010-03-24
    • 文件大小:110kb
    • 提供者:wqysafe
  1. VHDL.101.Everything.you.need.to.know.to.get.started

  2. VHDL (VHSIC Hardware Descr iption Language) is a hardware programming language commonly used for FPGA (Field Programable Gate Array) or ASIC (Application Specific Integrated Circuit) designs. FPGAs and the like are often found within larger applicat
  3. 所属分类:硬件开发

    • 发布日期:2011-01-29
    • 文件大小:6mb
    • 提供者:DoomLord
  1. the art of unit testing

  2. One of the biggest failed projects I worked on had unit tests. Or so I thought. I was leading a group of programmers to create a billing application, and we were doing it in a fully test-driven manner – writing the test, then writing the code, seein
  3. 所属分类:C++

    • 发布日期:2011-05-24
    • 文件大小:2mb
    • 提供者:zhuxingjun_jlu
  1. android使用GPS获取当前地理位置

  2. 第一:当使用GPS定位时,最好不要使用getLastKnownLocation方法获得当前位置对象Location,因为该对 象可以在onLocationChanged的参数中由系统给予(根据文档,getLastKnownLocation有2方面功能:1. 获取当前地理位置 2.如果当前位置定位不成功,则可以用此方法获取缓存中的上一次打开地图时定位的地理位置)。这样就避免了空指针异常。而且更重要的是GPS定位不是一下子就能定位成功的,在90%以上的情况下,getLastKnownLocatio
  3. 所属分类:Android

    • 发布日期:2012-11-20
    • 文件大小:143kb
    • 提供者:lingchenmazy
  1. 银行家算法

  2. 银行家算法 #define M 50 int max[M][M],req[M],work[M],allo[M][M],need[M][M],avail[M]; int f,i,j,m,n; #include void main() { void requ(); void check(); printf("请输入进程总数:\n"); /*输入进程总数*/ scanf("%d", &m); printf("请输入资源种类总数:\n"); /*输入资源种类总数*/ scanf("%d", &n);
  3. 所属分类:桌面系统

    • 发布日期:2012-11-26
    • 文件大小:6kb
    • 提供者:shijiafan
  1. 网上购物系统设计与实现

  2. 网上购物系统设计和实现课程设计 四、程序关键代码及效果图 1、过滤器代码:[只要doFilter()方法] (1)adminfilter.java: HttpServletRequest requ=(HttpServletRequest)req; res.setCharacterEncoding("gb18030"); requ.setCharacterEncoding("gb18030"); HttpSession session=requ.getSession(); if(session.
  3. 所属分类:Java

    • 发布日期:2012-12-07
    • 文件大小:1mb
    • 提供者:avi44332211
  1. FPGA 101 Everything you need to know to get started

  2. VHDL (VHSIC Hardware Descr iption Language) is a hardware programming language commonly used for FPGA (Field Programable Gate Array) or ASIC (Application Specific Integrated Circuit) designs. FPGAs and the like are often found within larger applicat
  3. 所属分类:硬件开发

    • 发布日期:2015-10-16
    • 文件大小:7mb
    • 提供者:huolf
  1. Android 二维码扫描

  2. Android二维码扫描demo,亲测可行,简单易移植 * 1、 生成二维码:Bitmap mBitmap = EncodingHandler.createQRCode("www.baidu.com", 300);//300表示宽高 * 2、 扫描二维码:Intent intent = new Intent(MainActivity.this, CaptureActivity.class); * startActivityForResult(intent, REQU EST_CODE); *
  3. 所属分类:Android

    • 发布日期:2017-02-21
    • 文件大小:151kb
    • 提供者:shenghuo525
  1. TC358870XBG Functional Specification

  2. TC358870XBG, Ultra HD to DSI, bridge converts high resolution (higher than 4 Gbps) HDMI® stream to MIPI DSI Tx video. It is a follow up device of TC358779XBG, without scalar functionality. The HDMI-RX runs at 297 MHz to carry up to 7.2 Gbps video st
  3. 所属分类:Android

    • 发布日期:2017-09-05
    • 文件大小:7mb
    • 提供者:jesdy0813
  1. Introduction to Computer Graphics-A Practical Learning Approach

  2. The book has been designed for a relatively wide audience. We assume a basic knowledge of calculus and some previous skills with a programming language. Even though the book contains a wide range of topics from basic to advanced, the reader will dev
  3. 所属分类:图像处理

    • 发布日期:2017-11-25
    • 文件大小:90mb
    • 提供者:e_bigmouth
  1. Bayesian Modelling of Music

  2. In order to perform many signal processing tasks such as classification, pattern recognition and coding, it is helpful to specify a signal model in terms of meaningful signal structures. In general, designing such a model is complicated and for many
  3. 所属分类:专业指导

    • 发布日期:2009-02-19
    • 文件大小:2mb
    • 提供者:koanwest
  1. UAdelaide English requirements 2018

  2. The english requirements for the University of Adelaide in 2018.
  3. 所属分类:其它

    • 发布日期:2018-08-17
    • 文件大小:40kb
    • 提供者:haiming_yeyeye
  1. 最新的爬虫工具

  2. python的爬虫工具 Python Requsts HTTP Python HTTP Requ sts Kenneth Reitz requests-htm
  3. 所属分类:网管软件

    • 发布日期:2018-08-30
    • 文件大小:787kb
    • 提供者:weixin_43101598
  1. requirejs 修改为webpack 模块中依赖其他模块时的配置项

  2. requirejs 修改为webpack 模块中依赖其他模块时的配置项
  3. 所属分类:Javascript

    • 发布日期:2018-11-05
    • 文件大小:7kb
    • 提供者:zlj002
  1. MERN Quick Start Guide

  2. Book Descr iption The MERN stack is a collection of great tools—MongoDB, Express.js, React, and Node—that provide a strong base for a developer to build easily maintainable web applications. With each of them a Javascr ipt or Javascr ipt-based techn
  3. 所属分类:Javascript

    • 发布日期:2018-12-19
    • 文件大小:3mb
    • 提供者:pavee
  1. struts2综合复习习题

  2. 将struts2的知识进行综合整理,以达到全面复习。 例如:一、Struts2标记库中迭代标签iterator的()方法是判断当前元素是否是第偶数个元素。 A.isOdd B.isLast C.isFirst D.isEven 二、假设在session中存在名为username的属性,通过OGNL访问该属性,正确的代码是()。 A.#username B.#session.username C.username D.${username} 三、以下代码中()可以生成一个List集合存放在requ
  3. 所属分类:Java

    • 发布日期:2018-12-25
    • 文件大小:33kb
    • 提供者:weixin_36798894
  1. 捕获异步功能中的节点Node-xlog.zip

  2. express/connect 中间层扩展 console.log 和 console.err 的时候需要添加一个包含 node.js PID 、 http 请求URL 和鉴别计数器的前缀。但如果你使用了 Node-xlog ,事情将变得不再那么复杂。Node-xlog 是一个用来捕获异步功能中的节点,还能够在日志中显示错误,比如说捕获请求。Console.log 和 console.error 都能扩展为进程的 PID,来生成日志、请求方法和 URL 路径。当此信息被索引时,仅显示第一次生成
  3. 所属分类:其它

  1. Android代码-pojo-updater-compiler

  2. pojo-updater-compile Android apt plugin for pojo-updater License Copyright 2015 杭州树洞网络科技有限公司 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of th
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:70kb
    • 提供者:weixin_39841365
  1. 微信小程序-小程序开源项目–影讯

  2. wx-movies-demo 小程序开源项目--影讯 > 最近微信的小程序也是火的的不行,毕竟那潜在的8亿用户影响还是巨大的。想起了小程序刚开始时传爆朋友圈的那张长截图。哈哈,博主本身就是Android开发,现在也研究了一段时间的小程序,现在把学习中的成果和经验分享一下。 先来张效果图吧 > 项目的数据是使用的在聚合数据上申请的影视资讯接口。 好吧,图片上传失败,效果图请移步博客 资源链接 > 分享一下学习中用到的工具和资料,建议大家先了解微信的官方文档,没有js和css开发
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:61kb
    • 提供者:weixin_39840914
  1. Android代码-通过更简洁的方式启动 Activity、Service、Broadcast 等

  2. SmartGo Getting Start In your build.gradle: dependencies { compile go.smart.woaiwhz.smartgo:SmartGo:1.0.1 } Features Now you can launch an explicit Activity like this: SmartGo.from(this) .to(ExplicitActivity.class) .shareElements() .like(v) .withS
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:172kb
    • 提供者:weixin_39840387
« 12 3 4 5 6 »