代码搜索:practical

找到约 1,002 项符合「practical」的源代码

代码结果 1,002
www.eeworm.com/read/441469/7670059

cpp employesdlg.cpp

// EmployesDlg.cpp : implementation file // #include "stdafx.h" #include "Practical.h" #include "EmployesDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/441469/7670085

cpp custombutton.cpp

// CustomButton.cpp : implementation file // #include "stdafx.h" #include "Practical.h" #include "CustomButton.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE
www.eeworm.com/read/441469/7670106

cpp changeedit.cpp

// ChangeEdit.cpp : implementation file // #include "stdafx.h" #include "Practical.h" #include "ChangeEdit.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =
www.eeworm.com/read/252973/4400698

otx book.otx

% book.tex % Practical Compiler Construction % main book source % - We pick a5paper, but can switch to a4paper at any time. % - openany = chapters can start on right and left pages. % Alternative:
www.eeworm.com/read/380841/9126449

dfm unit_test.dfm

object Form1: TForm1 Left = 192 Top = 103 Width = 537 Height = 375 Caption = 'Some Zlib practical examples' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWind
www.eeworm.com/read/365346/9867371

m jd2dow.m

function dow=jd2dow(jd); % JD2DOW Converts Julian date to day of week (Sun=1,...,Sat=7) % Adapted from the algorithm from "Practical Astronomy with % Your Calculator" (Third Edition) by Peter Duf
www.eeworm.com/read/365346/9867453

m cal2jd.m

function jd=cal2jd(yr, mn, dy) % CAL2JD Converts calendar date to Julian date using algorithm % from "Practical Ephemeris Calculations" by Oliver Montenbruck % (Springer-Verlag, 1989). Uses astro
www.eeworm.com/read/365346/9867456

m jd2cal.m

function [yr,mn,dy]=jd2cal(jd) % JD2CAL Converts Julian date to calendar date using algorithm % from "Practical Ephemeris Calculations" by Oliver Montenbruck % (Springer-Verlag, 1989). Must use a
www.eeworm.com/read/356682/10222935

m jd2dow.m

function dow=jd2dow(jd); % JD2DOW Converts Julian date to day of week (Sun=1,...,Sat=7) % Adapted from the algorithm from "Practical Astronomy with % Your Calculator" (Third Edition) by Peter Duf
www.eeworm.com/read/356682/10222979

m cal2jd.m

function jd=cal2jd(yr, mn, dy) % CAL2JD Converts calendar date to Julian date using algorithm % from "Practical Ephemeris Calculations" by Oliver Montenbruck % (Springer-Verlag, 1989). Uses astro