top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
ITRONプログラミング入門 : H8マイコンとHOSで始める組み込み開発 / / 濱原和明著
ITRONプログラミング入門 : H8マイコンとHOSで始める組み込み開発 / / 濱原和明著
Pubbl/distr/stampa 東京, : オーム社, 2005.4
Descrizione fisica オンライン資料1件
Soggetto topico オペレーティング システム
プログラミング(コンピュータ)
マイクロコンピュータ
ISBN 4-274-80105-5
Classificazione 007.6
007.634
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione jpn
Nota di contenuto 表紙 -- はじめに -- 本書の内容と本書の限界 -- 謝辞 -- 目次 -- 第1章 開発を始める前に -- 1.1 ITRONはRTOS -- 1.2 Hyper Operating System(HOS) -- 1.2.1 HOSのライセンス -- 1.3 開発に必要なもの -- 1.3.1 開発環境 -- 1.3.2 HOSのソースコード -- 1.3.3 ターゲットマイコン -- 1.3.4 書き込みツール -- 1.3.5 make -- 1.3.6 H8マイコンマニュアル -- 1.3.7 μITRON4.0仕様書の入手 -- 1.4 できれば準備したいもの -- 1.4.1 デバッグの手段 -- 1.5 カーネルライブラリの構築 -- 1.5.1 HEWの場合 -- 1.5.2 GCCの場合 -- 第2章 初めてのITRONプログラミング -- 2.1 サンプルプログラムを動かそう -- 2.1.1 サンプルプログラムの内容 -- 2.1.2 ターゲット別カスタマイズ -- 2.1.3 サンプルプログラムのビルド -- 2.1.4 ターゲット上での実行 -- 2.2 タスクを2本走らせてみよう -- 2.2.1 コンフィギュレーションファイル(system.cfg)の修正 -- 2.2.2 sample.cの修正 -- 2.2.3 修正後のプログラムの実行 -- 2.3 タスクの起動順を変更する -- 2.3.1 なぜ正確に1000ミリ秒とならないのか -- 2.3.2 システムタイマ値の取得 -- 2.4 もう1つタスクを追加する -- 第3章 ITRONのさまざまな機能を体験する -- 3.1 タスク管理機能 -- 3.1.1 2種類のタスクを作る -- 3.1.2 タスク管理機能CRE_TSKの詳細 -- 3.1.3 タスクの起動 -- 3.1.4 タスクの終了 -- 3.1.5 タスクの起動から終了まで -- 3.1.6 起動回数のキューイング -- 3.2 タスク付属同期機能 -- 3.2.1 サービスコールの概要 -- 3.2.2 タスク間の同期(2つのタスクの協調動作) -- 3.2.3 優先度の変更 -- 3.3 自タスクの遅延実行 -- 3.3.1 サービスコールの概要 -- 3.3.2 dly_tskの利用例 -- 3.4 タスク間通信 -- 3.4.1 静的APIの概要 -- 3.4.2 送信側サービスコールの概要 -- 3.4.3 受信側サービスコールの概要 -- 3.4.4 イベントフラグをクリアするサービスコールの概要 -- 3.4.5 イベントフラグの使い方 -- 3.4.6 サンプルプログラムの修正 -- 3.4.7 イベントフラグをデータの転送に利用する -- 3.4.8 イベントフラグによるデータ通信の応用例(キーボード) -- 3.5 周期ハンドラ -- 3.5.1 静的APIの概要 -- 3.5.2 起動位相・起動周期と周期ハンドラ起動 -- 3.5.3 周期ハンドラを利用する -- 3.5.4 周期ハンドラを正しく使う -- 3.5.5 周期ハンドラでタスクを起床するプログラム -- 3.6 割り込み処理 -- 3.6.1 静的APIの概要 -- 3.6.2 割り込みハンドラの利用 -- 3.7 組み込みシステムにRTOSが必要な理由 -- 3.7.1 ITRONの教育的側面 -- 3.7.2 本音のところは -- 第4章 RTOSの基礎知識 -- 4.1 タスクとタスクコンテキスト -- 4.1.1 タスクとは -- 4.1.2 タスクコンテキスト -- 4.2 プロファイル -- 4.3 RTOSを構成する3つの状態 -- 4.3.1 優先度別実行待ち行列 -- 4.3.2 ITRONで定義されている待ち状態 -- 第5章 HOSのソースで見るITRONの機能 -- 5.1 スケジューリングとディスパッチ -- 5.1.1 ディスパッチの動作 -- 5.1.2 タスク管理領域 -- 5.1.3 プリエンプトの動作 -- 5.2 割り込みハンドラと割り込みサービスルーチン -- 5.2.1 HOS-V4の割り込みの実際 -- 5.2.2 割り込みサービスルーチンの制限 -- 5.2.3 優先度と優先順位 -- 5.3 μITRONの時間管理 -- 5.3.1 仮想化されたタイマ.
5.3.2 システムタイマの設定(おさらい) -- 5.3.3 システムタイマ更新処理時の動作 -- 5.4 アラームハンドラ -- 5.4.1 アラームハンドラの提供する機能 -- 5.4.2 静的APIの概要 -- 5.4.3 サービスコールの概要 -- 5.4.4 アラームハンドラの利用方法 -- 5.5 資源の排他制御とセマフォ -- 5.5.1 同一優先度のタスクが1つのシリアルインタフェースにアクセスする場合 -- 5.5.2 優先度が異なるタスクが1つのシリアルインタフェースにアクセスする場合 -- 5.5.3 メッセージ崩れの回避策(セマフォ) -- 5.5.4 資源の数を管理する(カウンタセマフォ) -- 5.5.5 静的APIの概要 -- 5.6 デッドロックと優先度逆転 -- 5.6.1 5人の哲学者 -- 5.6.2 資源獲得の手順を見直す方法 -- 5.6.3 一定時間資源が獲得できなかったらいったん諦める方法 -- 5.6.4 優先度の逆転 -- 5.7 メモリ管理 -- 5.7.1 可変長メモリと固定長メモリ -- 5.7.2 共有メモリは必要か -- 5.7.3 静的APIの概要 -- 5.7.4 サービスコールの概要 -- 5.8 メールボックス、メッセージバッファ、データキュー -- 5.8.1 タスク間通信の必要性とタスクの構成 -- 5.8.2 メッセージバッファ -- 5.8.3 メールボックス -- 5.8.4 静的APIの概要 -- 5.8.5 サービスコールの概要 -- 5.8.6 リンクリストの構造 -- 5.8.7 データキュー -- 5.8.8 静的APIの概要 -- 5.8.9 サービスコールの概要 -- 5.8.10 メールボックスの使い方 -- 5.8.11 メモリプールと併用してメールボックスを使ってみる -- 5.9 CPU例外、タスク例外機能について -- 5.10 コンフィギュレータ -- 5.10.1 HEWでのコンフィギュレーション手順 -- 5.10.2 GCCでのコンフィギュレーション手順 -- 5.11 HOS-V4におけるサポート状況 -- 5.11.1 サービスコール -- 5.11.2 HOSの動作確認済みCPU -- 5.12 まとめ -- 第6章 ITRONによる開発の実際(簡易ゲーム機の作成) -- 6.1 ハードウェア仕様を考える -- 6.1.1 CPUと基板 -- 6.1.2 その他の必須部品 -- 6.1.3 できれば装備したい部品 -- 6.2 ハードウェア構成 -- 6.3 ソフトウェア構成を考える -- 6.3.1 LCD表示タスク -- 6.3.2 音の出力タスク -- 6.3.3 プレーヤータスク -- 6.3.4 敵タスク -- 6.3.5 ソフトウェアの依存関係を整理する -- 6.4 小型ゲーム機のプログラム構築 -- 6.4.1 プログラムのファイル構成 -- 6.5 スタックサイズの再割り当て -- 6.5.1 スタックサイズを再割り当てする理由 -- 6.5.2 スタックサイズの計算ツール -- 6.5.3 スタック解析ツールの限界 -- 6.5.4 アイドルループで必要なスタックサイズを求める -- 6.5.5 割り込みの出入り口処理で必要となるスタックサイズを計算する -- 6.5.6 割り込み専用スタックのサイズを計算 -- 6.5.7 タスクのスタックサイズを計算 -- 6.5.8 デジタルインベーダーに必要なメモリ量 -- 6.5.9 HEW以外の開発環境のとき -- 6.6 ゲームの進行(プログラムの動作) -- 6.6.1 起動 -- 6.6.2 ゲーム開始 -- 6.6.3 ゲーム終了 -- 6.7 まとめ -- 付録A HEWによる開発について -- A.1 HEWの入手方法 -- A.2 HEWによるHOS-V4カーネルライブラリの構築 -- A.2.1 ワークスペースの作成 -- A.2.2 ソースファイルをプロジェクトに追加 -- A.2.3 includeパスの解決 -- A.2.4 ライブラリのビルド -- A.3 HEWにプロジェクトを登録する -- A.3.1 ウィザードの起動 -- A.3.2 不要なファイルの削除 -- A.3.3 必要なファイルの登録 -- A.4 HEWでコンフィギュレータを使用する(カスタムビルドフェーズ).
A.4.1 PreConfigureの登録 -- A.4.2 Configureの登録 -- A.5 HOS-V4のアプリケーションをビルドするまで -- A.5.1 includeパスの登録 -- A.5.2 ROM/RAMダミーセクションの宣言 -- A.5.3 セクションの宣言 -- A.5.4 STACKの指定 -- A.5.5 HOSアプリケーションのビルド -- A.6 HEWの最適化機能について -- A.6.1 最適化機能の効果を比較する方法 -- A.6.2 最適化を行わずにプロジェクトを構築した場合 -- A.6.3 最適化を行ってプロジェクトを構築した場合 -- 付録B GCCによる開発について -- B.1 GCCの入手方法 -- B.1.1 「素のWindows上で動くGCCクロスコンパイラ」のインストール -- B.2 GCCによる開発手順 -- B.2.1 GCCでカーネルライブラリを構築する手順 -- B.2.2 GCCでアプリケーションを構築する手順 -- B.2.3 ターゲットへの書き込みと動作確認 -- 索引 -- 奥付.
Record Nr. UNINA-9910148977103321
東京, : オーム社, 2005.4
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
PCs all-in-one for dummies / / by Mark L. Chambers
PCs all-in-one for dummies / / by Mark L. Chambers
Autore Chambers Mark L
Edizione [6th ed.]
Pubbl/distr/stampa Hoboken, N.J., : Wiley, 2013
Descrizione fisica 1 online resource (723 p.)
Disciplina 004.16
Collana --For dummies
Soggetto topico Microcomputers
ISBN 1-118-33067-6
1-118-33351-9
Classificazione 007.634
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto PCs All-in-One For Dummies®, 6th Edition; About the Author; Contents at a Glance; Table of Contents; Introduction; What's Really Required; What's Not Required; About This Book; Conventions Used in This Book; How This Book Is Organized; Icons Used in This Book; Book I: Getting Started with PCs; Contents at a Glance; Chapter 1: Starting with the Basics; Basic Terms; The Common Components of a Desktop PC; Desktop PCs versus Mobile PCs; RAM and Processors: The Keys to Performance; Your Friend, Your Operating System; Chapter 2: Additional Toys Your PC Will Enjoy; Printers; Scanners
Keyboards, Tablets, and Pointing Things Big-Time Game Controllers; Video and Digital Cameras; External Drives; Surge Protectors and UPS Units; Chapter 3: Connectors, Ports, and Sundry Openings; Using USB Stuff; Making the FireWire Connection; Riding in the Fast Lane with eSATA and Thunderbolt; Your Fossilized Serial Port; The Once-Renowned Parallel Port; Meet Your Video Port; Audio Connectors You Likely Need; Keyboard and Mouse Ports on Parade; Book II: Windows 8; Contents at a Glance; Chapter 1: Shake Hands with Windows 8; A Windows 8 Primer; Starting and Shutting Down Windows 8
Your Windows 8 Controls Using Bill's Funky Keys; Using the Windows 8 Help System; Chapter 2: The Many Windows of Windows; Managing Windows Means Productivity; A Field Guide to Icons; Selecting Icons; Using the Toolbar; Chapter 3: Windows 8 Basics; Running Applications from the Start Screen; Running Applications from Your Hard Drive; Running Applications from Your Optical Drive; Running Applications from a Network Drive; Exiting a Program; Putting Your Files in Order; Emptying the Recycle Bin; Recovering Items from the Recycle Bin; Putting the Start Screen through Its Paces
Adding and Using Printers Handling the Taskbar; Terminating a Program with Prejudice; Chapter 4: Advanced Windows 8; Personalizing Your Desktop; Downloading Apps from the Windows Store; Switching Views and Sorting Items; Don't Forget the Preview Pane!; What's This Stuff in the My Users Folder?; A Word about Libraries; Share the Documents . . . and Other Stuff; Using Your Home Group; Creating a Shortcut; Multiuser Operation For Dummies; Fax Me, Please; Doing the Multimedia Thing; Chapter 5: Taking Control of the Control Panel; The Control Panel at a Glance; Configuring the Date and Time
Changing Personalization Settings Adjusting Display Settings; Choosing Auto Play Options; Adjusting the Power Options; Tweaking the Keyboard; Adjusting Thy Mouse; Configuring Internet Options; Uninstalling and Repairing Programs and Features; Fine-Tuning User Accounts; Book III: The Internet; Contents at a Glance; Chapter 1: Making Sense of the Internet; Exactly What Is the Internet, Anyway?; Exploring the Potential of the Web; Understanding Internet Connections; "What Exactly Do I Need?"; Chapter 2: Adding an Internet Connection to Windows 8; Gathering the Account Incantations
Making the Physical Connection
Record Nr. UNINA-9910822598303321
Chambers Mark L  
Hoboken, N.J., : Wiley, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Unix for dummies / / by John R. Levine and Margaret Levine Young
Unix for dummies / / by John R. Levine and Margaret Levine Young
Edizione [5th ed.]
Pubbl/distr/stampa Hoboken, NJ, : Wiley Pub., c2004
Descrizione fisica 1 online resource (410 p.)
Disciplina 005.368/2
Altri autori (Persone) YoungMargaret Levine
Collana --For dummies
Soggetto topico Operating systems (Computers)
ISBN 1-118-04390-1
0-7645-6864-7
Classificazione 007.634
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto UNIX For Dummies, 5th Edition; About the Authors; Dedication; Authors' Acknowledgments; Contents at a Glance; Table of Contents; Introduction; About This Book; Conventions Used in This Book; Foolish Assumptions; How This Book Is Organized; Icons Used in This Book; Where to Go from Here; Authors' Note; Part I: Before the Beginning; Chapter 1: Log Me In, UNIX!; Turning Your Computer On and Off; Hey, UNIX! I Want to Log In; Logging In: U( NIX) Can Call Me Al; Password Smarts; Ciao, UNIX!; Chapter 2: What Is UNIX, Anyway?; Why Do We Ask Such Dumb Questions?; How Can You Tell?; Cracking the Shell
Are Any Good Programs On? Finally! You're Ready to Work; Chapter 3: A Few Lines on Linux; Out of the Frozen North; What's Old, What's New; Where's Linux?; A Whole Lotta Kinds of Linux; Part II: Some Basic Stuff; Chapter 4: Opening Windows on UNIX; UNIX Gets All GUI; Stupid Window Manager Tricks; CDE: A Desktop for All Seasons; What's the " K" Stand For?; You Mean the Little Guys with the Hats?; Terminal Happenings; Chapter 5: Files for Fun and Profit; What Files Do You Have?; Roger, I Copy; Nuking Files Back to the Stone Age; What's in a Name ( Reprise); Looking at the Guts of a File
Is This a Printout I See Before Me? Who Goes There?; Chapter 6: Directories for Fun and Profit; Good News for Windows Users; What Is a Directory?; Divide and Conquer; There's No Place Like Home; Putting Your Ducks in a Row; Putting Your Ducks on the Web; A Map of UNIX; Chapter 7: The Shell Game; This Output Is Going to Havana: Redirection; Gurgle, Gurgle: Running Data through Pipes; Wild and Crazy Wildcards; History Repeats Itself; Do I Have to Type the Same Things Every Time I Log In?; Terminal Options; Chapter 8: Where's That File?; The Search Is On; What to Do with Files after You Find Them
Searching Is Slow! A File by Any Other Name; Chapter 9: Printing ( The Gutenberg Thing); Printing Stuff: Daemons at Work; Finding Your Printout; " Help! I've Printed, and It Won't Shut Up!"; Prettying Up Your Printouts; Troff, Nroff, Groff!; Printing for the PostScript-Challenged; Part III: Getting Things Done; Chapter 10: Writing Deathless Prose; UNIX Has Its Way with Words; Shy vi, the Princess of Text Editors; A Novel Concept in Editing: emacs Makes Sense; A Peek at pico; Talk to Mr. ed; Chapter 11: Umpteen Useful UNIX Utilities; Comparing Apples and Oranges; Assorted Files
Time Is Money - Steal Some Today! Squashing Your Files; What's in That File?; Chapter 12: Installing Software Can Be Tricky; The Software Stork; You Too Can Be a Script Writer; Borrowing Other People's Programs; Stealing Software from the Network; Real Software Installation; Chapter 13: Juggling a Bunch of Programs; So What Is a Process, Anyway?; Any Processes in the House?; Starting Background Processes; The Magic of Job Control; Chapter 14: Taming Linux; Congratulations! You're a System Administrator!; A Pride of Linuxes; " I Need Help!"; Part IV: UNIX and the Net
Chapter 15: Your Computer Is Not Alone
Record Nr. UNINA-9910818495903321
Hoboken, NJ, : Wiley Pub., c2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Windows 7 just the steps for dummies / / by Nancy Muir
Windows 7 just the steps for dummies / / by Nancy Muir
Pubbl/distr/stampa Hoboken, N.J., : Wiley
Descrizione fisica 1 online resource (244 p.)
Disciplina 005.446
005.7565
Collana --For dummies
Soggetto topico Operating systems (Computers)
ISBN 0-470-55406-1
1-118-25756-1
Classificazione 007.634
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Windows® 7 Just the Steps FOR Dummies; About the Author; Dedication; Author's Acknowledgments; Contents at a Glance; Introduction; About This Book; Why You Need This Book; Get Ready To . . .; How This Book Is Organized; Part I: Working in Windows 7; Chapter 1: Exploring the Windows 7 Desktop; Log On and Off Windows 7; Work with the Start Menu; Work with Frequently Used Programs; Set the Date and Time; Arrange Icons on the Desktop; Create a Desktop Shortcut; Empty the Recycle Bin; Shut Down Your Computer; Chapter 2: Controlling Applications with Windows 7; Launch an Application
Resize Application WindowsSwitch between Running Applications; Move Information between Applications; Start an Application Automatically; Close an Application; Set Program Defaults; Remove an Application; Chapter 3: Working with Files and Folders; Access Recently Used Items from the Start Menu; Locate Files and Folders in Your Computer; Locate Files and Folders in Windows Explorer; Search for a File; Move a File or Folder; Rename a File or Folder; Create a Shortcut to a File or Folder; Print a File; Delete a File or Folder; Create a Compressed File or Folder; Add a File to Your Favorites List
Chapter 4: Using Built-In Windows ApplicationsCreate a Formatted Document in WordPad; Edit a Picture in Paint; View a Digital Image in the Windows Photo Viewer; Clip with the Windows Snipping Tool; Add Sticky Notes; Track Numbers with Windows Calculator; Chapter 5: Using the Windows Gadget Gallery and Gadgets; Open the Gadget Gallery and Add Gadgets to the Desktop; Check the Time; Display a Continuous Slide Show; Use the Windows Calendar; Play with Puzzles; Convert Currency; Use the Feed Headlines Gadget; Get the Latest Stock Quotes; Monitor Your CPU; Part II: Getting on the Internet
Chapter 6: Accessing the InternetSet Up a New ISP Internet Connection; Share an Internet Connection on a Network; Configure a Wireless Connection; Repair a Connection; Designate Home, Work, and Public Connections; Remove an Internet Connection; Chapter 7: Browsing the Web with Internet Explorer; Navigate the Web; Search the Web; Find Content on a Web Page; Set Up a Home Page; Add a Web Site to Favorites; Organize Favorites; Use Suggested Sites; Work with Tabs; View Your Browsing History; Customize the Internet Explorer Toolbar; Download Files; Turn on InPrivate Browsing and Blocking
Use SmartScreen FilterChange Privacy Settings; Enable the Content Advisor; View RSS Feeds; Print a Web Page; Chapter 8: Exchanging E-Mail with Windows Live Mail; Open Windows Live Mail and Receive Messages; Create and Send E-Mail; Send an Attachment; Read a Message; Reply to a Message; Forward E-Mail; Create and Add a Signature; Format E-Mail Messages; Add a Theme; Add People to the Contact List; Customize the Reading Pane Layout; Create Message Folders; Organize Messages in Folders; Chapter 9: Working Remotely; Create a Power Plan for a Laptop; Create a Custom Power Plan
Connect to a Wireless Network
Record Nr. UNINA-9910876875403321
Hoboken, N.J., : Wiley
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Windows server 2008 for dummies / / by Ed Tittel, Justin Korelc
Windows server 2008 for dummies / / by Ed Tittel, Justin Korelc
Autore Tittel Ed
Edizione [1st ed.]
Pubbl/distr/stampa Indianapolis, IN, : Wiley, c2008
Descrizione fisica 1 online resource (434 p.)
Disciplina 005.4476
Altri autori (Persone) KorelcJustin
Collana --For dummies
Soggetto topico Operating systems (Computers)
ISBN 1-118-05207-2
0-470-28801-9
Classificazione 007.634
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Windows Server® 2008 FOR DUMMIES®; Table of Contents; Part I Servers at Your Service; Chapter 1 Making Windows Server 2008 Serve You; Chapter 2 Server Networking Principles; Chapter 3 Building Your Network; Chapter 4 Hooking Up Your Network; Part II Servers, Start Your Engines; Chapter 5 Ready, Set, Install!; Chapter 6 Configuring Connections to the Universe; Chapter 7 Doing the Directory Thing; Chapter 8 Working with Active Directory, Domains, and Trusts; Chapter 9 Printing on the Network; Chapter 10 IP Addressing: Zero to Insane in Two Seconds Flat; Part III Running Your Network
Chapter 11 Managing Users with Active Directory Users and Computers Chapter 12 Managing Shares, Permissions, and More; Chapter 13 Preparing for That Rainy Day; Chapter 14 Network Security Management; Part IV Serve It Yourself; Chapter 15 How to Be a DIY Guru; Chapter 16 Servers the Intel Way; Chapter 17 Servers the AMD Way; Chapter 18 Taking Care of Your Own Issues; Part V The Part of Tens; Chapter 19 Ten Tips for Installation and Configuration; Chapter 20 Ten Steps to Networking Nirvana with Windows Server 2008; Part VI Appendixes; Appendix A Server Components and Technologies
Appendix B Windows Troubleshooting ResourcesIndex
Record Nr. UNINA-9910808712603321
Tittel Ed  
Indianapolis, IN, : Wiley, c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui