S3CEV40\DHCP_Test\Main.c dhcp的網絡服務
標簽: DHCP_TestMain dhcp CEV 40
上傳時間: 2017-01-12
上傳用戶:杜瑩12345
分別用floyd 和dijkstra算法計算城市間最短路徑的簡單例子,地圖由固定格式的文件輸入,參考壓縮包中的sample.txt,地圖文件名要作為Main參數
上傳時間: 2017-01-22
上傳用戶:電子世界
This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two Main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.
標簽: MicrosoftWindows the explains drivers
上傳時間: 2014-01-04
上傳用戶:dongqiangqiang
常用的一些頭文件的匯總,很好用,編程時在Main文件中寫上#include"C1.H"。
標簽: 頭文件
上傳時間: 2013-12-29
上傳用戶:1101055045
設計一個表示直角坐標系上點的位置的Location類,計算兩個坐標系上點對象A和B之間的距離。要求用成員函數Distance()求距離。在Main()中,分別用對象、指針、引用三種方法定義和使用對象A和B。
上傳時間: 2017-02-10
上傳用戶:zhaoq123
單片機一次性擴展5個串口,沒有使用限制,最高可達12000速率,夠牛的吧?整套源代碼,包括Main.C以及各個.H頭文件,可直接使用甚至無需編譯。
上傳時間: 2017-02-14
上傳用戶:it男一枚
The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontroller. It is not, and is not intended as, a high fidelity circuit simulation. This package includes the following files. Note that the license agreement is stated in the Main VHDL file, PICCPU.VHD and common questions are answered in the file SYNTHPIC.TXT Files: README.TXT This file.. SYNTHPIC.TXT Questions and Answers PICCPU.VHD Main processor VHDL file PICALU.VHD ALU for the PICCPU PICREGS.VHD Data memory PICROM.VHD Program memory (created by HEX2VHDL utility) PICTEST.VHD Simple test bench I used to do testing (optional) PICTEST.CMD My Viewlogic ViewSim command file (again, optional) TEST1.ASM First program I assembled and ran on it. TEST2.ASM Another test program.. TEST3.ASM Yet another.. TEST4.ASM Yet another.. TEST5.ASM Yet another.. TEST6.ASM Yet another.. HEX2VHDL.CPP Utility for converting
標簽: synthesizable microcontro Synthetic PIC
上傳時間: 2013-12-22
上傳用戶:妄想演繹師
The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s Main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source code. The program can compile the file using for this purpose the Microsoft VC compiler. Most effectively the editor can be used with a file search utility. The search utility Search&Edit or IDE Helper is available for download on developer s WEB site (http://www.easydevtools.com/dwnl_frame.htm).
標簽: editor highlighting programmers The
上傳時間: 2013-12-09
上傳用戶:x4587
JAVA源代碼105例 源代碼使用說明 全部代碼全部在JDK中調試成功,因此一般可在其他開發工具中使用。 注意有些實例只提供了部分模塊,因此運行時需要添加其他代碼。 光盤中的.java文件可以用任何文本編輯器打開。如果要執行,則使用如下方法: 使用jdk: 編譯所有文件,然后僅執行一次有Main的文件。 使用jb: 若已有一個空工程存在,則將所需文件添加到工程(jb9版本)中,然后按F9鍵。 若無空工程存在,則新建一個,將所需文件添加到工程后按F9鍵。
上傳時間: 2014-12-03
上傳用戶:zhyiroy
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The Main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
標簽: XYDataArray template article posted
上傳時間: 2017-03-03
上傳用戶:問題問題