代码搜索:myfunction
找到约 720 项符合「myfunction」的源代码
代码结果 720
www.eeworm.com/read/272188/10966632
cpp myfunction.cpp
#include "stdafx.h"
#include "a1.h"
#include "myfunction.h"
#include "DrawDlg.h"
#include "ScrollPrintView.h"
_ConnectionPtr LRunSql::m_database;
LRunSql::LRunSql()
{
m_recordset.CreateInst
www.eeworm.com/read/272188/10966766
h myfunction.h
#ifndef LRUNSQL
#define LRUNSQL
class CDrawDlg;
void DateToInt(CString date,int& year,int& month,int& day);
bool OpenPrintFrame(CWnd* parent,CDrawDlg * m_draw);
#define XS 0
#define XSTH 1
www.eeworm.com/read/272187/10967007
cpp myfunction.cpp
#include "stdafx.h"
#include "a1.h"
#include "myfunction.h"
#include "DrawDlg.h"
#include "ScrollPrintView.h"
_ConnectionPtr LRunSql::m_database;
LRunSql::LRunSql()
{
m_recordset.CreateInst
www.eeworm.com/read/272187/10967116
h myfunction.h
#ifndef LRUNSQL
#define LRUNSQL
class CDrawDlg;
void DateToInt(CString date,int& year,int& month,int& day);
bool OpenPrintFrame(CWnd* parent,CDrawDlg * m_draw);
#define XS 0
#define XSTH 1
www.eeworm.com/read/465716/7052470
py myfunction.py
#: c01:myFunction.py
def myFunction(response):
val = 0
if response == "yes":
print "affirmative"
val = 1
print "continuing..."
return val
print myFunction("no")
print myFunc
www.eeworm.com/read/239553/7071637
c myfunction.c
// ----------------------------------------------------------------------------- MYFUNCTION
float MyFunction(struct position pos,struct param param, struct model model)
{
float a_1,a_2;
int d,dma
www.eeworm.com/read/119976/7086798
vhd myfunction.vhd
Library IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
package MyFunc IS
Function max(L, R: INTEGER) return INTEGER ;
Function "+"(L:STD_LOGIC_VECTOR;R:STD_LOGIC_VECTOR) return STD_LOGIC_VECTOR;
END Pac
www.eeworm.com/read/193007/7151526
cpp myfunction.cpp
#include "stdafx.h"
#include "a1.h"
#include "myfunction.h"
#include "DrawDlg.h"
#include "ScrollPrintView.h"
_ConnectionPtr LRunSql::m_database;
LRunSql::LRunSql()
{
m_recordset.CreateInst
www.eeworm.com/read/193007/7151590
h myfunction.h
#ifndef LRUNSQL
#define LRUNSQL
class CDrawDlg;
void DateToInt(CString date,int& year,int& month,int& day);
bool OpenPrintFrame(CWnd* parent,CDrawDlg * m_draw);
#define XS 0
#define XSTH 1
www.eeworm.com/read/455033/7379404
cpp myfunction.cpp
// Example C++ function "myfunction", dynamically loaded into "load.edp"
// ---------------------------------------------------------------------
// $Id: myfunction.cpp,v 1.5 2008/07/23 20:11:51 hecht