代码搜索:WriteFile
找到约 554 项符合「WriteFile」的源代码
代码结果 554
www.eeworm.com/read/405897/11455239
txt 函数说明.txt
一、VC中调用dll的说明
1.确认ghc715.dll在当前目录,与exe在同一目录或者在系统目录c:\windows\system
(对于win2k则在system32目录下)。
2.调用LoadLibrary加载dll:
gLibMyDLL = LoadLibrary("ghc715.DLL");
用完后在退出时应该释放:FreeLibrary(gLibMyDll);
www.eeworm.com/read/405759/11458121
cpp main.cpp
#include
#include
#include
#include
using namespace std;
void WriteFile(int c)
{
ofstream out1;
out1.open("out3.txt",ios_base::app);
out1
www.eeworm.com/read/405759/11458318
cpp main.cpp
#include
#include
#include
using namespace std;
void WriteFile(int c)
{
ofstream out1;
out1.open("out.txt",ios_base::binary|ios_base::app);
out1
www.eeworm.com/read/261681/11628268
c isr.c
#include "common.h"
#include "HAL.H"
#include "SL811.H"
#include "HPI.H"
#include "string.h"
extern XXGFLAGS bdata bXXGFlags;
//extern UART_CMD_BLOCK xdata inblock;
//extern unsigned char xdata
www.eeworm.com/read/261681/11628379
lst isr.lst
C51 COMPILER V6.21 ISR 06/13/2005 16:14:56 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE ISR
OBJECT MODULE PLACED IN ISR
www.eeworm.com/read/157969/11653438
h cnode.h
/* CNode声明 */
#ifndef POINT
#define POINT
#include "Head.h"
// 点
class CNode
{
public:
// 构造函数
CNode();
CNode( double nx, double ny, double nz, int num = -1);
// 添加约束,true表示约束
www.eeworm.com/read/345945/11778286
lst isr.lst
C51 COMPILER V6.20c ISR 08/21/2003 22:51:03 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE ISR
OBJECT MODULE PLACED IN IS
www.eeworm.com/read/152206/12132442
lst isr.lst
C51 COMPILER V6.20c ISR 08/21/2003 22:51:03 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE ISR
OBJECT MODULE PLACED IN IS
www.eeworm.com/read/252936/12253972
lst isr.lst
C51 COMPILER V7.50 ISR 11/02/2007 09:31:22 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE ISR
OBJECT MODULE PLACED IN ISR
www.eeworm.com/read/339052/12264482
c mars.c
/*********************************************************************/
/*-文件名:mars */
/*- */
/*-功能: 实现mars加密算法dll */
/*- */
/*-说明: