WinSock Win32 API 的打包類和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows環境中用C++編寫TCP/IP網絡程序,那么使用這個打包類吧,我想它不會讓你失望的。winSocket幾乎封裝了編寫TCP/IP網絡應用程序所需的所有內容,winSocketEx加入了對SOCKS 4/5代理服務器的支持。使得在自己的程序中加入代理支持易如反掌。這個打包類支持的特性包括:Connect、Send、receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代碼性質] VC可重用代碼段 [代碼作者] ryan [文件大小] 53K 聲明:轉自其他網站
標簽: WinSock winSocketEx winSocket Windows
上傳時間: 2014-12-01
上傳用戶:youke111
This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS server. For Xlib programs that use KeyPress events you should either (1) set the FocusLenience resource to `True , or (2) specifically notify the window manager that you want to receive KeyPress/KeyRelease events (but only in programs that need these events).
標簽: OpenWindows programs source server
上傳時間: 2016-03-29
上傳用戶:xieguodong1234
This example provides a description of how to set a communication with the bxCAN in loopback mode: - transmit and receive a standard data frame by polling at 100Kbit/S - transmit and receive an extended data frame with interrupt at 500Kbit/S - lit some LEDs depending of the program succeed or not
標簽: communication description provides loopback
上傳時間: 2016-04-24
上傳用戶:frank1234
富士通單片機MB902420系列 CAN Project: CAN0 will work as a simple Repeater. received data will appear at Port P47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
標簽: will Repeater received Project
上傳時間: 2016-04-27
上傳用戶:www240697738
富士通單片機MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
標簽: Interrupt-Pins external Project enabled
上傳時間: 2016-04-27
上傳用戶:waizhang
This designs demonstrates how to use the Ethernet port using a Nios II system on the DE2 board. It sends packets, and using a loopback Ethernet cable, it ll receive the same packets which are then displayed. It also works if the board is connected to another packet source.
標簽: demonstrates the Ethernet designs
上傳時間: 2013-11-27
上傳用戶:skfreeman
FT245U169 FIFO Loopback This program transmits data through the FT245BM FIFO data bus to the MSP430F169 on Port 4. The data is decremented and sent back out of Port 4 to to FIFO on the FT245BM. Use Hyperterminalto send and receive data. FIFO control lines are on Port2 (P2.0-P2.3).
上傳時間: 2013-12-26
上傳用戶:古谷仁美
客戶通過Socket(InetAddress,port)建立與服務器的連接。服務器與客戶都通過構造BufferedReader,PrintWriter來建立輸入輸出流,然后雙方通過該輸入輸出流來相互傳遞信息,一旦收到客戶方的連接請求,服務器accept()方法返回一個新建的Socket對象。客戶端然后向服務器發送消息,比如注冊,登錄,查找好友等,服務器收到來自客戶的請求后,針對不同的消息處理請求, 雖然UDP不可靠但是對于icq可靠性并不太重要,而且UDP快速,所以客戶間發送信息通過UDP。用戶登錄時通過類DatagramPacket和DatagramSocket創建UDP包括其本地接受端口以及發送端口,默認端口為5000和5001,通過取得的好友的IP地址來向好友發送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。當用戶通過UDP收到消息后,可以通過DatagramPacket的方法InetAddress getAddress()得到對方的ip地址,通過對好友列表比較以判斷是誰并提示用戶收到某某的消息,然后用戶選擇該用戶查看消息,如果好友列表沒有該人就顯示收到陌生人的消息。用戶可以按陌生人按鈕查看消息。
標簽: BufferedReader InetAddress PrintWriter Socket
上傳時間: 2016-10-26
上傳用戶:familiarsmile
源碼..C#開發的手機短信發送接收程序,有興趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study
上傳時間: 2014-01-24
上傳用戶:cc1
A Matlab code to plot the matched filter for 16-element linear array with constant phase weights on transmit and receive LFM waveform parameters.計算具有收發線性調頻波形參數的相位權重的16單元線性匹配濾波器
標簽: constant matched element weights
上傳時間: 2014-07-19
上傳用戶:siguazgb