亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

public-domain

  • unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D

    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

  • Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007

    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

    標簽: Reed-Solomon Correcting Copyright Schifra

    上傳時間: 2016-06-25

    上傳用戶:JasonC

  • Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007

    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

    標簽: Reed-Solomon Correcting Copyright Schifra

    上傳時間: 2014-01-04

    上傳用戶:ljmwh2000

  • Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the charact

    Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the characteristic of the monopole antenna feeded by coaxial line by FDTD in the time-domiain,which showes that . Firstly, it introduced the theory of the arithmetic and the particularly realization in the calculation then it described the use in the time-domain finally it analysed several characteristics of the monopole antenna. The arithmetic used in the microstrip antenna is also a quick and economical way to design the antenna.

    標簽: structures ultra-wide antennas Coaxial

    上傳時間: 2016-06-28

    上傳用戶:朗朗乾坤

  • /** * 顯示輸入提示壓縮或解壓縮 繼承了InputStream類

    /** * 顯示輸入提示壓縮或解壓縮 繼承了InputStream類,裝有輸入流。 */ public class HZIPInputStream extends InputStream { /** * HZIPInputStream 類的構造函數,定義了huffman樹,輸入流。 * * @param in 輸入流。 * @throws IOException:如果發生I/O錯誤則拋出異常。 */

    標簽: InputStream 輸入 解壓

    上傳時間: 2016-06-29

    上傳用戶:plsee

  • In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containi

    In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containing both continuous and categorical attributes. LOADED is a tunable algorithm, wherein one can trade off computation for accuracy so that domain-specific response times are achieved. Experimental results show that LOADED provides very good detection and false positive rates, which are several times better than those of existing distance-based schemes.

    標簽: algorithm detection containi evolving

    上傳時間: 2014-01-08

    上傳用戶:aeiouetla

  • AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert

    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) }

    標簽: AutomaticPropertiesDefaultValues PropertyInfo Article_src GetPropert

    上傳時間: 2014-11-22

    上傳用戶:xaijhqx

  • 本程序是用JNI技術實現的讀取硬盤序列號 將ChenminDiskIDJoc.jar 加入環境變量 這兩個文件放入window 文件夾 或者JDK的bin文件夾 或者你的應用文件夾 DiskID

    本程序是用JNI技術實現的讀取硬盤序列號 將ChenminDiskIDJoc.jar 加入環境變量 這兩個文件放入window 文件夾 或者JDK的bin文件夾 或者你的應用文件夾 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盤廠家 public static String chenmin.io.DiskID.DiskID() 返回硬盤序列號 ChenminDiskIDTest.bat 將啟動直接演示一個讀取硬盤序列號的測試 測試讀取硬盤序列號的源代碼在ChenminDiskIDTest.jar中

    標簽: ChenminDiskIDJoc DiskID window JNI

    上傳時間: 2014-01-04

    上傳用戶:yy541071797

  • An optimal neuron evolution algorithm for the restoration of linearly distorted images is presented

    An optimal neuron evolution algorithm for the restoration of linearly distorted images is presented in this paper. The proposed algorithm is motivated by the symmetric positive-definite quadratic programming structure inherent in restoration. Theoretical analysis and experimental results show that the algorithm not only significantly increases the convergence rate of processing, hut also produces good restoration results. In addition, the algorithm provides a genuine parallel processing structure which ensures computationally feasible spatial domain image restoration

    標簽: restoration evolution algorithm distorted

    上傳時間: 2013-12-21

    上傳用戶:yy541071797

  • MediaPlayer代碼

    MediaPlayer代碼,部分代碼,合適請用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //為了導入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜單條 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //設定窗口是否在最前面 private Player player //Play是個實現Controller的接口 private File file,listFile //利用File類結合JFileChooser進行文件打開操作,后則與list.ini有關

    標簽: MediaPlayer 代碼

    上傳時間: 2016-07-08

    上傳用戶:爺的氣質

主站蜘蛛池模板: 洛阳市| 海淀区| 奉化市| 北碚区| 威海市| 湘潭县| 淳化县| 阿城市| 凤冈县| 元江| 宣城市| 安阳县| 册亨县| 合江县| 九寨沟县| 贺兰县| 冀州市| 宽城| 宁安市| 和平县| 楚雄市| 新乐市| 梅河口市| 游戏| 东宁县| 太仓市| 东安县| SHOW| 中西区| 金寨县| 即墨市| 营山县| 桃源县| 当雄县| 资兴市| 焉耆| 余庆县| 石家庄市| 连云港市| 射洪县| 玉树县|