代码搜索:文件图
找到约 10,000 项符合「文件图」的源代码
代码结果 10,000
www.eeworm.com/read/246420/12725106
exe qq攻击文件生成工具.exe
www.eeworm.com/read/246420/12725110
zip qq攻击文件生成工具.zip
www.eeworm.com/read/332689/12743872
rar 新建文件夹.rar
www.eeworm.com/read/144834/12770493
exe 可执行文件.exe
www.eeworm.com/read/332124/12777044
c 读写文本文件.c
#include "stdio.h"
void main()
{
FILE *funny,*printer,*fp;
char c;
funny = fopen("TENLINES.TXT","r"); /*打开文本文件 */
printer = fopen("PRN","w"); /*开启打印机*/
fp = fopen("weew.
www.eeworm.com/read/332046/12783874
bat 首次使用运行此文件.bat
cd\
copy alasunsmscon.ocx %SystemRoot%\system32\alasunsmscon.ocx
copy mscomm32.ocx %SystemRoot%\system32\mscomm32.ocx
REGSVR32 alasunsmscon.ocx
REGSVR32 mscomm32.ocx
www.eeworm.com/read/332034/12784281
txt 将数据保存到文件.txt
CStdioFile file;
CString filename="C:\\NUM.dat";
CString str;
str.Format("%10.4f %10.4f %10.5f %10.6f\n",n1,n2,n3,n4);
if(!file.Open(filename,CFile::modeCreate|CFile::modeWrite))
{
file.C
www.eeworm.com/read/332034/12784306
txt 删除一个文件.txt
删除一个文件
//example for CFile::Remove
char* pFileName = "test.dat";
TRY
{
CFile::Remove( pFileName );
}
CATCH( CFileException,e)
{
#ifdef _DEBUG
afxDump
www.eeworm.com/read/144427/12795581
txt 中断说明文件.txt
/*
高特电子嵌入式软件组开发
*/
○初始化通讯端口
○接收头
○接收地址
○接收有效命令和数据
○进行出错校验
○进行地址核对
○进行帧处理
○恢复端口初始化状态
/*
本函数库高特电子专用不得擅自拷贝外传!
*/