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

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

開發<b>周期</b>

  • 一個很好用的條碼打印程序

    一個很好用的條碼打印程序,適用VB愛好者或開發條碼打印程序的人員下載

    標簽: 打印 程序

    上傳時間: 2015-11-27

    上傳用戶:ikemada

  • 快速瞭解ECLIPSE 目錄 序言· 一.Eclipse 簡介 二.Eclipse 組織 三.Eclipse 相關術語 四.Eclipse 平臺 五.EMF & GEF 介紹 六.關於

    快速瞭解ECLIPSE 目錄 序言· 一.Eclipse 簡介 二.Eclipse 組織 三.Eclipse 相關術語 四.Eclipse 平臺 五.EMF & GEF 介紹 六.關於Eclipse、SWT 和JFace 一個SWT 應用程式的基礎材料 基本控制項 標籤 文件 按鈕 事件監聽器 複合控制項 Shell 佈局管理器 FillLayout GridLayout GridData 15 建立一個執行程式 為什麼使用SWT 七.OSGI 簡介 Eclipse 資源 附錄1 SWT 的內幕? 附錄2 相關網站 附錄3 外掛開發

    標簽: Eclipse ECLIPSE EMF GEF

    上傳時間: 2015-11-30

    上傳用戶:cc1

  • 這是遠端桌面使用java版本

    這是遠端桌面使用java版本,Server端為被遙控端,Client端為搖空別人那端,還可以傳檔案利用roottree的方式列表出來,算是開發中的程式,有興趣的人可以修改的更好。

    標簽: java 版本

    上傳時間: 2013-12-22

    上傳用戶:gyq

  • LCS Algorithm以c#來實作

    LCS Algorithm以c#來實作,對於在學習algorithm的人們可以用這個程式來demo看看,是以VS2005開發。

    標簽: Algorithm LCS

    上傳時間: 2013-12-18

    上傳用戶:fxf126@126.com

  • 這是在wince上的小畫家程式

    這是在wince上的小畫家程式,實際load在xscale版子上過,讓我們了解GDI+繪圖在WINCE上,可以用RGB調色盤、直線曲線橢圓等功能,對於WINCE開發繪圖上算是基礎工具。

    標簽: wince 程式

    上傳時間: 2016-01-05

    上傳用戶:ANRAN

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • 《實戰C++ — 八個別具特色的實作經驗》與目前市面㆖ 眾多C++ 書籍的最大不同

    《實戰C++ — 八個別具特色的實作經驗》與目前市面㆖ 眾多C++ 書籍的最大不同,在於 本書既非基礎觀念之教㈻ 書籍,亦非開發工具之使用手冊,而是以「㆒ 章㆒ 專案」的方式, 從實際應用面引領讀者領略C++。 本書是《The Art of C++》的㆗ 文譯本。原作者Herbert Schildt 是㆒ 位㈻ ㈲ 專精、著作等身的 IT 技術作家,其作品普遍獲得良好評價。

    標簽: 12694

    上傳時間: 2016-02-08

    上傳用戶:894898248

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 本書分為上篇、中篇和下篇三個部分

    本書分為上篇、中篇和下篇三個部分,上篇為Windows CE結構分析,中篇為Windows CE情景分析,下篇為實驗手冊。每一篇又劃分為若 干章。上篇包含有引言,Windows CE體系結構,處理 器排程,儲存管理 ,檔案系統和設備管理 等六 章。中篇包含有系統初始化,處理 器排程過程,分頁處理 ,檔案處理 和驅動器載入等五章。下篇包含有Windows CE應用程式開發,Windows CE系統開發,評測與總結以及實習等四章。 上篇的重點在於分析Windows CE kernel的結構以及工作原理 。這個部分是掌握Windows CE作業系統的基礎。 中篇重點在於分析Windows CE kernel的實際運行 過程。如果說 上篇是從靜態的角度 分析Windows CE kernel,那麼中篇則是試圖從動態的角度 給讀 者一個有關Windows CE kernel的描述。希望讀 者能夠通過對中篇的閱讀 理 解,在頭腦中形成有關Windows CE kernel的多方位的運作情景。 下篇著重於有關Windows CE的應用。對理 論 的掌握最終要應用到實務中。

    標簽:

    上傳時間: 2013-12-23

    上傳用戶:FreeSky

  • 關於USB鼠標

    關於USB鼠標,使用PDIUSBD12開發USB鼠標。 內有源碼,C語言開發。

    標簽: USB

    上傳時間: 2016-03-23

    上傳用戶:daoxiang126

主站蜘蛛池模板: 鄂伦春自治旗| 徐州市| 澳门| 锦州市| 和龙市| 梅州市| 兴义市| 宿松县| 余江县| 尼木县| 浮山县| 溆浦县| 涞水县| 舟曲县| 凤城市| 孝义市| 汪清县| 石城县| 余庆县| 聂拉木县| 瑞金市| 抚州市| 田林县| 鸡东县| 怀来县| 锡林郭勒盟| 都安| 遂川县| 格尔木市| 嘉黎县| 凉城县| 三亚市| 犍为县| 达尔| 措美县| 麦盖提县| 沙湾县| 鄢陵县| 读书| 南川市| 罗田县|