This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide by treating the interior of the mesh as free space/air and enforcing PEC (Perfect Electric Conductor) conditions on the faces of the mesh.
標簽: implementing algorithm Maxwell simple
上傳時間: 2015-05-14
上傳用戶:水中浮云
·Free Chat beta release 2 fot linux,采用C語言寫的運行在linux下的聊天室程序,英文的
上傳時間: 2014-10-31
上傳用戶:qlpqlq
原文書名: 《Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs》 Steve maguire 著 Microsoft Press 出版 所據譯本: 《編程精粹 ── Microsoft 編寫優質無錯C 程序秘訣》 姜靜波、佟金榮 譯,麥中凡 校 電子工業出版社 出版 整理: Solmyr:序、某些背景、命名約定、引言、第1、2、3、8 章、后記、參考文獻 iliad: 第4、5 章 lavos: 第6 章、附錄A warz: 第7 章 chief: 附錄B、C
標簽: Developing Techniques Microsoft Bug-free
上傳時間: 2013-11-25
上傳用戶:stampede
Writing Bug-Free C Code
上傳時間: 2014-01-23
上傳用戶:bakdesec
C Programming for Microcontrollers : Featuring ATMEL’s AVR Butterfly and the Free WinAVR Compiler : Joe Pardue SmileyMicros.com
標簽: Microcontrollers Programming Featuring Butterfly
上傳時間: 2014-01-01
上傳用戶:jcljkh
6502 c compiler free open source
上傳時間: 2015-10-29
上傳用戶:lacsx
WRITING BUG-FREE C CODE.
上傳時間: 2014-12-21
上傳用戶:lifangyuan12
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.
標簽: free-of-charge compatible KickStart modules
上傳時間: 2014-01-09
上傳用戶:498732662
一些基本函數的程序源代碼:包括(1)malloc函數(2)free函數(3)realloc函數(4)calloc函數 (5)學生數據庫的編寫(6)通訊錄 以上都包含c語言源碼,obj文件及應用程序
上傳時間: 2014-02-06
上傳用戶:ukuk
Visual C++實現的基因遺傳算法庫源代碼以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遺傳算法都是針對概率的,所以因為其隨機的本質,導致其結果可能是好的,也可能是壞的,于是我們就需要一個方法確認這個解到底有多大的可用性。這是通過計算相似擬合度進行衡量的。染色體Chromosomes代表了基因遺傳算法的結果。每次迭代,算法生成一個染色體,這些子孫染色體又會產生新的迭代……關鍵內容 這個基因算法庫是用 Visual Studio 2005 編寫的程序,第一個使用 Microsoft C/C++ 編譯器,第二個使用Intel C++ 編譯器。 如果你希望在你的程序你使用它,有兩個辦法,1是直接引用 Genetic Algorithm Library 項目,然后編譯;2是添加GeneticAlgorithm.lib 靜態鏈接庫到項目中
標簽: algorithm Genetic Windows Visual
上傳時間: 2016-09-22
上傳用戶:silenthink