代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/383013/8981459
dpr example.dpr
program Example;
(*$WARNINGS OFF*)
(*$HINTS OFF*)
uses
Forms,
UnitExample in 'UnitExample.pas' {FormAES};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'AES 加密算
www.eeworm.com/read/177459/9451834
txt readme.txt
Author: Dale Roberts, Direct I/O and Windows NT
Here are two helpful hints to get you going with GIVEIO. The first
section below mentions the INSTDRV utility that is provided with the
Microsof
www.eeworm.com/read/160412/10534437
dpr example.dpr
program Example;
(*$WARNINGS OFF*)
(*$HINTS OFF*)
uses
Forms,
UnitExample in 'UnitExample.pas' {FormAES};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'AES 加密算
www.eeworm.com/read/444599/7611020
m dimedit_callback.m
function DimEdit_Callback(hObject, eventdata, handles)
% Hints: get(hObject,'String') returns contents of DimEdit as text
% str2double(get(hObject,'String')) returns contents of DimEdit as a
www.eeworm.com/read/444599/7611028
m sigmaedit_callback.m
function SigmaEdit_Callback(hObject, eventdata, handles)
% Hints: get(hObject,'String') returns contents of SigmaEdit as text
% str2double(get(hObject,'String')) returns contents of SigmaEdit
www.eeworm.com/read/444599/7611040
m fileedit_callback.m
function FileEdit_Callback(hObject, eventdata, handles)
% Hints: get(hObject,'String') returns contents of FileEdit as text
% str2double(get(hObject,'String')) returns contents of FileEdit as
www.eeworm.com/read/444599/7611052
m coloredit_callback.m
function ColorEdit_Callback(hObject, eventdata, handles)
% Hints: get(hObject,'String') returns contents of ColorEdit as text
% str2double(get(hObject,'String')) returns contents of ColorEdit
www.eeworm.com/read/444599/7611054
m pointsedit_callback.m
function PointsEdit_Callback(hObject, eventdata, handles)
% Hints: get(hObject,'String') returns contents of PointsEdit as text
% str2double(get(hObject,'String')) returns contents of PointsE
www.eeworm.com/read/444599/7611055
m matrixedit_callback.m
function MatrixEdit_Callback(hObject, eventdata, handles)
% Hints: get(hObject,'String') returns contents of MatrixEdit as text
% str2double(get(hObject,'String')) returns contents of MatrixE
www.eeworm.com/read/436200/7775334
txt readme.txt
Author: Dale Roberts, Direct I/O and Windows NT
Here are two helpful hints to get you going with GIVEIO. The first
section below mentions the INSTDRV utility that is provided with the
Microsof