搜索结果
找到约 498 项符合
planning-Tutorial 的查询结果
企业管理 本方案为解决当前企业信息化建设中"信息孤岛"丛生、信息流不畅通、信息不能共享的瓶颈问题
本方案为解决当前企业信息化建设中"信息孤岛"丛生、信息流不畅通、信息不能共享的瓶颈问题,强调首先搞好信息资源规划(Information Resource Planning,简称IRP),建立全企业的信息资源管理(Information Resource Management,简称IRM)基础标准,通过需求分析建立集成化信息系统的功能模型、数据模型和系统体系结构模型, ...
其他书籍 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 ...
其他书籍 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:
...
Java编程 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)的根目录下,将S ...
书籍源码 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 t ...
其他 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 ...
Linux/Unix编程 Learn how to build a custom Linux® distribution to use in an embedded environment, in this case
Learn how to build a custom Linux&reg 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, ...
软件设计/软件工程 vegalynx utorial,英文电子版文章
vega\lynx\tutorial,英文电子版文章,介绍了lynx一个例子,对新学习vega的人有很大帮助!
软件设计/软件工程 学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单
学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只
要 使 用 文 本 编 辑 器 将 脚 本 命 令 插 入 到 HTML 页 中 就 行 了 。 将 这 个 主 页 以 .asp 为
文 件 扩 展 名 保 存 , ASP 服 务 器 就 知 道 处 理 其 中 的 脚 本 命 令 了 。 若 要 查 看 脚 本 的 结
...
嵌入式/单片机编程 "skelix", 一个os内核
"skelix", 一个os内核,运行在i386机器上,支持多任务,分页机制,虚拟内存,文件系统等。这个tutorial教你怎样一步一步实现skelix,