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

搜索资源列表

  1. NT环境下进程隐藏的实现

    1下载:
  2. NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szT
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.92kb
    • 提供者:dsfd
  1. 桌面hhs

    0下载:
  2. int *base int *top int stacksize }sqstack inistack(sqstack &s) { s.base=(int*)malloc(stackintsize*sizeof(int)) if(!s.base) exit(-2) s.top=s.base s.stacksize=stackintsize return 1 }- int *base int *top i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.97kb
    • 提供者:王键
  1. namab

    0下载:
  2. ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KE
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:天空
  1. fchh

    0下载:
  2. 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:天空
  1. sizeof()thinkof

    0下载:
  2. 一些学C的忠告以及有小程序可学习。应该是终生受用的。-some school and the advice of a small procedure can learn. Should be a lifelong legacy.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:147kb
    • 提供者:A3B5
  1. duoxiangshi

    0下载:
  2. Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * est
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6.37kb
    • 提供者:iieeww
  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open(\"name\", O_RDWR|O_CREAT, 0755)
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:9.08kb
    • 提供者:华羿
  1. 菱形图案的打印

    0下载:
  2. 菱形图案的打印,解方程,sizeof的使用源代码,已经经过调试无误
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-17
    • 文件大小:1.13kb
    • 提供者:王书聪
  1. qishiyouli

    0下载:
  2. 任务一的源程序: const dx:array[1..4]of integer=(2,2,1,1) dy:array[1..4]of integer=(1,-1,2,-2) type map=record x,y:integer end var i,j,n,m,k:integer a:array[0..50,0..50]of map begin re
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.55kb
    • 提供者:cqzz
  1. QueueTest

    0下载:
  2. VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQu
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33.71kb
    • 提供者:zj
  1. brew window manager

    0下载:
  2.   Objective This topic describes how to create a windowed application that will share the display with other applications. Requirements Brew® MP windowed applications need to be written differently than traditional Brew MP applications.
  3. 所属分类:界面编程

    • 发布日期:2009-01-08
    • 文件大小:429.52kb
    • 提供者:bluecrest
  1. sizeof

    0下载:
  2. 全面理解sizeof 看完这篇文章 你就会全面了解sizeof-A comprehensive understanding of sizeof read this article you will fully understand the sizeof
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:10.98kb
    • 提供者:snow
  1. sizeof

    0下载:
  2. 衡量程序员水平高低的一个硬指标,对sizeof用法的掌握,字节对齐,永远都是公司(包括华为等大公司)衡量C/C++程序员水平的一大指标,我的经历告诉我,完全掌握sizeof用法,字节对齐,面试时薪水多上1000-2000元不是问题。-To measure the level of the programmer of a rigid target, sizeof usage of the master, byte alignment, will always be companies (inclu
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:68.39kb
    • 提供者:wahaha
  1. sizeof

    0下载:
  2. 这个文档里详细介绍了sizeof的用法以及与strlen用法的区别,对学习C语言的人很有帮助。-This document describes in detail the use of sizeof and strlen, and use the difference between people learning C language helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6.18kb
    • 提供者:haoli
  1. sizeof-Operator

    0下载:
  2. sizeof用法的详细介绍,包括各种数据类型,指针和数组-sizeof usage details, including a variety of data types, pointers and arrays
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:37.08kb
    • 提供者:
  1. CSharp-sizeof

    0下载:
  2. sizeof是C语言的一种单目操作符,如C语言的其他操作符++、--等。它并不是函数。-c language sizeof introducation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2.41kb
    • 提供者:kevin
  1. sizeof

    0下载:
  2. it is a simple program which shows command sizeofi t is a simple program which shows command sizeof-it is a simple program which shows command sizeofit is a simple program which shows command sizeofit is a simple program which shows command sizeof
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:adam
  1. sizeof

    0下载:
  2. sizeof求值得代码-sizeof evaluates code ..........
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:898byte
    • 提供者:陈思雨
  1. sizeof

    0下载:
  2. 使用运算符sizeof来确定数组所需的存储空间-use sizeof
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:143.8kb
    • 提供者:wnagyoa
  1. c++sizeof

    0下载:
  2. sizeof 资料总结,程序员笔试必会,实用(The programmer will do the test)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:23kb
    • 提供者:冯路遥
« 12 3 »
搜珍网 www.dssz.com