代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/233955/4663193
rc simple.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
// Generated Help ID header file
#define APSTUDIO_HIDDEN_SYMBOLS
#include "resource.hm"
#undef APSTUDIO_HIDDEN_
www.eeworm.com/read/233955/4663195
dsp simple.dsp
# Microsoft Developer Studio Project File - Name="Simple" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/233955/4663199
cpp simple.cpp
// ------------------------------------------------
// File : simple.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Simple tray icon interface to PeerCast, mostly win32 related stuff.
//
//
www.eeworm.com/read/233955/4663206
simple makefile.simple
#CPPFLAGS = -pthread -D__cplusplus -D_UNIX -D_REENTRANT $(INCLUDES)
#LDFLAGS = -pthread
CPPFLAGS = -DPRIVATE_BROADCASTER -static -pthread -D__cplusplus -D_UNIX -D_LINUX_STATIC -D_REENTRANT $(INCLU
www.eeworm.com/read/233566/4666136
c simple.c
#include
#include
#include "altera_avalon_pio_regs.h"
#include "system.h"
#define NONE_PRESSED 0xF // Value read from button PIO when no buttons pressed
#define DEBOUNCE
www.eeworm.com/read/233448/4687781
java simple.java
public class simple
{
public static void main(String[] args)
{
System.out.println("hi");
}
}
www.eeworm.com/read/232407/4699882
cpp simple.cpp
#include
int main()
{
printf( "Hello from simple project!\n" );
return 0;
}