一個完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information about how to send a mail.
標簽: Aggregators Programming Example Chapter
上傳時間: 2015-10-04
上傳用戶:葉山豪
You can call MsgBoxEx instead of MsgBox MsgBoxEx will return the same vbMsgBoxResults as MsgBox, but adds the frm, Left, and Top parameters.
標簽: MsgBoxEx MsgBox vbMsgBoxResults instead
上傳時間: 2013-12-22
上傳用戶:zycidjl
LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.
標簽: implements multiple capable working
上傳時間: 2015-10-14
上傳用戶:磊子226
RTX-51 is a runtime library that, together with C51, allows real-time systems to be implemented for all processors of the 8051 family (e.g., 8051, 8052, 80515, etc.), except for the 8?C751 and 8?C752. RTX-251 extends the functionality of the RTX-51 to the new intel MCSÒ 251 family of processors. It is available as a set of runtime libraries supporting the binary and the source mode to be used with the C251.
標簽: implemented real-time together runtime
上傳時間: 2013-12-13
上傳用戶:refent
Make sure your GPS hardware is setup correctly using the GPS control panel in Settings. Once you have your GPS set up, you need to Build and Run the GpsSample to see it work.
標簽: GPS correctly hardware Settings
上傳時間: 2014-03-01
上傳用戶:ddddddos
in this paper,we show that an efficient multiscale wedgelet decomposition is possible if we carefully choose the set of possible wedgelet orientations.
標簽: decomposition multiscale efficient carefull
上傳時間: 2015-10-22
上傳用戶:qweqweqwe
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
標簽: representation Magnitude the magnitude
上傳時間: 2013-12-24
上傳用戶:金宜
DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos)
標簽: strPos DragQueryPoint hDropInfo pt
上傳時間: 2015-10-26
上傳用戶:xsnjzljj
功能說明: 1,新聞欄目二級分類,隨意修改,管理員分級管理 2,采用強大的HTML編輯器輸入新聞文章 3,不存在任何新聞內容不能分段,不出空格的問題 4,可以直接復制任何圖文信息,輸出和原來格式一模一樣 5,前臺使用JS隨意調用新聞 6,支持圖片新聞,無組件上傳圖片到數據庫,前臺JS調用 7,安裝使用方便,你只需把頭部文件top.asp換成你的就可以了
標簽:
上傳時間: 2015-10-27
上傳用戶:lwwhust
This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity.
標簽: information up-to-date available currently
上傳時間: 2015-10-31
上傳用戶:CHINA526