CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - direct X

搜索资源列表

  1. grafix-1.4.tar

    0下载:
  2. 序员通过图形用户界面为X-windows来编写程序,主要一类库是直接实例化窗口对象 并得出新类,许多现实的实例程序。-sequence passage graphical user interface for X-windows to prepare procedures, the main library is a direct example of the object and the window reveals a new category, many of the practical
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:250086
    • 提供者:宁华锋
  1. 51单片机example_ellcerent

    1下载:
  2. 51单片机众多优秀的开发源程序:ZLG7290例程*ZLG7290汇编例程*蜂鸣器音乐例程*蜂鸣器响例程*读EEPROM并显示例程*16×2LCD模块例程*128×64点阵LCD模块例程*直连KEY和LED例程*直连LED例程*lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例程) USB1.1例程(包括PC端) RS485例程 USB2.0例程(有3个,包括PC端) 基于ETHERNET的TCPIP例程 时钟显示例程 CAN自发自收例程 外中断1 CAN例程 US
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4394044
    • 提供者:符凝思
  1. 松斋 经典功率谱估计

    1下载:
  2. 接法又称周期图法,它是把随机序列x(n)的N个观测数据视为一能量有限的序列,直接计算x(n)的离散傅立叶变换,得X(k),然后再取其幅值的平方,并除以N,作为序列x(n)真实功率谱的估计。 -Connection also known as cycle map, it is random sequence x (n) N observational data as a sequence of limited energy, direct calculation x (n) the discr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8992
    • 提供者:梁宏波
  1. showwin

    2下载:
  2. 读取dst文件(绣花文件类型)并绘出图形。 内容包括,以3字节一字符串组读取,并以dst文件读写方法进行换算,主要是直接读取每字节里的每1位进行计算,计算出x位移和y位移,然后换成屏幕画线需要的结束点,然后2点画线,再次循环则将上次的结束点赋给起始点,再次读取3字节进行计算。。。。 可重用代码:读取地址进行每字节的每1位的计算。 PS:dst文件可以用田岛软件进行编写。-read dst (embroidery file types) and draws graphics. The
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38716
    • 提供者:阿长期
  1. 求解非线性方程组

    0下载:
  2. 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数-positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2850
    • 提供者:leaderbbs
  1. uisp-20050207.tar

    0下载:
  2. Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:166745
    • 提供者:蔡平
  1. dwr

    1下载:
  2. DWR(直接Web远程控制)项目是在Apache许可下的一个开源的AJAX解决方案,利用这个框架可以让AJAX开发变得很简单. 利用DWR可以在客户端利用Javascr ipt直接调用服务端的Java方法并返回值给Javascr ipt就好像直接本地客户端调用一样(DWR根据Java类来动态生成JavaScrip代码). 它供给那些想要以一种简单的方式使用AJAX和XMLHttpRequest的开发者。它具有一套Javascr ipt功能集,它们把从HTML页面调用应用服务器上的Java对象的方
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:204698
    • 提供者:蒋平展
  1. projgriddemo

    2下载:
  2. 一个很好的海浪模拟程序. 注意编译环境是VC2003.net和directx 9.0 sdk-a good wave simulation program. Attention to the environment is compiled and direct VC2003.net x 9.0 sdk
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:4461142
    • 提供者:苏衍宇
  1. Mesh01_NoCommon

    0下载:
  2. 不使用Dx common框架 直接使用sdk,读取.x文件的项目,可以让你更深入了解.x文件读取方式。-use Dx common framework for direct use sdk, reading. X documents, allows you to a more in-depth understanding. x document read manner.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:170236
    • 提供者:dfas
  1. 汇编语言课程设计1

    0下载:
  2. 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:11952
    • 提供者:高赈寰
  1. grafix-1[1].4.tar

    0下载:
  2. Grafix是一个C++软件包,它用于辅助程序员通过图形用户界面为X-windows来编写程序,主要一类库是直接实例化窗口对象 -Grafix is a C software package, it uses in to assist the programmer is X-windows compiles the procedure through the graphical user interface, the main kind of storehouse is the direct
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:250086
    • 提供者:张军
  1. Point-x-y

    2下载:
  2. 先建立一个点类Point,包含数据成员x,y(坐标点)。以它为基类,派生出圆类Circle,增加数据成员radius(半径),再以Cirlcle类为直接基类,派生出圆柱体类Cylinder,再增加数据成员height(高)。要求: (1)每个类都有构造函数、用于从键盘获取数据的成员函数set(),用于显示数据的成员函数display()。 (2)用虚函数输出各类对象信息 -First establish a point class Point contains data member
  3. 所属分类:SCM

    • 发布日期:2016-01-25
    • 文件大小:3072
    • 提供者:王莹
  1. DirectX_9.0_3D_game

    0下载:
  2. 本书主要介绍Direct X编程技术,开发使用Visual C++6.0,主要开发一些小游戏-The book introduces Direct X programming techniques, developers using Visual C++6.0 main developed some small game
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:4705081
    • 提供者:十里荷阳
  1. Game-Programming-All-In-One-(Premier-Press--2002)

    0下载:
  2. An easy one book about Direct X. Show first more about 2d programming and after shows about direct audio, direct input and finally end with some 3d programming techniques.
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:8744125
    • 提供者:Igor
  1. CompiledEffect

    0下载:
  2. some direct x source code for use with the direct x 2010 software development kit and any random miscellaneous thing also
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-12
    • 文件大小:5818
    • 提供者:joe
  1. dxVisualizingSound_demo

    0下载:
  2. 使用direct x 实现音频的播放并且通过快速傅立叶变换将频谱可视化显示出来。-Using direct x for audio playback and fast Fourier transform of the spectrum through visual display.
  3. 所属分类:DirextX

    • 发布日期:2017-04-01
    • 文件大小:116045
    • 提供者:nw77
  1. DX7SDK

    0下载:
  2. DIRECT X 7.0 lib,学习2D 游戏编程 DIRECT X 7.0 lib,学习2D 游戏编程-DIRECT X 7.0 lib
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1226648
    • 提供者:候鸟
  1. 003494update_SCode

    0下载:
  2. There exists a gap in the game programming market where beginning programmers are finding themselves without an introductory guide. Existing books focus on the 3 D component of Direct X only, leaving readers without a complete understanding of Direct
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1426364
    • 提供者:Nguyen quang
  1. Beginning-DirectX9-(Vietnamese)

    0下载:
  2. Biginning programming with direct-x 9 Version Vietnammese
  3. 所属分类:DirextX

    • 发布日期:2017-05-11
    • 文件大小:2316462
    • 提供者:Sun
  1. render

    0下载:
  2. C++ 使用DIRECT X 9 实现动态模型与光源(C++ directX9 model render)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1403904
    • 提供者:Kylin1982
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com