Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
coding:start [2013/02/05 18:09]
octoate
coding:start [2015/10/15 12:38] (aktuell)
octoate [.NET] Bibliotheken für State Machines
Zeile 3: Zeile 3:
 In dieser Sektion sollen nützliche Programme, Code-Schnipsel, Links zu interessanten Frameworks, etc. stehen. In dieser Sektion sollen nützliche Programme, Code-Schnipsel, Links zu interessanten Frameworks, etc. stehen.
  
-===== Bibliotheken =====+====== Bibliotheken ======
  
-==== .NET ====+===== C / C++ ===== 
 +  * ELM FatFs (FAT Dateisystemtreiber) - [[http://elm-chan.org/fsw/ff/00index_e.html]] 
 +  * lwIP (Lightweight TCP/IP Stack) - [[http://savannah.nongnu.org/projects/lwip/]] 
 + 
 +===== .NET =====
   * AForge.NET: Computer Vision, Artificial Intelligence, Robotics - [[http://www.aforgenet.com]]   * AForge.NET: Computer Vision, Artificial Intelligence, Robotics - [[http://www.aforgenet.com]]
 +  * Chaining Assertion: Method chaining based Unittest extension - [[http://chainingassertion.codeplex.com/]]
 +  * CUDAfy.NET: GPGPU Programme in .NET (unterstützt OpenCL und CUDA) - [[http://cudafy.codeplex.com/]]
 +  * Command Line Parser Library: Parser für Kommandozeilenargumente - [[http://commandline.codeplex.com/]]
 +  * EmguCV: .NET Wrapper für das OpenCV Computer Vision Framework - [[http://www.emgu.com]]
 +  * MailSystem.NET: Mailprotokolle in .NET (z.B. POP3, IMAP, SMTP, OpenPGP, etc.) - [[http://mailsystem.codeplex.com/]]
 +  * Monitor Power Control: Monitor mit C# in den Standby Modus schalten - [[http://www.codeproject.com/Tips/1013694/Monitor-Power-Control-Using-Csharp]]
 +  * stateless: State Machine Bibliothek - [[https://github.com/nblumhardt/stateless]]
 +  * solid-state: State Machine Bibliothek mit Fluent-Interface - [[https://code.google.com/p/solid-state/]]
  
 ====== Code-Schnipsel ====== ====== Code-Schnipsel ======
Zeile 31: Zeile 43:
     }     }
     return true;     return true;
 +}
 +</code>
 +
 +==== Byte Array nach Hex-String ====
 +
 +<code csharp 1>
 +private string ByteArrayToHexString(byte[] arr)
 +{
 +    return Regex.Replace(BitConverter.ToString(arr), "[^A-F0-9]", "");
 } }
 </code> </code>
Zeile 51: Zeile 72:
  
 ====== Links ====== ====== Links ======
-  * Tutorial zur Task Parallel Library (TPL) - [[http://stefanhenneken.wordpress.com/category/task-parallel-library/]]+  * LightCore - Lightweight Dependency Injection-Container - [[http://lightcore.ch]] 
 +  * Spracherkennung / -ausgabe mit C# - [[http://www.codeproject.com/Articles/483347/Speech-recognition-speech-to-text-text-to-speech-a]] 
 +  * Largest collection of FREE Microsoft eBooks ever - [[http://blogs.msdn.com/b/mssmallbiz/archive/2014/07/07/largest-collection-of-free-microsoft-ebooks-ever-including-windows-8-1-windows-8-windows-7-office-2013-office-365-office-2010-sharepoint-2013-dynamics-crm-powershell-exchange-server-lync-2013-system-center-azure-cloud-sql.aspx]] 
 + 
 +===== Tutorials ===== 
 +  * Building an Image Resizer using .NET Parallel Dataflow Library in .NET 4.5 - [[http://www.dotnetcurry.com/ShowArticle.aspx?ID=886]] 
 +  * Task Parallel Library (TPL) - [[http://stefanhenneken.wordpress.com/category/task-parallel-library/]]
  
 ====== Projekte ====== ====== Projekte ======
Zeile 57: Zeile 84:
  
  
-====== Tools ======+====== Tools / Add-Ins ======
   * ArgoUML (UML-Werkzeug) [[http://argouml.tigris.org/]]   * ArgoUML (UML-Werkzeug) [[http://argouml.tigris.org/]]
   * Machinations (Feedback Diagramme zum Test von Spielmechaniken): [[http://jorisdormans.nl/machinations]] - Heise News: [[http://www.heise.de/newsticker/meldung/GDC-Weltraumspiel-in-20-Minuten-1668571.html|GDC: Weltraumspiel in 20 Minuten]]   * Machinations (Feedback Diagramme zum Test von Spielmechaniken): [[http://jorisdormans.nl/machinations]] - Heise News: [[http://www.heise.de/newsticker/meldung/GDC-Weltraumspiel-in-20-Minuten-1668571.html|GDC: Weltraumspiel in 20 Minuten]]
 +  * Visual Studio Design Patterns add-in - [[http://www.codeproject.com/Articles/767200/Visual-Studio-Design-Patterns-add-in]]
coding/start.1360084183.txt.gz · Zuletzt geändert: 2013/02/05 18:09 von octoate
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0