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

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

t-snake

  • This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the

    This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new algorithms. IMPORTANT! Now transparency information is used to display images.

    標簽: version documentation intended rewrite

    上傳時間: 2015-06-28

    上傳用戶:qiao8960

  • HMM(Hidden Markov Model)

    HMM(Hidden Markov Model),狀態數目N=3,觀察符號數目M=2,時間長度T=3。 (a) Probability Evaluation: 給定狀態轉換機率A、狀態符號觀察機率B、和起始機率 ,求觀察序列 出現的機率。 (b) Optimal State Sequence: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求一個狀態序列 使得O出現的機率最大。 (c) Parameter Estimation: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求新的A、B、 ,使得O出現的機率最大。

    標簽: Hidden Markov Model HMM

    上傳時間: 2014-08-28

    上傳用戶:heart520beat

  • < 圖形圖像編程精粹>>,介紹了圖形圖像編程中的一些高級知識,包括2D Geometry,2D Rendering, Image Processing, Frame Buffer T

    < 圖形圖像編程精粹>>,介紹了圖形圖像編程中的一些高級知識,包括2D Geometry,2D Rendering, Image Processing, Frame Buffer Technical, 3D Geometry, 3D Redering, Ray Tracing 等由2D到3D逐漸過渡講解,是一本不錯的書(英文版),希望對大家有所幫助。

    標簽: Processing Rendering Geometry Buffer

    上傳時間: 2013-12-27

    上傳用戶:R50974

  • Web Conferencing system allow you to conduct the web conference around the globe. The system allow t

    Web Conferencing system allow you to conduct the web conference around the globe. The system allow to share the desktop , application, dashboard, voice chatting and video conferencing.

    標簽: system allow Conferencing conference

    上傳時間: 2015-07-04

    上傳用戶:李夢晗

  • 問題描述: 一杯沸水冷卻

    問題描述: 一杯沸水冷卻,圓柱體模型,底面半徑0.05m,高0.1m,周圍溫度20度,初始水溫100度 方程是四維輸運方程(常數a^2=k/(c*p),k是熱傳導系數0.6006焦/(米*秒*度)) 初始條件:t=0時水等于100度 邊界條件:1.上下壁都是自由冷卻,第三類邊界條件,周圍溫度保持在20度(H=k/h,h取1) 2.杯壁絕熱,第二類邊界條件 圖形顯示格式,取過圓柱軸的截面溫度變化將其做成動畫.

    標簽: 冷卻

    上傳時間: 2014-01-22

    上傳用戶:黑漆漆

  • 利用FaxModem通過串口或TAPI接口直接發送和接收傳真 一套非常不錯的傳真庫(穩定

    利用FaxModem通過串口或TAPI接口直接發送和接收傳真 一套非常不錯的傳真庫(穩定,高速),幾乎支持所有的FaxModem,出自Symantec公司 Winfax 中國作者之手。 一 .Some of the standard features: 1.Comes with Class1, Class1.0, Class2 and Class 2.0 Fax Drivers 2.Class 1 ECM error correction . 3.Supports CCITT T.30 Specifications . 4.TAPI Support with sample code 5.Caller ID 6.Group 4 Faxing 7.Remote Fax Retrieval with password protection 二 .Function declare Reference: include\SmarFaxh.h

    標簽: FaxModem TAPI 傳真 串口

    上傳時間: 2013-12-23

    上傳用戶:xiaoyunyun

  • 提供了一種簡單的單向“進程間通信”(interprocess communication, I P C)機制。這個機制的名字非常古怪

    提供了一種簡單的單向“進程間通信”(interprocess communication, I P C)機制。這個機制的名字非常古怪,叫作“郵槽”(M a i l s l o t)。用最簡單的話來說,通過 郵槽,客戶機進程可將消息傳送或廣播給一個或多個服務器進程。

    標簽: communication interprocess 機制 進程間通信

    上傳時間: 2014-01-26

    上傳用戶:二驅蚊器

  • 利用“原始套接字”(Raw Socket)

    利用“原始套接字”(Raw Socket),我們可訪問位于基層的傳輸協議。本章專門講解如 何運用這種原始套接字,來模擬I P的一些實用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可對I P頭信息進行實際的操作。本章只關心I P協議;至于如何針對其他協議使 用原始套接字,我們不打算提及。而且,大多數協議(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW這個套接字類型來創建的,而且目前只有Wi n s o c k 2提供了對它的支持。因此,無論Microsoft Windows CE 還是老版本的Windows 95 (無 Winsock 2升級)均不能利用原始套接字的能力。

    標簽: Socket Raw 套接

    上傳時間: 2015-07-08

    上傳用戶:時代電子小智

  • 本附錄介紹一些新的A P I函數

    本附錄介紹一些新的A P I函數,有了這些函數,便可在自己的計算機上對I P協議統計情況 進行查詢和管理。它們有助于獲得下面的能力: ■ I p c o n f i g . e x e(或適用于微軟Windows 95的Wi n i p c f g . e x e):顯示I P配置信息,允許釋放 和更新D H C P分配的I P地址。 ■ N e t s t a t . e x e:顯示T C P連接表、U D P監聽者表以及I P協議統計情況。 ■ R o u t e . e x e:顯示并處理網絡路由表。 ■ A r p . e x e:顯示并修改供“地址解析協議”(A R P)使用的I P到物理地址翻譯表。

    標簽: 函數

    上傳時間: 2014-01-12

    上傳用戶:569342831

  • This book is about the management of business processes. This is certainly not a new topic. Since t

    This book is about the management of business processes. This is certainly not a new topic. Since the beginning of the Industrial Revolution, it has been written about from every possible point of view—economic, sociological, psychological, accountancy, mechanical engineering and business administration. In this book, we examine the management of business processes from the perspective of computing, or—to put it more broadly—of information technology. The reason is that information technology has made huge leaps forward in recent years, resulting in the creation of completely new ways of organizing business processes. The development of generic software packages for managing business processes—so-called workflow management systems (WFMS)—is particularly important in this respect.

    標簽: This management certainly processes

    上傳時間: 2013-11-29

    上傳用戶:shus521

主站蜘蛛池模板: 定安县| 清流县| 武强县| 大悟县| 阿拉善盟| 承德市| 铜山县| 丰镇市| 泾川县| 托里县| 溆浦县| 新兴县| 昌邑市| 武平县| 瑞丽市| 含山县| 株洲市| 罗山县| 秦安县| 集贤县| 北流市| 改则县| 小金县| 平山县| 赤壁市| 吉安市| 北碚区| 顺昌县| 云梦县| 吉林省| 来凤县| 贺兰县| 永年县| 舟山市| 无为县| 陆良县| 莎车县| 广宁县| 永定县| 康平县| 中山市|