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

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

Discrete-Event

  • // This Communications Component is implemented using separate Read and Write // threads. Messages

    // This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to OnReceiveData . There is no need to free the memory // buffer passed to this handler. If TAPI is used to open the comm port, some // changes to this component are needed ( StartComm currently opens the comm // port). The OnRequestHangup event is included to assist this. // // David Wann // Stamina Software // 28/02/96 // davidwann@hunterlink.net.au

    標簽: Communications implemented Component Messages

    上傳時間: 2016-05-30

    上傳用戶:zhangyigenius

  • 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

    上傳用戶:爺的氣質

  • sourceforge歷史版本完整下載: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b樹索引算法的文件數據數據

    sourceforge歷史版本完整下載: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b樹索引算法的文件數據數據庫模塊詳見storage/目錄下面的 btree.c與pager.c container目錄為常用的容器實現,如果rbtree avltree map heap list vector hashtable deque T樹 B樹, test目錄為測試程序代碼經過初步測試,比較穩定。 os_api:裝一些操作系統相關的接口函數。已完成event mutex sem thread pipe相關的封裝 advance_container:提供優先級消息隊列,普通消息隊列,定時器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反應器)定時器 algorithm:補充了堆排序 與快速排序 所有代碼均已在windows linux與uclinux + arm44b0平臺下測試 歡迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com

    標簽: sourceforge showfiles group_id project

    上傳時間: 2016-07-16

    上傳用戶:lili123

  • The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a

    The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the first 3D agents in the league were balls and from the very philosophical observation that Balls Are Truly Spheres (BATS). This abbreviation reminded us of our favorite song Little Green Bag by The George Baker Selection and so the whole team name was born. We entered the competition for the first time at the 10th edition of RoboCup at Bremen, Germany. unfortunately our hard work didn t pay off that time: already in the second round we got eliminated. However, after this we had a good base to build upon and the good time we had at the event and the nice community inspired us to continue and work hard for another year. This turned out to be defiantly worth it, because in 2007 in Atlanta we managed to become vice world champions!

    標簽: simulation the Little league

    上傳時間: 2014-12-07

    上傳用戶:youlongjian0

  • 離散傅里葉變換是20世紀60年代是計算復雜性研究的主要里程碑之一

    離散傅里葉變換是20世紀60年代是計算復雜性研究的主要里程碑之一,1965年Cooley和Tukey所研究的計算離散傅里葉變換(Discrete Fourier Test)的快速傅氏變換(FFT)將計算量從О(n2)下降至О(nlogn),推進了FFT更深層、更廣法的研究與應用。 這是一個傅氏變換的MPI程序,用C語言實現。

    標簽: 離散傅里葉變換 計算

    上傳時間: 2013-12-16

    上傳用戶:luke5347

  • 用java實現一款推箱子游戲

    用java實現一款推箱子游戲,主要用java.awt java.awt.event javax.swing 等包

    標簽: java

    上傳時間: 2016-08-15

    上傳用戶:小碼農lz

  • c的快速傅立葉變換程序包

    c的快速傅立葉變換程序包,the file FFT.ZIP contains C source code for performing Discrete Fast Fourier Transforms (DFFTs) and inverse DFFTs.

    標簽: 傅立葉變換 程序

    上傳時間: 2014-01-07

    上傳用戶:Altman

  • This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such

    This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.

    標簽: GLib the low-level projects

    上傳時間: 2013-12-19

    上傳用戶:tb_6877751

  • 外國人寫的卡爾曼濾波算法

    外國人寫的卡爾曼濾波算法,a discrete Kalman filter

    標簽: 卡爾曼 濾波算法

    上傳時間: 2016-10-16

    上傳用戶:pinksun9

  • 很好的VB課件

    很好的VB課件,非常詳細,包括第1章Visual Basic概述第2章 語言基礎 第3章 Visual Basic程序結構 第4章 子過程(Sub、Function、Property和Event)第5章 常用控件與窗體 第6章 使用Windows API 第7章 通用對話框和剪貼板的應用 第8章 菜單的設計和MDI程序設計 第9章 文件操作 第10章 圖形基礎 第11章 程序調試和出錯處理 第12章鼠標事件和OLE拖放 第13章 Visual Basic和數據庫操作 第14章 Visual Basic與數據庫的擴展

    標簽:

    上傳時間: 2016-11-04

    上傳用戶:zycidjl

主站蜘蛛池模板: 高安市| 辽阳县| 股票| 阿城市| 黑龙江省| 邵阳县| 长治市| 平南县| 沁阳市| 西吉县| 丰县| 邵东县| 西林县| 白水县| 临夏县| 洱源县| 孝昌县| 滕州市| 台中市| 会宁县| 五峰| 错那县| 五峰| 丹东市| 阜新市| 泸水县| 子洲县| 措美县| 土默特右旗| 南丰县| 富平县| 班戈县| 江达县| 南漳县| 辉县市| 唐海县| 同仁县| 庄河市| 湄潭县| 绥芬河市| 武夷山市|