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

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

MESSAGE-digest

  • 以傳統(tǒng)的C/SDK 撰寫Windows 程序

    以傳統(tǒng)的C/SDK 撰寫Windows 程序,最大的好處是可以清楚看見整個(gè)程序的來龍去脈 和消息動(dòng)向,然而這些重要的動(dòng)線在MFC 應(yīng)用程序中卻隱晦不明,因?yàn)樗鼈儽籄pplication Framework 包起來了。這一章主要目的除了解釋MFC 應(yīng)用程序的長像,也要從MFC 源代 碼中檢驗(yàn)出一個(gè)Windows 程序原本該有的程序進(jìn)入點(diǎn)(WinMain)、視窗類別注冊 (RegisterClass)、窗口產(chǎn)生(CreateWindow)、消息循環(huán)(Message Loop)、窗口函數(shù) (WindowProcedure)等等動(dòng)作,抽絲剝繭徹底了解一個(gè)MFC 程序的誕生與結(jié)束,以及生 命過程。

    標(biāo)簽: Windows SDK 程序

    上傳時(shí)間: 2017-03-22

    上傳用戶:athjac

  • Introduction Sometimes you may collide with the following problem: a third-party binary component o

    Introduction Sometimes you may collide with the following problem: a third-party binary component or control embedded into your application displays windows (usually message boxes) that hang your code until they are closed. If you do not have the source code of this binary and one does not have a good API to change one’s bad behaviour programmatically, it can be a real headache using the one. A famous example of such a binary is the WebBrowser control in .NET.

    標(biāo)簽: Introduction third-party Sometimes following

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

    上傳用戶:pinksun9

  • 在網(wǎng)絡(luò)安全中經(jīng)常會遇到rootkit

    在網(wǎng)絡(luò)安全中經(jīng)常會遇到rootkit,NSA安全和入侵檢測術(shù)語字典( NSA Glossary of Terms Used in Security and Intrusion Detection)對rootkit的定義如下:A hacker security tool that captures passwords and message traffic to and from a computer. A collection of tools that allows a hacker to provide a backdoor into a system, collect information on other systems on the network,mask the fact that the system is compromised, and much more. Rootkit is a classic example of Trojan Horse software. Rootkit is available for a wide range of operating systems.

    標(biāo)簽: rootkit 網(wǎng)絡(luò)安全

    上傳時(shí)間: 2017-04-04

    上傳用戶:xaijhqx

  • 深入淺出MFC是一本介紹 MFC(Microsoft Foundation Classes)程式設(shè)計(jì)技術(shù)的書籍。對于 Windows 應(yīng)用軟體的開發(fā)感到興趣

    深入淺出MFC是一本介紹 MFC(Microsoft Foundation Classes)程式設(shè)計(jì)技術(shù)的書籍。對于 Windows 應(yīng)用軟體的開發(fā)感到興趣,并欲使用 Visual C++ 整合環(huán)境的視覺開發(fā)工具,以 MFC 為程式基礎(chǔ)的人,都可以從此書獲得最根本最重要的知識與實(shí)例。      如果你是一位對 Application Framework 和物件導(dǎo)向(Object Oriented)觀念感興趣的技術(shù)狂熱份子,想知道神秘的 Runtime Type Information、Dynamic Creation、Persistence、Message Mapping 以及 Command Routing 如何實(shí)作,本書能夠充分滿足你。事實(shí)上,依我之見,這些核心技術(shù)與徹底學(xué)會操控 MFC 乃同一件事情。  

    標(biāo)簽: Foundation MFC Microsoft Classes

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

    上傳用戶:fxf126@126.com

  • This project developed in java leads us to realize a flight reservation system in order to emulate d

    This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods. Two interfaces provide an access to this system. The first one reads and handles reservation request message from a terminal. The arguments are then processed throw a middleware interface that call the flight system methods. The second one, a Graphical User Interfaces (GUI) application using Swing Java Foundation Classes (JFC), offers a simpler access to the systems.

    標(biāo)簽: reservation developed project emulate

    上傳時(shí)間: 2017-04-27

    上傳用戶:6546544

  • Maya Calendar During his last sabbatical, professor M. A. Ya made a surprising discovery about the

    Maya Calendar During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long, and the names of the months were pop, no, zip, zotz, tzec, xul, yoxkin, mol, chen, yax, zac, ceh, mac, kankin, muan, pax, koyab, cumhu. Instead of having names, the days of the months were denoted by numbers starting from 0 to 19. The last month of Haab was called uayet and had 5 days denoted by numbers 0, 1, 2, 3, 4. The Maya believed that this month was unlucky, the court of justice was not in session, the trade stopped, people did not even sweep the floor.

    標(biāo)簽: A. M. sabbatical surprising

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

    上傳用戶:libenshu01

  • chat room

    chat room,have both server and client.client can talk publicly or privatly sever can send message to all clients or choose one.

    標(biāo)簽: chat room

    上傳時(shí)間: 2017-05-03

    上傳用戶:葉山豪

  • This package contains the following source code files: - demo.c Demo application sourc

    This package contains the following source code files: - demo.c Demo application source, with message packing/unpacking example - benchmark.c Benchmark source, to benchmark pack/unpack operations - dl_c_iso8583_v0_0_3 (16th July 2008) DL ISO-8583 library source files - dl_c_common_v0_0_2 (14th October 2007) DL Common source files (used by DL ISO-8583) - benchmark / demo Sample MSVC 6.0 project files

    標(biāo)簽: application following contains package

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

    上傳用戶:米卡

  • Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS

    Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS (text message), like "Activate burglar alarm" or "Start backup pump", the circuit automatically recognizes it as a command, and switches the output port accordingly. Besides switching the port on or off, the user can pulse it for a short period (e.g. 鈥淩eboot remote server鈥?.

    標(biāo)簽: predefined connected receives Planet

    上傳時(shí)間: 2017-05-17

    上傳用戶:fanboynet

  • In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. Thi

    In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produced 露procedure affich_calcul, one declared the prototype and one it definite after one made the call has this function.

    標(biāo)簽: variable i.e. reference exists

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

    上傳用戶:netwolf

主站蜘蛛池模板: 昆山市| 德化县| 大悟县| 崇礼县| 西安市| 德安县| 永和县| 南涧| 灌南县| 铜山县| 邹城市| 会东县| 罗源县| 进贤县| 南丹县| 景洪市| 谢通门县| 上饶市| 达州市| 寿宁县| 汾阳市| 淮安市| 安宁市| 伊宁县| 彭水| 绩溪县| 富源县| 金阳县| 睢宁县| 三原县| 庆安县| 新巴尔虎左旗| 沙坪坝区| 望江县| 淮滨县| 博野县| 安泽县| 吴江市| 阿拉善右旗| 蕲春县| 南溪县|