-
bcgsjy@linyiren
梁肇新的<编程高手箴言>,程序员必读()
- 2007-09-17 10:14:55下载
- 积分:1
-
bd-protocal
北斗一代通信协议,用于北斗通信程序编写的参考资料,希望对大家有用(Beidou generation communication protocol, Compass Resources for communication programs written .HOPE it s good use for you,)
- 2016-09-20 14:48:28下载
- 积分:1
-
zifufengeyushibie
车牌识别系统中的字符分割与识别 硕士论文 很有帮助(License Plate Recognition System Character Segmentation and Recognition of Master' s thesis helpful)
- 2009-05-05 14:49:44下载
- 积分:1
-
DiscreteMathematicsandItsApplications
一本非常NB的关于计算机的离散数学与应用书籍!(Discrete Mathematics and its Applications is a focused introduction to the primary themes in a discrete mathematics course, as introduced through extensive applications, expansive discussion, and detailed exercise sets. These themes include mathematical reasoning, combinatorial analysis, discrete structures, algorithmic thinking, and enhanced problem-solving skills through modeling. Its intent is to demonstrate the relevance and practicality of discrete mathematics to all students. The Fifth Edition includes a more thorough and linear presentation of logic, proof types and proof writing, and mathematical reasoning. This enhanced coverage will provide students with a solid understanding of the material as it relates to their immediate field of study and other relevant subjects. The inclusion of applications and examples to key topics has been significantly addressed to add clarity to every subject.
True to the Fourth Edition, the text-specific web site supplements the subject matter i)
- 2009-12-07 21:32:17下载
- 积分:1
-
gscplex_tutorial
CPLEX的学习资料,最近用这个软件的人越来越多了,尤其是PPT文件,很适合初学者快速入门
(CPLEX learning materials, most recently with this software, more and more people, and especially the PPT file, it is suitable for beginners Quick Start)
- 2009-11-26 16:50:15下载
- 积分:1
-
CsystemSimAndWA_11417507
通信系统仿真原理与无线应用,matlab仿真参考书(Communication System Simulation Theory and wireless applications, matlab simulation of reference books)
- 2009-12-17 13:59:51下载
- 积分:1
-
chap14(part1)
大学C++ 课程 模板PDF版 授课内容 详细(University C++ course template PDF version taught detailed)
- 2013-05-12 08:35:05下载
- 积分:1
-
machine-learning
几篇关于机器学习的PPT课件。A few PPT coursewares about machine learning.(A few PPT coursewares about machine learning.)
- 2013-09-02 20:21:51下载
- 积分:1
-
非线性优化中的经典算法
BriefDescriptionoftheLM
非线性优化中的经典算法,LM算法,老外写的,言简意赅,对写优化程序很有用(nonlinear optimization of the classical algorithm, LM algorithm, a foreigner writing is concise and clear and optimization process of writing useful)
- 2006-12-27 09:37:58下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1