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

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

LINE

  • abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample

    abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest LINE, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.

    標(biāo)簽: MapObjects Requires Redlands redlands

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

    上傳用戶:sunjet

  • 數(shù)字運(yùn)算

    數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each LINE of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a LINE consisting of 0 alone. Output For each case, print "yes" on a LINE if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標(biāo)簽: 數(shù)字 運(yùn)算

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

    上傳用戶:daguda

  • 2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input

    2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each LINE, the value of n. Output If the minimum x exists, print a LINE with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1

    標(biāo)簽: mod satisfies minimum number

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

    上傳用戶:qlpqlq

  • XMathLib是一個(gè)通用的3D圖形數(shù)學(xué)庫。 其中包含兩個(gè)部分: XMathLib和XGeomLib。分別處理數(shù)學(xué)和幾何運(yùn)算。 數(shù)學(xué)部分包含向量、矩陣、四元數(shù)的運(yùn)算。以及其它的運(yùn)算。 幾何部分

    XMathLib是一個(gè)通用的3D圖形數(shù)學(xué)庫。 其中包含兩個(gè)部分: XMathLib和XGeomLib。分別處理數(shù)學(xué)和幾何運(yùn)算。 數(shù)學(xué)部分包含向量、矩陣、四元數(shù)的運(yùn)算。以及其它的運(yùn)算。 幾何部分包含Box Frustum AABB OBB Ray LINE LINE-Segment Plan Triangle等的運(yùn)算。

    標(biāo)簽: XMathLib XGeomLib 運(yùn)算

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

    上傳用戶:hfmm633

  • 首先定義一個(gè)點(diǎn)類Point

    首先定義一個(gè)點(diǎn)類Point,其私有成員為其坐標(biāo)X,Y。設(shè)計(jì)構(gòu)造函數(shù),拷貝構(gòu)造函數(shù),析構(gòu)函數(shù)(可以什么都不做,只打印信息,表示其被調(diào)用),設(shè)置新值函數(shù)Set, 打印成員值函數(shù)Print。再定義一個(gè)線類LINE,線類是在公有繼承點(diǎn)類的基礎(chǔ)上,新增私有成員斜率S,并設(shè)計(jì)構(gòu)造函數(shù),拷貝構(gòu)造函數(shù),析構(gòu)函數(shù)(可以什么都不做,只打印信息,表示其被調(diào)用),設(shè)置新值函數(shù)Set, 打印成員值函數(shù)Print以及其它你認(rèn)為對訪問此LINE類對象有用的成員函數(shù)。并用此LINE類定義對象,調(diào)用所有成員函數(shù)。尤其是考察構(gòu)造函數(shù)的調(diào)用順序。

    標(biāo)簽: Point 定義

    上傳時(shí)間: 2015-07-07

    上傳用戶:xfbs821

  • 關(guān)于 uC/OS-II 在 LPC210X 上移植的說明 1. 全部代碼在 ADS1.2 中編譯調(diào)試. 2. 您可以更改 RO BASE 為 0x0000 0000, 這樣可以將代碼寫入 fla

    關(guān)于 uC/OS-II 在 LPC210X 上移植的說明 1. 全部代碼在 ADS1.2 中編譯調(diào)試. 2. 您可以更改 RO BASE 為 0x0000 0000, 這樣可以將代碼寫入 flash 中運(yùn)行. 5. 全部代碼采用 ARM 指令. 6. uC/OS-II 版本為 V2.52. 7. 當(dāng)您暫停程序的時(shí)候, 如果定時(shí)器開著, 那么定時(shí)器并不會(huì)暫停,需要注意 8. Vectors.S 文件中的 startup 段為程序入口. 9. 編譯時(shí)下面的警告不必理會(huì). Warning : C2871W: static OS_InitTaskStat declared but not used OS_CORE.C LINE 1108 10. 如果您想通過軟件仿真,請將 PLL.C 中的第 51 行屏蔽, 怎樣就可以看到任務(wù)逐個(gè)切換,最后將進(jìn)入空閑任務(wù). 11. 此次移植將許多 uC/OS-II 的功能函數(shù)都關(guān)閉了,請查看 OS_CFG.H 文件.

    標(biāo)簽: 0x0000 OS-II 0000 210X

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

    上傳用戶:Divine

  • 這是一個(gè)移植到vc上的小型ucGUI

    這是一個(gè)移植到vc上的小型ucGUI,有助于容易理解GUI的實(shí)現(xiàn)和移植到嵌入式系統(tǒng)上,其中包括了Font,Widget,Window,Graphs(circle,LINE,poly,arc),LCDDriver,MemDev等。

    標(biāo)簽: ucGUI 移植

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

    上傳用戶:wangyi39

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first LINE of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second LINE of input file shoud be an integer m indicate the number of connections for the map. Following m LINEs describe the map, each LINE represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following LINE contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h LINEs is in the form: city dist which means the straight-LINE distance from the city to B is dist.

    標(biāo)簽: Implemented following compile command

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

    上傳用戶:lhc9102

  • Predefined Style options define the style by setting several other options. If other options are als

    Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command LINE is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command LINE specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command LINE is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp

    標(biāo)簽: options other Predefined setting

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

    上傳用戶:zhangliming420

  • AutoSummary contains the JWords Java Interface for WordNet, and you will need to edit the JWords con

    AutoSummary contains the JWords Java Interface for WordNet, and you will need to edit the JWords configuration file to provide a path to the WordNet command LINE interface.

    標(biāo)簽: JWords AutoSummary Interface the

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

    上傳用戶:lmeeworm

主站蜘蛛池模板: 黔西县| 河北区| 太保市| 宁明县| 邵东县| 汶上县| 赤城县| 乐平市| 甘泉县| 重庆市| 屏东县| 福海县| 江门市| 兴仁县| 凌源市| 离岛区| 竹北市| 崇仁县| 宁津县| 乳源| 商水县| 敦化市| 临海市| 绥棱县| 揭阳市| 鹤壁市| 江永县| 西贡区| 万盛区| 根河市| 女性| 凤山县| 突泉县| 许昌市| 九江市| 柞水县| 汪清县| 浦东新区| 正镶白旗| 嘉禾县| 洞头县|