-
这个是C语言教室管理系统,可以用于大学教室,界面是命令提示符的...
这个是C语言教室管理系统,可以用于大学教室,界面是命令提示符的-This is a C language classroom management system, can be used in University classrooms, the interface is the command prompt
- 2022-09-20 13:05:03下载
- 积分:1
-
TaskSwitchXP 2.0.8用来替换默认的Windows XP / 2003任务切换界面…
TaskSwitchXP 2.0.8 用来代替Windows XP/2003默认的任务切换界面。它提供了更人性的任务切换管理界面,使用非常的方便。当按下Alt+Tab切换时(同时支持鼠标切换操作),它会列出所有正在运行中的应用程序窗口,并且在左侧提供该应用程序的界面截图。这个免费的软件小巧而运行迅速,支持XP/2003皮肤。-TaskSwitchXP 2.0.8 to replace the default Windows XP/2003 task switching interface. It offers a more humane task switching management interface is very convenient to use. When pressed Alt-Tab switching (also support mouse switching operation), it will list all the running in the application window, and left with the application interface screenshots. This small free software running quickly, support Advanced skin.
- 2022-03-26 17:00:14下载
- 积分:1
-
C# 自动监控文件修改并上传到服务器
资源描述
C# 自动监控文件修改
post到指定的url上。显示返回信息
- 2023-05-05 19:30:03下载
- 积分:1
-
基于QT的日志查看器
本程序基于QT开发,可以在WIndows和Linux系统上编译后使用;实现了对日志的可视化查看(数据库以sqlite3进行记录,支持sqlite3加密访问);目前实现了UI及功能,性能方面仍需要进行优化调整
- 2022-05-16 06:39:21下载
- 积分:1
-
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。...
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。-inquiries for the sports lottery jackpot, the first to write into their sports lottery number in a text file, then import the sport has always winning lottery number in a text file, it can inquiries.
- 2022-12-14 10:05:03下载
- 积分:1
-
registry amended document assembly
注册表修改组合文件-registry amended document assembly
- 2022-02-14 19:13:02下载
- 积分:1
-
详细介绍了wince下的图形编程,如何用画笔绘图,如何设置坐标...
详细介绍了wince下的图形编程,如何用画笔绘图,如何设置坐标-Described in detail under wince graphical programming, how to use brush drawings, how to set up coordinates
- 2022-04-09 15:12:17下载
- 积分:1
-
支持高级的拷贝/粘贴和拖放功能
支持高级的拷贝/粘贴和拖放功能-support for the High copy/paste and drag-and-drop function
- 2022-01-21 20:42:41下载
- 积分:1
-
wince下的触摸屏处理程序
wince下的触摸屏处理程序-weights under the touch-screen process
- 2022-05-21 15:34:48下载
- 积分: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