-
MFC下光标资源操作
MFC下光标资源操作-MFC resources to operate under the cursor
- 2022-12-18 13:40:03下载
- 积分:1
-
vb界面设计比较好的控件
vb界面设计比较好的控件--作OfficeXP那一套界面包括Outlook-vb interface design better controls-- for Erickson interface including those set Outlook
- 2022-07-27 08:36:56下载
- 积分:1
-
一个用来演示组合框和列表框的对话框应用程序,选择购买的商品后添加到列表框中。...
一个用来演示组合框和列表框的对话框应用程序,选择购买的商品后添加到列表框中。-used to demonstrate a combination of frame and dialog box applications, choose to buy commodities, add to the list box.
- 2022-06-13 18:18:31下载
- 积分:1
-
vdcsdfs
;主程序:
LOOP: SETB P10 ;(1)
LCALL DELAY ;(2)
CLR P10 ;(3)
LCALL DELAY ;(4)
AJMP LOOP ;(5)
;以下子程序
DELAY: MOV R7,#250 ;(6)
D1: MOV R6,#250 ;(7)
D2: DJNZ R6,D2 ;(8)
DJNZ R7,D1 ;(9)
RET ;(10)
END ;(11)
-vdcsdfs
- 2022-05-19 09:56:06下载
- 积分:1
-
如何用风险投资来创建一个完整的
How use VC to Create a Full-Colored CListCtrl
- 2022-08-15 03:41:25下载
- 积分:1
-
马踏棋盘及迷宫算法的动画演示,用VC实现,COOL!
马踏棋盘及迷宫算法的动画演示,用VC实现,COOL!-chessboard and horse riding maze algorithm animation demonstration, with VC, COOL!
- 2023-03-23 07:15:03下载
- 积分:1
-
suitable for beginners vc familiar with the use ide
适合初学vc,熟悉ide之用-suitable for beginners vc familiar with the use ide
- 2022-03-12 10:49:45下载
- 积分:1
-
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址...
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址-C# VSTO C# written procedures, self-starting outlook, and to automatically fill in the recipient addressee column Office Address
- 2022-03-12 01:30:41下载
- 积分:1
-
持续化更新的视状态和在DLL中使用托管扩展
持续化更新的视状态和在DLL中使用托管扩展-continuous update of the state and as the DLL using managed expansion
- 2023-05-07 01:00:04下载
- 积分:1
-
寻路算法动态展示
一、 实验目的与要求
1) 熟悉两种路由算法Dijkstra和Bellman‐ford;
2) 开发一个具有良好的用户体验软件;
二、 实验内容
1) 能够存储和表示给定拓扑结构
2) 能够实现Dijkstra和Bellman‐ford算法
3) 根据指定结点,生成路由表并演示算法每一步执行情况
4) 加分项目:GUI界面演示所有信息
- 2022-07-12 07:36:18下载
- 积分:1