代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/282478/9091551
h dib.h
#if !defined(AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_)
#define AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/381461/9091674
cs token.cs
using System;
using System.IO;
using System.Text;
using System.Data;
using System.Threading;
using System.Security;
using System.Security.Cryptography;
namespace EnterpriseObjects
{
public
www.eeworm.com/read/282476/9091743
h dib.h
#if !defined(AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_)
#define AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/184555/9094103
pas main_form.pas
unit Main_Form;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, ToolWin, ComCtrls, ExtCtrls, Buttons, XPMenu,ImgList,DB,
DBTabl
www.eeworm.com/read/282428/9094311
gel sine4_poll.gel
/*Sine4_poll.gel Create slider and vary amplitude of sine wave*/
menuitem "Sine Amplitude"
slider Amplitude(1,10,1,1,amplitudeparameter) /*incr by 1,up to 10*/
{
amplitude = amplitudepara
www.eeworm.com/read/282428/9095297
gel amplitude.gel
/*Amplitude.gel Create slider and vary amplitude of sinewave*/
menuitem "Sine Amplitude"
slider Amplitude(10,35,5,1,amplitudeparameter) /*incr by 5,up to 35*/
{
amplitude = amplitudepa
www.eeworm.com/read/380937/9121982
c chain.c
/*建立一个整数链表*/
#include
#include
struct chain
{
int value;
struct chain *next;
};
struct chain *create()
{
struct chain *head, *tail, *p;
int x;
head = tail = NULL
www.eeworm.com/read/184043/9125234
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ShellCtrls,Zlib;
type
Tmain = class(TForm)
But