-
C-LANGUAGE
C语言教程讲义(谭浩强).pdf初学者必须要看的讲义(C language tutorial notes (Tan Haojiang). PDF beginners must see notes
)
- 2014-09-23 15:12:59下载
- 积分:1
-
CsystemSimAndWA_11417507
通信系统仿真原理与无线应用,matlab仿真参考书(Communication System Simulation Theory and wireless applications, matlab simulation of reference books)
- 2009-12-17 13:59:51下载
- 积分:1
-
运动控制系统(陈伯时)
运动控制系统,用于运动控制算法设计的基础书籍(Motion control system, a basic book for motion control algorithm design.)
- 2020-11-18 14:19:38下载
- 积分: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
-
1947.Roswell.UFO.crash.related.news.section
1947年罗斯威尔飞碟坠毁事件相关报道
内容根据个人自述和会谈记录的提供者
Matilda O Donnell MacElroy
(马蒂尔达·欧’丹奈尔·马克艾罗伊)
(英文)编辑整理
Lawrence R. Spencer
(劳伦斯·斯宾塞)
主体部分内容摘录、翻译、编辑
一个中国人
第 2(1947 Roswell UFO crash reports related to the contents of records under the Personal Statement and talks provider Matilda O' Donnell MacElroy (martir Daou ' 丹奈尔马克Yiluo Yi) (English) edited by Lawrence R. Spencer (Lawrence Spencer) of the main part of the extract, translation, editing a Chinese 2)
- 2010-10-17 22:13:25下载
- 积分:1
-
code
华为OJ训练平台的基础篇的所有题目答案,已总结为各种类型,写成子函数,可以直接调用(Huawei OJ Basics training platform for all the questions answers are summarized for all types, written subroutines can be called directly)
- 2014-11-24 14:55:52下载
- 积分:1
-
S7-PLCSIMV5.4
西门子仿真编程软件S7-PLCSIM V5.4,用于S7-300/400系列PLC程序的仿真(S7-PLCSIM V5.4 offers the following new features with this release:
DP, Industrial Ethernet and PC Internal connection types supported in addition to MPI
Formerly, S7-PLCSIM used a default connection of MPI, address 2. With S7-PLCSIM V5.4, you can browse STEP 7 projects and select a networked node for establishing a simulation connection. S7-PLCSIM simulates the CPU of the selected node, all nodes that belong to that CPU, and the subnet of the selected node.
Increased number of blocks supported for simulation
S7-PLCSIM supports a set of OBs, SFBs, and SFCs as described in the electronic manual and online help. Of these, some are NOPs that is, they do not perform any operation. With S7-PLCSIM V5.4, the number of blocks that are not NOPs has increased.)
- 2020-06-25 23:40:01下载
- 积分:1
-
VB
说明: VB资料大全,内有很多VB编程技巧。有分类。
《VB精华文摘-窗体篇》 《VB精华文摘-控件篇》《VB精华文摘-其他篇》《VB精华文摘-数据库篇》《VB精华文摘-图形篇》 《VB精华文摘-网络篇》《VB精华文摘-文件篇》《VB精华文摘-系统篇》《VB精华文摘-游戏篇》《VB精华文摘-字符串篇》
(VB Sourcebook, there are a lot of VB programming skills. There are classification. )
- 2009-05-13 17:19:20下载
- 积分:1
-
NC-Programming-Courseware-entry
数控编程基础入门课件(本人非编程人员,但真心恳求得到一个下载个数)(NC Programming Courseware entry)
- 2014-05-21 08:49:04下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1