-
计算机编程和维护所有的源代码包含D。
电脑编程技巧与维护全部Delphi源代码,包含几十个使用的源代码。-computer programming skills and maintenance of all Delphi source code contains dozens of source code.
- 2022-10-14 23:40:03下载
- 积分:1
-
全屏编辑器的基本框架,应该算还凑合吧,里面的类容就要自己实现了,是我的课设题目。...
全屏编辑器的基本框架,应该算还凑合吧,里面的类容就要自己实现了,是我的课设题目。-the basic framework, it should count was modest, the category they have their own capacity to achieve, it is my class-based subjects.
- 2023-07-04 08:20:03下载
- 积分:1
-
使用libti TIFF位图
Bitmap to Tiff conversion using Libti
- 2022-05-29 13:49:07下载
- 积分:1
-
prepared by the recent temporary contact, interface for reference
java 编写的最近临接点问题,界面可以,仅供参考-prepared by the recent temporary contact, interface for reference
- 2022-08-02 15:41:16下载
- 积分:1
-
职工信息管理系统,很好
职工信息管理系统,很好-union information management system, good
- 2022-11-21 02:10:03下载
- 积分:1
-
2443系统的BSP,源代码
2443 wince5.0 bsp, source code-2443 wince5.0 bsp,source code
- 2022-02-05 06:17:51下载
- 积分:1
-
C,MFC源代码iteratordemo
C++、MFC源代码IteratorDemo-C, MFC source code IteratorDemo
- 2023-09-04 06:20:03下载
- 积分:1
-
完全二叉树的判别:输入一二叉树,判别是否为完全二叉树。...
完全二叉树的判别:输入一二叉树,判别是否为完全二叉树。-complete binary tree discriminant : Admission of a binary tree, to determine whether it fully binary tree.
- 2023-01-25 15:00:04下载
- 积分:1
-
This course is designed for individuals interested in developing their skills in...
This course is designed for individuals interested in developing their skills in Microsoft Visual C++ 6.0 while developing desktop applications. Topics include using the Microsoft Solutions Framework (MSF) building applications with the Microsoft Foundation Classes (MFC) creating user interfaces implementing application behaviors and working with persistent data. Also included are adding database support to applications creating Component Object Model (COM) components and ActiveX controls using MFC and the Active Template Library (ATL) Internet programming error handling, debugging, and testing and application deployment.
- 2022-04-01 21:44:40下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1