-
C++programseji2
作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。(as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu)
- 2020-06-26 04:20:02下载
- 积分:1
-
[cheat-project
asdadqw afssdsa soalsdjl x
- 2014-01-27 07:22:51下载
- 积分:1
-
myDataCollect
C#编写的串口数据采集器,实时动态显示曲线!这是个一个医疗器械做的一个测试工具!还不错!动态显示动态保存数据!(C# prepared by the serial data acquisition, real-time dynamic display curve! This is a medical device to do a test tool! Pretty good! Dynamic Display Dynamic saved data!)
- 2020-11-04 09:49:51下载
- 积分:1
-
Seabed-Terrain
基于LOD技术的3D海底地形仿真系统。主要讲述海底地形的绘制及仿真系统的组成。(Based on the LOD 3D seafloor topography simulation system. Focuses on the composition of the seabed topography mapping and simulation system.)
- 2012-03-08 09:35:35下载
- 积分:1
-
fluent UDF求解圆柱涡致振动问题(VIV.c)
基于Fluent软件平台,采用C语言编写UDF(User defined function)模拟圆柱振子在不同流速的风作用下的横向振动。采用Newmark-β方法求解结构运动方程,通过调节γ和β基本能得到较好结果。
- 2020-12-03下载
- 积分:1
-
VCMulti-Language
本程序演示了VC++界面程序多语言支持的实现方法:
1.根据用户选择的不同语言,加载不同版本的资源文件,进行切换;
2.同一个VC++界面程序据此支持多种语言。 (This program demonstrates the C++ interface, multi-language support program implementation methods:
1. Depending on the language selected by the user to load a different version of the resource file, switching
2. Same procedure whereby a VC++ interface supports multiple languages.)
- 2015-10-16 10:05:34下载
- 积分:1
-
基于距离向量算法的路由协议的实现RIP
说明: 基于距离向量算法的路由协议的实现,用c++实现了rip路由协议的距离向量算法,支持动态路由表的变化。(Implementation of routing protocol based on distance vector algorithm)
- 2020-07-17 02:08:49下载
- 积分:1
-
EpoxyTimer(Server)
用于银胶或其他有特定使用寿命的物料的计时器,有标签打印功能。(Server端)(For silver plastic or other materials of a particular service life of the timer, and label printing capabilities. (Server-side))
- 2012-11-04 07:36:21下载
- 积分:1
-
MODBUS
C#写了一款上位机监控软件,基于MODBUS RTU协议。 软件的基本结构:
采用定时器(Timer控件)为时间片。
串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。
把正确接收的数据取出,转换为有特定的结构体中。
数据通过时间片实时刷新。
MODBUS协议(C# write a PC monitoring software, based MODBUS RTU protocol. The basic structure of the software: using the timer (Timer Control) as a time slice. Serial port using serialPort1_DataReceived interrupt reception, and make judgments MODBUS format. Removing the correctly received data is converted to a specific structural body. Real-time data through the time slice refresh. MODBUS protocol)
- 2013-07-09 14:32:22下载
- 积分:1
-
TCP/IP客户端和服务器端源代码,好用!
用VC 6.0实现了Tcp/ip服务器端和客户端实例。对该方面的编程者极其有用。有界面。 TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
- 2021-05-06下载
- 积分:1