adhoc in c & c++ it hepls finding the shortest path among adhoc network . it provides advance protocols to find distence vector
資源簡(jiǎn)介:adhoc in c & c++ it hepls finding the shortest path among adhoc network . it provides advance protocols to find distence vector
上傳時(shí)間: 2013-12-14
上傳用戶(hù):rocketrevenge
資源簡(jiǎn)介:Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
上傳時(shí)間: 2017-04-12
上傳用戶(hù):123456wh
資源簡(jiǎn)介:Dijkstra by C is so great for solving algorithm find the shortest path with weigth!
上傳時(shí)間: 2013-12-09
上傳用戶(hù):tedo811
資源簡(jiǎn)介:In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen...
上傳時(shí)間: 2014-10-25
上傳用戶(hù):1159797854
資源簡(jiǎn)介:This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
上傳時(shí)間: 2013-12-23
上傳用戶(hù):ynzfm
資源簡(jiǎn)介:this process is about how to get the shortest path, this process write by VC++.
上傳時(shí)間: 2014-01-07
上傳用戶(hù):上善若水
資源簡(jiǎn)介:calculates the shortest path and distance between two nodes on a map
上傳時(shí)間: 2014-06-14
上傳用戶(hù):372825274
資源簡(jiǎn)介:Dijkstra for the shortest path algorithm
上傳時(shí)間: 2013-12-23
上傳用戶(hù):13188549192
資源簡(jiǎn)介:This will calculate the shortest path of a graph
上傳時(shí)間: 2017-03-11
上傳用戶(hù):nanshan
資源簡(jiǎn)介:最短路徑方法The shortest path method
上傳時(shí)間: 2013-12-15
上傳用戶(hù):米卡
資源簡(jiǎn)介:OpenCV1.0 + C++Builder6 example of finding coners programm. Highlites coners it found in frame.
上傳時(shí)間: 2017-08-28
上傳用戶(hù):bakdesec
資源簡(jiǎn)介:Memory allocation in C Dynamic memory allocation and the structures that implement it in C are so universal that they re sometimes treated as a black box. In the real world of embedded systems, that may not be desirable or even possible.
上傳時(shí)間: 2017-09-05
上傳用戶(hù):阿四AIR
資源簡(jiǎn)介:About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Cha...
上傳時(shí)間: 2013-12-11
上傳用戶(hù):LouieWu
資源簡(jiǎn)介:μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the ap...
上傳時(shí)間: 2013-12-02
上傳用戶(hù):jkhjkh1982
資源簡(jiǎn)介:The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT structures. You must take the endian into considerat...
上傳時(shí)間: 2014-01-12
上傳用戶(hù):cccole0605
資源簡(jiǎn)介:This book has existed (in one form or another) since the first edition of C# and the .NET Platform was published in conjunction with the release of .NET 1.0 Beta 2, circa the summer of 2001. Since that point, I have been extremely happy a...
上傳時(shí)間: 2017-09-07
上傳用戶(hù):youmo81
資源簡(jiǎn)介:The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
上傳時(shí)間: 2015-04-03
上傳用戶(hù):ywqaxiwang
資源簡(jiǎn)介:The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest.
上傳時(shí)間: 2014-11-04
上傳用戶(hù):二驅(qū)蚊器
資源簡(jiǎn)介:The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest.
上傳時(shí)間: 2013-12-18
上傳用戶(hù):417313137
資源簡(jiǎn)介:The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations.
上傳時(shí)間: 2015-07-05
上傳用戶(hù):youmo81
資源簡(jiǎn)介:practice c++, it is from the book http://www.amazon.com/Schaums-Outline-Programming-John-Hubbard
上傳時(shí)間: 2014-06-02
上傳用戶(hù):watch100
資源簡(jiǎn)介:This C/C++ code example demonstrates porting standard C software to the S60 platform. In this example, an open source FTP library (ftplib and qftp) written in C has been ported to Open C. In addition, a simple UI has been written in Sym...
上傳時(shí)間: 2014-10-25
上傳用戶(hù):cc1
資源簡(jiǎn)介:Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and...
上傳時(shí)間: 2014-01-03
上傳用戶(hù):it男一枚
資源簡(jiǎn)介:The C++ In-Depth c++方面的名著 就不多介紹了
上傳時(shí)間: 2016-07-07
上傳用戶(hù):xfbs821
資源簡(jiǎn)介:The source code of Travelling Salesman Problem. Implement in Visual C++.
上傳時(shí)間: 2016-08-13
上傳用戶(hù):zq70996813
資源簡(jiǎn)介:Vc++入門(mén)的捷徑 一些c++的小問(wèn)題 以及代碼大全 maybe something about the difficulty in studying C
上傳時(shí)間: 2016-10-11
上傳用戶(hù):fxf126@126.com
資源簡(jiǎn)介:The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstati...
上傳時(shí)間: 2014-01-22
上傳用戶(hù):Breathe0125
資源簡(jiǎn)介:GTKores is a simple color picking tool, written in GTK+/C, and runs under Linux/X11. It makes easier tasks where you need hex color values, such writing CSS and HTML pages.
上傳時(shí)間: 2014-08-19
上傳用戶(hù):123啊
資源簡(jiǎn)介:Search Phone number example is for search the phone number from contact books in symbian c++
上傳時(shí)間: 2013-12-23
上傳用戶(hù):chongcongying
資源簡(jiǎn)介:Explaining how to retrive the caller number from the incoming call in symbian c++
上傳時(shí)間: 2014-01-01
上傳用戶(hù):lanjisu111