CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - DC-example

搜索资源列表

  1. DifferentDC

    0下载:
  2. 一个API来确定DC的实例,你可以知道现在是客户区还是屏幕区。-an API to determine the DC example, you can know it is customer screen area or district.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36808
    • 提供者:刘铁
  1. DCtest

    0下载:
  2. 一个学习DC和位图的例子,可以修改内存来变化图像,本例子使用黑白位图进行内存操作。彩色位图的与此类似。-a study DC and bitmap example, memory can be amended to change images, The examples use black-and-white bitmap memory for operation. Color bitmap similar to this.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:30432
    • 提供者:Nikker
  1. MyDCtest

    0下载:
  2. 学习DC与位图数据的例子,可以通过直接修改内存来修改图片。本例子使用黑白位图,彩色类似。-learning DC and bitmap data example, can directly alter the memory to modify photographs. The examples use black-and-white bitmap, color similar.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32255
    • 提供者:郝宇
  1. BmpTest

    0下载:
  2. 内存DC创建BMP,并在BMP上添加文字显示示例-Memory DC to create BMP, and BMP to add text display example
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1867813
    • 提供者:HmilyStone
  1. C2000

    0下载:
  2. C2000软件开发基础.doc 例1、SCI寄存器的宏定义 例2、采用宏定义方法访问SCI寄存器 例3、SCI寄存器文件结构定义 例4、SCI寄存器文件结构变量 例5、将变量分配到数据段 例6、将数据段映射到寄存器对应的存储空间 例7、通信控制器和控制寄存器1的位定义 例8、通信控制器和控制寄存器1的共同体定义 例9、使用共同体定义寄存器文件结构体 例10、在C/C++中使用位区操作寄存器 例11、TMS320X280x PCLK
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:17841
    • 提供者:haoz
  1. distributed

    0下载:
  2. matlab 仿真程序可用于kalman滤波应用。- INTRODUCTION This example simulates distributed control of a DC-servo. The example contains four computer nodes, each represented by a TrueTime kernel block. A time-driven sensor node samples the process periodical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:21910
    • 提供者:zhangxiangbin
  1. wireless

    0下载:
  2. Example: Distributed Wireless Control System,可用于无线传感器网络中-This example shows distributed control of a DC-servo using communication over a wireless network. The example also shows how to simulate power consumption and how to use the battery block.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12506
    • 提供者:zhangxiangbin
  1. DC

    0下载:
  2. 用windowsapi实现windows下画图的程序例子,有利于MFC下的编程。-Use the lower windowsapi MFC programming beneficial to realizing the procedure example drawing maps under windows.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2323593
    • 提供者:view177
  1. VHDLexample

    0下载:
  2. 步进电机控制,直流电机控制,加法器,状态机等等经典的VHDL例子程序。-Stepper motor control, DC motor control, adders, state machines, etc. The classic example VHDL procedures.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-15
    • 文件大小:4899
    • 提供者:张庆东
  1. Bitblt_To

    0下载:
  2. This a simple example that shows you how to load a picture from a file and create the correct DC for it. From there we just bitblt to the screen-This is a simple example that shows you how to load a picture from a file and create the correct DC for i
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:284627
    • 提供者:slam
  1. screenshot

    0下载:
  2. Example of how to take screenshot in windows. Uses CreateDC("DISPLAY", ...) to create DC to blit from and blits to new bitmap DC.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:1214
    • 提供者:fuxx
  1. EasySkin

    0下载:
  2. 超简单的皮肤例子,不知道是皮肤被人搞得很复杂,还是被我搞得很简单,为了方便操作,我在里面使用了DC类来操作,如果不喜欢完全可以只用bilbit来做-Super-simple skin example, do not know the skin was Gaode very complicated, or was I inspired is very simple, in order to facilitate the operation, I used the DC inside the cla
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:25311
    • 提供者:林勇辉
  1. memDC

    0下载:
  2. 关于内存DC的使用,这是我用的别人做的一个示例,加上一个封装好的内存dc类,使用还是比较方便,从示例程序里面可以看到非常明显的效果。-DC on the use of memory, this is someone I used to do a sample, plus a packaged memory dc class, it is quite easy to use, you can see from the example program which is very significan
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2760986
    • 提供者:刘颖
  1. memDC

    0下载:
  2. 这是我在别人的一个示例上面做的修改,封装了一个比较完整内存DC类,在示例代码里面可以看到明显的效果,解决闪屏问题-This is an example of my people to do the above changes, a more complete package, the memory DC class, in the example code to see significant results which can solve the splash screen problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:39137
    • 提供者:刘颖
  1. MyScreensaver

    0下载:
  2. VC++ 编写的屏保实例程序,一个超简单的屏幕保护,部分关键字:   由计数器调用DrawBitmap()函数,切换图片;   注意,两个函数中的IDB_BITMAP1, dc.BitBlt(0,0,800,600……以及if(nIndexBit>=5)中的有关数据依据你的bmp图片个数、尺寸、位置不同而不同,我是选择了5张,800x600的bmp图片。注意,ID值是连续的,IDB_BITMAP1最校   响应键盘、鼠标是屏幕保护程序不可缺少的…… -VC++ exa
  3. 所属分类:Screen Saver

    • 发布日期:2017-03-28
    • 文件大小:23892
    • 提供者:gaciya
  1. dc-dc

    0下载:
  2. 一个简单的PSIM例子,9.0版本,dc/dc变换器仿真,实现稳流功能-A simple example of PSIM, version 9, dc/dc converter, achieve steady flow function
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5327
    • 提供者:胡凯
  1. cpu01

    0下载:
  2. Blink DC example code
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:jimeyy
  1. cpu02

    0下载:
  2. CPU2 Blink DC example code
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:jimeyy
  1. dc-to-dc

    1下载:
  2. 一个dc/dc的实例,可以很好地验证直流电压变换过程。(An example of dc/dc.The DC voltage conversion process can be verified well.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:dahaitiankong
  1. power_bridges

    0下载:
  2. This example shows the operation of an AC-DC-AC converter.
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:27648
    • 提供者:mohsensafar
« 12 »
搜珍网 www.dssz.com