-
一个关于时钟显示的C语言程序。是24小时制式显示。
一个关于时钟显示的C语言程序。是24小时制式显示。-A clock displayed on the C language program. 24-hour format is displayed.
- 2022-02-28 10:47:42下载
- 积分:1
-
小木偶Win32汇编教学,将离线版本。之间的有限..
小木偶Win32汇编教学,整理后的离线网页版本。MASM32或TASM代码。-small puppet Win32 compilation teaching, putting the offline version. Between code or TASM.
- 2022-01-25 22:22:15下载
- 积分:1
-
bos物流项目
主要技术,采用的传统框架struts 2 、spring 、hibernate,页面采用easyui,后台用到 hession远程调用客户服务crm系统,shiro框架做的认证和授权,activiti工作流做的自动分单和业务流转,工具eclipse,服务器用到tomcat、
- 2022-04-07 02:17:10下载
- 积分:1
-
jsp简单电商网站设计
实现功能登陆、注册、个人中心、购物车增删改、动态商品页面
- 2022-02-02 01:57:50下载
- 积分:1
-
访问时间测试
CF card access time test
- 2022-05-20 20:59:04下载
- 积分:1
-
在线订票
在线旅游机票预定是制造的 Java J2EE 技术。门户网站是通过互联网预订机票的帮助。
数据库是在 Oracle 中,使用 struts 1.x framewok。各种用户机票订票过程中有各种角色
管理员具有完全控制的网站上。他可以将代理添加,添加公车之旅等。
各种模块如下
1) 管理员
2) 代理
3) 用户
- 2023-06-12 22:55:23下载
- 积分:1
-
skype api application6
skype api application6
- 2022-03-25 03:57:00下载
- 积分:1
-
这个小软件能帮助你迅速而准确的同时查出1~12个汉字的区位码,并且记录你最近50次的查询记录,使你不再为一个个汉字的区位码而东翻西找。 而且这是一个纯绿色的小软...
这个小软件能帮助你迅速而准确的同时查出1~12个汉字的区位码,并且记录你最近50次的查询记录,使你不再为一个个汉字的区位码而东翻西找。 而且这是一个纯绿色的小软件,你只需将它复制到一个新建的文件夹内,不需要时你只要将这个文件夹删除即可,绝不会在你的系统中留下任何垃圾文件。更重要的是这是一个完全免费的且不需要注册的小软件而已,如果你喜欢你可以将它推荐给任何人。-small software can help you quickly and accurately detect the same time a ~ 12 Chinese characters in an area code, and record your last 50 inquiries record so that you no longer a Chinese characters in an area code and find overturned. But this is a pure small green software, you need to copy it to a new folder, as long as you do not need at this folder can be deleted and will not be in your system to leave any garbage documents. More important is that this is a completely free and does not require registration of small software only, if you like you can recommend it to anyone.
- 2023-07-06 19:15:03下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
c#编程开发实现HID设备的检测识别
本软件是采用c#编写,用于实现对于HID设备的识别检测,可以准确检测到HID设备(例如U盘)的插拔,并予以显示。虽然实现的是简单的HID功能,但具有很好的参考价值
- 2022-02-26 18:47:04下载
- 积分:1