-
guide_in_cpp
说明: C++编程指南电子版
,林锐博士的多年C++编程经验总结,其中C++编程中需要注意的问题和编程技巧总结的不错
(C++ programming guidelines electronically, Dr. Lin Rui years of Experience in C++ programming, including C++ programming problems that need attention and good programming skills summary)
- 2010-04-17 11:17:11下载
- 积分:1
-
quartus
此为quautus教程,请各位仔细去看吧,有不懂的和我联系(This is quautus tutorial, please look at it carefully, and I do not have contact)
- 2008-01-31 15:39:00下载
- 积分:1
-
Effective-and-More-Effective-CPP
关于高效的C++编程的电子书,内容很详细,对于C++学习很有用。(About efficient C++ programming e-books, the content is very detailed, very useful for C++ learning.)
- 2013-07-21 23:41:17下载
- 积分:1
-
danpianjiwaiwenfanyi
单片机的毕业论文的外文翻译,字数3000左右,希望对大家有所帮助。(SCM dissertation foreign language translation, 3000 words , we want to help everyone.)
- 2010-03-11 21:03:56下载
- 积分:1
-
c_ziliao
作为学习的资料,这是我学习c语言的一些重要记录(Information for learning, this is my c language learning some of the important records)
- 2009-06-05 22:53:21下载
- 积分:1
-
tanhaoqiangdiwuzhang
谭浩强c++课件第五章 是一个很好的C++学习课件 值得拥有(Hemopurification c++ courseware fifth chapter is a good learning courseware deserve C++)
- 2014-01-14 11:40:14下载
- 积分:1
-
lab1-windows
windows应用程序基础pptwindows应用程序基础ppt(windows program basic )
- 2015-12-07 15:09:46下载
- 积分:1
-
NURBS110707
高速切削加工技术是一种先进的制造技术,具有强大的生命力和广阔的应
用前景,已成为切削加工的主流。数控插补技术是数控系统实现轨迹运动控制
的基础,插补运算是CNC系统软件实现运动控制的核心模块,插补算法的优劣
将直接影响到CNC系统的性能。因此,实现一种高精度和高速度的插补方法是
插补的关键所在。
本文在分析传统基准脉冲插补、数据采样插补的算法的基础上,着重研究
了三次NURBS曲线实时插补技术,针对部分算法的不完整或效率低,提出了
一种简单快捷的插补算法。采用NURBS曲线的矩阵表达式,将整个插补过程
分解为插补预处理和实时插补。在插补预处理中完成了大量的计算,预处理的
计算结果直接应用于实时插补,使插补算法满足了NURBS曲线插补的实时性
要求,再辅以必要的轮廓误差控制,实现了加工速度自适应于加工路径的
NURBS曲线直接插补。
本文讨论的插补算法采用C++语言实现,并在VC++6.0的编程环境中实现
了插补算法的计算机仿真,验证了算法的正确性和可行性。(The high speed cutting is one of advanced manufacture technique,which has the powerful vitality and the broad application,and already became the mainstream of machining.The interpolation technology of NC is the foundation of path s control in the CNC system,and the interpolation operation is the core module of
CNC system software,which comes the motion control true.The interpolation
algorithm,whose function is good or bad,directly influences the performance of CNC system.So,a kind of interpolation method with the high accuracy and high speed is the key of interpolation.
Based on analyzing the traditional pulse interpolation and data sampling
interpolation,this paper emphasizes on the NURBS curve real-time interpolation
technology.In view of the partial algorithms which is incomplete and the low efficiency,this paper propose a simple and quick interpolation algorithm.Using the
matrix representation of NURBS curve,the whole interpolation process is divided into appropriate pretreat)
- 2011-07-07 11:46:17下载
- 积分:1
-
qkdmath
book about quantum security and quantum technique , like bb84 and sarg04 and other protocols
- 2013-02-08 02:16:10下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1