代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/127767/14337976
txt e980. creating a password jtextfield component.txt
When the user hits RETURN, the text field fires an action event.
JPasswordField textfield = new JPasswordField("Initial Text");
textfield.setEchoChar('#');
textfield.addActionListener(
www.eeworm.com/read/229304/14346022
credits
This is partial credits list, let me (kwall@kurtwerks.com) know
if you have contributed some patches/code for qce-ga/qc-usb
but your name is missing.
Andrey Sapozhnikov : HDCS1020 s
www.eeworm.com/read/229057/14354731
l btsrv-lexer.l
%{
/*
Affix - Bluetooth Protocol Stack for Linux
Copyright (C) 2001 Nokia Corporation
Original Author: Dmitry Kasatkin
This program is free software; you can
www.eeworm.com/read/228696/14367719
lst main.lst
C51 COMPILER V6.23a MAIN 11/14/2002 00:32:15 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m
www.eeworm.com/read/228696/14367737
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/228407/14386589
c nch452.c
#include
#include "nch452.h"
int second=0;
/****************************************************************************
* 名称:DelayNS()
* 功能:长软件延时
***********************************
www.eeworm.com/read/227713/14417420
s tct.s
;/*************************************************************************/
;/* */
;/* Copyright (c) 1993-2002 Accelerated
www.eeworm.com/read/227639/14418809
c 数据结构3.c
#include
void main()
{
struct childrec/*定义结构体*/
{
char initial; /* 姓名首字母 */
int age; /* 年龄 */
int grade; /* 考试成绩 */
}boy,girl;
www.eeworm.com/read/226843/14450440
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/125538/14488490
h fileheader.h
#include"DFY\type.h"
//.DFYexe file header
typedef struct tagDFYexeFileHeader{
WORD wFileVersion;//the version number of DFYexe file
WORD wFileSize;//the body file size of DFYexe file ,not inc