搜索资源列表

  1. Loki.rar

    0下载:
  2. Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-08
    • 文件大小:68974
    • 提供者:
  1. vc6gdiplussrc

    2下载:
  2. GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-the GDI graphics application allows the image plane programming changes easier, Based on a cl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:408304
    • 提供者:胡小
  1. file_bases_matrix_operation

    0下载:
  2. 实现了基于文件的矩阵加减乘除运算。本程序没有定义特殊的结构类型,所有的算法都基于文件最基本的一些操作,包括文件的打开与关闭,文件指针的移动,以及文件的删除和修改。-realized on the basis of the document matrix arithmetic operations. There is no definition of the unique structure of the type, all the al
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2982
    • 提供者:sherry
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, ME
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23590
    • 提供者:黄春标
  1. Loki

    0下载:
  2. Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book << Modern C++ Design>>, it embodies the flexibility of Policy Bas
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-08
    • 文件大小:68608
    • 提供者:suncfboy
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, ME
  3. 所属分类:进程与线程

    • 发布日期:2024-07-08
    • 文件大小:23552
    • 提供者:黄春标
  1. vc6gdiplussrc

    0下载:
  2. GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-the GDI graphics application allows the image plane programming changes easier, Based on a cl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-07-08
    • 文件大小:407552
    • 提供者:胡小
  1. file_bases_matrix_operation

    0下载:
  2. 实现了基于文件的矩阵加减乘除运算。本程序没有定义特殊的结构类型,所有的算法都基于文件最基本的一些操作,包括文件的打开与关闭,文件指针的移动,以及文件的删除和修改。-realized on the basis of the document matrix arithmetic operations. There is no definition of the unique structure of the type, all the al
  3. 所属分类:其他小程序

    • 发布日期:2024-07-08
    • 文件大小:3072
    • 提供者:sherry
  1. Clock

    0下载:
  2. 实现一个简单的指针转动.指针转动是根据计时器来实现的-Realize a simple rotation of the pointer. Pointer rotation is based on the timer to achieve the
  3. 所属分类:绘图程序

    • 发布日期:2024-07-08
    • 文件大小:20480
    • 提供者:Johnny
  1. C

    0下载:
  2. 学习C语言的基础经典小程序,包括循环、指针、结构等内容-Learning C language based on the classic small procedures, including circulation, pointer, structure, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-07-08
    • 文件大小:11544576
    • 提供者:李维垒
  1. pointer

    0下载:
  2. 关于基于mfc生成程序的视类,文档类,以及自己建立的类之间的指针调用学习,对初学者有一定帮助!-Mfc generation procedure based on visual category, document type, as well as its own category established between the call pointer learning, some help for beginners!
  3. 所属分类:其他小程序

    • 发布日期:2024-07-08
    • 文件大小:55296
    • 提供者:hello
  1. joeData

    0下载:
  2. DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:1024
    • 提供者:张久强
  1. 5080309283_5

    0下载:
  2. 本次实验将练习指针和基于指针的字符串操作,以及多模块文件编程。你需要设计完成一个猜单词的小游戏wordZ。该程序将从一个字典中随机地选择一个单词,并用’-’字符告诉用户该单词有几个字母。用户每次输入一个字母后,程序判断该字母是否在该单词中,如果有则显示该单词中所有该字母,否则提示没有猜中。用户可以最多有8次猜测的机会(重复输入的字母不计入在内。)。如果用户在最大的猜测机会内猜中了该单词,则该次游戏用户胜利,否则用户失败。-This ex
  3. 所属分类:C#编程

    • 发布日期:2024-07-08
    • 文件大小:49152
    • 提供者:厄瓜多
  1. game

    0下载:
  2. 练习指针和基于指针的字符串操作,以及多模块文件编程。设计完成一个猜单词的小游戏wordZ。该程序将从一个字典中随机地选择一个单词,并用’-’字符告诉用户该单词有几个字母。用户每次输入一个字母后,程序判断该字母是否在该单词中,如果有则显示该单词中所有该字母,否则提示没有猜中。用户可以最多有8次猜测的机会(重复输入的字母不计入在内。)。如果用户在最大的猜测机会内猜中了该单词,则该次游戏用户胜利,否则用户失败。用户可以选择是否继续重复进行游戏
  3. 所属分类:C#编程

    • 发布日期:2024-07-08
    • 文件大小:47104
    • 提供者:杨昊
  1. c-pointer

    0下载:
  2. 本书提供与C语言编程相关的全面资源和深入讨论。本书通过对指针的基础知识和高级特性的探讨,帮助程序员把指针的强大功能融入到自己的程序中去。-This book provides a comprehensive C programming language-related resources and in-depth discussion. Book based on the pointer of knowledge and advance
  3. 所属分类:Windows编程

    • 发布日期:2024-07-08
    • 文件大小:19889152
    • 提供者:秋林
  1. simple-demoVB

    1下载:
  2. VB使用指针adress进行内存拷贝,基于指针adress地址实现内存拷贝到实例代码,有此方面需要的可下载。-VB using a pointer adress for memory copy, pointer-based memory copy realize adress address to the example code, there is this need can be downloaded.
  3. 所属分类:Windows编程

    • 发布日期:2024-07-08
    • 文件大小:2048
    • 提供者:ipudn67
  1. c-inv-matrix

    0下载:
  2. 基于c语言,基于指针求取可逆矩阵的逆矩阵,已经在vs2013环境下成功实现-Based on c language, pointer-based strike a reversible inverse matrix, has been successfully achieved in vs2013 environment
  3. 所属分类:C#编程

    • 发布日期:2024-07-08
    • 文件大小:2048
    • 提供者:胡磊
  1. Colfax-HOW-Day-02

    0下载:
  2. we focus on the usage of the Intel Xeon Phi platform as a coprocessor in the offload programming model. We talk about the explicit offload model based on compiler pragmas, explaining how to offload functions, local scala
  3. 所属分类:并行运算

    • 发布日期:2024-07-08
    • 文件大小:41984
    • 提供者:黄雪
  1. Linklist

    0下载:
  2. ADT list: Link-based implementation
  3. 所属分类:书籍源码

    • 发布日期:2024-07-08
    • 文件大小:4096
    • 提供者:jjliang
  1. 07 - Linked Lists

    0下载:
  2. As we saw in the previous unit, one way to implement the list ADT was with an array. An alternate approach is what's called a linked list, a.k.a. a pointer-based list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:132096
    • 提供者:jjliang
« 12 3 4 5 6 »

源码中国 www.ymcn.org