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

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

Release

  • 本原代碼集是對計算機圖形學的編程實踐

    本原代碼集是對計算機圖形學的編程實踐,包括畫直線、反走樣直線、畫圓、畫橢圓、畫矩形、畫多邊形、矩形填充、多邊形填充、3D變換、光照、貼圖等。出于簡化編程的考慮,許多地方指定了常數,未做通用處理。解壓縮后建立gui16目錄,在其下有原代碼和工程文件。在gui16下建立Release目錄,其下有一可執行文件及其所須的位圖及模型文件。如在Release目錄之外執行程序,必須復制所需位圖及模型文件。內含

    標簽: 代碼 計算機圖形學 編程 實踐

    上傳時間: 2015-03-19

    上傳用戶:wuyuying

  • The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b

    The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this Release, the GET request for WML pages and WMLScript files via HTTP works, including compilation for WML and WMLScript to binary forms. Only the data call bearer (UDP) is supported, not SMS.

    標簽: gateway implementing SMS keyword

    上傳時間: 2014-01-11

    上傳用戶:2525775

  • Eclipse是開放源代碼的項目

    Eclipse是開放源代碼的項目,你可以到www.eclipse.org去免費下載Eclipse的最新版本,一般Eclipse提供幾個下載版本:Release,Stable Build,Integration Build和Nightly Build,建議下載Release或Stable版本,筆者用的是Build20020125(Stable版本)。Eclipse本身是用Java語言編寫,但下載的壓縮包中并不包含Java運行環境,需要用戶自己另行安裝JRE,并且要在操作系統的環境變量中指明JRE中bin的路徑。安裝Eclipse的步驟非常簡單:只需將下載的壓縮包按原路徑直接解壓既可。

    標簽: Eclipse 開放源代碼 項目

    上傳時間: 2014-01-24

    上傳用戶:xiaohuanhuan

  • 二維圖像離散余弦變換:數字圖像處理常用例程

    二維圖像離散余弦變換:數字圖像處理常用例程,可執行文件在Release中,具體說明見Readme。

    標簽: 二維圖像 離散余弦 變換 數字圖像處理

    上傳時間: 2015-04-17

    上傳用戶:vodssv

  • 有關RTDX應用的例子。使用時請打開命令提示符窗口

    有關RTDX應用的例子。使用時請打開命令提示符窗口,再運行Release 目錄下的rtdxint.exe程序。此程序從COM接口指定的RTDX Channel讀取一個整數。

    標簽: RTDX 命令提示符 窗口

    上傳時間: 2013-12-25

    上傳用戶:kristycreasy

  • 分區式存儲管理源代碼 一、可變分區存儲管理的基本策略 1)不預先劃分幾個固定分區

    分區式存儲管理源代碼 一、可變分區存儲管理的基本策略 1)不預先劃分幾個固定分區,分區的建立是在作業的處理過程中進行的,各分區的大小由作業的空間需求量決定。 2)采用指針方式將各個空閑分區鏈接而成的鏈表,用以記錄主存分配現狀。 3)分配與回收算法按空閑分區鏈接方式的不同分類,有最佳、最壞、首次和下次適應四種算法。 二、程序模擬的設計 1、基本思想 采用事件驅動模型。事件有: 1)申請主存事件,表示一個作業創建時提出的主存資源要求; 2)釋放主存事件,表示一個作業結束時其占用主存被回收。 2、數據結構設計 ...... typedef struct Event_DataType{事件數據類型的定義intEventType事件的類型 申請ASK或釋放Release int OccurTime 事件發生的時間 char JobName 申請主存或被回收主存的作業名 int JobId 進入系統的作業在作業表中相應表項的編號 int SizeOfMemoryForAsk 作業申請占用主存的尺寸 int OccupyTimeOfMemoryForAsk 作業申請占用主存的時間長度 int WaitFlag 該事件是否等待過TRUE或FALSE

    標簽: 分區 存儲管理 源代碼

    上傳時間: 2014-12-20

    上傳用戶:cc1015285075

  • Software Testing, Second Edition provides practical insight into the world of software testing and q

    Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for Release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.

    標簽: practical Software provides software

    上傳時間: 2015-04-30

    上傳用戶:bjgaofei

  • 3GPP文件格式標準

    3GPP文件格式標準,英文版。 3rd Generation Partnership Project Technical Specification Group Services and System Aspects Transparent end-to-end packet switched streaming service (PSS) 3GPP file format (3GP) (Release 6)

    標簽: 3GPP 文件格式 標準

    上傳時間: 2013-12-10

    上傳用戶:Avoid98

  • 一個aes的加密解密的簡單的演示工程

    一個aes的加密解密的簡單的演示工程,現在還只能在debug模式下運行,Release模式正在調試。

    標簽: aes 加密 解密 工程

    上傳時間: 2013-12-28

    上傳用戶:ruixue198909

  • Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone

    Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a tic-tac-toe board for two players to play a typical tic-tac-toe game on a Java mobile phone.

    標簽: Java interactive graphical interface

    上傳時間: 2014-01-22

    上傳用戶:xuanjie

主站蜘蛛池模板: 文山县| 五大连池市| 靖西县| 若尔盖县| 铜陵市| 白水县| 夏邑县| 红原县| 东丽区| 泰宁县| 化州市| 湖州市| 东至县| 江川县| 平昌县| 若羌县| 阿瓦提县| 新乡县| 潮州市| 阜城县| 山阳县| 疏附县| 响水县| 绿春县| 西宁市| 专栏| 九江县| 泽州县| 平乐县| 彭泽县| 夹江县| 黑水县| 香港| 芜湖县| 池州市| 陆良县| 镇远县| 沈丘县| 平和县| 曲周县| 苏尼特左旗|