搜索资源列表
GDI+编程基础
- GDI是位于应用程序与不同硬件之间的中间层,这种结构让程序员从直接处理不同硬件的工作中解放出来,把硬件间的差异交给了GDI处理。 GDI+是GDI的下一个版本,它进行了很好的改进,并且易用性更好。-GDI is located in different applications and hardware between the middle layer, this structure allows programmers from different hardware directly in t
将数据复制或剪切到剪贴板上
- 复制、剪切和粘贴数据 ---- 将数据复制或剪切到剪贴板上 ---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。 ---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。 ---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。 ---- 2. 访问选定对象的Cop
CharSample
- CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0-9)转换成一个中文(零-九),再把结果返回给应用程序,由应用程序显示出来。-CharSample examples of functions are : applications from the keyboard to receive a number, followed by DeviceIoControl call, this time
系统ALPHA通道的应用
- 本程序通过调用系统API函数AlphaBlend和使用自定义数组来进行同一幅图片的透明效果处理,从它们相同的效果和不同的反应速度上来体现出系统透明通道的应用-this program by calling the API function AlphaBlend system and the use of custom arrays for a picture with the transparent effect, the same from their effectiveness and sp
布线问题(分支限界算法应用)
- 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0 int i if ((start.row =
实现从应用程序中直接关闭计算机
- 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
令Win32应用程序跳入系统零层
- -有 没 有 简 单 一 些 的 办 法 呢 ? 我 们 可 以 令 一 个 普 通Win32 应 用 程 序 运 行 在Ring0 下, 从 而 获 得VxD 的 能 力 吗 ? 答 案 是 肯 定 的,请看本文
开发一个简单的Mobile应用程序
- 简单的mobile程序 c#做的我从网上下载 不知对大家有没有用 或者对编程者有无帮助-simple mobile c # procedures do I downloaded from the Internet do not know right have we to use or whether to help programmers
VC
- 开发Windows应用程序时,在很多情况下可能要和数据库连接。数据库类型多种多样,功能结构也各不相同。从比较简单的DBASE、FoxPro等到复杂的SYBASE、Qracle等大型数据库系统。VC++6.0都提供了一些接口。程序员可利用这些接口方便地开发数据库应用程序。MFC ODBC类就是其中的一个,在快速生成简单一致的接口应用程序方面这些类非常有用。用户不必了解ODBC API和SQL的具体细节,利用ODBC类即可完成对数据库的大部分操作。然而,VC++ Appwizard 生成的数据库应用
gd
- 自己建立一个基于MFC的程序,并能对鼠标左键单击操作进行响应(弹出消息框)。 在程序编写过程中注意以下几点: (1) 建立工程的类型(Win32 Application)及需要包含的头文件(afxwin.h) (2) 从CWinApp派生自己应用程序类,从CFrameWnd派生自己框架窗口类 (3) 注意程序的构建过程:从应用程序类对象开始,调用基类构造函数,在其中调用InitInstance(),因其为虚函数,会调用自己重载的InitInstance(),我们可以在其中创
SSTCC_ISP_tooT
- STC单片机SCM从应用程序源码切换到ISPP程序源码,里面有具体的操作步骤 可直接使用。 -STC SCM SCM from the application source to switch to the ISPP program source code, there are specific steps can be used directly.
Visual+Basic+2010中文版从入门到精通
- 《Visual Basic 2010(中文版)从入门到精通》坚持以语言为基础和应用为主导的编写原则,介绍如何使用Visual Basic 2010开发Windows窗体应用程序和ASP.NET应用程序。为了更好地帮助读者在短时间内掌握使用Visual Basic语言开发各种应用程序的知识点和编程技巧,全书的基础知识介绍清晰,理论联系实际,具有很强的操作性。《Visual Basic 2010(中文版)从入门到精通》还提供了大量的通过测试可运行的完整实例,这些实例都有设计步骤、代码详解、程序运行结
《从零开始学微信小程序开发》
- 《从零开始学微信小程序开发》内容由浅入深,每个知识点都通过小案例进行演示,适合希望通过微信小程序开发应用的读者,具有HTML 5基础知识的读者都可阅读本书("From the beginning, WeChat small program development" content from the shallower to the deeper each point of knowledge, demonstrated through the small case, suit
MATLAB_Simulink的系统仿真技术与应用_正文
- MATLAB利用教学和工程实际应用的需要,从实用角度出发,循序渐进地讲述MATLABI GUI设计,并通过大量的设计实例和典型应用实例,帮助读者掌握从基本的数据可视化,到高级的交互式图形界面设计技术。("Proficient in MATLAB GUI design (second edition)" introductory, design improvement and integrated application of three articles, gradually
x86汇编语言-从实模式到保护模式
- 很好的汇编语言书籍,里面的硬件知识以及软件都讲得很清楚,对PC机器的引导过程有非常清楚的说明,通过这本书可以让你了解操作系统的引导过程,以及操作系统怎样提供接口API,以及怎样装载应用程序的,十本底层的好书,需要彻底了解底层的,值得参考!(Good assembly language books, software and hardware knowledge which will be very clear, to guide the process of PC machine has a v
66从 VB 应用程序中发送 ICQ 信息
- 66从 VB 应用程序中发送 ICQ 信息(66 send ICQ information from VB applications)
Print settings and print notifications
- 此示例演示如何创建可扩展打印设置和打印机通知体验的Windows存储设备应用程序,响应打印驱动程序的事件。此示例还包括一个打印机扩展库,该库可用于从Windows 8.1编写的Windows存储设备应用程序中访问打印机。(This sample shows how to create a Windows Store device app that can extend the print settings and printer notifications experience. This sa
usart 升级
- stm32通过串口来升级,从uboot启动,如果不需要升级代码,则直接跳转到应用代码,如果要升级则等待串口通过secureCRT YMODE协议发送来得数据,注意(程序中由于ymodem协议没有发送文件大小,程序中是随便写了一个文件大小,对于我的app足够用),在app中随意按下按键,通过可以从应用程序跳转到uboot,然后发送1,通过ymodem协议发送.bin文件后,按下3则跳转应用程序(STM32 through the serial port to upgrade, starting
《C#从入门到精通(第3版)》.(明日科技).[PDF]
- 《C#从入门到精通(第3版)》从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用C#进行应用程序开发应该掌握的各方面技术。("C from introduction to proficient (3rd Edition)" from a beginner's point of view, through easy to understand language, rich and colorful examples, detailed introductio
VB.NET程序设计课程教学探索与实践
- vb.net开发实例一共有100例,从初级篇,中级篇,高级篇层层深入。 实例1:welcome to VB.net world 实例2: 创建控制台应用程序 实例3: 创建ASP.net WEB应用程序 实例4: 创建和调用WEB服务 实例5: 图形按钮。。。。。(vb.net There are 100 cases of development examples, from the primary article, the intermediate article and the