10 C++ Books: *C++ Timesaving Techniques For Dummies (2005) *C-C++ Programmer s Reference, 3rd Edition (2003) *Creating Games In C++ - A Step By Step Guide (2006) *Cryptography In C And C++ (2001) *Effective C++, 3rd Edition (2005) *Exceptional C++ - 47 Engineering Puzzles, *Programming Problems, And Solutions (1999) *Exceptional C++ Style - 40 New Engineering Puzzles, Programming Problems, And Solutions (2004) *How Not To Program In C++ (2003) *Ivor Horton s Beginning Visual C++ 2005 (2006) *Learn To Program With C++ (2003)
標簽: Timesaving Techniques Programmer Reference
上傳時間: 2014-10-15
上傳用戶:kikye
SharpPcap c#抓包實現時時獲取網卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list
上傳時間: 2015-07-06
上傳用戶:muzongda
Use fft to analyse signal by plotting the original signal and its spectrum.
標簽: matlab fft
上傳時間: 2015-11-23
上傳用戶:石灰巖123
最近在學習Oracle,對測試人員而言必須掌握兩種語言:第一種是DML,數據操縱語言 (Data Manipulation Language) 是SQL語言中,負責對數據庫對象運行數據訪問工作的指令集,以INSERT、UPDATE、DELETE三種指令為核心,分別代表插入、更新與刪除。第二種是:DQL,數據查詢語言 (Data Query Language) 是SQL語言中,負責進行數據查詢而不會對數據本身進行修改的語句,這是最基本的SQL語句。核心指令為SELECT,以及一些輔助指令,如FROM、WHERE等,FROM:表示來源,可以搭配JOIN做鏈接查詢; WHERE:過濾條件;GROUP BY:在使用聚合函數時用到,如SUM,COUNT,MAX,AVG;HAVING:對聚合結果進行篩選,這是和WHERE的不同點;ORDER BY:排序。
標簽: oracle 基礎 資料
上傳時間: 2016-09-15
上傳用戶:天涯云海
Thank you for purchasing the Earthshine Design Arduino Starter Kit. You are now well on your way in your journey into the wonderful world of the Arduino and microcontroller electronics. This book will guide you, step by step, through using the Starter Kit to learn about the Arduino hardware, software and general electronics theory. Through the use of electronic projects we will take you from the level of complete beginner through to having an intermediate set of skills in using the Arduino.
標簽: Arduino Starter Manual Kit
上傳時間: 2020-06-09
上傳用戶:shancjb
This Getting Started Guide is written for Maxwell beginners and experienced users who would like to quickly re familiarize themselves with the capabilities of MaxwelL.This guide leads you step-by-step through solving and analyzing the results of a rotational actuator magnetostatic problem with motion By following the steps in this guide, you will learn how to perform the following tasks Modify a models design parameters y Assign variables to a model's design parameters.Specify solution settings for a design Validate a designs setupRun a maxwell simulation v Plot the magnetic flux density vecto v Include motion in the simulation本《入門指南》是為希望快速重新熟悉MaxwelL功能的Maxwell初學者和有經驗的用戶編寫的。本指南將引導您逐步解決和分析旋轉致動器靜運動問題的結果。按照本指南中的步驟,您將學習如何執行以下任務。修改模型設計參數y將變量分配給模型的設計參數。指定設計的解決方案設置驗證設計設置運行maxwell模擬v繪制磁通密度vecto v在模擬中包含運動
上傳時間: 2022-03-10
上傳用戶:
一、前期軟件要求需要預先安裝如下軟件:1.MDK522KEIL5.22安裝軟件2.MDKCM522KEIL LEGACY安裝軟件,兼容5以前版本3.Keil.TM4C_DFP.1.1.0TM4C芯片及板的DFP安裝包4.SW-EK-TM4C1294XL-214.178TM4C1294XL驅動及樣例程序默認安裝完成后,有兩個目錄1.Cleil v5KEL可執行文件目錄2.CtrilTivaWare C Series-2.1.4178 TIVA系列驅動及樣例二、硬件要求WIN7及以上操作系統,2G內存TM4C1294XL板及TM4C1294XLSUBBOARD組合板,即S800板Micro-USB數據線一根三、新建用戶目錄設為CIS8OOLEXPI CPU為TM4C1294NCPDT因為需要使用TM4C1294芯片的硬件定義以及固件庫,因此從CtzilTivaWare C Series-2.1.4178中將/NC及DRIVERLIB兩個子目錄拷貝到用戶目錄中。
上傳時間: 2022-06-22
上傳用戶:
網上關于Altera的教程很多,可謂浩如煙海。大體來說有兩類:一是,step by step的指導如何操作Quartus軟件,這類方法的優點是上手快,但卻有知其然不知其所以然之惑;二是,從一個很高的起點分析一些具體問題,優點是有深度,但也把大部分初學者拒之門外,不知路在何方。本系列教程的宗旨是在力求全面介紹Altera及其QuartusⅡ軟件原理的基礎上,對何如使用Altera FPGA進行基礎設計、時序分析、驗證、優化四大方面進行講解。本篇為時序篇,推薦用兩天時間掌握。其余的,基礎篇需一天,驗證、優化各需兩天,一共七天。本教程大部分內容參考翻譯 altera 官方handbook和對應的paper等資料,1.2、1.4、1.6、2.1系熱心網友riple所創,筆者基本原文引用,只為閱讀流暢性和更易理解做了少許改動,如造成原作者的不適,可聯系筆者刪除之。后續教程視讀者反映情況進行適當調整和發布。
上傳時間: 2022-07-27
上傳用戶:
網上關于Altera的教程很多,可謂浩如煙海。大體來說有兩類:一是,step by step的指導如何操作Quartus軟件,這類方法的優點是上手快,但卻有知其然不知其所以然之惑;二是,從一個很高的起點分析一些具體問題,優點是有深度,但也把大部分初學者拒之門外,不知路在何方。本系列教程的宗旨是在力求全面介紹Altera及其QuartusII軟件原理的基礎上,對何如使用AlteraFPGA進行基礎設計、時序分析、驗證、優化四大方面進行講解。本篇為基礎篇,推薦用一天時間掌握。還有三大類各需兩天,一共七天。本教程大部分內容參考翻譯 altera 官方handbook和對應的paper等資料,也有部分章節系熱心網友所創,筆者基本原文引用,只為閱讀流暢性做了少許改動,如造成原作者的不適,可聯系筆者刪除之。后續教程視讀者反映情況進行適當調整和發布。
上傳時間: 2022-07-27
上傳用戶:XuVshu
特點: 精確度0.1%滿刻度 可作各式數學演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A|/ 16 BIT類比輸出功能 輸入與輸出絕緣耐壓2仟伏特/1分鐘(input/output/power) 寬范圍交直流兩用電源設計 尺寸小,穩定性高
上傳時間: 2014-12-23
上傳用戶:ydd3625