搜索资源列表
NT环境下进程隐藏的实现
- 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
桌面hhs
- 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
namab
- ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KE
fchh
- 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
sizeof()thinkof
- 一些学C的忠告以及有小程序可学习。应该是终生受用的。-some school and the advice of a small procedure can learn. Should be a lifelong legacy.
duoxiangshi
- 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
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
4
- 学会对文件的记录锁定,及解锁。#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)
sizeof
- 以上为sizeof的基本用法,在实际的使用中要注意分析VC的分配变量的分配策略,这样的话可以避免一些错误
sizeof
- 全面理解sizeof 看完这篇文章 你就会全面了解sizeof-A comprehensive understanding of sizeof read this article you will fully understand the sizeof
sizeof
- 衡量程序员水平高低的一个硬指标,对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
sizeof
- 测量字符串大小, 类型不同测试程序类型不同测试程序-sizeof Measure string size, type, different testing procedures
sizeof
- 这个文档里详细介绍了sizeof的用法以及与strlen用法的区别,对学习C语言的人很有帮助。-This document describes in detail the use of sizeof and strlen, and use the difference between people learning C language helpful.
sizeof-Operator
- sizeof用法的详细介绍,包括各种数据类型,指针和数组-sizeof usage details, including a variety of data types, pointers and arrays
CSharp-sizeof
- sizeof是C语言的一种单目操作符,如C语言的其他操作符++、--等。它并不是函数。-c language sizeof introducation
sizeof
- 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
sizeof()
- 描述了C语言中sizeof函数学习过程会遇到的问题及好的解决办法-Describes the C language learning process will encounter problems, how to improve program quality and good solution
sizeof
- sizeof求值得代码-sizeof evaluates code ..........
sizeof
- 使用运算符sizeof来确定数组所需的存储空间-use sizeof
c++sizeof
- sizeof 资料总结,程序员笔试必会,实用(The programmer will do the test)
