In dieser Forschungsarbeit werden drei verschiedene Arten von Verbundwerkstoffen mit der Methode der Pulvermetallurgie hergestellt. Das Grundmaterial ist Kupferelektrolytpulver und die Verstärkungsmaterialien sind Wolframkarbid, Siliziumkarbid und Graphit. Eine Kupfermatrix, die Graphit, Wolframkarbid und Siliziumkarbid enthält, wird aufgrund der hervorragenden thermischen und elektrischen Leitfähigkeit und der günstigen selbstschmierenden Eigenschaften in vielen Anwendungen als Bürsten und Lagermaterialien eingesetzt. In diesem Buch wird der Härtetest zur Verbesserung der mechanischen Eigenschaften durchgeführt, die Bearbeitung wird auch für die Ausgabeparameter wie MRR (Materialabtragungsrate) durchgeführt. In der EDM-Maschine wird die Elektrode für das Senkerodieren verwendet, für die Herstellung der Elektrode sollte die Bearbeitung des Verbundwerkstoffs entsprechend den Konstruktionsparametern durchgeführt werden; die MRR-Rate sollte für die experimentelle Arbeit gut sein. Dieses Buch beweist, dass Kupfer-Siliziumkarbid das beste unter allen Materialien ist.
Dieses Buch befasst sich mit der Herstellung von Verbundwerkstoffen mittels Pulvermetallurgie. Es beinhaltet auch den Härtetest zur Bestimmung der mechanischen Eigenschaften und die Bearbeitung zur Optimierung der MRR. Mit Hilfe von SEM, EDS und Härtetest wurden Mikrostruktur und Eigenschaften untersucht, um den Einfluss von Sintertemperatur und -zeit auf die Verbundwerkstoffe zu ermitteln. Die mikroskopischen Aufnahmen von Cu-Graphit zeigen die saubere Grenzfläche und die gute Kompatibilität zwischen Matrix und Verstärkung. Das Ergebnis zeigt, dass der Cu-SiC-Verbundwerkstoff nach dem Sintern eine gleichmäßigere Struktur aufweist, die überall dort zu finden ist, wo sich das Verstärkungsmaterial im Grundmaterial befindet. Die Bearbeitung des hergestellten Cu-SiC-Verbundwerkstoffs ist im Vergleich zu anderen Werkstoffen einfacher, da er eine höhere Materialabtragsrate (MRR) aufweist. Die Ergebnisse dieser Untersuchung werden für verschiedene Fertigungsindustrien und Forscher, die auf diesem Gebiet arbeiten, von Nutzen sein.
This book gives you the skills you need to use Python for penetration testing, with the help of detailed code examples. This book has been updated for Python 3.6.3 and Kali Linux 2018.1. About This Book Detect and avoid various attack types that put the privacy of a system at risk Leverage Python to build efficient code and eventually build a robust environment Learn about securing wireless applications and information gathering on a web server Who This Book Is For If you are a Python programmer, a security researcher, or an ethical hacker and are interested in penetration testing with the help of Python, then this book is for you. Even if you are new to the field of ethical hacking, this book can help you find the vulnerabilities in your system so that you are ready to tackle any kind of attack or intrusion. What You Will Learn The basics of network pentesting including network scanning and sniffing Wireless, wired attacks, and building traps for attack and torrent detection Web server footprinting and web application attacks, including the XSS and SQL injection attack Wireless frames and how to obtain information such as SSID, BSSID, and the channel number from a wireless frame using a Python script The importance of web server signatures, email gathering, and why knowing the server signature is the first step in hacking In Detail This book gives you the skills you need to use Python for penetration testing (pentesting), with the help of detailed code examples. We start by exploring the basics of networking with Python and then proceed to network hacking. Then, you will delve into exploring Python libraries to perform various types of pentesting and ethical hacking techniques. Next, we delve into hacking the application layer, where we start by gathering information from a website. We then move on to concepts related to website hacking--such as parameter tampering, DDoS, XSS, and SQL injection. By reading this book, you will learn different techniques and methodologies that will familiarize you with Python pentesting techniques, how to protect yourself, and how to create automated programs to find the admin console, SQL injection, and XSS attacks. Style and approach The book starts at a basic level and moves to a higher level of network and web security. The execution and performance of code are both taken into account. Downloading the example code for this book You can download the example code files for all Packt books you have purchased fr ..