Displaying 3 results from an estimated 3 matches for "fld1".
Did you mean:
fld
2008 Sep 06
0
Tab control using FXRuby
...icalFrame.new(self,LAYOUT_NORMAL|LAYOUT_FILL_X|LAYOUT_FILL_Y)
main = FXScrollWindow.new(amain, LAYOUT_FILL_X|LAYOUT_FILL_Y)
addr= FXMatrix.new(main, 2,MATRIX_BY_COLUMNS|LAYOUT_CENTER_X)
# addr
FXLabel.new(addr, "First Name" ,
nil,LABEL_NORMAL|LAYOUT_FILL_X|LAYOUT_FILL_Y)
fld1= FXDataTarget.new("")
fld1a=FXTextField.new(addr,20, fld1, FXDataTarget::ID_VALUE,
FRAME_SUNKEN|LAYOUT_FILL_X|LAYOUT_FILL_Y)
fld1a.connect(SEL_COMMAND) do
puts "fld1 contains #{fld1.value}"
main.setPosition(-10, -10)
end
FXLabel.new(addr, "Surname" , nil,LA...
2007 Aug 28
6
Factor levels
Dear R-users,
I have found this not-so-recent post in the archives -
http://tolstoy.newcastle.edu.au/R/devel/00a/0291.html - while I was
looking for a particular way to reorder factor levels. The question
addressed by the author was to know if the read.table function could be
modified to order the levels of newly created factors "according to the
order that they appear in the data
2009 Jan 07
3
[LLVMdev] LLVM optmization
...MENT
_c$ = 8 ; size = 4
_thread_call PROC ; COMDAT
; 29 : int num = 1;
; 30 : int (*fp)(int, int, double) = (int (*)(int, int,double)) c;
; 31 : //printf("\n(1)threadid = %ld seqt=%ld inum=%d",GetCurrentThreadId(),num,inum);
; 32 : int ret = fp(num,1000000000,1);
fld1
push esi
sub esp, 8
fstp QWORD PTR [esp]
push 1000000000 ; 3b9aca00H
push 1
call DWORD PTR _c$[esp+16]
add esp, 16 ; 00000010H
; 33 : printf("\n(2)leu %ld threadid = %ld seqt=%ld ",ret , GetCurrentThreadId(),num);
push 1
mov esi, eax
call DWORD PTR __imp__GetCurrent...