-
a VB can be prepared by practicing calligraphy good compact (including source co...
一个用VB编写的能练习书法的小巧好程序(包括源代码)实现无纸练习书法的目的-a VB can be prepared by practicing calligraphy good compact (including source code) to achieve paperless practice calligraphy purpose
- 2022-03-12 20:56:12下载
- 积分:1
-
超市后台管理系统
本系统实现了用户的登录与注册,超市员工信息的管理,商品库存以及出库、入库的管理,以及不同管理员权限的管理。
- 2022-07-24 11:36:43下载
- 积分:1
-
预付费出租车预订系统
intellidispatch出租车预订系统是一个智能软件,用于预付费出租车预约系统。距离计算是自动使用谷歌地图接口;
- 2023-01-21 02:25:04下载
- 积分:1
-
ascii chart a scii chart
ascii chart a scii chart -ascii chart ascii chart ascii chart
- 2022-06-28 09:52:48下载
- 积分:1
-
该程序可用于数据插值,特别是气象数据插值,IDL写的,遥感气象数据同样可用...
该程序可用于数据插值,特别是气象数据插值,IDL写的,遥感气象数据同样可用-The program can be used for data interpolation, especially the meteorological data interpolation, IDL wrote, remote sensing meteorological data can be used the same
- 2022-04-19 14:17:42下载
- 积分:1
-
俄罗斯方块
一个俄罗斯方块游戏
对游戏控制的类
package com.main;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.*;
import javax.swing.border.Border;
import javax.swing.border.EtchedBorder;
public class ControlPanl extends JPanel
- 2022-01-22 00:16:48下载
- 积分:1
-
This program used An SDK to add GPS support to your Windows applications
This program used An SDK to add GPS support to your Windows applications
- 2022-02-15 16:02:35下载
- 积分:1
-
本文介绍了nn+ga+sa+fuzzy等算法的总结性的东西,对于这些算法有初步认识,很有帮助...
本文介绍了nn+ga+sa+fuzzy等算法的总结性的东西,对于这些算法有初步认识,很有帮助-nn sa ga fuzzy algorithms such as a summary of things, these algorithms have an initial understanding and helpful
- 2022-03-05 07:25:38下载
- 积分:1
-
哈希算法
一个简单的哈希算法,适合初学者理解和运用的简单的哈希算法,在初次学习哈希的时候,初学者很容易不明白怎么使用哈希,本例即是一个简单应用,可以让初学者立刻明白哈希的使用方法,和明白一些哈希的高明之处。
- 2023-03-09 22:00:03下载
- 积分:1
-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1