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

搜索资源列表

  1. 一维势阱

    0下载:
  2. 这是模拟物理实验——一维势阱的小程序。运行的时候,需要把CCBP文件夹包含在头文件中。-This is the simulation of physics experiment -- one-dimensional potential well of small programs. When run with the need to be CCBP folder contains the first document.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:153443
    • 提供者:梁晓军
  1. 导弹打飞机

    1下载:
  2. 这是模拟物理中导弹打飞机现象的小程序。运行的时候需要把CCBP文件夹包含在头文件中。-This is the simulation of a missile attack against physics phenomena of small aircraft procedures. When run with the need to CCBP folder contains the first document.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:153004
    • 提供者:梁晓军
  1. 经过扩展的CGraph类及示例工程源代码

    0下载:
  2. 作者将一个CGraph类由像素模式下,扩展到逻辑模式下,并加了x,y轴的箭头,可以添加曲线名称。使用的方法: 复制Graph.h,Graph.cpp GraphLegend.cpp.GraphLegend.h GraphSeries.cpp,GraphSeries.h六个文件到相应的目录下,然后把他们加入到工程中,修改相应的头文件。在示例工程中作者提供了绘制饼图和直方图的代码。-CGraph author of a category by the pixel mode, the logica
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29616
    • 提供者:张敏
  1. MD5_Carithmetic

    0下载:
  2. 其实网上这方面的代码已经不少了,但是大多都如出一辙,主要是给出的代码不但不好理解(主要是为了处理大文件,支持分块,这样就会屑弱初学者对算法的理解),该源代码在引入必要头文件后可以在VC6.0下顺利通过编译-fact that the Internet has been a lot of code, but most of all the same, given the code is not only poor understanding (mainly to handle large file
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1977
    • 提供者:傻傻
  1. WINDOWS SOCKETS头文件

    0下载:
  2. Windows Sockets规范定义了一套Micosoft Windows下网络编程接口,包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。-Windows Sockets specification defines a set of result list Windows network programming interface, which includes people f
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:31573
    • 提供者:yue
  1. pe 文件编程:编辑文件头

    0下载:
  2. win32 pe 文件编程:编辑文件头.rar-programming documents : Edit the file. Rar
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:28576
    • 提供者:激活帐号
  1. pe 文件编程:清除文件头中的重定位表

    0下载:
  2. pe 文件编程:清除文件头中的重定位表.rar-pe programming documents : the first to remove documents with the re-positioning table. Rar
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:18487
    • 提供者:激活帐号
  1. TMS320F2812的C++ examples

    1下载:
  2. TMS320F2812的C++ examples 各个模块的程序,头文件,全都有 编程好东西-TMS320F2812 C examples of the various modules procedures, the first document, all programming is a good thing!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2387512
    • 提供者:chen
  1. glutdlls36

    0下载:
  2. OPENGL图形开发库,含有运行时动态库及头文件,windows平台。版本:3.6-OpenGL graphics library, containing dynamic run-time libraries and header files, windows platform. Version : 3.6
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:143715
    • 提供者:黄南海
  1. UcosCore

    0下载:
  2. ucoc_2的内核源代码,包含配置头文件和各个功能的文件-ucoc_2 the kernel source code, header files contain configuration and functions of the various
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:39091
    • 提供者:cxp
  1. ARM_INC

    0下载:
  2. 这是我个人再学习ARM7s3c2410的 时候用到的试验代码,都是再我机器上面条通过 ,这里给出一些必要的头文件。还有试验用到的苦文件-This is my personal study again ARM7s3c2410 the time to use the test code, I machines are more of the above, here is some of the necessary header files. The pilot also used the hards
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:5664
    • 提供者:zc
  1. DSPMP3

    0下载:
  2. DSPMP3C语言源码 包括大部分头文件和执行文件-DSPMP3C language including most of the first source document and execute files
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:37084
    • 提供者:李平
  1. Lesson02

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37487
    • 提供者:鞠俊
  1. WinCapturePack

    0下载:
  2. 适合windows环境下抓包二次开发的头文件。内有详细的例子和.lib文件.-windows environment for capturing Packet secondary development of the headers. With detailed examples and. Lib document.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1025740
    • 提供者:张翠
  1. AESDemo

    0下载:
  2. 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41666
    • 提供者:曲进
  1. 20051216164348570

    0下载:
  2. 一份3ds文件格式文档和实现原代码。 修正文档纹理映射部分的错误。 修正源代码包含头文件的错误。-a document format files and achieve the original code. Texture mapping files that some mistakes. Amendments to the source code files contain errors.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33373
    • 提供者:asdf
  1. 使用SDL与OPENGL的跨平台开发包及游戏示例

    1下载:
  2. 使用SDL与OPENGL的跨平台开发包及游戏示例 需要SDL库和头文件配合编译-use SDL and OpenGL cross-platform development kit and game needs examples SDL libraries and header files with compiler
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8978417
    • 提供者:功夫
  1. ZHAO9B

    0下载:
  2. 是实现FIR滤波器的主要功能。利用C和汇编实现的。包含了延时、主频、头文件、主函数、向量函数、及SIAN函数-FIR filter is the main function. Using C and compiled achieve. Includes delay, speed, the first paper, the main function, vector function, and function Brasileiro
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:3940
    • 提供者:李里
  1. 栈和队列CQandS

    0下载:
  2. 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8901
    • 提供者:沈石林
  1. GIFLIB.ZIP

    0下载:
  2. GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to support GIF89a, the vc used, decodi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:164281
    • 提供者:pyh
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com