This programm is proxy server for ragnarok online game. Also it s can be use as bot. It control all traffic and can change packet anf genereate new. Also it s good example of injection dll and simple GUI on c++.
標簽: programm ragnarok control online
上傳時間: 2016-01-31
上傳用戶:fhzm5658
/*** *** *** *** *** *** *** *** *** *** *** *** * File: whyt1_lib.c * * Library for accessing WHYT1 devices. * The code accesses hardware using WinDriver s WDC library. * Code was generated by DriverWizard v9.01. *
標簽: accessing Library File whyt
上傳時間: 2013-12-12
上傳用戶:qiao8960
LCD320240.C 功能:定義了LCD320240(SED1335控制器)常用的操作功能函數,及顯示用表格 菜單模板,演示用靜態正弦函數顯示. 注意:波形顯示在第一層,網格坐標顯示在第二層,漢字菜單顯示? 設計:東南大學 魯芳 整理注釋: Minstar 05/08/21 N.S. 測試:Minstar 修改補充:Minstar
上傳時間: 2013-12-27
上傳用戶:firstbyte
說明 //LCD12864.C //適用范圍:128X64點陣黑白液晶屏,如:KS0108等 //注意事項:對液晶屏操作時,應先操作左屏完成后,再對右屏操作, // 如需要再回過來寫左屏應先清全屏,否則會花屏! //Design by Minstar@8.5 N.S. //Test by Minstar
上傳時間: 2016-02-04
上傳用戶:qiaoyue
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 multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.
標簽: methodically and patiently Thinking
上傳時間: 2014-01-03
上傳用戶:it男一枚
μ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 application code should require only minor changes (if any). Also, because μC/OS-II is based on the same core as μC/OS, it is just as reliable. I added conditional compilation to allow you to further reduce the amount of RAM (i.e. data space) needed by μC/OS-II. This is especially useful when you have resource limited products. I also added the feature described in the previous section and cleaned up the code. Where the book is concerned, I wanted to clarify some of the concepts described in the first edition and provide additional explanations about how μC/OS-II works. I had numerous requests about doing a chapter on how to port μC/OS and thus, such a chapter has been included in this book for μC/OS-II.
標簽: OS-II compatible important Probably
上傳時間: 2013-12-02
上傳用戶:jkhjkh1982
用C++編寫的一些局域網網絡通信編程實例: 獲取網上鄰居【\Neighbor】 lIP地址和計算機名之間的轉換【\Neighbor】 l映射網絡驅動器【\Neighbor】 l消息發送程序Net Send【\Neighbor】 l獲取局域網內其他計算機的信息【\ NeighborInfo】
上傳時間: 2016-02-29
上傳用戶:愛死愛死
Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABLING YOUR APPS - Building Desktop Apps Using Web Technologies - JavaScript & Aspect-Oriented Programming - C++ & Reusable Associations *** A Programmer s MUST-READ magazine... ***
標簽: GRID-ENABL Compilers November Journal
上傳時間: 2016-03-04
上傳用戶:hfmm633
簡單的floyd運用 第一行輸入一個整數C。C是測試的情況(0< C <=30).第二行一個正整數N( 0< N <=100),表示道路的總數.緊接N行,每一行包含兩個字符串, Si,,Ti,和一個整數Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過120個小寫字符的串(從‘a’到‘z’)。假設這里最多有100條直接連通兩個地方的路。 Output 輸出包含C行,每一行對一種測試情況。對每一種測試情況,輸出包含一個整數,假如S 到 T存在一條最短的路,輸出從S到T的最短距離,否則輸出“-1”. Sample Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi Sample Output 89 -1
上傳時間: 2016-03-10
上傳用戶:wyc199288
C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
標簽: AppWizard indicate custom source
上傳時間: 2016-03-12
上傳用戶:cazjing