-
基于UG、GRIP的NC程序编制的二次开发
说明: 基于UG、GRIP的NC程序编制的二次开发(Secondary development of NC programming based on UG and GRIP)
- 2020-06-18 21:00:04下载
- 积分:1
-
Cyuyan100li-p
本PDF内有100道C++基础知识的编程,讲述了各种情境下的编程方法,为初学C++着提供良好的平台实例。(This PDF is 100 basic knowledge of c++ programming, programming method, tells the story of a variety of situations for beginners c++ provides a good platform for instance.)
- 2014-07-05 18:15:10下载
- 积分:1
-
Mind_power
About mind power, how to succeed in life by positive thinking ..
- 2009-07-09 04:49:13下载
- 积分:1
-
deep-learning-turior
一本英文版的深度学习教程,内容全面,值得得初学者学习。(A deep learning in English tutorial, comprehensive, is worth to beginners learning. )
- 2015-03-06 11:54:39下载
- 积分:1
-
buck
基于平均法的buck型DC/DC建模步骤,包括电压模和峰值电流模。增加了误差放大器放大倍数的确定,电源调整率,负载调整率和三种变换器的一阶等效模型(Based on the average of the buck-type DC/DC modeling steps, including the voltage mode and peak current mode. An increase of the error amplifier to determine the magnification, adjust the rate of power supply, load-adjusted factor and three first-order equivalent converter model)
- 2009-03-10 10:49:28下载
- 积分:1
-
深入理解C#(中文第三版)
说明: 深入理解C#(中文第三版)pdf文档 带目录清晰版(C# in depth)
- 2020-06-20 23:20:02下载
- 积分:1
-
LATEX-install-and-use
中文LATEX_安装与使用(优秀教程),用于latex学习应用。(Chinese LATEX_ install and use (excellent tutorial) for latex-learning applications.)
- 2014-02-19 20:06:50下载
- 积分:1
-
ecc
说明: This paper analyzes the cryptography scheme of the Trust Platform Model(TPM). The focus of the discussion would be the comparison of elliptic curve cryptography and the nowadays widely used 2048-bit RSA in evaluating which would be better suited to be used on TPM. A TPM implementation scheme based on ECC is proposed, which includes encryption and decryption schemes, signature and verification scheme, key agreement scheme. Corresponding examples of TPM commands would also be given.
- 2019-06-13 14:53:45下载
- 积分:1
-
Installing_the_IMSL_Fortran_Windows
Installing the IMS Fortran windows
- 2010-03-05 03:40:17下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1