虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

easy-read

  • MySQL claims to be the world s most popular open source database, and with good reason. It is free

    MySQL claims to be the world s most popular open source database, and with good reason. It is free, runs on a wide variety of platforms, is relatively simple, easy to configure and performs well even under significant load. By comparison to some other popular database management systems, configuring it is quite simple, but there are still a sufficiently wide variety of security-relevant configuration issues to make securing it a challenge.

    标签: database popular claims source

    上传时间: 2016-12-13

    上传用户:王者A

  • 一段进行语法分析、语法加亮的程序。目前仅进行了语法分析

    一段进行语法分析、语法加亮的程序。目前仅进行了语法分析,可以很easy 的稍加修改实现html语法加亮

    标签: 程序

    上传时间: 2013-12-17

    上传用户:wfeel

  • 多机器人路径规划算法

    多机器人路径规划算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.

    标签: 多机器人 路径规划 算法

    上传时间: 2014-01-25

    上传用户:busterman

  • The library is a C++/Python implementation of the variational building block framework introduced in

    The library is a C++/Python implementation of the variational building block framework introduced in our papers. The framework allows easy learning of a wide variety of models using variational Bayesian learning

    标签: implementation variational introduced framework

    上传时间: 2016-12-16

    上传用户:eclipse

  • This document is a "practical guide" to very quickly setup CVS/RCS source code control system. This

    This document is a "practical guide" to very quickly setup CVS/RCS source code control system. This document has custom shell scripts which are wrappers on top of CVS. These scripts provide an easy user interface for CVS. Several shell scripts are provided to make RCS more easy to use. The information in this document applies to Linux and as well as to all other flavors of Unix liks Solaris, HPUX, AIX, SCO, Sinix, BSD, SCO, etc.. and BeOS.

    标签: This practical document control

    上传时间: 2014-01-16

    上传用户:gxmm

  • I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked

    I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.

    标签: provide Windows example driver

    上传时间: 2013-12-19

    上传用户:zsjzc

  • A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he

    A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he comp en2 sation cur rent int o t he p assive loop f ilte r during t he delay time of t he p hase f requency detect or ( PFD) , a maximum reduction of t he p hase noise by about 16dB can be achieved. Comp a red t o ot he r compensation met hods , t he tech2 nique p rop osed he re is relatively simple and easy t o implement . Key building blocks f or realizing t he noise cancel2 lation , including t he delay va riable PFD and comp ensation cur rent source , a re sp ecially designed. Bot h t he behavior level and circuit level simulation results a re p resented.

    标签: sigma2delta compensate injecting artially

    上传时间: 2013-12-18

    上传用户:qlpqlq

  • 图书馆管理工具

    图书馆管理工具,功能简单的 very easy

    标签: 图书馆 管理工具

    上传时间: 2013-12-02

    上传用户:dsgkjgkjg

  • GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dyn

    GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time

    标签: HsGpsDll GPS Component Control

    上传时间: 2014-07-17

    上传用户:thuyenvinh

  • 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构

    1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向company中录入职员信息,并显示结果。 (5) 编写mean函数求平均工资。 应该能对全体职工或大于某一年龄的职工工资求和并计算平均值。 (6) 编写total函数对工资求和。 应该能对全体职工或某一年龄段职工的工资求和。

    标签: 数组 数据结构

    上传时间: 2014-01-23

    上传用户:colinal