登录
首页 » Visual C++ » ipl98_tutorial_v2.14

ipl98_tutorial_v2.14

于 2009-04-05 发布 文件大小:574KB
0 328
下载积分: 1 下载次数: 1

代码说明:

  un tutorial sur la bibliothèque ipl98 en c++

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • samp03z_svr_R1_win32
    GTA的脚本大全,能让你的服务器变得更加好玩,使你的服务器的玩家数量更多(More GTA script Guinness, make your server more fun to make your server' s number of players)
    2020-07-02 23:00:01下载
    积分:1
  • zppf
    招聘评分系统,适合用在企业招聘,现在招聘中!(Recruitment scoring system, suitable for use in corporate recruitment, recruitment now!)
    2009-01-14 14:49:34下载
    积分: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
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • hperation-ophratgon
    Implementing push-to talk with hotkey operation(Implementing a push- to talk with hotkey operation)
    2017-03-31 00:14:05下载
    积分:1
  • UdpClient
    用Visual C++编写的UDP客户端程序。(Using Visual C++ Prepared UDP client program.)
    2007-07-17 10:16:03下载
    积分:1
  • InstantMessaging
    简单的网络聊天文件传输程序 可以 0.普通聊天(文字、图片) 1.聊天室 2.传输文件(断点续传) 3.共享屏幕 4.白板 5.视频、音频聊天(Simple network chat file transfer program can 0. General chat (text, images) a chatroom 2. Transfer files (HTTP) 3. Shared screen 4. Whiteboard 5 video and audio chat)
    2013-08-26 22:14:23下载
    积分:1
  • UDPServer
    UDP服务器程序,提供无连接不可靠的数据传输服务(UDP server program that provides connectionless unreliable data transmission service)
    2011-06-13 17:03:17下载
    积分:1
  • UDPSERAPP
    基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
    2014-09-19 11:46:58下载
    积分:1
  • udp
    实现可靠的UDP封装传输类,可以进行多点传输,采用超时重发机制(Reliable transmission of UDP encapsulation type, can be multi-point transmission, the use of timeout retransmission mechanism)
    2011-10-15 23:04:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载