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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

acm-online

  • CCS3.3_使用手冊(cè)_英文版.rar

    To get started with Code Composer Studio? (CCStudio) Development Tools, review the first two sections of this book. The remaining sections contain more detailed information on specific processes and tools. To determine whether you can utilize these features, see the online help provided with the Code Composer Studio installation.

    標(biāo)簽: CCS 3.3 使用手冊(cè)

    上傳時(shí)間: 2013-07-24

    上傳用戶(hù):zaizaibang

  • 大量常用優(yōu)秀程序源代碼和說(shuō)明

    單片機(jī)方面大量常用優(yōu)秀源代碼和說(shuō)明 ACM-12864漢字液晶顯示驅(qū)動(dòng)程序 Ad_da轉(zhuǎn)換 ADC0809 adc2051 AD轉(zhuǎn)換類(lèi) C51_table DES算法演示 I2c總線 IIC LED顯示 編程規(guī)范與范例 步進(jìn)電機(jī) 查表 串行通信 打印 代碼運(yùn)算類(lèi) 代碼轉(zhuǎn)換 單片機(jī)經(jīng)驗(yàn)談 單片機(jī)直接驅(qū)動(dòng)液晶顯示 電機(jī)pwm控制 電機(jī)控制 定浮點(diǎn)子程序庫(kù) 定時(shí)與中斷 二進(jìn)制數(shù)運(yùn)算 匯編與c的銜接 鍵盤(pán)掃描程序 鍵盤(pán)與顯示 交通燈 抗干擾 濾波 排序 排序類(lèi) 頻率計(jì) 軟件工程 實(shí)用子程序 數(shù)字多用表 數(shù)字頻率計(jì) 通訊 顯示子程序 延時(shí) 移位除 音樂(lè) 應(yīng)用類(lèi) 源程序 在線下載器源程序 中斷應(yīng)用 自動(dòng)往返小汽車(chē) 51單片機(jī)子程序.exe AT90S8515打鈴程序.

    標(biāo)簽: 程序 源代碼

    上傳時(shí)間: 2013-04-24

    上傳用戶(hù):sdq_123

  • 算法導(dǎo)論(Introduction to Algorithms)

    ·MIT計(jì)算機(jī)系的經(jīng)典算法教材。作者Rivest剛剛獲得今年的ACM Turing Award,牛!本書(shū)內(nèi)容全面,語(yǔ)言通俗,很適合大家入門(mén)。這里給出第2版的英文版。

    標(biāo)簽: nbsp Introduction Algorithms to

    上傳時(shí)間: 2013-07-09

    上傳用戶(hù):李夢(mèng)晗

  • Mantis an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQ

    Mantis an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQL and a web server. It is simpler than Bugzilla and easily editable. Check out the online Demo.

    標(biāo)簽: deployable bugtracker requires tracking

    上傳時(shí)間: 2014-01-25

    上傳用戶(hù):小寶愛(ài)考拉

  • Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

    Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.

    標(biāo)簽: introduce Overview Borland Builder

    上傳時(shí)間: 2014-01-04

    上傳用戶(hù):小鵬

  • 圖論算法庫(kù) C++ 語(yǔ)言實(shí)現(xiàn) 代碼內(nèi)容 圖論算法庫(kù)

    圖論算法庫(kù) C++ 語(yǔ)言實(shí)現(xiàn) 代碼內(nèi)容 圖論算法庫(kù),包括以下算法: 單源最短路徑 Dijkstra 算法 單源最短路徑 Bellman-Ford 算法 最小生成樹(shù) Prim 算法 每對(duì)節(jié)點(diǎn)間最短路徑 Flod-Warshall 算法 語(yǔ)言 C++ 編譯平臺(tái) VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 備注 程序用C++語(yǔ)言編寫(xiě),在VisualAge C++ 4.0下調(diào)試通過(guò)。壓縮包內(nèi)的Graph.h文件包含所有的庫(kù)函數(shù),其調(diào)用接口見(jiàn)程序內(nèi)注釋。其他的文件是用來(lái)測(cè)試算法的測(cè)試程序,在VisualAge C++ 4.0下編譯運(yùn)行。 該算法是我為參加ACM/ICPC競(jìng)賽而準(zhǔn)備的資料,由于競(jìng)賽的對(duì)編程速度要求較高,所以為了將代碼寫(xiě)的短一點(diǎn),為了便于調(diào)試,代碼的寫(xiě)的并不是最優(yōu)的。 雖然該代碼在VisualAge C++ 4.0下寫(xiě)成,但是很容易將其移植到MS Visual C++上。

    標(biāo)簽: 圖論 算法庫(kù) 代碼 語(yǔ)言

    上傳時(shí)間: 2013-12-21

    上傳用戶(hù):lyy1234

  • 一個(gè)算法,深度搜索

    一個(gè)算法,深度搜索,ACM/ICPC比賽試題,難度中等

    標(biāo)簽: 算法 搜索

    上傳時(shí)間: 2015-05-20

    上傳用戶(hù):zl5712176

  • 解決時(shí)鐘問(wèn)題

    解決時(shí)鐘問(wèn)題,acm競(jìng)賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.

    標(biāo)簽: 時(shí)鐘

    上傳時(shí)間: 2015-05-21

    上傳用戶(hù):rishian

  • KoLmafia is a cross-platform desktop tool, written in Java (J2SE 1.4 compliant), which interfaces wi

    KoLmafia is a cross-platform desktop tool, written in Java (J2SE 1.4 compliant), which interfaces with the online adventure game

    標(biāo)簽: cross-platform interfaces compliant KoLmafia

    上傳時(shí)間: 2015-06-10

    上傳用戶(hù):coeus

  • Copyright Copyright © 2004 O Reilly Media, Inc. Printed in the United States of America.

    Copyright Copyright © 2004 O Reilly Media, Inc. Printed in the United States of America. Published by O Reilly MediaInc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O Reilly & Associates books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or corporate@oreilly.com. Nutshell Handbook, the Nutshell Handbook logo, and the O Reilly logo are registered trademarks of O Reilly Media, Inc The Cookbook series designations, Java Servlet and JSP Cookbook, the image of a fennec fox, and related trade dress are trademarks of O Reilly & Associates, Inc. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States

    標(biāo)簽: Copyright America Printed Reilly

    上傳時(shí)間: 2014-08-20

    上傳用戶(hù):lps11188

主站蜘蛛池模板: 绩溪县| 旺苍县| 滦南县| 广平县| 上思县| 沙河市| 昌平区| 贵州省| 特克斯县| 江西省| 临颍县| 宁晋县| 齐齐哈尔市| 朝阳区| 曲周县| 山阴县| 南丰县| 外汇| 黑龙江省| 双峰县| 莆田市| 富源县| 理塘县| 吴忠市| 邹平县| 呼图壁县| 德阳市| 商水县| 建德市| 新晃| 庆安县| 阿巴嘎旗| 陈巴尔虎旗| 项城市| 广饶县| 天峻县| 巩义市| 那曲县| 博白县| 阿拉善盟| 易门县|