You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your Private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make it a drop target
標簽: possibility imagine Right there
上傳時間: 2013-12-21
上傳用戶:jichenxi0730
其中:ClientInfor.inf 文件: 第一行的數據表示: 客戶端游戲版本號 第一行的數據表示: 更新文件存放的網絡路徑 UpdateInfor.inf文件: 第一行的數據表示: 最新游戲版本號 第二行的數據表示: 有多少文件需要更新 后面每行的數據表示: 需要更新的文件的名稱 frmUpdate.frm窗體: 負責下載 modZip.BAS模塊: 只負責用來壓縮文件和解壓縮文件的 其中的 UnZipTo 函數用來解壓縮的 zlib.dll: 為WinZip的dll文件 更新完畢后,ClientInfor.inf文件的第一行的數據會變為最新版本號 frmUpdate.frm窗體代碼如下: Private Sub cmdExit_Click() Unload Me End Sub Private Sub cmdUpdate_Click() Dim strClientInfor() As String Dim strUpdateInfor() As String Dim nNum As Integer 存
標簽: ClientInfor UpdateInfor inf 數據表示
上傳時間: 2013-12-24
上傳用戶:hanli8870
IDEA v2.2 IDEA encryption for dos. IDEA stands for International Data Encryption Algorithm it was invented by Xuejia Lai and James Massey in Switzerland its a Private key block algorithm, and is thought to be very secure.
標簽: IDEA International Encryption encryption
上傳時間: 2013-12-18
上傳用戶:gxf2016
class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilitary() void printStandard() Private: int hour int minute int second }
標簽: int Time void printMilita
上傳時間: 2013-12-20
上傳用戶:hwl453472107
The Wifidog project is an open source captive portal solution. It was designed primarily for wireless community groups, but caters to various other business models as well. If you have questions about the wifidog project, they may be answered in the FAQ. You may also be interested in seeing some of the community wireless groups, WISP s, universities, and Private businesses currently using Wifidog across the globe.
標簽: primarily designed solution Wifidog
上傳時間: 2013-11-29
上傳用戶:梧桐
Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a Private IP network and performs rewriting of the SIP message bodies to make SIP connections work via an masquerading firewall (NAT). It allows SIP software clients (like kphone, linphone) or SIP hardware clients (Voice over IP phones which are SIP-compatible, such as those from Cisco, Grandstream or Snom) to work behind an IP masquerading firewall or NAT router
標簽: registrations masquerading SIP protocol
上傳時間: 2016-04-10
上傳用戶:fnhhs
JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for your Private application. You can then include your saved network in your program using the jaNet.backprop package. The consequent documentation is only in french for the moment, but an english translation is planned. The java source code is released under GPL, and can be compiled with JDK, Symantec Cafe or MS Visual J
標簽: documented designing training Network
上傳時間: 2016-04-15
上傳用戶:zhanditian
java的一個源代碼,、 public class ThunderBoltAct extends Canvas implements Runnable { Private int TIMEOUT = 0 Private final static int NUMERIC = 10000 //總分 Private final static int INERRGAL = 60 //頻率 Private final static int MAXBATTLE = 3 //最大飛機數 Private final static int MAXBALLNUM = 30 //最多飛機子彈數 Private final static int MAXCOPTERNUM = 16 //最大敵機數 Private final static int MAXCOPTERBALLNUM = 16 //最多敵機子彈數 Private final static int STEP = 1 Private final static int MINCOPTER = 2 //最小敵機數
上傳時間: 2016-04-26
上傳用戶:jichenxi0730
unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: TButton procedure Button1Click(Sender: TObject) procedure Button2Click(Sender: TObject) procedure Btn_sendClick(Sender: TObject) procedure Comm1ReceiveData(Sender: TObject Buffer: Pointer BufferLength: Word) Private { Private declarations } public { Public declarations } end
標簽: interface Messages Graphics Controls
上傳時間: 2016-06-10
上傳用戶:gxmm
After an introduction to the history of mobile communications, this guide considers the basics of mobile radio, the design of cellular and Private radio systems, and issues of interworking with the fixed network. It then looks at the role of the mobile radio operator, the design and operation of mobile radio networks, the needs of large user groups, and relevant regulatory and government decisions. A final section focuses on career development through resolution of conflicts, understanding managerial issues, and professional vehicles.
標簽: communications introduction considers the
上傳時間: 2016-06-24
上傳用戶:nanshan