dwproject_COMP5703
2023-07-07 23:11:45 9.36MB JavaScript
1
Microsoft Project目的在于协助项目经理发展计划、为任务分配资源、跟踪进度、管理预算和分析工作量。
2023-07-06 08:58:43 12.88MB project 激活
1
1、 根据任务级别对任务名称进行缩进,使Excel文件看起来与Project一样具有层次 2、 根据当前视图中的表格导出 3、 智能判断一些列的特殊情况进行处理
2023-07-03 13:50:02 171KB vba
1
CS579社交网络分析项目 如今,人们对汽车的评价不仅仅基于其价格和折旧。 拥有成本是一个关键因素。 一个最大的汽车网站 Edmunds.com 提出了 TCO 的想法,这意味着真正的拥有成本。 它会计算您在考虑下一次购买车辆时可能未计入的额外成本,包括:折旧、贷款利息、税费、保险费、燃料成本、维护和维修。 在本项目中,我们将首先通过 Edmunds API 从 Edmunds 收集评论数据。 然后尝试利用几个现有的分类和回归模型来完成机器学习过程。 最后,我们将比较我们从测试集得到的结果,并得出 TCO 价格与客户评论之间的联系的结论。 会员贡献 Jiaqi Chen : 收集数据、逻辑回归、textblob、报告 Xingtan Hu : 收集数据,伯努利/高斯朴素贝叶斯,报告 路晓阳:收集资料,PPT 此作业中包含的文件 ./Collect_data.ipynb 通过 Edmun
2023-06-18 10:01:42 8.35MB
1
Develop powerful embedded Linux systems with the Yocto Project components About This Book A hands-on guide to enhance your ability to develop captivating embedded Linux projects Learn about the compelling features offered by the Yocto Project, such as customization, virtualization, and many more Illustrates concepts such device-emulation and cross-compiling in a pragmatic and lucid way Who This Book Is For If you are a Yocto and Linux enthusiast who wants to build embedded Linux systems but do not have the knowledge to do it, this is the book for you. It will also help those of you who have a bit of knowledge about Linux and the embedded world and are keen on learning more about the technology. This book will provide you with the skills needed to successfully interact with the Yocto Project components regardless of the fact that you are new to embedded development or an expert. In Detail This book offers readers an idea of what embedded Linux software and hardware architecture looks like, cross-compiling, and also presents information about the bootloader and how it can be built for a specific board. This book will go through Linux kernel features and source code, present information on how to build a kernel source, modules, and the Linux root filesystem. You'll be given an overview of the available Yocto Project components, how to set up Yocto Project Eclipse IDE, and how to use tools such as Wic and Swabber that are still under development. It will present the meta-realtime layer and the newly created meta-cgl layer, its purpose, and how it can add value to poky. Table of Contents Chapter 1. Introduction Chapter 2. Cross-compiling Chapter 3. Bootloaders Chapter 4. Linux Kernel Chapter 5. The Linux Root Filesystem Chapter 6. Components of the Yocto Project Chapter 7. ADT Eclipse Plug-ins Chapter 8. Hob, Toaster, and Autobuilder Chapter 9. Wic and Other Tools Chapter 10. Real-time Chapter 11. Security Chapter 12. Virtualization Chapter 13. CGL and LSB
2023-06-15 22:22:13 5.83MB Embedded Linux Yocto
1
Title: Embedded Linux Development with Yocto Project Author: Daiane Angolini, Otavio Salvador Length: 121 pages Edition: 1 Language: English Publisher: Packt Publishing Publication Date: 2014-06-24 ISBN-10: 1783282339 ISBN-13: 9781783282333 Develop fascinating Linux-based projects using the groundbreaking Yocto Project tools Overview Optimize Yocto Project's capabilities to develop captivating embedded Linux projects Facilitates efficient system development by helping you avoid known pitfalls Demonstrates concepts in a practical and easy-to-understand way In Detail Starting with the very basics of the Yocto Project tools, this book will provide you with all the knowledge you need to work on real Linux-based hardware. With emphasis on practical implementation, this book starts by helping you set up and configure the Yocto Project tools. It then explains the Hob interface for BitBake in detail. You will explore different directory layouts and learn to maximize the use of the Poky build system. Compliance is always a hassle, so you will learn the methods to share source code and modifications, and how to fulfill open source license compliance effectively and convincingly. You will then gain experience in the use and construction of layers. This tutorial guide will teach you everything you need to know to get up and running with Yocto Project and develop amazing Linux-based projects. What you will learn from this book Differentiate between OpenEmbedded, Yocto Project, Poky, and BitBake Understand the BitBake metadata syntax Customize an application development environment Debug your application in a cross-compiled environment Add and remove features in the Linux kernel configuration Meet your project's license compliance requirements with less hassle Make embedded Linux systems using Yocto Project Approach A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. Who this book is written for If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems. Table of Contents Chapter 1. Meeting the Yocto Project Chapter 2. Baking Our Poky-based System Chapter 3. Using Hob to Bake an Image Chapter 4. Grasping the BitBake Tool Chapter 5. Detailing the Temporary Build Directory Chapter 6. Assimilating Packaging Support Chapter 7. Diving into BitBake Metadata Chapter 8. Developing with the Yocto Project Chapter 9. Debugging with the Yocto Project Chapter 10. Exploring External Layers Chapter 11. Creating Custom Layers Chapter 12. Customizing Existing Recipes Chapter 13. Achieving GPL Compliance Chapter 14. Booting Our Custom Embedded Linux
2023-06-08 22:16:55 2.33MB Embedded Linux Yocto
1
Django Bootstrap /身份验证模板项目 先决条件 Python(> = 2.7,> = 3.5) 点(> = 9.0) 入门 该项目是使用 , 和。 该存储库包含Django Bootstrap / Authentication Template Project的源代码。 项目设置 要设置Python / Django构建环境,请执行: make install 该项目配置为与Virtualenv一起使用,Virtualenv现在已在.venv文件夹中设置。 如果您不熟悉它的工作原理,请在此处阅读Virtualenv。 简短的版本是,virtualenv为每个项目的依赖项创建隔离的环境。 要在开发时激活和使用此环境,请执行: source .venv/bin/activate 现在,下面的所有命令都将在virtualenv中运行(尽管make命令将始终在执行前自动
2023-05-30 09:44:29 151KB 系统开源
1
roblox-project
2023-05-24 18:21:42 113KB C++
1
Yocto Project Reference Manual. Yocto Project Reference Manual. Yocto Project Reference Manual. Yocto Project Reference Manual. Yocto Project Reference Manual.
2023-05-22 23:26:20 2.36MB petalinux embbed
1
演示SqlServer2005ReportService跟WebApplication的集成,通过URL和WebService访问的方式,具体的看项目源代码
2023-05-15 16:19:05 41KB SSRS Report
1