The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is the first public revision of the PXI specification.
標(biāo)簽: Specification copyrighted PXI Hardware
上傳時(shí)間: 2013-12-19
上傳用戶:cazjing
C++名家精華.chm 我們用早期的C++語言編程。工作的第二天中午,厭煩了讀職工手冊(cè),于是我寫了一個(gè)工具類,里面包含一個(gè)原始指針作為成員變量: #include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* dumps xItem to cout */ } } 當(dāng)然了,使用這個(gè)類的程序由于內(nèi)存問題總是時(shí)不時(shí)的崩潰,因?yàn)槲疫`反三個(gè)重要設(shè)計(jì)原則之一:任何時(shí)候,只要你提供了析構(gòu)函數(shù)、拷貝構(gòu)造函數(shù)或賦值運(yùn)算符中的一個(gè),你通常需要三個(gè)都提供。([1]) “所以,”我自言自語道,“我必須自己處理拷貝和賦值問題。簡(jiǎn)單地...auto_ptr有拷貝構(gòu)造函數(shù)和賦值運(yùn)算符,我可以拿過來用一下。”(你知道早期C++程序庫(kù)中的auto_ptr,是嗎?)
上傳時(shí)間: 2013-12-28
上傳用戶:Amygdala
本程序執(zhí)行后,創(chuàng)建一個(gè)能夠加載文字的面板,文字的內(nèi)容是本地主機(jī)的IP地址的動(dòng)態(tài)顯示。跑馬燈文字的大小和跑馬燈文字顯示的速度都可以在GatutTextCrawler.html文件里通過參數(shù)進(jìn)行設(shè)置。 編程思路:首先,本練習(xí)因?yàn)橐谱鱾蓽y(cè)IP的跑馬燈的實(shí)例,所以首先要生成程序界面:在函數(shù)public void init()中,首先通過語句s = getParameter("fontSize")和fontSize = s != null ? Integer.valueOf(s).intValue() : 12設(shè)置文字字體大小,然后進(jìn)行字體設(shè)置和顯示速度設(shè)置,最后通過語句msgText = getParameter("preText")得到GatutTextCrawler.html文件中的字符串值。然后,得到主機(jī)IP地址,首先通過函數(shù)adds = InetAddress.getLocalHost().toString()得到主機(jī)的IP地址,最后在更新屏幕函數(shù)public void update(Graphics g)中通過實(shí)現(xiàn)跑馬燈效果。
標(biāo)簽: 程序
上傳時(shí)間: 2016-06-06
上傳用戶:miaochun888
This program is free software you can redistribute it and/or modify it under the terms of the GNU General public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
標(biāo)簽: redistribute the software program
上傳時(shí)間: 2016-06-09
上傳用戶:sssl
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
標(biāo)簽: interface Messages Graphics Controls
上傳時(shí)間: 2016-06-10
上傳用戶:gxmm
Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra
標(biāo)簽: Reed-Solomon Correcting Copyright Schifra
上傳時(shí)間: 2016-06-25
上傳用戶:JasonC
Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra
標(biāo)簽: Reed-Solomon Correcting Copyright Schifra
上傳時(shí)間: 2014-01-04
上傳用戶:ljmwh2000
/** * 顯示輸入提示壓縮或解壓縮 繼承了InputStream類,裝有輸入流。 */ public class HZIPInputStream extends InputStream { /** * HZIPInputStream 類的構(gòu)造函數(shù),定義了huffman樹,輸入流。 * * @param in 輸入流。 * @throws IOException:如果發(fā)生I/O錯(cuò)誤則拋出異常。 */
標(biāo)簽: InputStream 輸入 解壓
上傳時(shí)間: 2016-06-29
上傳用戶:plsee
AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.public | BindingFlags.Nonpublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { DefaultValueAttribute dva = defaultValueAttribute[0] as DefaultValueAttribute if(dva != null) prop.SetValue(o, dva.Value, null) }
標(biāo)簽: AutomaticPropertiesDefaultValues PropertyInfo Article_src GetPropert
上傳時(shí)間: 2014-11-22
上傳用戶:xaijhqx
本程序是用JNI技術(shù)實(shí)現(xiàn)的讀取硬盤序列號(hào) 將ChenminDiskIDJoc.jar 加入環(huán)境變量 這兩個(gè)文件放入window 文件夾 或者JDK的bin文件夾 或者你的應(yīng)用文件夾 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盤廠家 public static String chenmin.io.DiskID.DiskID() 返回硬盤序列號(hào) ChenminDiskIDTest.bat 將啟動(dòng)直接演示一個(gè)讀取硬盤序列號(hào)的測(cè)試 測(cè)試讀取硬盤序列號(hào)的源代碼在ChenminDiskIDTest.jar中
標(biāo)簽: ChenminDiskIDJoc DiskID window JNI
上傳時(shí)間: 2014-01-04
上傳用戶:yy541071797
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1