代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/225991/14507042
h print.h
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* gedit
*
* Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
*
* This program is free software; you can redistri
www.eeworm.com/read/171586/5392447
ini picasa.ini
[Picasa]
name=icons
description=
date=37800.692731
category=Other Stuff
www.eeworm.com/read/171586/5392448
ini picasa.ini
[Picasa]
name=collection
description=
date=37868.618634
category=Other Stuff
www.eeworm.com/read/171586/5392465
ini picasa.ini
[Picasa]
name=resources
description=
date=37893.715706
category=Other Stuff
www.eeworm.com/read/170988/5401689
cpp samclass.cpp
// samclass.cpp -- Property page provider and class installer for the SAMPLE class of devices
// Copyright (C) 1999, 2001 by Walter Oney
// All rights reserved
//
// This file, which was revis
www.eeworm.com/read/161513/5552206
java shapelayer2.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright
www.eeworm.com/read/473084/6855784
txt contents.txt
file dependence:
DOS:
just compile LPCDOS.C. It does necessary #include to pull everything
Windows - All you really need are (just add all of them to make your executable)
- io.c or io.lib (I
www.eeworm.com/read/194440/8192959
m el_buttondown.m
function el_buttondown
% Get the storage bucket
h=get(gcf,'children');
found=0;
for k=1:length(h)
if( strcmp(get(h(k),'type'),'uicontrol') )
if( strcmp(get(h(k),'style'),'text') )
i
www.eeworm.com/read/194440/8192966
m el_buttonup.m
function el_buttonup(action)
% turn off the window button functions
set(gcf,'windowbuttonupfcn','');
set(gcf,'windowbuttonmotionfcn','');
% we are adding (or deleting) a point to th
www.eeworm.com/read/194440/8193296
m simpledit.m
function simpledit(arg)
% SIMPLEDIT: can be used for simple graphical editing of line graphs
% hh=simpledit(fig)
%
% SIMPLEDIT is intended primarily to demonstrate how the EDITLINES functions
% c