搜索资源列表
C++程序设计语言实验三
- 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
SSCOM-SPt
- 8大特色: 1.自动枚举串口,这样避免了有些机器串口多,或者串号号>4的情况。 2.保存文件格式为txt和CSV,可选,方便做数据分析。 3.保存文件在执行文件程序路径下的SaveData文件夹里 4.增加多字节联合显示 5.2字节时,十六进制会加"0x"头,非十六进制时,以十进制显示,末尾自动加一空格,以区分。 6.4字节时,只能以十六进制显示(因十进制以超出范围,也没有必要显示那么大一个数)。 7.增加实时显示数据曲线功能。 8.界面更人性化,方便适用。
CC++InterviewHandbook
- CC++面试题大汇总.txt.汇集了近年来最核心的C,C++面试题,从原理进行分析。让你具备更多的笔试技巧-CC++ Face big test summary. Txt. Brings together the most recent years, the core C, C++ Face questions from the principle of analysis. Allows you to have more written skills
qclj
- 用批处理方式清除系统运行产生的垃圾文件,默认只清除C盘的相关内容-Using batch mode to remove the refuse generated by the system file, the default is only set to clear the relevance of the content of C
Read.a.file.line.function
- 本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
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
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.
35oe_yy115
- 演示地址:http://www.yy155.com/ (音乐区) 后台登陆:http://www.yy155.com/admin 帐号:admin 密码:123456 升级说明: 1、新增了歌手管理 2、新增了最新音乐生成 3、新增了热门音乐生成 4、新增了推荐音乐生成 5、新增了歌手生成 6、新增了专集生成 7、新增了音乐管理里面的热门推荐 8、新增了单音乐选择颜色
All-about-the-C-language
- C语言小程序,涵括二百多种常用C语言小程序,C语言初学者可以学习相关编程方法实例,压缩包内文档为TXT格式,复制即可使用。-C language small program, covers over two hundred kinds of commonly used C language small program that the C language beginners can learn the relevant programming method instance compresse
txt-reader
- 用c++在Qt上编的txt阅读器源代码,代码中含有详细注释-With c++ compiled on the Qt txt reader source code, the code contains detailed notes
cifafenxiqi.txt
- 这是一个用C++编写的词法分析器,功能最然比较简单,但基本的作用还是比较成功的实现-This is a C++ written lexical analyzer, the most natural is relatively simple, but the basic role is quite successful realization
C-ANSWER
- 光盘中的内容是书中实例程序代码、按章放置;光盘中所有程序在TC2.0或者在VC6.0下调试通过。具体的调试环境请参考每章下面的readme.txt。- The contents of the disc is the code example in the book, chapter by placing disc TC2.0 or all programs in VC6.0 debugging. Please refer to the specific debugging environm
txt-fenge
- txt分割 c语言小程序源代码 相关注释代码中已注明-text segmentation
217viterbi-decoding(C-language)
- C语言实现217卷积码的viterbi译码(软、硬判决的代码都有,运行时先在VC中分别运行软、硬判决的C程序,产生误比特率的数据并存储在.txt文件中,之后在matlab中读取数据,画出误比特率曲线,matlab程序也已给出)-C language achieve 217 viterbi decoding (including hard and soft decision,and the codes should be run in VC to generate and store the BE
C#动态创建文件并写入txt
- C#动态创建文件并写入txt示例 C#动态创建文件并写入txt(C# Create the file dynamically and write it txt)
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 命名空间,所以程序开
链表操作程序(完整)C语言.txt
- C语言链表操作示列。建立表,插入表,删除表,打印表等(C language list operations show columns.)
seg2格式地震数据读取C++
- 地震数据SEG-2文件读取和写入的C++源代码,供大家学习和参考,结果生成了一个txt的文件,保存了每个道中的所有采样点的数据