F&F 3 u4 phonics -2

11 91 0
F&F 3 u4 phonics -2

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

F&F 3 u4 phonics -2 tài liệu, giáo án, bài giảng , luận văn, luận án, đồ án, bài tập lớn về tất cả các lĩnh vực kinh tế,...

CHECK OLD LESSON ? What are you doing? ? What are you doing? - I’m reading a book. - I’m singing a song. Period 19: Unit 4: School activities Section B 1,2,3 Vocabulary: - English exercise (n) Bài tập tiếng anh - Riding a bike (v) Đi xe đạp - Playing football (v) Chơi đá bóng Period 19: Unit 4: School activities Section B 1,2,3 1. Listen and repeat What’s he doing? He’s doing English exercises? Period 19: Unit 4: School activities Section B 1,2,3 1. Listen and repeat - He’s doing English exercises. Period 19: Unit 4: School activities Section B 1,2,3 Vocabulary: 1. Listen and repeat ? What is he doing? - He’s doing English exercises? What +is + he(she)+V-ing? He(she) + is + V-ing He(she) + is + V-ing Eg: - She is singing a song. - She is reading a book. ? What is she doing? ? What is she doing? ? What is he doing? What + is + he(she) + V-ing? Period 19: Unit 4: School activities Section B 1,2,3 1. Listen and repeat 2. Let’s talk writing a letter. playing football. drawing a picture. riding a bike.She is She is She is He is Period 19: Unit 4: School activities Section B 1,2,3 Vocabulary: 1. Listen and repeat ? What is he doing? - He’s doing English exercises? What +is + he(she)+V-ing? He(she) + is + V-ing 2. Let’s talk 1 2 43 1. That's my friend. 3. He's from England. 2. His name's Peter. 4. He's drawing a picture. True False Period 19: Unit 4: School activities Section B 1,2,3 1. Listen and repeat 2. Let’s talk 3. Listen and check What is she doing? What is she doing? She is skipping rope flying a kite. swimming. skipping rope. What is she doing? She is swimming flying a kite He is Ex7: Reorder the sentences to make a dialogue. No, I’m not. Yes, it is. I’m really enjoy it. I’m reading a book about Santa Claus. Lan, are you having an English lesson? What are you doing now? Is it interesting? 2 6 4 1 3 5 Ex 8: Choose the right words to fill in the blanks. 1. I’m . a letter to my pen friend. writing(writing/write) 2. The teacher ……… telling a story to the pupils is(is/are) [...]...Period 19: Unit 4: School activities Section B 1,2 ,3 Vocabulary: 1 Listen and repeat ? What is he doing? - He’s doing English exercises? What +is + he(she)+V-ing? He(she) + is + V-ing 2 Let’s talk 3 Listen and check Homework: Exercises: 7,8 in workbook Wednesday, December 12th, 2012 Hai Ba Trung Primary School Subject: English Grade : Teacher: Trần Thị Tú Trinh Tú Trinh Wednesday, December 12th , 2012 mum Wednesday, December 12th , 2012 nurse Wednesday, December 12th , 2012 orange Wednesday, December 12th , 2012 pen Wednesday, December 12th , 2012 mum nurse orange pen Wednesday, December 12th , 2012 Do the exercise 1/31 Do the exercise 2/31: Write en pen um mum range orange urse nurse Wednesday, December 12th , 2012 Read and write the letters m, n, o and p My mum is a nurse nurse pen She’s got a orange orange and a pen She’s can eat the orange She can write with the pen Wednesday, December 12th , 2012 Write the capital or small letters More exercise: Các em làm theo cặp , em có phần A đọc to từ có phần tập, em có phần B nghe đánh dấu vào tờ Sau đổi vai ,em có phần B đọc to từ vừa nghe ,em có phần A nghe ,kiểm tra đánh dấu vào từ với lúc ban đầu đọc Sau em kiểm tra lẫn Wednesday, December 12th , 2012 Wednesday, December 12th , 2012 Homework: Learn the vocabulary by heart Do the exercises again in the notebook www.it-ebooks.info For your convenience Apress has placed some of the front matter material after the index. Please use the Bookmarks and Contents at a Glance links to access them. www.it-ebooks.info iv Contents at a Glance n About the Authors xx n About the Technical Reviewer xxi n Acknowledgments xxii n Chapter 1: Introduction 1 n Chapter 2: Your First F# Program – Getting Started With F# 7 n Chapter 3: Introducing Functional Programming 25 n Chapter 4: Introducing Imperative Programming 49 n Chapter 5: Understanding Types in Functional Programming 81 n Chapter 6: Programming with Objects 111 n Chapter 7: Encapsulating and Organizing Your Code 147 n Chapter 8: Working with Textual Data 163 n Chapter 9: Working with Sequences and Structured Data 189 n Chapter 10: Numeric Programming and Charting 231 n Chapter 11: Reactive, Asynchronous, and Parallel Programming 257 n Chapter 12: Symbolic Programming with Structured Data 295 n Chapter 13: Integrating External Data and Services 331 n Chapter 14: Building Smart Web Applications 353 n Chapter 15: Building Mobile Web Applications 391 n Chapter 16: Visualization and Graphical User Interfaces 427 n Chapter 17: Language-Oriented Programming: Advanced Techniques 477 n Chapter 18: Libraries and Interoperating with Other Languages 503 n Chapter 19: Packaging, Debugging and Testing F# Code 537 n Chapter 20: Designing F# Libraries 565 Index 583 www.it-ebooks.info 1 n n n chapter 1 Introduction F# is a strongly-typed functional programming language designed to empower programmers and domain experts to write simple, robust code to solve complex problems. It combines the succinctness, expressivity, efficiency, and compositionality of typed functional programming with the runtime support, libraries, interoperability, tools, and object models of modern programming frameworks. The aim of this book is to help you become an expert in using F# for a range of practical programming problems. Functional programming has long inspired researchers, students, and programmers alike with its simplicity and expressive power. Applied functional programming is booming: a new generation of typed functional languages is reaching maturity; some functional language constructs have been integrated into languages such as C#, Python, and Visual Basic; and there is now a widespread expertise available in the pragmatic application of functional programming techniques. There is also strong evidence that functional programming offers significant productivity gains in important application areas such as data access, financial modeling, statistical analysis, machine learning, software verification, and bio- informatics. More recently, functional programming is part of the rise of declarative programming models, especially in the data query, concurrent, reactive, and parallel programming domains. F# is a “functional-first” language, where functional programming is the first option used for solving most programming problems. However, F# differs from many functional languages in that it embraces imperative and object-oriented (OO) programming where necessary. It also provides a missing link between compiled and dynamic languages, allowing the idioms and programming styles typical of dynamic languages while preserving the performance and robustness of a strongly-typed compiled language. The F# designers have adopted a design philosophy that allows you to take the best and most productive aspects of these paradigms and combine them while still placing primary emphasis on simple functional programming techniques. This book helps you understand the power that F# offers through this combination. F# offers an approach to computing that will continue to surprise and delight, and mastering functional programming techniques will help you become a better programmer regardless of the language you use. There has been no better time to learn functional www.it-ebooks.info For your convenience Apress has placed some of the front matter material after the index. Please use the Bookmarks and Contents at a Glance links to access them. www.it-ebooks.info iv Contents at a Glance n About the Authors xx n About the Technical Reviewer xxi n Acknowledgments xxii n Chapter 1: Introduction 1 n Chapter 2: Your First F# Program – Getting Started With F# 7 n Chapter 3: Introducing Functional Programming 25 n Chapter 4: Introducing Imperative Programming 49 n Chapter 5: Understanding Types in Functional Programming 81 n Chapter 6: Programming with Objects 111 n Chapter 7: Encapsulating and Organizing Your Code 147 n Chapter 8: Working with Textual Data 163 n Chapter 9: Working with Sequences and Structured Data 189 n Chapter 10: Numeric Programming and Charting 231 n Chapter 11: Reactive, Asynchronous, and Parallel Programming 257 n Chapter 12: Symbolic Programming with Structured Data 295 n Chapter 13: Integrating External Data and Services 331 n Chapter 14: Building Smart Web Applications 353 n Chapter 15: Building Mobile Web Applications 391 n Chapter 16: Visualization and Graphical User Interfaces 427 n Chapter 17: Language-Oriented Programming: Advanced Techniques 477 n Chapter 18: Libraries and Interoperating with Other Languages 503 n Chapter 19: Packaging, Debugging and Testing F# Code 537 n Chapter 20: Designing F# Libraries 565 Index 583 www.it-ebooks.info 1 n n n chapter 1 Introduction F# is a strongly-typed functional programming language designed to empower programmers and domain experts to write simple, robust code to solve complex problems. It combines the succinctness, expressivity, efficiency, and compositionality of typed functional programming with the runtime support, libraries, interoperability, tools, and object models of modern programming frameworks. The aim of this book is to help you become an expert in using F# for a range of practical programming problems. Functional programming has long inspired researchers, students, and programmers alike with its simplicity and expressive power. Applied functional programming is booming: a new generation of typed functional languages is reaching maturity; some functional language constructs have been integrated into languages such as C#, Python, and Visual Basic; and there is now a widespread expertise available in the pragmatic application of functional programming techniques. There is also strong evidence that functional programming offers significant productivity gains in important application areas such as data access, financial modeling, statistical analysis, machine learning, software verification, and bio- informatics. More recently, functional programming is part of the rise of declarative programming models, especially in the data query, concurrent, reactive, and parallel programming domains. F# is a “functional-first” language, where functional programming is the first option used for solving most programming problems. However, F# differs from many functional languages in that it embraces imperative and object-oriented (OO) programming where necessary. It also provides a missing link between compiled and dynamic languages, allowing the idioms and programming styles typical of dynamic languages while preserving the performance and robustness of a strongly-typed compiled language. The F# designers have adopted a design philosophy that allows you to take the best and most productive aspects of these paradigms and combine them while still placing primary emphasis on simple functional programming techniques. This book helps you understand the power that F# offers through this combination. F# offers an approach to computing that will continue to surprise and delight, and mastering functional programming techniques will help you become a better programmer regardless of the language you use. There has been no better time to learn functional programming, and F# offers the best route to learn and www.it-ebooks.info O’Reilly Media, Inc. 4/2/2012 Preface Have you ever been in a hurry and pounded in a nail using something other than a hammer? Or perhaps settled an argument concerning distances with “the length of my arm is about 20 inches, and that’s about two arm-lengths…?” You might not be willing to fall for such obviously flawed short-cuts, but as your humble author I will admit that I have. There is elegance to using the right tool for the job. And, just like a hammer or a tape measure, programming languages are tools like any other. Throughout this book you will discover that while F# isn’t the best tool for every situation, it is the perfect tool for some situations. This book is about showing you how to use the F# programming language as a general- purpose tool, with an emphasis on the specific domains where it can lead to dramatic boots in productivity. Along the way you will pick up a knack for functional programming; a semi-mysterious collections of concepts that can help you rethink your programs regardless of the host programming language. Introducing F# So what actually is F#? In a nutshell, F# is a multi-paradigm programming language built on .NET, meaning that it supports several different styles of programming natively. I’ll spare you the history of the language and instead just go over the big bullets: • F# supports imperative programming. In F# you can modify the contents of memory, read and write files, send data over the network, and so on. • F# supports object-oriented programming. In F# you can abstract code into classes and objects enabling you to simplify your code. • F# supports functional programming, which is a style of programming which emphasizes what a program should do, not explicitly how the program should work. • F# is statically typed. Being statically typed means that type information is known at compile time, leading to type-safe code. F# won’t allow you to put a square peg into a round hole. • F# is a .NET language. It runs on the Common Language Infrastructure (CLI) and so it gets things like garbage collection (memory management) and powerful class 1 www.it-ebooks.info O’Reilly Media, Inc. 4/2/2012 libraries for free. F# also supports all .NET concepts natively, such as delegates, enumerations, structures, P/Invoke, and so on. Even without all the jargon, it is clear that F# is powerful language. But don’t worry; we’ll cover it all step by step. Who This Book Is For This book isn’t intended to be an introductory text on programming and assumes familiarity with basic concepts like looping, functions, and recursion. However, no previous experience with functional programming or .NET is required. If you come from a C# or VB.NET background then you should feel right at home. While F# approaches programming from a different viewpoint, you can apply all of your existing .NET know-how to programming in F#. If you come from an OCaml or Haskell background then the syntax of F# should look very familiar. F# has most of the features of those languages, and adds many more to integrate well with .NET. What You Need to Get Going F# is “in the box” of Visual Studio 11. This includes the F# compiler and project system, and contains all the features such as syntax highlighting and IntelliSense that you would expect. Outside of Visual Studio and on non-Microsoft platforms, you can still write and deploy F# applications using the open source Mono platform (http://www.mono- project.com/). If you are running F# on Windows, then the first chapter of this book will show you how to get set up using Visual Studio. Otherwise, Appendix A will walk you through getting F# set up on non-Microsoft platforms. Also, it is important to note that all of the examples ĐẠI HỌC THÁI NGUYÊN TRƯỜNG ĐẠI HỌC NÔNG LÂM HÀ ĐỨC TRỌNG Tên đề tài: “ SỨC SẢN XUẤT CỦA LỢN NÁI LAI F 2 (3/4 MÁU LỢN RỪNG) KHI PHỐI GIỐNG BẰNG LỢN RỪNG VIỆT NAM NUÔI TẠI CHI NHÁNH NGHIÊN CỨU VÀ PHÁT TRIỂN ĐỘNG THỰC VẬT BẢN ĐỊA ” KHÓA LUẬN TỐT NGHIỆP ĐẠI HỌC Hệ đào tạo: Chính quy Chuyên ngành: Chăn nuôi thú y Khoa: Chăn nuôi thú y Khoá học: 2010 - 2014 THÁI NGUYÊN – 2014 ĐẠI HỌC THÁI NGUYÊN TRƯỜNG ĐẠI HỌC NÔNG LÂM HÀ ĐỨC TRỌNG Tên đề tài: “ SỨC SẢN XUẤT CỦA LỢN NÁI LAI F 2 (3/4 MÁU LỢN RỪNG) KHI PHỐI GIỐNG BẰNG LỢN RỪNG VIỆT NAM NUÔI TẠI CHI NHÁNH NGHIÊN CỨU VÀ PHÁT TRIỂN ĐỘNG THỰC VẬT BẢN ĐỊA ” KHÓA LUẬN TỐT NGHIỆP ĐẠI HỌC Hệ đào tạo: Chính quy Chuyên ngành: Chăn nuôi thú y Khoa: Chăn nuôi thú y Khoá học: 2010 - 2014 Giảng viên hướng dẫn: PGS.TS. Trần Văn Phùng Giảng viên Khoa Chăn nuôi thú y Trường Đại học Nông Lâm Thái Nguyên THÁI NGUYÊN – 2014 LỜI CẢM ƠN Được sự đồng ý của Ban giám hiệu, Ban chủ nhiệm khoa chăn nuôi - thú y, thầy giáo hướng dẫn và sự nhất trí của ban lãnh đạo Chi nhánh Nghiên cứu & phát triển động thực vật bản địa - Công ty CP Khai khoáng miền núi tại xã Tức Tranh huyện Phú Lương, em đã thực hiện nghiên cứu đề tài: “Sức sản xuất của lợn nái lai F 2 (3/4 máu lợn rừng) khi phối giống bằng lợn rừng Việt Nam nuôi tại Chi nhánh NC&PT động thực vật bản địa”. Trong quá trình thực tập, nghiên cứu, thực hiện đề tài em đã nhận được sự giúp đỡ nhiệt tình của Ban lãnh đạo Chi nhánh, thầy giáo hướng dẫn cùng các bạn đồng nghiệp. Nhân dịp này em xin gửi lời cảm ơn đến Ban giám hiệu, Ban chủ nhiệm Khoa chăn nuôi - thú y trường Đại học Nông lâm Thái Nguyên, Ban lãnh đạo Chi nhánh công ty đã tạo điều kiện thuận lợi giúp em hoàn thành khóa luận tốt nghiệp. Đặc biệt, em xin bày tỏ lòng biết ơn sâu sắc tới thầy giáo PGS.TS. Trần Văn Phùng và cán bộ, công nhân tại trại chăn nuôi động vật bán hoang dã thuộc Chi nhánh NC&PT động thực vật bản địa đã tận tình chỉ bảo và giúp đỡ em hoàn thành công việc và công tác thực tập. Một lần nữa, em xin kính chúc toàn thể thầy cô giáo trong khoa chăn nuôi - thú y sức khỏe, hạnh phúc và thành đạt. Chúc Chi nhánh NC&PT động thực vật bản địa ngày càng phát triển, góp phần vào công tác đào tạo nguồn nhân lực chất lượng cao cho xã hội. Thái Nguyên, ngày 20 tháng 5 năm 2014 Sinh viên Hà Đức Trọng LỜI NÓI ĐẦU Để hoàn thành chương trình học trong nhà trường, thực hiện phương châm “Học đi đôi với hành”, “Lý thuyết gắn với thực tiễn sản xuất”. Giai đoạn thực tập chuyên đề rất quan trọng đối với mỗi sinh viên trước khi ra trường. Đây là khoảng thời gian để sinh viên củng cố và hệ thống lại toàn bộ những kiến thức đã học, củng cố tay nghề. Đồng thời, tạo cho mình sự tự lập, lòng yêu nghề, có phong cách làm việc đúng đắn, năng lực làm việc đáp ứng nhu cầu của thực tiễn sản xuất. Nắm được phương pháp tổ chức và tiến hành nghiên cứu, ứng dụng các tiến bộ khoa học kỹ thuật vào thực tiễn sản xuất, sáng tạo khi ra trường trở thành một người cán bộ khoa học có chuyên môn, đáp ứng được nhu cầu thực tiễn, góp phần xứng đáng vào sự nghiệp phát triển đất nước. Xuất phát từ nguyện vọng của bản thân và sự đồng ý của Ban chủ nhiệm khoa chăn nuôi thú y trường ĐH Nông Lâm Thái Nguyên, của thầy giáo hướng dẫn cũng như được sự tiếp nhận của cơ sở, em tiến hành nghiên cứu đề tài: “Sức sản xuất của lợn nái lai F 2 (3/4 máu lợn rừng) khi phối giống bằng lợn rừng Việt Nam nuôi tại Chi nhánh NC&PT động thực vật bản địa”. Trong thời gian thực tập tại cơ sở, được sự giúp đỡ tận tình của anh, chị công nhân trong trại, cùng các bạn thực tập, sự hướng dẫn tận tình của thầy, cô giáo cùng sự cố gắng nỗ lực của bản thân, em đã hoàn thành khóa luận tốt nghiệp. Mặc dù đã cố gắng nhưng do thời gian có ... December 12th , 2012 mum nurse orange pen Wednesday, December 12th , 2012 Do the exercise 1 /31 Do the exercise 2 /31 : Write en pen um mum range orange urse nurse Wednesday, December 12th , 2012 Read

Ngày đăng: 27/09/2017, 10:16

Từ khóa liên quan

Mục lục

  • Subject: English Grade : 3

  • Slide 2

  • Slide 3

  • Slide 4

  • Slide 5

  • Slide 6

  • Slide 7

  • Slide 8

  • Slide 9

  • Slide 10

  • Slide 11

Tài liệu cùng người dùng

Tài liệu liên quan