资源列表
C_helpful_decument
- 很好很全的c语言帮助文档,希望对大家有所帮助-Very good all the c language to help document, we hope to help
12345
- 数据库管理软件,自己编的可以参考方法,不懂的可以发QQ给我-Database management software
485tets
- 易语言编写的485串口测试软件软件,可进行固定分辨率测试或者全部波特率测试。自动显示测试结果。不使用易语言COM组件。-Easy language of 485 testing software software testing can be fixed resolution or all of the baud rate test. Automatically displays the test results. COM components do not use easy language.
read_RMP
- 基于C编写的读取RMP图像的代码,供参考学习用,望大家多多支持-RMP based on the image to read written in C code, for reference to learn from, hope everyone can support
calendar
- 基于C语言编写的日历的实现,供参考学习使用,希望大家多多支持-Based on the C language implementation of the calendar, learning to use for reference, hope you can
SQL-ScriptCreater
- 根据现有数据结果自动生成插入脚本、删除脚本等-According to the results of production data into existing scr ipts
yichang
- 异常处理是一种程序控制结构 抛出异常、捕获异常 三个关键字:throw, try{},catch{} -Exception handling is a program control structure throws an exception, an exception is caught three keywords: throw, try {}, catch {}
IO
- I/O流类库提供对象之间的数据交互服务 输出流:表示数据从内存传送到某个载体或设备中; 输入流:数据从某个载体或设备传送到内存缓冲区变量中。-I/O stream class library to provide data exchange services between the object output stream: said data transfer from memory to a vehicle or equipment input stream: data fro
jicheng
- 继承是面向对象程序设计的基本特征之一,是从已有的类基础上建立新类。继承性是面向对象程序设计支持代码重用的重要机制。-Inheritance is the basic object-oriented programming features, one is from an existing class based on the new class. Inheritance is object-oriented programming support an important mechanism f
lei
- 每一个实体都是对象。有一些对象是具有相同的结构和特性的。每个对象都属于一个特定的类型。 -Each entity is an object. Some objects have the same structure and characteristics. Each object belongs to a particular type.
xuhanshu
- 利用多态性可以设计和实现一个易于扩展的系统。在C++程序设计中,多态性是指具有不同功能的函数可以用同一个函数名,这样就可以用一个函数名调用不同内容的函数。 -The use of polymorphism can design and implement a scalable system. In C++ programming, polymorphism refers to a function with different functions can use the same funct
yunsuanfu
- C++中预定义的运算符的操作对象只能是基本数据类型,对于很多用户自定义类型,也需要有类似的运算操作,这就提出了对运算符进行重新定义,赋予已有符号以新功能的要求。-In C++ predefined operator operating the object can only be basic data types, for many user-defined types, operators also need to have a similar operation, which propos
