-
selectinto
一个利用SELECTINFO生成临时列表的小工程,值得看看(SELECTINFO generated using a provisional list of small-scale projects, it is worth a look)
- 2009-09-10 16:40:23下载
- 积分:1
-
VC++开发的GIS系统源码无错完整版
说明: 一个完整的可运行利用c++创建的GIS系统(A Complete Running GIS System Created by C++)
- 2020-06-22 21:40:01下载
- 积分:1
-
stone_choice
很小很经典的一个游戏——取石子,一次只允许取1到3的整数,最后取走石子的一方失败。(A small classic games- from stone, to allow only take a 1-3 integer, and finally took away the stones of one loser.)
- 2008-12-26 15:22:54下载
- 积分:1
-
ns-3-ptp-master
说明: 在通信网络中,许多业务的正常运行都要求网络时钟同步,在NS2上实现PTP协议(In the communication network, the normal operation of many services requires network clock synchronization. The PTP protocol is implemented on NS2.)
- 2021-05-13 05:30:03下载
- 积分:1
-
seq
在数值模拟中控制网格和物体按照设计的需要振动,然后进行数值模拟。(In the numerical simulation, the control grid and the object are vibrate according to the needs of the design, and then the numerical simulation is carried out.)
- 2017-12-18 15:23:08下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
TestCom
Connect comport to PC and Test
- 2019-01-03 18:36:26下载
- 积分:1
-
gggggggggggg.f90
流体力学压科比第三方俄罗斯课件挺两考得四(Russia' s third-party courseware fluid pressure Bryant two managed to get four very)
- 2011-08-14 12:53:52下载
- 积分:1
-
ray
随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
- 2013-11-01 10:33:06下载
- 积分:1
-
VB_PPT
VB.NET 程序设计语言课程内容
第一章:概述
第二章:使用窗体和控件
第三章:变量和数组
第四章:过程
第五章:判断结构与循环结构
第六章:验证用户输入
第七章:面向对象编程
第十一章 使用 ADO.NET
数据库概念
ADO.NET 概述
使用数据
数据库概念
数据库术语
数据库编程的工作方式
SQL
连接环境
非连接环境
课堂练习 区别适用于连接或非连接方案的场景
数据库术语
数据库编程的工作方式
SQL
连接环境
在连接环境中,应用程序会持续连接到数据源上
优点
连接环境更易于维护
并发控制更容易
与非连接环境相比,数据更容易刷新
缺点
必须维持稳定的网络连接
有限的可扩展性
非连接环境
非连接环境是指可以在本地对数据进行单独修改,然后再把修改更新到数据库
优点
与数据源保持连接的时间短,而且并发访问的连接数少,从而能为更多用户提供服务
非连接环境大大增加了连接的可用性,从而改善了应用程序的可扩展性和性能
缺点
数据不总是最新的
可能发生更改冲突,这是个必须解决的问题 ()
- 2008-05-12 11:06:03下载
- 积分:1