-
domain-ip
说明: 根据域名获得IP地址列表 根据域名获得IP地址列表(under the name list of IP addresses under the domain of IP address list)
- 2006-03-29 15:53:55下载
- 积分:1
-
AUpdateProvider
一个完善的升级程序,可供编写自动升级程序模块参考。(A complete update program solution.)
- 2014-01-18 00:38:42下载
- 积分:1
-
netstatp
类似Windows的netstat程序的程序 (An app which is like to windowss netstat)
- 2021-04-03 22:29:04下载
- 积分:1
-
ProjExtend
中频感应加热以其加热效率高、速度快,可控性好及易于实现机械化、自动化等优点,已在熔炼、铸造、弯管、热锻、焊接和表面热处理等行业得到广泛的应用。
本设计根据设计任务进行了方案设计,设计了相应的硬件电路,研制了20KW中频感应加热电源。
本设计中感应加热电源采用IGBT作为开关器件,可工作在10 Hz~10 kHz频段。它由整流器、滤波器、和逆变器组成。整流器采用不可控三相全桥式整流电路。滤波器采用两个电解电容和一个电感组成Ⅱ型滤波器滤波和无源功率因数校正。逆变器主要由PWM控制器SG3525A控制四个IGBT的开通和关断,实现DC-AC的转换。
设计中采用的芯片主要是PWM控制器SG3525A和光耦合驱动电路HCPL-316J。设计过程中程充分利用了SG3525A的控制性能,具有宽的可调工作频率,死区时间可调,具有输入欠电压锁定功能和双路输出电流。由于HCPL-316J具有快的开关速度(500ns),光隔离,故障状态反馈,可配置自动复位、自动关闭等功能,所以选择其作为IGBT的驱动。
对原理样机的调试结果表明,所完成的设计实现了设计任务规定的基本功能。此外,为了满足不同器件对功率需要的要求,设计了功率可调。这部分超出了设计任务书规定的任务。(induction heating with high heating efficiency, speed and good controllability and easy to mechanization. the advantages of automation, in melting, casting, bending, forging, welding and surface heat treatment and other industries have been widely employed. According to the design tasks for the design of the program design, design corresponding to the hardware circuit, Development of 20 KW induction heating power. The design of induction heating power IGBT used as a switching device, which can work in 10 Hz- 10 kHz frequency band. It consists of rectifier, filter, and the inverter components. Controlled Rectifier not use the entire three-phase bridge rectifier circuit. 2 filter used an electrolytic capacitor and inductor components II-type filter and passive PFC. Inverter mainly by the PW)
- 2007-04-19 11:31:35下载
- 积分:1
-
12864
说明: 点阵式液晶显示片
型号:12864 驱动程序(Dot-matrix liquid crystal display film models: 12864 driver)
- 2009-08-22 14:38:41下载
- 积分:1
-
UDPServer
UDP服务器程序,提供无连接不可靠的数据传输服务(UDP server program that provides connectionless unreliable data transmission service)
- 2011-06-13 17:03:17下载
- 积分:1
-
SocketUDP
使用vc中的socket类实现的UDP通信程序源码(Using multi-threaded approach to achieve the source code of the UDP traffic)
- 2012-09-05 22:16:32下载
- 积分:1
-
D-Link
通用的设置路由器局域网端口映射类源码,仅供参考(Set up the router LAN port mapping class source code, for reference only)
- 2012-02-13 20:03:50下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
recv
组播接收端,socket通信,Windows网络编程(Multicast receiver, socket communications, Windows network programming)
- 2021-01-13 21:48:47下载
- 积分:1