-
利用Visual Basic编写的小程序,将一款小巧的时钟放在桌面上显示时间。...
利用Visual Basic编写的小程序,将一款小巧的时钟放在桌面上显示时间。-The use of Visual Basic procedures for the preparation of small, will be a small clock on the table to show time.
- 2022-03-02 20:13:08下载
- 积分:1
-
包含多种使用数学小程序的程序包,对初学者入门有很大帮助
包含多种使用数学小程序的程序包,对初学者入门有很大帮助-Contains a variety of procedures for the use of mathematics in small packages, the entry of great help for beginners
- 2022-06-12 12:45:53下载
- 积分:1
-
jsp网上商城
一、系统开发环境为myEclipse,应用服务器为Tomcat,数据库环境为同时兼容MySql5.0、 Sqlserver2000、Sqlserver2005和Oracle,方便您选择和移植。二、系统采用B/S架构,开发同时通过IE、FireFox和Chrome等主流浏览器测试,使系统UI具备较强的兼容性。Web前台使用到的技术包括HTML、CSS等。三、系统采用struts+servlet+jsp架构进行开发,沿用MVC思想,使得项目层次更加清晰,提高了系统的安全性和可扩展性,方便功能扩展与二次开发。
- 2023-06-15 14:35:11下载
- 积分:1
-
Windows Mobile下获取手机IMEI的代码
Windows Mobile下获取手机IMEI的代码-Windows Mobile phone IMEI code
- 2023-03-22 18:50:03下载
- 积分:1
-
cc2640串口的设置
该代码主要是为初学者开发cc2640有很大的帮助,希望初学者好好看看
- 2022-01-25 22:11:42下载
- 积分:1
-
Binary search in C++6.0 compiler you can look through for reference only
折半查找在C++6.0编译下通过 大家可以看看仅供参考-Binary search in C++6.0 compiler you can look through for reference only
- 2023-08-06 20:20:03下载
- 积分:1
-
c语言班级学生花名册
本代码基本实现班级学生花名册的管理,包括学生信息的增加、删除、修改、查询,运用结构体存储学生的基本信息,包括姓名、年龄、成绩等,是C基础的应用
- 2023-09-01 00:15:03下载
- 积分:1
-
这是一款定时器软件,通过实际工程应用,可以精确到毫秒
这是一款定时器软件,通过实际工程应用,可以精确到毫秒-This is a timer software engineering through practical applications, can be accurate to milliseconds
- 2022-02-25 08:27:12下载
- 积分:1
-
PDU格式短信
应用背景短信客户端-服务器软件是用来发送,读取,删除消息。它采用GSM Modem发送短信。它侦听传入消息到达,过程读取消息并采取行动因此。这个短信软件需要gsmcomm库,你可以也可以下载。关键技术短信客户端和服务器是一个应用软件,用于发送和接收短信(SMS)。它侦听传入消息到达,处理该消息,如果它是一个有效的格式。注意处理到达的消息取决于应用程序将以后讨论。我要解释以下事情:通信端口设置接收消息发送消息阅读所有的邮件(由用户发送)删除邮件(一个或所有)我用thegsmcommlibrary发送和接收短信。你需要一个GSM调制解调器或电话发送短信。
- 2022-02-05 00:50:02下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1