CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cfile
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Games
SDK
Other
Search - cfile - List
[
Other resource
]
cfile
DL : 0
tasking ede调试环境编译程序。-tasking ede debugging environment compiler.
Date
: 2008-10-13
Size
: 3.62kb
User
:
梁兆宽
[
Other resource
]
scs
DL : 0
Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt-Scs.cpp basic classification algorithm source code, the input data file cfile.txt, efile.txt, gfile.txt, pfile.txt, rfile.txt, tfile.txt
Date
: 2008-10-13
Size
: 7.57kb
User
:
严齐湘
[
Other resource
]
基本分类算法源程序
DL : 0
Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt-Scs.cpp basic classification algorithm source code, the input data file cfile.txt, efile.txt, gfile.txt, pfile.txt, rfile.txt, tfile.txt
Date
: 2008-10-13
Size
: 8.38kb
User
:
张文广
[
Other resource
]
VCram
DL : 0
VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MFC and Win32 API is available to support the document processing functions and classes, used the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile type
Date
: 2008-10-13
Size
: 101.57kb
User
:
victor
[
Other resource
]
GA-wangxp
DL : 0
王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 \\Sources 遗传算法相关自由软件及代码 -Wang Xiaoping "genetic algorithm -- Theory, Application and Software" CD with the book, the contents are : \\ GA book accompanying C or C source code files and executable files Scs.cpp basic classification algorithm-source Order, the importation of data files cfile.txt, efile.txt, gfile.txt. pfile.txt, rfile.txt. tfile.txt Sga.c basic genetic algorithm source files, input data files input, output file output A_life.c based on genetic algorithm simulation source Artificial Life, import data files GA_nn.c world based on genetic algorithm optimization neural network structure source, import data files Patmat.c sample extraction based on genetic algorithm-based graphics yuan source \\ Sour ces genetic algorithms and the associated free software code
Date
: 2008-10-13
Size
: 4.31mb
User
:
zhuli
[
Other resource
]
bmp1
DL : 0
一个简单的图象转换示例:利用MFC中的CFILE类将彩色BMP转换为灰度图,算法采用生理学标准,即0.3R+0.59B+0.11G-a simple image conversion Example : The MFC CFILE BMP type of conversion to color the gray level, the algorithm used in Physiology standards, R is 0.3 0.11G 0.59B
Date
: 2008-10-13
Size
: 1.63kb
User
:
苏进
[
Other resource
]
cfile
DL : 0
该代码可实现简单行编辑程序例,串操作应用举例,实现串的存储管理
Date
: 2008-10-13
Size
: 2.15kb
User
:
并刀如水
[
Other resource
]
kuangjiachuangkou
DL : 0
框架窗口 文 档 模 板 MFC文档读写机制 使用简单数组集合类 建立可序列化的类 文档序列化示例 使用CFile类 一般视图类的使用 文档与视图的相互作用 应用程序对象指针的互调 切 分 窗 口 一 档 多 视
Date
: 2008-10-13
Size
: 501.61kb
User
:
马刚
[
Other resource
]
GA-BP
DL : 0
本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序
Date
: 2008-10-13
Size
: 1.24mb
User
:
njustyw
[
Other resource
]
File
DL : 0
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Date
: 2008-10-13
Size
: 37.8kb
User
:
jiangyang520
[
Other resource
]
lesson12
DL : 0
孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Date
: 2008-10-13
Size
: 38.09kb
User
:
shanyingying
[
Other resource
]
myread
DL : 0
文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用
Date
: 2008-10-13
Size
: 36.05kb
User
:
周游
[
Other resource
]
cfile
DL : 0
使用C语言编写菜单的例子,简单实用,适合新手
Date
: 2008-10-13
Size
: 1.14kb
User
:
bin
[
Other resource
]
StudioFile
DL : 0
wince的CFile的扩展..比较好用-Jack CFile the expansion of better quality ..
Date
: 2008-10-13
Size
: 4.37kb
User
:
必
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.