代码搜索:dynamic
找到约 10,000 项符合「dynamic」的源代码
代码结果 10,000
www.eeworm.com/read/281087/10265953
dfm dynamic.dfm
object Form1: TForm1
Left = 201
Top = 216
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/424490/10442942
dll dynamic.dll
www.eeworm.com/read/278884/10499846
cpp dynamic.cpp
// Dynamic.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "Dynamic.h"
#include "MainFrm.h"
#include "DynamicDoc.h"
#include "DynamicView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
www.eeworm.com/read/278884/10499860
suo dynamic.suo
www.eeworm.com/read/278884/10499887
ico dynamic.ico
www.eeworm.com/read/278884/10499889
ncb dynamic.ncb
www.eeworm.com/read/278884/10499893
sln dynamic.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dynamic", "Dynamic.vcproj", "{0597B9D4-F4B0-455B-9F73-3B7852092320}"
ProjectSection(P
www.eeworm.com/read/278884/10499919
rc dynamic.rc
// Microsoft Visual C++ 生成的资源脚本。
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// 从 TEXTINCLUDE 2
www.eeworm.com/read/278884/10499926
h dynamic.h
// Dynamic.h : Dynamic 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CDynamic
www.eeworm.com/read/421976/10673271
c dynamic.c
# include
# include
# define NUM 10
int main()
{
char *str[NUM]; /* 定义一个字符性的指针数组 */
int t;
/* 为数组中的每个指针分配内存 */
for(t=0; t