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

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

skip-list

  • Visual.C++編程技巧精選500例隨書附盤 第1章 消息框 1.消息框設置演示 第2章 常用控件 13.如何使用picturebox 控件瀏覽多種格式的圖像? 12.如何使list

    Visual.C++編程技巧精選500例隨書附盤 第1章 消息框 1.消息框設置演示 第2章 常用控件 13.如何使用picturebox 控件瀏覽多種格式的圖像? 12.如何使listcontrol控件支持整欄選擇? 11.如何在列表框中自動裝載磁盤文件列表? 10.如何顯示載有richedit 控件的對話框? 9.如何限制編輯控件輸入的字符類型? 8.如何在程序窗口中創建按鈕控件? 7.按鈕設置演示 6.如何使用滾動條控件? 5.如何使用進度條控件? 4.如何使用列表控件? 3.如何使用樹形控件? 2.如何使用標簽控件? 1.如何使用滑塊控件? 第3章 通用對話框 8.如何在程序啟動時彈出文件打開對話框? 7.如何在文件對話框中預覽位圖文件? 6.文件對話框文件夾操作演示 5.文件對話框使用演示 4.如何使用查找與替換對話框? 3.如何使用頁面設置對話框? 2.如何使用顏色對話框? 1.如何使用字體對話框? 第4章 標題欄與菜單欄 26.如何在子菜單中記錄歷史文件? 25.如何確定頂層菜單所占的行數? 24.如何取消對菜單狀態的限制? 23.如何取消應用程序菜單欄? 22.如何獲取菜單欄高度? 21.如何在對話框類型的應用程序中加載菜單? 20.如何設計自定義快捷菜單? 19.如何創建一個彈出式菜單? 18.如何觸發一個菜

    標簽: picturebox Visual list 500

    上傳時間: 2015-07-14

    上傳用戶:xz85592677

  • Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY

    Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"

    標簽: International Copyright Borland S_IREAD

    上傳時間: 2013-12-26

    上傳用戶:llandlu

  • #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key

    #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" #define MSGLOMEM "Not enough memory to allocate cell."

    標簽: define Demonstration MSGKEYPRESS MSGHEADER

    上傳時間: 2015-07-22

    上傳用戶:xinzhch

  • PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)

    PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly

    標簽: PIECEWISE_EVAL breakpoints evaluates piecewise

    上傳時間: 2014-01-25

    上傳用戶:xyipie

  • 開發工具:iar for c51 主要IC:tusb2136(ti)(8052內核) 主要應用:PC外接usb鍵盤

    開發工具:iar for c51 主要IC:tusb2136(ti)(8052內核) 主要應用:PC外接usb鍵盤,智能手機/PDA外接usb鍵盤 備注:使用keil開發工具編譯時需要將地址分配固定,對照firmware/release/list下map文件修改源碼

    標簽: 2136 8052 tusb iar

    上傳時間: 2015-08-13

    上傳用戶:TF2015

  • * DEFINITION * This is the header file for a library module used to calculate the median * of a

    * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can be used as a filtering * tool for rejecting noisy data.

    標簽: DEFINITION calculate the library

    上傳時間: 2015-09-07

    上傳用戶:refent

  • some csh scripts, for example, you can find the best machine with light loading, you can find a spec

    some csh scripts, for example, you can find the best machine with light loading, you can find a special process on a list of server.

    標簽: find can you scripts

    上傳時間: 2015-09-08

    上傳用戶:ve3344

  • 由delphi實現的bt下載器示例程序

    由delphi實現的bt下載器示例程序,帶全部源碼和BT協議 包中文件說明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一個簡單的bt下載器,支持多個.torrent文件同時下載 btutils.pas -- 核心bt組件 DCP*.pas -- SHA算法源碼(復制自DEC組件包) InetUtils.pas -- 提供Internet下載的函數庫 SimpleSocks.pas -- socket組件(TCP) SortLists.pas -- 排序的List組件 ThreadTimer.pas -- 定時器與線程池 DelayLists.pas -- 一個延時5秒再釋放Object的隊列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer內部使用 Bit Torrent Specification.htm -- BT協議文檔

    標簽: delphi 下載器 程序

    上傳時間: 2015-09-10

    上傳用戶:lizhen9880

  • C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C+

    C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.

    標簽: interfaces Standard provides Library

    上傳時間: 2014-03-01

    上傳用戶:lizhizheng88

  • 人臉檢測的C/C++源代碼

    人臉檢測的C/C++源代碼,曾發表于 OPENCV 的 MAILING LIST,主要是對OPENCV 3.1 版本發布的代碼做了一些速度上的優化,并且解決了內存泄漏的問題。這個程序所使用的 Paul Viola 提出(該論文“Rapid Object Detection using a Boosted Cascade of Simple Features”發表在 CVPR 01)的 Ada Boosted Cascade 算法可以說是目前最好最快的目標檢測算法。

    標簽: 人臉檢測 源代碼

    上傳時間: 2014-01-11

    上傳用戶:日光微瀾

主站蜘蛛池模板: 太康县| 靖边县| 大方县| 叶城县| 武城县| 泰来县| 蒲城县| 清水河县| 彝良县| 龙陵县| 淳安县| 嘉禾县| 永定县| 朝阳县| 西城区| 云霄县| 弥勒县| 稷山县| 印江| 林甸县| 阳朔县| 呼伦贝尔市| 孝义市| 婺源县| 大足县| 宣恩县| 嘉黎县| 柳州市| 明溪县| 崇仁县| 富裕县| 文昌市| 隆子县| 沙洋县| 莱西市| 米泉市| 全椒县| 博客| 夏津县| 大悟县| 即墨市|