登录
首页 » Windows开发 » VBO编程的基本功能实现,VC6环境,提高显示速度

VBO编程的基本功能实现,VC6环境,提高显示速度

于 2022-01-24 发布 文件大小:265.07 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

VBO编程的基本功能实现,VC6环境,提高显示速度-VBO realize the basic functions of programming, VC6 environment, and improve display speed

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C源码 随机分形雪花
    C源码 随机分形雪花-C source Random Fractal snowflakes
    2022-05-05 14:13:08下载
    积分:1
  • 在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时...
    在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。 对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。 每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。 在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求: 若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求; 一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放; 如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求; 如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。-the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an
    2022-07-12 16:39:28下载
    积分:1
  • Microsoft Speech SDK5.1语音编程,用于设计语音程序设计
    Microsoft Speech SDK5.1语音编程,用于设计语音程序设计-Microsoft Speech SDK5.1 sound programme for sound programme designing
    2023-06-23 23:05:05下载
    积分:1
  • MFC个性化菜单
    不错的MFC个性化菜单,可以添加菜单标题,实现XP形式的菜单项,具有渐变色形式
    2023-07-24 07:20:03下载
    积分:1
  • the main functions of the procedures for the sake of the smallest travel routing...
    本程序的主要功能为求最小乘车路径问题-the main functions of the procedures for the sake of the smallest travel routing problem
    2022-07-12 13:07:30下载
    积分:1
  • 学生信息管理系统
    学生信息管理系统-Student Information Management System
    2023-05-12 16:30:03下载
    积分:1
  • English 900 FOSS
    英语900句源码-English 900 FOSS
    2022-06-13 19:23:27下载
    积分:1
  • 自组织的无线传感器网络基于树能量均衡路由协议
    修改了 LEACH (低能量自适应聚类层次结构)。我们延长 LEACH 的随机簇头选择算法由一个确定性的组件。取决于网络配置网络增加约 30%的寿命是可以成功的。此外,我们提出一种新方法来定义使用三个新的衡量标准国防军 (第一个节点模具)、 海航 (一半的节点还活着) 和淋巴切除术 (最后一个节点模具) 的微传感器网络生存期。
    2022-01-27 10:52:26下载
    积分:1
  • White board like windows NetMeeting, Dll source code.
    类似于Windows的电子白板的一个动态链接库,通过动态链接库导出来的3个函数可以实现绘图的功能-White board like windows NetMeeting, Dll source code.
    2022-02-05 01:07:32下载
    积分:1
  • 求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • •...
    求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路-circuit for the smallest functional Hamilton : n vertices with the right graph G, a Hamilton Circuit is a sequence of vertices v1, v2,# 8226# 8226# 8226# 8226 T. which each vertex vi even from one side to a vi (i = 1,2,# 8226# 8226# 8226# 8226# 8226, n-1), which was connected to the T. v1. All the Hamilton circuit, finding a value and the right to the smallest circuit, this circuit is the smallest HamiltonianCycle
    2023-08-14 10:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载