代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/194440/8194593
m simpledit.m
function simpledit(arg)
% hh=simpledit(fig)
%
% SIMPLEDIT is intended primarily to demonstrate how the EDITLINES functions
% can be hooked to GUI components. For a description of the mouse button
%
www.eeworm.com/read/146620/12630330
ini picasa.ini
[Picasa]
name=PICS
description=
date=35985.000000
category=Other Stuff
www.eeworm.com/read/135930/13885970
opt sound2sun.opt
identification="V1.0"
!
! Basic C library stuff
!
sys$share:vaxcrtl/shareable
www.eeworm.com/read/235612/14060097
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/235612/14060105
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/235612/14060413
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
www.eeworm.com/read/235612/14061342
m simpledit.m
function simpledit(arg)
% hh=simpledit(fig)
%
% SIMPLEDIT is intended primarily to demonstrate how the EDITLINES functions
% can be hooked to GUI components. For a description of the mouse button
%
www.eeworm.com/read/110432/15533626
c formout.c
/* Chapter 10 - Program 1 */
#include "stdio.h"
main()
{
FILE *fp;
char stuff[25];
int index;
fp = fopen("TENLINES.TXT","w"); /* open for writing
www.eeworm.com/read/109413/15557951
java hsqlsimpleapp.java
package src;
import java.sql.DriverManager;
import java.sql.Connection;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Properties;