搜索资源列表
5个遗传算法源码
- (其中已经包含5个源码)所附源程序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 基于遗
proxyserver
- 这是一个proxy server 源码,save client/server transaction data to c \\temp\\proxylog.txt modify regdata.java to piont to destination server. -This is a proxy server source code, save client / server transaction data to c \\ temp \\ proxylog.txt modif
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
TxT 用C#写的记事本
- 用C#写的记事本,除windows自带记事本的功能外还可以实现字体,及颜色等格式设置。-Written in C# Notepad, comes in addition to windows Notepad function also allows font and color formatting.
txt-split1.2
- 按大小分割文本,按份数分割文本,统计文本 Borland c++;文本分割器-Divided by the size of the text, divided according to number of copies the text, statistical ;text;split;Borland c++
las2txt
- 读取las文件并转换为txt文件 (C++源码)-Read las file and convert to txt file (C++ source code)
Excel-To-TXT
- C++Builder开发的Excel转TXT格式转换器-Excel To TXT
Excel
- c# Excel操作控件,全源码,项目中使用很不错-c# Excel operating controls, all-source project to use very good
TXT_quantities_to_generate_CHM_file
- 批量将TXT生成CHM文件(TXT文件需要ANSI格式) 这是一款将批量(即多个)TXT(文本文件)生成一个CHM文件的免费绿色工具,将多个TXT文件生成CHM文件的好处在于可以批量浏览,方便传播以及能够起到禁止使用者更改其中的内容。将工具操作十分方便,选择一个TXT文件所在的目录,输入CHM标题,按下“立即生成”即可。 注意:该工具操作的TXT文件文件最佳编码是ANSI格式,至于批量转换ANSI格式的工具请联系我获得。 -TXT quantities to ge
txt
- C++编写的片断,可实现读取和显示TXT文档的功能-C++ to prepare the clips can achieve TXT file to read and display the function
txt
- 读写.txt文件,给每一行数据加入注释,编程环境为Visual C-Write and read .txt files and andd notes to every line.
read.Txt
- 本程序实现了如何用C去读.txt文档中不定个数的数字。经证明可用。也多请指证。-This program implements how to use C to read. Txt document in the variable number of figures. Proved available. Were also many invited to testify.
txt
- 利用vs 中的 c++语言对txt文件经行读取,并且对txt文件并输出-C++ to read txt file and the output
TxT
- Visual Studio 2008 C# 实现的记事本源码-Visual Studio 2008 C# source code to achieve Notepad
hex_dec_convert.txt
- c program for MCU to covert number between hex and decimal. Decoder for 7 segment LED with hex or decimal number.
example-code-for-stc-chip(keil-c)
- 宏晶公司的stc系列单片机应用例程,基于STC12C5616AD系列单片机平台。文件包含串口使用,时钟使用,EEPROM,adc转换等内容,为txt格式的c代码,建议使用keil c集成环境进行开发-Wang Jing' s stc MCU application routines, based on STC12C5616AD MCU platform. File contains the serial port to use, use the clock, EEPROM, adc con
C
- 使用c语言对txt进行读写的程序,对于大的txt读写,可以提高速度-Txt read and write using c language program for the txt to read and write , can improve the speed
AD.txt
- AD转换的例程,供大家一起学习参考,一起交流进步吧(AD conversion, for everyone to learn and reference Program based on C language)
c#搜索引擎
- C#语言,今提取多个html文件里的文件名和磁力链接表格数据到txt文件里(C# languageDays of registration, Dianjiang did not send third parties, no major event, what is the way to play, send anti-virus on time?)
C#读取文件
- C# 读取文件 C#读取TXT文件实现的一些总结: 1、Niit.txt 默认在 File_read\bin\Debug 文件下! 假如你不想程序运行报错,那么就在这个文件下建立 1)因为这里咱们是读取文本,所以Niit.txt,内容自己写一下!留心两点 1.1)文件最好不要写中文的,否则运行结果用 ?代替中文~ 2.2)最首要 的,你写完了内容要保存文本后再运行,才会显示你添加的内容 2、读写文本操作要领来源于 System.IO 命名空间,所以程序开