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++.
標(biāo)簽: programm ragnarok control online
上傳時(shí)間: 2016-01-31
上傳用戶(hù):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. *
標(biāo)簽: accessing Library File whyt
上傳時(shí)間: 2013-12-12
上傳用戶(hù):qiao8960
LCD320240.C 功能:定義了LCD320240(SED1335控制器)常用的操作功能函數(shù),及顯示用表格 菜單模板,演示用靜態(tài)正弦函數(shù)顯示. 注意:波形顯示在第一層,網(wǎng)格坐標(biāo)顯示在第二層,漢字菜單顯示? 設(shè)計(jì):東南大學(xué) 魯芳 整理注釋: Minstar 05/08/21 N.S. 測(cè)試:Minstar 修改補(bǔ)充:Minstar
上傳時(shí)間: 2013-12-27
上傳用戶(hù):firstbyte
說(shuō)明 //LCD12864.C //適用范圍:128X64點(diǎn)陣黑白液晶屏,如:KS0108等 //注意事項(xiàng):對(duì)液晶屏操作時(shí),應(yīng)先操作左屏完成后,再對(duì)右屏操作, // 如需要再回過(guò)來(lái)寫(xiě)左屏應(yīng)先清全屏,否則會(huì)花屏! //Design by Minstar@8.5 N.S. //Test by Minstar
標(biāo)簽: 128X64 12864 LCD 點(diǎn)陣
上傳時(shí)間: 2016-02-04
上傳用戶(hù):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++.
標(biāo)簽: methodically and patiently Thinking
上傳時(shí)間: 2014-01-03
上傳用戶(hù):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.
標(biāo)簽: OS-II compatible important Probably
上傳時(shí)間: 2013-12-02
上傳用戶(hù):jkhjkh1982
用C++編寫(xiě)的一些局域網(wǎng)網(wǎng)絡(luò)通信編程實(shí)例: 獲取網(wǎng)上鄰居【\Neighbor】 lIP地址和計(jì)算機(jī)名之間的轉(zhuǎn)換【\Neighbor】 l映射網(wǎng)絡(luò)驅(qū)動(dòng)器【\Neighbor】 l消息發(fā)送程序Net Send【\Neighbor】 l獲取局域網(wǎng)內(nèi)其他計(jì)算機(jī)的信息【\ NeighborInfo】
標(biāo)簽: Neighbor lIP Net 編寫(xiě)
上傳時(shí)間: 2016-02-29
上傳用戶(hù):愛(ài)死愛(ài)死
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... ***
標(biāo)簽: GRID-ENABL Compilers November Journal
上傳時(shí)間: 2016-03-04
上傳用戶(hù):hfmm633
簡(jiǎn)單的floyd運(yùn)用 第一行輸入一個(gè)整數(shù)C。C是測(cè)試的情況(0< C <=30).第二行一個(gè)正整數(shù)N( 0< N <=100),表示道路的總數(shù).緊接N行,每一行包含兩個(gè)字符串, Si,,Ti,和一個(gè)整數(shù)Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個(gè)字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過(guò)120個(gè)小寫(xiě)字符的串(從‘a(chǎn)’到‘z’)。假設(shè)這里最多有100條直接連通兩個(gè)地方的路。 Output 輸出包含C行,每一行對(duì)一種測(cè)試情況。對(duì)每一種測(cè)試情況,輸出包含一個(gè)整數(shù),假如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
標(biāo)簽: lt floyd 100 整數(shù)
上傳時(shí)間: 2016-03-10
上傳用戶(hù):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.
標(biāo)簽: AppWizard indicate custom source
上傳時(shí)間: 2016-03-12
上傳用戶(hù):cazjing
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1