unit ScardCL {**************************************************************************} { } { This C DLL header file first (automatic) conversion generated by: } { HeadConv 4.0 (c) 2000 by Bob Swart (aka Dr.Bob - www.drbob42.com) } { Final Delphi-Jedi (Darth) command-line units edition } { } { Generated Date: 07.04.2009 } { Generated Time: 05:10:54
上傳時間: 2017-06-18
上傳用戶:13215175592
Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit switched networks many paths use the same links. This toolbox answers the question how different paths with different loads influence on each other and what is the blocking on each of the defined path. Toolbox is capable of computing blocking for three different WDM network types: with no wavelength conversion, with full wavelength conversion and with limited range wavelength conversion. It is worth noting that case for full conversion can be usefull for any circuit switched network without additional constraints (i.e. wavelength continuity constraint in WDM), for example telephone network. Toolbox contains also scripts for defining network structures (random networks, user defined networks) and traffic matrixes. Three graph algorithms for shortest path computation are also in this toolbox (they are used for traffic matrix creation).
標簽: networks blocking switched Because
上傳時間: 2017-07-28
上傳用戶:zhangzhenyu
#include <stdlib.h> #include<stdio.h> #include <malloc.h> #define stack_init_size 100 #define stackincrement 10 typedef struct sqstack { int *base; int *top; int stacksize; } sqstack; int StackInit(sqstack *s) { s->base=(int *)malloc(stack_init_size *sizeof(int)); if(!s->base) return 0; s->top=s->base; s->stacksize=stack_init_size; return 1; } int Push(sqstack *s,int e) { if(s->top-s->base>=s->stacksize) { s->base=(int *)realloc(s->base,(s->stacksize+stackincrement)*sizeof(int)); if(!s->base) return 0; s->top=s->base+s->stacksize; s->stacksize+=stackincrement; } *(s->top++)=e; return e; } int Pop(sqstack *s,int e) { if(s->top==s->base) return 0; e=*--s->top; return e; } int stackempty(sqstack *s) { if(s->top==s->base) { return 1; } else { return 0; } } int conversion(sqstack *s) { int n,e=0,flag=0; printf("輸入要轉化的十進制數:\n"); scanf("%d",&n); printf("要轉化為多少進制:\n"); scanf("%d",&flag); printf("將十進制數%d 轉化為%d 進制是:\n",n,flag); while(n) { Push(s,n%flag); n=n/flag; } while(!stackempty(s)) { e=Pop(s,e); switch(e) { case 10: printf("A"); break; case 11: printf("B"); break; case 12: printf("C"); break; case 13: printf("D"); break; case 14: printf("E"); break; case 15: printf("F"); break; default: printf("%d",e); } } printf("\n"); return 0; } int main() { sqstack s; StackInit(&s); conversion(&s); return 0; }
上傳時間: 2016-12-08
上傳用戶:愛你198
The version of CodeWarrior used in the ARM Development Suite cannot export projects in makefile format. Manually producing makefiles from CodeWarrior projects is not an easy task. The aim of mcp2make is to make the conversion simpler and to require substantially less effort. mcp2make is supplied as a free-of-charge, unsupported utility.
標簽: mcp2make
上傳時間: 2017-01-19
上傳用戶:zbxinu
Electricity has been chosen as the most convenient and useful form of energy, due to its ease of transportation over large distances and easy conversion to other energy forms. The biggest inconvenience with electricity is that it cannot be stored and must be utilized at the moment of generation. The storage of a large amount of electrical energy is usually connected with its conversion to other types of energy, which significantly reduces the efficiency of such processes. The aim of the power system, often treated as the biggest and the most complex machine ever built, is to deliver uninterruptible electric energy of demanded quality parameters to consumers.
標簽: Electromagnetic Interference Conducted
上傳時間: 2020-06-07
上傳用戶:shancjb
The author of this textbook intends to consider all stages of the life cycle of the energy resources: extraction of mineral energy resources and mastering for power engineering renewable energy, transportation of mineral energy raw materials to the place of consumption, the conversion of primary energy sources into electrical and/or thermal energy, transportation and distribution among the customers, and energy storage (if necessary).
標簽: Engineering Electrical Current Power State
上傳時間: 2020-06-07
上傳用戶:shancjb
December 2007, San Jose, California: It seems a long time ago. I walked into a big networking company to head their small Power over Ethernet (PoE) applications team. Surprisingly, I hardly knew anything about PoE prior to that day, having been a switching-power conversion engineer almost all my life. But it seemed a great opportunity to widen my horizons. As you can see, one notable outcome of that seemingly illogical career choice five years ago is the book you hold in your hands today. I hope this small body of work goes on to prove worthy of your expectations and also of all the effort that went into it. Because, behind the scenes, there is a rather interesting story to relate—about its backdrop, intertwined with a small slice of modern PoE history, punctuated by a rather res- tive search for our roots and our true heroes, one that takes us back almost two centuries
上傳時間: 2020-06-07
上傳用戶:shancjb
For many years prior to the 1970s, engineers designed and built switch mode power supplies (SMPSs) using methods based largely on intuitive and exper- imentally derived techniques. In general, these power supplies were able to achieve their primary goal of high-efficiency power conversion; unfortu- nately, due to the lack of adequate theoretical analysis techniques, many of these power supplies only marginally met their desired performance require- ments. In many cases, they were considered to be unreliable.
標簽: Supplies Switch Power Mode
上傳時間: 2020-06-07
上傳用戶:shancjb
歐母龍PLC例程PLC控制器源碼255個合集:1600T俄羅斯壓力機.rar200噸壓機程序 omron 的機子C系列的.rar3MK136舊磨床現程序.rar3電機延時控制啟停.rar5V編碼器信號如何接入CP1H高數計數案例.rar6路搶答器源碼.rar902002 OMRON.rarASCII Generic Protocol Macro Object Code.zipASCII Generic Protocol Macro.zipC3電樞異物吸引.rarCalendar Calculation.zipcarbon.rarCompact Flash Memory Write.zipCounter Multiplex.zipcp1h 高速計數觸發中斷注意點.rarcp1h-x40用在非標飲料線上的程序,有注解.rarCP1H與愛默生溫控模塊的通訊程序.rarCP1L and CP1H EasyModbus FB.zipCPM1A編寫的贊揚15T立式注塑機.rarCPM2A Interupt High Speed Counting Sample.zipCPM2A自身時鐘六個時間段觸發程序.rarCQM1 Host Link Master.zipCQM1H 21的例子程序,有溫度壓力等PID控制。.rarCQMaster.swp.zipCS CJ CP NSJ password set.zipCS1 C Mode Hostlink.zipCS1-CJ1 Floating Point to Fixed Point conversion for HMI.zipcub.rarCX-Programmer Ver.5 Introduction Guide R120-E1-01..zipCX-Programmer Ver.5 Introduction to Function Blocks Guide R121-E1-01.zipC_Mode_Hostlink.zipDeviceNet Explicit Message Example.zipdieban.rarEasy to use Modbus RTU Master for CP1L CP1H CJ1 CJ2 CS1.zipExample of Using Daylight Saving FB's.zipExample Scale Meter Protocol.zipFB Calculate Day Of Week.zipFB Day light savings function block.zipFB Extract Time Date into SecMin Hr Day Mth Yr.zipFB Scale with parameters.zipGKF1250離心機CXP.rargkf1250離心機cxpgkf離心機omron.rarJH21-200程序.rarLED液壓機.rarlogging+ filewrite.ziplpr-des.rarModbus Protocol Macro Object Code.zipModbus Protocol Macro.zipModbus RTU Sample Code CJ1-SCB.rarModbus TCP Client using FB's.zipOmron CS1 Sequencer.zipOMRON E6CP絕對值編碼器使用實例。編碼器為8位格雷碼輸出.rarOmron Modbus Slave Ladder.zipOmron Plc 變頻一帶三例程.rarOMRON PLC編程示范.raromron--MOV傳送指令.raromron-cs1g-h-cpu42日本機的程序.rarOmron_CJ2_to_AB_EIP_Tag_Datalink_Example.rarOMRON接駁臺.rarOMRON控制2伺服.rarOMRON溫度,壓力模擬量輸入程序.rarOMRON照明設備程序.raromron的PLC案例程序.rarOMRON程序舉例.rarOMRON程序舉例2.rarOMRON紙病分析系統-PLC程序(CJ1G).zipomron脈沖輸出到驅動器的程序.rarPCB 沉銅線程序.rarPID溫度控制的PLC程序設計實例.rarPinstamp.zipPLC Clock adjustment with screen.zipPLC錳鋼程序cpm2a.zipPolls and Writes setpoints to E5CK Process Controller - E5CK.swp.zipPRO9連拉.rarProcess states sequence logics.zipQuadrature Input for Standard CPM1A DC Inputs.zipRandom Number Generator.zipScaling in CJ1 CS1 PLC's.zipSMS - GSM PLC Communications.zipsony 公司 某機臺控制程序.rarStepNext.cpt.zipSTUP Example.zipTemplate for Step-Step Next Sequence.zipToggle Button.zipTracking product on conveyor.zipTXD-RXD Quickstart Programs.zipTXD-RXD Serial Port Handling.zipUseable timer.zipV600-E5CK.zipV700-V720 RFID Protocol Macro.zipVB與OMRON PLC通訊源碼.rarWoodwood Controler Example Protocol Program.zipYH32-315油壓機程序.rar一個CJ1M的程序.rar一個OMRON程序,帶位置控制模塊.rar一個生產線上潤滑控制的小程序.rar一些簡單的cpm1a程序.rar一控三恒壓供水程序.rar三層提升機歐姆龍CQM1H程序.rar三菱400噸和200號沖床程序.rar上海產自動模切機飛達部程序.zip上海獅印全自動啤機程序.rar東芝壓鑄機梯形圖.rar兩步法吹瓶機.rar鄉林剪臺.rar買書的隨書樣例.rar井研磨邊機.rar交通燈注釋全.rar今機立式注塑機程序.rar伺服電機正反轉控制.rar位置控制(旋轉編碼器與PLC).rar充磁機程序.rar先啟后停 后啟先停 事例.rar沖床程序.rar分揀線主機一個CJ1M的分揀線程序下掛CP1H.rar利慧利樂灌裝機程序.rar刮水器停止位置檢查程序.rar力泰翻胚機程序.rar北人04印刷機程序.rar北人LQD10騎馬裝訂程序.rar半自動吹瓶機的程.rar南京印刷機.zip卡板程式.rar壓制機程序(帶解釋,注釋).rar壓力機控制程序.rar原創液壓機程序帶注釋歐姆龍PLC加信捷文本.rar原點搜索程序.rar雙翻分揀機.rar雙邊機.rar反滲透整套PLC控制.rar臺灣產染色機歐姆龍PLC帶3只IO擴展控制程序.rar臺灣大拉無板.rar啤酒廠酒瓶美容機.rar四川綿陽建豐熱磨工段.rar在用設備程序.rar垂直涂布.rar外端子設計數值.rar大型熱電廠 PLC程序(帶注解).rar大搖動超聲波清洗機.rar大連75密練注釋程序.rar安呼12級.rar富佳扶梯程序.rar對齊度編程!!.rar小車控制程序.rar小車送料”例程.rar廣東鍛壓氣壓沖床程序(80T)有詳細注解.rar廣告牌燈箱.rar微電機刷簧自動組裝程序.rar微粉磚自動送料帶OMRON CQM2A+擴展程序帶注釋.rar意大利進口皮革壓花.rar扎鋼機程序.rar打包機.rar拔蓋機.rar撥碼控制.rar擋磚磨邊機(新1).rar捷豹空壓機控制程序.rar接木機.rar控制程序例子.rar推掛.rar攻絲機2(新).rar料位顯示.rar旋轉門控制程序1.rar無協議.rar無心磨床(OMRON系統,帶機械手有詳細注解).rar無線膠裝機歐姆龍程序.zip日本人編的程序 拋光研磨.rar日本成型磨床控制程序(附注釋)歐姆龍CPM1A.rar板坯定厚.rar樣例,有注釋.rar模擬量試驗.rar歐姆龍CJ1M鉻化機程序帶注釋.rar歐姆龍CP1H例程.rar歐姆龍CPM1A的PLC.rar歐姆龍CPM2AH PLC和歐姆龍NTZ觸摸屏編寫的超聲波清洗機程序..rar歐姆龍CPM2AH Host Link通訊程序(發布源碼).rar
上傳時間: 2021-10-22
上傳用戶:
Multisim官方示例Multisim仿真例程基礎電路范例135例合集:Chapter 1 - RLC CircuitsChapter 2 - DiodesChapter 3 - TransistorsChapter 4 - AmplifiersChapter 5 - OpampsChapter 6 - FiltersChapter 7 - Miscellaneous CircuitsFundamental Circuits.pdf004 Parallel DC Circuits.ms10005 Series-Parrallel DC Circuit.ms10006 Current Analysis.ms10007 Millmans Theorem 1.ms10008 Millmans Theorem 2.ms10009 Kirchhoff's Current Law.ms10010 Thevenin's Theorem.ms10011 Superposition Principle.ms10012 Nortons Theorem and Source conversion.ms10013 AC Voltage Measurement.ms10014 Frequency Response of the Series RL Network.ms10015 RL High and Low Pass Filter.ms10016 Frequency Response of the Series RC Network.ms10017 RC High and Low Pass Filter.ms10019 Center-Tapped Full-Wave Rectifier.ms10020 Bridge Rectifier.ms10021 Capacitor-Input Rectifier Filter.ms10022 Diode Clipper (Limiter).ms10023 Diode Clipper.ms10024 Diode Clamper (DC Restorer).ms10025 Diode Voltage Doubler.ms10026 Zener Diode and Voltage Regulation 1.ms10027 Zener Diode and Voltage Regulation 2.ms10028 Zener Diode and Voltage Regulation 3.ms10105 TTL Inverter.ms10107 TTL Gate.ms10109 OR Gate Circuit.ms10111 Over-Damp Circuit.ms10113 Critical-Damp Circuit.ms10115 Series RLC Circuit 1.ms10117 Clapp Oscillator.ms10119 Differential Amplifier 1.ms10121 Differential Amplifier in Common Mode.ms10123 LC Oscillator with Unity Gain Buffer.ms10125 Notch Filter.ms10127 PNP Differential Pair.ms10129 Crossover Network.ms10131 Second-Order High-Pass Chebyshev Filter.ms10133 Third-Order High-Pass Chebyshev Filter.ms10135 Fifth-Order High-Pass Filter.ms10
標簽: multisim
上傳時間: 2021-10-27
上傳用戶:trh505