USB atmeg8 ISP_源码.rar /* Name: main.c * Project: AVR-Doper * Author: Christian Starkjohann * Creation Date: 2006-06-21 * Tabsize: 4 * Copyright: (c) 2006 by Christian Starkjohann, all rights reserved. * License: Proprietary, see documentation. * Re
coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
C# 关机程序 收藏 1. using System; 2. using System.Runtime.InteropServices; 3. 4. class shoutdown{ 5. [StructLayout(LayoutKind.Sequential, Pack=1)] 6. internal struct TokPriv1Luid 7. { 8. public int Count; 9. public long Luid; 10. public int Attr; 11. } 12
阿罗
AC编译器,旨在提供快速编译和低内存使用率以及良好的诊断功能。
目前,大多数情况下都已经完成了预处理和解析,但是缺少任何其他东西。
# define MAIN ma##in
# ifndef FOO
int *something[ 5 ];
# endif
# if defined MAIN
int MAIN ( int argc, const char *argv[]) {
return 0 ;
}
# endif
var: '[5]*int'
name: somethi