Welcome![Sign In][Sign Up]
Location:
Search - MSDN

Search list

[ADO-ODBCAdoDataGrid

Description: MSDN上的ADO例子,近来看了好几个,最后还是觉得这个比较经典,上传一份-MSDN ADO example, recently read a few, but finally feel that the more classical and upload a
Platform: | Size: 249856 | Author: 王斌 | Hits:

[Windows Developu盘处理

Description: from msdn!-from flowing!
Platform: | Size: 8192 | Author: 泰山猿人 | Hits:

[BooksDDK中译版

Description: 被译为中文的MSDN DDK文档-been translated into Chinese MSDN documentation DDK
Platform: | Size: 1264640 | Author: 大黄 | Hits:

[Windows DevelopGdiCount

Description: 这是MSDN里面带的程序例子,用来检查某一个进程GDI的使用情况。对于在95、98下面进行调试和测试有很大的用处。-inside with the procedures example, used to check a process of the use of GDI. In the following 95, 98, debug and test a great deal of use.
Platform: | Size: 33792 | Author: 石心 | Hits:

[Windows DevelopGDIUsage

Description: 这是MSDN里面带的程序例子,用来检查某一个进程GDI的使用情况。对于在95、98下面进行调试和测试很有帮助。适用于测试人员。-inside with the procedures example, used to check a process of the use of GDI. In the following 95, 98, debug and test helpful. To test.
Platform: | Size: 44032 | Author: 石心 | Hits:

[Windows DevelopMenuUsage

Description: 这是MSDN里面带的程序例子,用来检查Win95或者98下面某一个进程的菜单资源的使用情况。-inside with the procedures example, used to check Win95 or 98 below a menu of a process of the use of resources.
Platform: | Size: 26624 | Author: 石心 | Hits:

[VC/MFCVC6 类库参考手册

Description: 可称得上中文版的MSDN吧-can be regarded as the Chinese version of the MSDN it
Platform: | Size: 3221504 | Author: 凌波微步 | Hits:

[Com Port异步串口通信 VC++

Description: 异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. //////////////////////////////////////////////// MyComm. h multi-machine control asynchronous serial communication// may also be useful for the latter.
Platform: | Size: 2048 | Author: 张吗恩 | Hits:

[Windows DevelopMSDNWnd_C++

Description: 这是一个用C++编写的MSDN中的切分窗口的例子,虽不怎么样但已经完整展示了切分操作。对于初学者是一个很好的参考。(37KB)-This is a example for syncopating windowns in MSDN, it is compiled by C++, it is not a classical one but showing us the syncopating operation integrity. It will be a good reference for beginner.
Platform: | Size: 37888 | Author: 许超雄 | Hits:

[BooksMFC详细讲解

Description: 书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。-book based on the content of MSDN and MFC SOURCE CODE lot of analysis on the book for MFC hopes to learn who is more valuable.
Platform: | Size: 333824 | Author: 何华 | Hits:

[GUI DevelopCommCtrl

Description: 实现commctrl功能,主要用于界面设计,是msdn sample-achieve commctrl functions, mainly for interface design is flowing sample
Platform: | Size: 1718272 | Author: k | Hits:

[VC/MFCMFC中文资料

Description: MFC中文参考手册.摘自MSDN.选取了一些较为重要的地方进行了翻译.-MFC Chinese reference manual. From MSDN. Selected some of the more important areas in the translation.
Platform: | Size: 6454272 | Author: 肖巍 | Hits:

[DirextXmsdn

Description: 用 DirectSound 生成电子鼓,特约专栏作家 Ianier Munoz 使用托管 Microsoft DirectX 库和 C# 来即时合成音频流,从而生成了电子鼓。directx开发学习的好例子!-with DirectSound generation electronic drums, Contributing columnist Ianier Munoz use hosted Microsoft DirectX libraries and C# instantly streaming audio synthesis, resulting in the formation of an electronic drum. DirectX development of learning a good example!
Platform: | Size: 875520 | Author: 在此 | Hits:

[GUI Developwork2

Description: 一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门-a scribble from the MSDN improved procedures can draw straight lines, rectangle and oval. Learning image processing is a very good entry
Platform: | Size: 56320 | Author: lin | Hits:

[GUI Developmsdn风格界面用户界面

Description: 一种类似 vc++6.0MSDN风格的界面,和数据库结合,可实现搜索、索引、目录等功能,很实用,-vc 6.0MSDN a similar style of interface, and databases, to search, index, table of contents and other functions, is very practical,
Platform: | Size: 2812928 | Author: 和永智 | Hits:

[GUI DevelopMSDN200

Description: MSDN界面模仿,可以实现视图切换,浏览信息等功能-MSDN interface copying and switching can be achieved View, browse information and other functions
Platform: | Size: 180224 | Author: 王金 | Hits:

[Hook apiVSNetHelpsrc

Description: Integrate the latest MSDN with VC6 and Hook functions of COM
Platform: | Size: 21504 | Author: | Hits:

[Windows DevelopGC_1_140

Description: 每天,我们都要花很多时间来读代码——其他同事的代码、MSDN或者网上搜来的代码片断、开源项目的代码,等等。可以说,一个程序员的开发生涯里,有一大半的时间是在阅读别人的代码中度过。所以,代码的可读性至关重要。 且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那么阅读它们相信不会是一个很愉快的经历。 怎么样才能把手头这份凌乱的代码看清楚呢?或者换一个角度考虑,怎么样才能让自己的代码写得更漂亮,为阅读者带来赏心悦目的感觉J?今天就给大家推荐一个美化代码的小工具——GC!(Great Code!)。 -day, we must spend a lot of time reading code-- the code other colleagues, or MSDN online could code snippet, the open source project code, and so on. It can be said that the development of a programmer's career, there is a majority of their time in reading other people's code to pass. Therefore, the readability of the code is essential. Putting aside deep-rooted style of the code, first talk about the most basic form of code written : the blanks, newlines, indented, Notes, alignment ... writing habits vary from person to person, if you have on hand bore this code writers writing format and your habits is a big difference between reading the code probably it will be more difficult. The situation is even worse, imagine you see the mixed code, or 8,200, or code-long trip without, or
Platform: | Size: 199680 | Author: 尤战军 | Hits:

[Picture Viewermfc_general_diblook

Description: 微软的msdn上的位图显示的例程,可以读出dib位图文件,同时也可以读取bmp位图文件-Microsoft's flowing spaces on the map shows the routines that can read out the Freehand bitmap files, and can also read bmp bitmap file
Platform: | Size: 1300480 | Author: 黄显 | Hits:

[GDI-BitmapVC_Gdi+_Gruide

Description: 一个根据MSDN整理的GDI+简明教程,看过后就对GDI+有全局把握了。-a collation of GDI+ Concise Guide to read right after the GDI+ has a grasp of the overall situation.
Platform: | Size: 695296 | Author: Leon | Hits:
« 1 23 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net