登录
首页 » Windows开发 » 为<实用Viusal C++ 6.0 教程>的源码,VC开发的,很经典,适合初学者。...

为<实用Viusal C++ 6.0 教程>的源码,VC开发的,很经典,适合初学者。...

于 2022-07-04 发布 文件大小:8.25 MB
0 82
下载积分: 2 下载次数: 1

代码说明:

为的源码,VC开发的,很经典,适合初学者。-For < practical Viusal C++ 6.0 Tutorial> the source, VC development, it is a classic, suitable for beginners.

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

发表评论

0 个回复

  • 生产者和消费者
    producer and consumer
    2022-03-30 18:35:18下载
    积分:1
  • A basic Calculator using Swing
    A basic Calculator using Swing -A basic Calculator using Swing
    2022-11-10 06:10:03下载
    积分:1
  • “跑快”是民间流传的一种常见的扑克牌游戏,52张牌为…
    “跑得快”是流传于民间的一种常见的扑克牌游戏,52张牌分配给东、南、西、北四家,每家13张,最快出掉手中牌者胜出,所胜点数为其他家手中所剩的牌的张数。出牌组合包括: (1) 单张,大小排列为 3 4 5 6 7 8 9 10 11(J) 12(Q) 13(K) 1(A) 2 (2) 炸弹,4张同点为炸弹,大点压小点,可压任意组合或单张; (3) 同花顺,同一种花色,5连张为同花顺,起张大且张数大时压其它同花顺,也可压其它任何顺; (4) 顺,不同花色,5连张为顺,起张大时压其它顺; (5) 三同,3张牌同点,大点压小点; (6) 对,两张牌不同点为对。 根据上述组合,出牌时能压上家时必须压,否则违规,为简单起见,每回合开始时出牌都从北家开始,并按北、西、南、东次序出牌,某轮次最大的一家再出牌。编写程序实现洗牌发牌,并模仿四家进行游戏,最后统计赢家点数。 -"Run fast" is the spread in the private sector a common poker games, 52 cards assigned to the east, south, west, north four, each 13, the fastest card out off the hands of those who win, the victory points for other homes in the hands of the cards the number of sheets remaining. A brand portfolio includes: (1) leaflets, size of the arrangement for the 3 4 5 6 7 8 9 10 11 (J) 12 (Q) 13 (K) 1 (A) 2 (2) bombs, four bombs with the point, big point pressure dots can be any combination of pressure, or leaflets (3) with a straight flush, the same color, five even Zhang flush, since Da is lar
    2022-01-21 02:14:12下载
    积分: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
  • Mil y Una noches book
    Mil y Una noches book
    2022-02-09 23:39:06下载
    积分:1
  • 双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!...
    双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!-Two-way linked list of the insert and delete, I pure rookie, code level, please forgive me!
    2023-04-05 16:30:04下载
    积分:1
  • 文件操作包装类
    文件操作包装类-Encaplating Class for file operation
    2023-04-22 15:25:02下载
    积分:1
  • 文本控件自动滚动文本(视觉基本6)
    在Text控件里自动滚动文字(Visual basic 6.0)-the Text Control is automatically scrolling text (Visual basic 6.0)
    2022-01-30 18:59:20下载
    积分:1
  • recorded communications source code management system (TURBOC2.0 through) some v...
    通迅录管理系统源代码(TURBOC2.0通过) 很实用的一段代码 希望站长采纳-recorded communications source code management system (TURBOC2.0 through) some very practical hope head of mining code Thank you satisfied
    2022-08-22 19:54:10下载
    积分:1
  • 这是一个求非线性方程一个实根的牛顿法,函数返回标志值。若返回的标志值大于等于0则表示正常返回...
    这是一个求非线性方程一个实根的牛顿法,函数返回标志值。若返回的标志值大于等于0则表示正常返回-This is a nonlinear equation for a real root of the Newton method, function return value signs. If the sign of the return value greater than or equal to 0 that the normal return
    2022-02-24 10:03:58下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载