-
Programming.Pearls.pdf
[计算机科学经典着作].Programming.Pearls.pdf.zip
编程珠玑(Programming.Pearls PDF)
- 2009-12-03 21:41:25下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1
-
PowerSystemStabilityAndControl
《电力系统稳定与控制》的影印版,作者是加拿大不列颠哥伦比亚省电力技术实验室公司的总裁及首席执行官Prabha Kundur( Power System Stability and Control, the author of the Canadian Columbia Electric Power Technology Laboratory Company President and Chief Executive Officer Prabha Kundur)
- 2017-03-24 10:45:31下载
- 积分:1
-
第五版数字通信答案
该文档是数字通信第五版的课后答案,英文版的答案(This document is the answer to the fifth edition of digital communication after class and the answer to the English edition.)
- 2020-11-10 19:29:47下载
- 积分:1
-
MATLAB Codes for Finite Element Analysis
有限元分析的matlab代码- 结构
本书旨在为读者提供一些有限元的matlab代码。
在简短介绍MATLAB之后,这本书说明了有限元。
用简单的脚本和函数实现一些问题。
.离散系统,如弹簧和杆
.梁和框架在二维和三维中的弯曲
.平面应力问题
.弯曲板
.Timoshenko明德林梁和板的自由振动,包括叠层复合材料
.Timoshenko梁和明德林板的屈曲(MATLAB Codes for Finite Element Analysis- Solids and Structures
This book intend to supply readers with some MATLAB codes for finite element analysis of solids and structures.
After a short introduction to MATLAB, the book illustrates the finite element
implementation of some problems by simple scripts and functions.
The following problems are discussed:
.Discrete systems, such as springs and bars
.Beams and frames in bending in 2D and 3D
. Plane stress problems
.Plates in bending
.Free vibration of Timoshenko beams and Mindlin plates, including laminated composites
.Buckling of Timoshenko beams and Mindlin plates)
- 2020-12-08 09:39:20下载
- 积分:1
-
shiyanxinlixue
实验心理学,相信对很多研究心理学的同仁们会有很大的帮助,内部版本(Experimental psychology believe pairs many research psychology colleagues be great help, internal version)
- 2009-12-21 11:28:05下载
- 积分:1
-
android001
安卓人才企业面试题汇总,是从事安卓软件开发工作应聘时必要的宝典(Andrews personnel and enterprises face questions summary is engaged in the Android software development work necessary when candidates Collection)
- 2013-09-21 01:07:33下载
- 积分:1
-
雷英杰-MATLAB遗传算法工具箱及应用
matlab遗传算法工具箱的使用方法,较为全面的遗传算法工具箱使用教程(Matlab genetic algorithm toolbox using a more comprehensive use of genetic algorithm toolbox tutorial)
- 2021-01-17 23:38:48下载
- 积分:1
-
Python程序设计与算法基础教程
Python程序设计与算法基础教程,利用Python进行ABAQUS的二次开发(Python Basic Course of Programming and Algorithms, Secondary Development of ABAQUS with Python)
- 2020-06-22 20:20:01下载
- 积分:1
-
BeginningSQL
This one of the good tutorial about SQL for beginners.
- 2010-08-16 19:17:56下载
- 积分:1