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

搜索资源列表

  1. asp连接数据库代码实例

  2. 连接数据库代码实例 1,连接数据库代码 文件名称 conn.asp 所有访问数据库的文件都调用此文件 <% dim badword badword=\"\'|and|select|update|chr|delete|%20from|;|insert|mid|master.|set|chr(37)|=\" if request.QueryString\"\" then chk=split(badword,\"|\") for each query_name in request.quer
  3. 所属分类:C

    • 发布日期:2009-05-09
    • 文件大小:32kb
    • 提供者:syna_yang
  1. js 写的经典日历 很不错哦!非常漂亮!

  2. 不错的日历控件,web上直接可用js的 /* * Calendar * Language 0: Chinese, 1: English * 1.Put calendar into the element html use 'show()' * 2.Pop-up calendar use 'pop()' */ var Calendar = function( instanceId, language, startYear, endYear ){ if( typeof instanceId ==
  3. 所属分类:Web开发

    • 发布日期:2009-05-22
    • 文件大小:6kb
    • 提供者:long_zhigang
  1. win3.x speaker来当声卡驱动

  2. PLEASE READ ------------------------------------------------- By using the following Windows 3.1 Driver Library (the "Software"), you are hereby agreeing to the included license agreement. Please review the file LICENSE.TXT. "Enable interrupts durin
  3. 所属分类:DOS

    • 发布日期:2012-06-16
    • 文件大小:7kb
    • 提供者:y2k_wadang
  1. unity.3.x.game.development.essentials.pdf

  2. Table of Contents Preface 1 Chapter 1: Enter the Third Dimension 7 Getting to grips with 3D 7 Coordinates 8 Local space versus world space 9 Vectors 11 Cameras 11 Projection mode—3D versus 2D 11 Polygons, edges, vertices, and meshes 12 Materials, te
  3. 所属分类:其它

    • 发布日期:2013-10-21
    • 文件大小:44mb
    • 提供者:weicaijiang
  1. 微信刮刮卡

  2. 在body里面加上这样一段代码 您的浏览器不支持html5标签,您可以尝试换个浏览器。 然后呢,就是样式 #bg{ background:url(img/flower.png); width:204px; height:104px; margin-left:800px;; margin-top:50px; cursor:pointer; } body{ background-color:#CCC; } 那接下来就是javascr ipt了 ...展开收缩
  3. 所属分类:Javascript

    • 发布日期:2013-11-22
    • 文件大小:40kb
    • 提供者:u012652032
  1. Unity.4.x.Game.Development.by.Example.Beginners.Guide.Dec.2013

  2. Chapter 1: That's One Fancy Hammer! 9 Introducing Unity 3D 9 The engine, the tool, and the all-weather tires 10 Unity takes over the world 11 Why choose Unity? 11 Why burn this book and run away screaming? 12 Browser-based 3D – welcome to the future
  3. 所属分类:其它

  1. XMouseButtonControlSetup

  2. X-Mouse Button是一个Windows下的鼠标映射工具,可以将鼠标上的按键和滚轮的动作映射为特定的功能。现在有了64位版。   X-Mouse Button Control是一个小巧实用的鼠标按键映射工具,如果你正在用多按键类型的鼠标,这个工具可以派上大用场。你可以将鼠标上的按键和滚轮定义为指定的功能。比如:用它来实现一键复制粘贴、多媒体控制、音量调节、启动邮件或办公软件等等。这个工具对游戏玩家来说也是非常有用的,如果某些游戏不支持多按键鼠标,你可以使用x-mouse来进行设置,在游
  3. 所属分类:其它

    • 发布日期:2018-03-29
    • 文件大小:3mb
    • 提供者:qq_41920722
  1. STM32F103C8 Serial to USB HID Keyboard Mouse Joystick 串口 转 USB键盘;鼠标;手柄;GPIO 源码

  2. STM32F103C8 Serial(UART) to USB HID Keyboard Mouse Joystick 串口 转 USB键盘;鼠标;手柄 (1) 使用Composite Device 组合(复合)设备 (1.1) 1个Device -> 1个 Configuation -> 3个Interfance (Keyboard & Mouse & Joystick) (1.2) 支持BIOS模式中的操作(使用HID boot模式) 以便兼容在计算器中设定BIOS : (1.
  3. 所属分类:硬件开发

    • 发布日期:2018-04-09
    • 文件大小:295kb
    • 提供者:hmjack2008
  1. STM32F103C8 Serial(UART) to USB HID Keyboard Mouse 串口转USB键盘鼠标

  2. STM32F103C8 Serial(UART) to USB HID Keyboard Mouse 串口 转 USB键盘鼠标 (1) 使用Composite Device 组合(复合)设备 (1.1) 1个Device -> 1个 Configuation -> 2个Interfance (Keyboard & Mouse) (1.2) Keyboard Interfance -> HID (boot mode) -> 2个Endpoint(IN_0x81 & OUT
  3. 所属分类:硬件开发

    • 发布日期:2018-03-02
    • 文件大小:187kb
    • 提供者:hmjack2008
  1. STM32F103C8 Serial(UART) to USB HID Keyboard Mouse Joystick 串口 转 USB键盘;鼠标;手柄 源码

  2. STM32F103C8 (Source Code) Serial(UART) to USB HID Keyboard Mouse Joystick 串口 转 USB键盘;鼠标;手柄 源码 (1) 使用Composite Device 组合(复合)设备 (1.1) 1个Device -> 1个 Configuation -> 3个Interfance (Keyboard & Mouse & Joystick) (1.2) Keyboard Interfance -> HID (
  3. 所属分类:C

    • 发布日期:2018-03-05
    • 文件大小:207kb
    • 提供者:hmjack2008
  1. html5 CSS3心形动画跟随鼠标光标运动特效.zip

  2. 代码片段: this.update = function () { var lastPoint = { x: _this.x, y: _this.y }; // Move points over time _this.radians = _this.velocity; // Drag effect _this.lastMouse.x = (mouse.x - _this.lastMouse.x) * 0.05; _this.lastMouse.y = (mouse.y - _this.last
  3. 所属分类:其它

  1. html5 canvas圆形粒子移动背景动画特效.zip

  2. this.update = function () { var lastPoint = { x: _this.x, y: _this.y }; // Move points over time _this.radians = _this.velocity; // Drag effect _this.lastMouse.x = (mouse.x - _this.lastMouse.x) * 0.05; _this.lastMouse.y = (mouse.y - _this.lastMouse.
  3. 所属分类:其它

  1. GUI自动化工具RobotJS.zip

  2. RobotJS 是一个 Node.js 的 GUI 自动化工具,可用来控制鼠标、键盘和读取屏幕。 目前自在 Mac Node.js 0.10.31 下测试通过。 示例代码: var robot = require("robotjs"); //Get the mouse position, retuns an object with x and y. var mouse=robot.getMousePos(); console.log("Mouse is at x
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:117kb
    • 提供者:weixin_39841882
  1. X-MouseButtonControl(鼠标按键映射工具)v2.16免费安装版64位

  2. X-Mouse Button Control是一个重新映射鼠标按钮的Windows应用程序。您能够提供具体的映射,这意味着一个应用程序可以使用其他鼠标不同。这对于游戏本身不支持扩展的鼠标按钮很有用,因为你可以映射到每个按钮键。 更何况,函数映射到可用的名单是较为全面的32位微软的Intellimouse比软件可以处理,包括这样的话:音量升高/降低/静音,媒体播放器控制,发送一个自定义的按键顺序,
  3. 所属分类:其它

  1. ShockEmu, 适用于PS4远程播放( OS X )的Keyboard Mouse到 Dualshock 4仿真.zip

  2. ShockEmu, 适用于PS4远程播放( OS X )的Keyboard Mouse到 Dualshock 4仿真 设置ShockEmu需要安装 OS X 命令行 开发工具。 安装步骤:git clone https://github.com/daeken/ShockEmu.git./build.sh .s
  3. 所属分类:其它

  1. Cross Platform Development with Delphi XE7 & FireMonkey for Windows & MAC OS X.pdf

  2. Cross Platform Development with Delphi XE7 & FireMonkey for Windows & MAC OS X.pdfContent Foreword ntroduction The book The author Contact information Chapter 1: Using the FireMonkey components Section 1: Getting Started Section 2: New FireMonkey pro
  3. 所属分类:Delphi

    • 发布日期:2019-07-13
    • 文件大小:5mb
    • 提供者:chunyangsuhao
  1. xmousecontrol.zip

  2. 下了几个鼠标侧键工具,结果都不可以自定义直接变成了我不想要的功能键。后来找到这个,分享给大家。X-Mouse全称X-Mouse Button Control,可以用于鼠标侧键的设置。有了他就可以将鼠标的各个按键功能进行自定义设置,操作起来十分简单。打开软件界面,左下角有个settings选项,打开之后按照下图所示,选择简体中文,然后重新打开软件即可 功能特点 1、完全免费、体积小巧、易于便携。 2、更改鼠标按键和滚轮行为。 3、多国语言(含简、繁体中/英文)用户界面。 4、剪贴板控制(复制/剪切
  3. 所属分类:互联网

    • 发布日期:2019-07-03
    • 文件大小:4mb
    • 提供者:sinat_35823840
  1. event.X和event.clientX的区别分析

  2. 解释一下event.X和event.clientX有什么区别?event.clientX返回事件发生时,mouse相对于客户窗口的X坐标 event.X也一样但是如果设置事件对象的定位属性值为relative
  3. 所属分类:其它

    • 发布日期:2020-09-05
    • 文件大小:48kb
    • 提供者:weixin_38687904
  1. event.X和event.clientX的区别分析

  2. event.clientX返回事件发生时,mouse相对于客户窗口的X坐标 event.X也一样 但是如果设置事件对象的定位属性值为relative event.clientX不变 而event.X返回事件对象的相对于本体的坐标 event对象详解 ICOOE 2000.3.31 http://www.51js.com/ event代表事件的状态,例如事件发生的的元素、鼠标的位置等等,event对象只在事件过程中才有效。 event属性: altKey 检索ALT键的当前状态 可能的值 true
  3. 所属分类:其它

    • 发布日期:2020-12-12
    • 文件大小:47kb
    • 提供者:weixin_38685857
  1. KnockoutJS 3.X API 第四章之事件event绑定

  2. 目的 event绑定即为事件绑定,即当触发相关DOM事件的时候回调函数。例如keypress,mouseover或者mouseout等 例如: Mouse over me 源码: Mouse over me Details [removed] var vi
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:51kb
    • 提供者:weixin_38534344
« 12 3 4 5 6 7 8 9 10 »