-
立项文档 立项文档 立项文档
立项文档 立项文档 立项文档 -Project documentation project documentation project documentation project documentation project documentation
- 2023-03-31 01:50:03下载
- 积分: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
-
数独游戏C++代码,在VC6.0下运行在控制台上,使用回溯法解决,…
数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, and then can enter the number of known points and coordinates, numbers (request can not be against the rules), and then meet the conditions will generate an example.
- 2023-03-24 18:10:03下载
- 积分:1
-
keil HDI 客户端
此应用程序不仅演示使用 Microsoft 基础类的基本知识外,也是编写 USB HID 应用程序的起始点。
- 2022-11-17 22:00:03下载
- 积分:1
-
簇树数据结构建设和搜索程序使用编程接口。
聚类树数据结构的构造和检索程序使用Vc编程接口控制台读取文档(对象.txt)钩子和构造输出聚类树(cluster)_树.txt)另外两个搜索功能对象搜索:输入搜索项目坐标值范围搜索:输入搜索范伟回来在object的限制范围内(object不在可除4的行中)
- 2022-03-19 04:38:20下载
- 积分:1
-
use a browser control Delphi examples
一个使用Delphi控制浏览器的例子-use a browser control Delphi examples
- 2022-02-03 00:16:00下载
- 积分:1
-
车辆管理系统软件,有具体的流程和指导,希望大家批评指正
车辆管理系统软件,有具体的流程和指导,希望大家批评指正-vehicle management system software, there are specific procedures and guidance, we hope that the criticism correction
- 2023-02-27 16:20:04下载
- 积分:1
-
一个图标编辑源程序,实现了图标的编辑。用的是vb语言。
一个图标编辑源程序,实现了图标的编辑。用的是vb语言。-an icon editing source code, achieving icon editor. The language is vb.
- 2022-08-16 18:11:08下载
- 积分:1
-
自己开发的基于ADO的词典编纂工具 其中包含一个ADO类
自己开发的基于ADO的词典编纂工具 其中包含一个ADO类-own development based on ADO lexicography tool which includes a category ADO
- 2022-03-20 10:32:42下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1