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

planning-tutorial

  • 本方案为解决当前企业信息化建设中"信息孤岛"丛生、信息流不畅通、信息不能共享的瓶颈问题

    本方案为解决当前企业信息化建设中"信息孤岛"丛生、信息流不畅通、信息不能共享的瓶颈问题,强调首先搞好信息资源规划(Information Resource Planning,简称IRP),建立全企业的信息资源管理(Information Resource Management,简称IRM)基础标准,通过需求分析建立集成化信息系统的功能模型、数据模型和系统体系结构模型,然后再实施通信-计算机网络工程、数据库工程和应用软件工程。

    标签: 方案 企业信息 瓶颈

    上传时间: 2014-01-23

    上传用户:风之骄子

  • If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frus

    If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source

    标签: metaprogramming you template excited

    上传时间: 2016-07-20

    上传用户:gundamwzc

  • C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to

    C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites: How C Programming Works C Programming C++ Language Tutorial

    标签: Introduction Programming Reference tutorials

    上传时间: 2014-07-26

    上传用户:ljmwh2000

  • sample目录下是例子程序。 1.分组汇总例子 TestGroupReport.java 2.交叉报表例子 TestCrossReport.java 需要使用crossTabSample.x

    sample目录下是例子程序。 1.分组汇总例子 TestGroupReport.java 2.交叉报表例子 TestCrossReport.java 需要使用crossTabSample.xml文件。 请修改程序中引用crossTabSample.xml文件的路径。 3.select.jsp和ShowReportServlet.java是将各种格式报表直接输出到浏览器的例子。 将jsp放到web容器(如tomcat)的根目录下,将ShowReportServlet.java 放到适当的目录下编译。 ------------------------------------------------------------------- 开发指南: tutorial.htm src目录下为源文件。

    标签: java TestGroupReport TestCrossReport crossTabSample

    上传时间: 2016-08-08

    上传用户:cc1015285075

  • In this paper we describe a control methodology for catching a fast moving object with a robot mani

    In this paper we describe a control methodology for catching a fast moving object with a robot manipulator, where visual information is employed to track the trajectory of the target. Sensing, planning and control are performed in real-time to cope with possible unpredictable trajectory changes of the moving target, and prediction techniques are adopted to compensate the time delays introduced by visual processing and by the robot controller. A simple but reliable model of the robot controller has been taken into account in the control architecture for improving the performance of the system. Experimental results have shown that the robot system is capable of tracking and catching an object moving on a plane at velocities of up to 700 mm/s and accelerations of up to 1500 mm/s2.

    标签: methodology describe catching control

    上传时间: 2014-01-12

    上传用户:qq521

  • For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,

    For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately, when using meshes, D3DX does most of the work for this, parsing a geometry file and creating vertx buffers for us. This tutorial shows how to use a D3DXMESH object, including loading it from a file and rendering it. One thing D3DX does not handle for us is the materials and textures for a mesh, so note that we have to handle those manually.

    标签: pre-authored Fortunately advanced geometry

    上传时间: 2013-12-26

    上传用户:sssl

  • Learn how to build a custom Linux® distribution to use in an embedded environment, in this case

    Learn how to build a custom Linux® distribution to use in an embedded environment, in this case to drive a Technologic Systems TS-7800 single-board computer. In this tutorial, you learn about cross-compiling, the boot loader, file systems, the root file system, disk images, and the boot process, all with respect to the decisions you make as you re building the system and creating the distribution.

    标签: distribution environment embedded custom

    上传时间: 2013-12-23

    上传用户:stella2015

  • vegalynx utorial,英文电子版文章

    vega\lynx\tutorial,英文电子版文章,介绍了lynx一个例子,对新学习vega的人有很大帮助!

    标签: vegalynx utorial 英文 电子版

    上传时间: 2013-11-26

    上传用户:gmh1314

  • 学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单

    学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只 要 使 用 文 本 编 辑 器 将 脚 本 命 令 插 入 到 HTML 页 中 就 行 了 。 将 这 个 主 页 以 .asp 为 文 件 扩 展 名 保 存 , ASP 服 务 器 就 知 道 处 理 其 中 的 脚 本 命 令 了 。 若 要 查 看 脚 本 的 结 果 , 只 要 使 用 HTTP 协 议 在 Web 浏 览 器 中 请 求 查 看 该 页 就 行 了 。 也 就 是 键 入 ht tp://localhost/iishelp/iis/htm/tutorial/filename.asp 。 在 本 课 中 , 您 将 创 建 流 行 的 “ Hello World! ” 脚 本 , 方 法 是 从 教 程 中 将 HTML 和 ASP 脚 本 命 令 复 制 到 文 本 编 辑 器 中 。 当 您 在 文 本 编 辑 器 中 保 存 文 件 后 , 就 能 用 浏 览 器 查 看 脚 本 的 输 出 效 果 了 。

    标签: ASP

    上传时间: 2014-01-21

    上传用户:huangld

  • "skelix", 一个os内核

    "skelix", 一个os内核,运行在i386机器上,支持多任务,分页机制,虚拟内存,文件系统等。这个tutorial教你怎样一步一步实现skelix,

    标签: skelix 内核

    上传时间: 2013-12-14

    上传用户:thesk123