代码搜索:Simple

找到约 10,000 项符合「Simple」的源代码

代码结果 10,000
www.eeworm.com/read/249981/12444007

mco simple.mco

/****************************************************************** * * * Copyright (c) 2001-2007 McObject LLC. All Right Reserved.
www.eeworm.com/read/148646/12446772

rc simple.rc

1 RCDATA "simple_res.zip"
www.eeworm.com/read/148646/12446775

cpp simple.cpp

#include #include #include #include "../../zip.h" #include "../../unzip.h" void CreateFiles(); // will create "\\simple.bmp" and "\\simple.txt" for subsequent z
www.eeworm.com/read/336198/12464706

c simple.c

/* Simple program to find the data directory using the Lotus C API for Notes/Domino Using main() as the entry point */ /* Include header files that we will need from the C library */ #in
www.eeworm.com/read/131693/14132748

cpp simple.cpp

// simple.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "simple.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) void HashTransformationWithDefaultTru
www.eeworm.com/read/131693/14132834

h simple.h

// simple.h - written and placed in the public domain by Wei Dai /*! \file Simple non-interface classes derived from classes in cryptlib.h. */ #ifndef CRYPTOPP_SIMPLE_H #define CRYPTOPP_SIMPL
www.eeworm.com/read/130919/14167495

txt simple.txt

a@,b,c:integer; a:=3; b:=5; if a>b then c:=a-b; else c:=b-a; while c>a do a:=a+1;
www.eeworm.com/read/130445/14193628

simple_load

#!/bin/sh module="simple" device="simple" mode="664" # Group: since distributions do it differently, look for wheel or use staff if grep '^staff:' /etc/group > /dev/null; then group="staff" else
www.eeworm.com/read/130445/14193631

c simple.c

/* * Simple - REALLY simple memory mapping demonstration. * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file
www.eeworm.com/read/130445/14193634

simple_unload

#!/bin/sh module="simple" device="simple" # invoke rmmod with all arguments we got /sbin/rmmod $module $* || exit 1 # Remove stale nodes rm -f /dev/${device}[rn]