本資料來自網絡,希望對廣大網友有所幫助。
標簽: ST LINK V2使用說明
上傳時間: 2015-04-28
上傳用戶:lratusa
一種以硅單晶為基本材料的P1N1P2N2四層三端器件,創制于1957年,由于它特性類似 雙向可控硅 于真空閘流管,所以國際上通稱為硅晶體閘流管,簡稱可控硅T。又由于可控硅最初應用于可控整流方面所以又稱為硅可控整流元件,簡稱為可控硅SCR。 在性能上,可控硅不僅具有單向導電性,而且還具有比硅整流元件(俗稱“死硅 ”)更為可貴的可控性。它只有導通和關斷兩種狀態。 可控硅能以毫安級電流控制大功率的機電設備,如果超過此頻率,因元件開關損耗顯著增加,允許通過的平均電流相降低,此時,標稱電流應降級使用。 可控硅的優點很多,例如:以小功率控制大功率,功率放大倍數高達幾十萬倍;反應極快,在微秒級內開通、關斷;無觸點運行,無火花、無噪音;效率高,成本低等等。 可控硅的弱點:靜態及動態的過載能力較差;容易受干擾而誤導通。
標簽: 雙向可控硅實用電路500例
上傳時間: 2015-05-07
上傳用戶:66998877
http://wenku.baidu.com/link?url=sUgQYw6hS66uzYWBhD5Qcu3_cJ4eXHMBHnZ_UYV5Mx9lVksfuw9ljiEgFRSRRa6o5oTeG7Kj02DC9aL60Oxx2rcVNzOSN3Z_J2A-1iHSUR7
標簽: 課程設計
上傳時間: 2015-05-07
上傳用戶:xyxfox
EPC ?? ??? ?? ????
上傳時間: 2015-06-04
上傳用戶:gw0214
My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i
標簽: C++
上傳時間: 2015-07-03
上傳用戶:xiyuzhu
matlab有限元網格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.
標簽: matlab有限元網格劃分程序
上傳時間: 2015-08-12
上傳用戶:凜風拂衣袖
DSP(digital singnal processor)是一種獨特的微處理器,是以數字信號來處理大量信息的器件。其工作原理是接收模擬信號,轉換為0或1的數字信號,再對數字信號進行修改、刪除、強化,并在其他系統芯片中把數字數據解譯回模擬數據或實際環境格式。它不僅具有可編程性,而且其實時運行速度可達每秒數以千萬條復雜指令程序,源源超過通用微處理器,是數字化電子世界中日益重要的電腦芯片。它的強大數據處理能力和高運行速度,是最值得稱道的兩大特色
標簽: dsp學習資料
上傳時間: 2015-10-26
上傳用戶:plancking
Matlab 畫三維立體圖形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms. Some features of the library are: - creation of various shapes (3D points, 3D lines, planes, polyhedra...) through an intuitive syntax. Ex: createPlane(p1, p2, p3) to create a plane through 3 points. - derivation of new shapes: intersection between 2 planes, intersection between a plane and a line, between a sphere and a line... - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces arrays (face array contain indices of vertices), and support faces with any number of vertices. Some basic models are provided (createOctaedron, createCubeoctaedron...), as well as some computation (like faceNormal or centroid) - manipulation of planar transformation. Ex.: ROT = createRotationOx(THETA); P2 = transformPoint3d(P1, ROT); - direct drawing of shapes with specialized functions. Clipping is performed automatically for infinite shapes such as lines or rays. Ex: drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line Some functions require the geom2d package. Additional help is provided in geom3d/Contents.m file, as well as summary files like 'points3d.m' or 'lines3d.m'.
標簽: Matlab 畫三維立體圖形
上傳時間: 2015-11-02
上傳用戶:A1321
歸一化是一種簡化計算的方式,即將有量綱的表達式,經過變換,化為無量綱的表達式,成為標量。在多種計算中都經常用到這種方法。該段matlab代碼即為實現信號的歸一化,希望對大家有用。
標簽: 歸一化
上傳時間: 2015-12-03
上傳用戶:遇見1314
基于51單片機+12864(st7920)的貪吃蛇游戲
標簽: 單片機
上傳時間: 2015-12-10
上傳用戶:wh22410