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

搜索资源列表

  1. 操作系统11

    0下载:
  2. 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打开文件、关闭文件、读文件、写文件、修改文件名、修改目录名、修
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3620
    • 提供者:江大
  1. pointer

    0下载:
  2. Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3599952
    • 提供者:吳中億
  1. My Documents

    0下载:
  2. 一个关于C语言指针的程序,使用指针按字母顺序排序数组!解压请用ZIP,解压格式!-a pointer on the C language, the use of indicators alphabetical sorting arrays! Requests for extracting ZIP, unpacked format!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:47099
    • 提供者:李涛
  1. pictest

    0下载:
  2. C#编写,利用图片旋转方式模拟转角仪的指针旋转,具有一定的参考价值。-C# preparation, the use of pictures simulate rotation angle instrument pointer rotation, has some reference value.
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:180953
    • 提供者:天地英雄
  1. cs调用dll时char指针及结构参数的用法

    1下载:
  2. c#调用dll时char指针及结构参数的用法-call dll when char pointer and structural parameters of usage
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2427
    • 提供者:狗狗
  1. yy

    0下载:
  2. 在Visual C++de 环境下实现一个指针式时钟,钟的大小和形状还有相应的肢体颜色都可以变化-In Visual C++ de environment pointer towards a clock, bell size and shape of the limb also can change color
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2402
    • 提供者:杨军
  1. CsPerformanceTest

    0下载:
  2. 测试C#使用数组、指针、托管、Win32接口调用的性能-Test C# using an array, pointer, trusteeship, Win32 interface to call the performance
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:41314
    • 提供者:xycheng
  1. CSharpResearch

    0下载:
  2. 对于C#中的一些模糊概念,如指针,数组,静态变量等的静态作用域等每个都设计用了实例来提供研究途径-C# for some vague concept, such as pointer, array, static variables, static scope, each of the examples are designed to study ways to provide
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:150871
    • 提供者:ssj
  1. Csharp_Lv

    0下载:
  2. C#调用LV做成的DLL 主要为Boolean、数值、字符串、路径、数组、VISA设置名称 Boolean可以用数值代替,false:0 ture:1 路径及VISA设备名称可以改为字符串型。 注意:可以将Lv的输出字符串定义为32位。 在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。 在定义函数参数时,注意Labview与C#的数据类型必
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:77090
    • 提供者:zhw63
  1. C

    0下载:
  2. C#数据类型、指针、预定义类型、类型转换、类型系统统一化等内容的介绍-C# data types, pointer, predefined types, type conversion, type system, unified presentation etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:645498
    • 提供者:qianjiaxing
  1. point

    0下载:
  2. C指针经验总结 介绍指针的用法 特别经典-introduce c pointer
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:203696
    • 提供者:彭根国
  1. VC

    0下载:
  2. c++指针描述的详细文件 有详细的说明 c++指针算法-c++ pointer to the detailed descr iption of a detailed descr iption of the file c++ pointer arithmetic
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:3838
    • 提供者:彭根国
  1. C-pointer

    0下载:
  2. c语言中得难点指针令许多人头疼的问题,在此书中你会发现指针不再头疼-pointer in c language difficulties that many people have a headache, you will find in this book is no longer a headache pointer
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:274132
    • 提供者:cb
  1. point

    0下载:
  2. 是一段关于C++中的指针数组的代码 适合于初学者参考,虽然写的不怎么样- 中文(简体) 英语 日语 Is a paragraph on a pointer in C++ code for the array reference for beginners, although not very good writin
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:361504
    • 提供者:坏小孩
  1. C

    0下载:
  2. 小型C语言程序库,数列排序,数组求和,指针-Small C language library, column sorting, the array sum, pointer, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:141299
    • 提供者:刘丽
  1. cPP-About-pointer-and-other

    0下载:
  2. 介绍C++中的指针的概念及性质,以及它的使用方法,-Introduced the pointer in C++ concepts and nature, as well as its use
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:205560
    • 提供者:刘宜琳
  1. [Mini-book]-conquer-c-pointer

    0下载:
  2. 【迷你书】征服c指针,一本非常好的c语言书,值得-[Mini-book] conquer c pointer, a very good c language books worth a look
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3268993
    • 提供者:郑大伟
  1. C--CPP

    0下载:
  2. c++里面关于类与对象、对象数组与指针的源程序实例-Examples about classes and objects in c++ source program ,as well as the the array and pointer of objects.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3530
    • 提供者:吴钟
  1. c-pointer

    0下载:
  2. 有助于C语言初学者学习指针,对指针做了详细的介绍和说明-FOR C USER
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2734
    • 提供者:葛威
  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. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:胡磊
« 12 »
搜珍网 www.dssz.com