代码搜索:modify
找到约 10,000 项符合「modify」的源代码
代码结果 10,000
www.eeworm.com/read/216463/15006088
html modify.html
Notes on Modifying the LDPC Programs
Notes on Modifying the LDPC Programs
Here are a few notes on how to modify the programs to add new t
www.eeworm.com/read/215854/15037502
h modify.h
#pragma once
// CModify 对话框
class CModify : public CDialog
{
DECLARE_DYNAMIC(CModify)
public:
CModify(CWnd* pParent = NULL); // 标准构造函数
virtual ~CModify();
// 对话框数据
enum { IDD
www.eeworm.com/read/215854/15037513
cpp modify.cpp
// Modify.cpp : 实现文件
//
#include "stdafx.h"
#include "Registry.h"
#include "Modify.h"
// CModify 对话框
IMPLEMENT_DYNAMIC(CModify, CDialog)
CModify::CModify(CWnd* pParent /*=NULL*/)
:
www.eeworm.com/read/114701/15041321
h modify.h
#if !defined(AFX_MODIFY_H__5F023D0C_44B1_4ED0_BE0A_24FC3CC41E1A__INCLUDED_)
#define AFX_MODIFY_H__5F023D0C_44B1_4ED0_BE0A_24FC3CC41E1A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/114701/15041335
cpp modify.cpp
// Modify.cpp : implementation file
//
#include "stdafx.h"
#include "Registry.h"
#include "Modify.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/114701/15041352
obj modify.obj
www.eeworm.com/read/114492/15051602
dfm modify.dfm
object ModifyForm: TModifyForm
Left = 159
Top = -13
Width = 725
Height = 507
Caption = #20462#25913#25968#25454#36164#26009
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Fon
www.eeworm.com/read/114492/15051686
pas modify.pas
unit Modify;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls, ComCtrls, Grids, DBGrids, ImgList,
ToolWin, DBC
www.eeworm.com/read/114492/15051732