-
本程序是本人根据著名的酷讯网的特价机票信息而定制编写的一个特价机票查询软件,可以设置监视查询的时间间隔,软件实现了报告从选择日起连续4天内的最低机票价格并直接引...
本程序是本人根据著名的酷讯网的特价机票信息而定制编写的一个特价机票查询软件,可以设置监视查询的时间间隔,软件实现了报告从选择日起连续4天内的最低机票价格并直接引导至酷讯网页面。-This program is my cool hearing under the well-known network of special ticket information prepared by a special ticket custom query software, you can set up to monitor the query interval, the software realization of a report from the selection within 4 consecutive days from the date of the lowest ticket prices and direct guidance surface hugging News website.
- 2022-12-10 17:10:03下载
- 积分:1
-
实现n维向量的加减乘运算
适合c++初学者,里面的构造函数,拷贝构造函数都涉及到了指针,有一定难度
- 2022-01-26 00:14:57下载
- 积分:1
-
使用QT实现文本查找
使用QT实现简单的文本查找功能,对初学者很有用的资源。
- 2022-11-18 05:30:03下载
- 积分:1
-
stm32模拟i2c读取eeprom程序
stm32模拟i2c读取24C02的eeprom程序,作者亲自测试可用,下载后可学习i2c,stm32等知识。
- 2022-05-20 16:18:06下载
- 积分:1
-
多种LED切换,加速和减速
利用中断,定时来编写LED灯,可以实现多种LED的切换,还可以加速减速切换,开发工具是keil,板子是cortex M3的LPC1768,希望能帮助大家学习,共勉
- 2022-05-08 15:07:45下载
- 积分:1
-
三层架构 PPT 课件
一套清晰的三层结构 PPT 课件 学生可以参考(C# winform Three-tier structurePPT courseware students can refer to)
- 2020-06-24 07:00:02下载
- 积分:1
-
C# 各种路径汇总 实例
应用程序目录/.net framework目录 等各种路径,不断更新中
- 2020-10-28 16:49:58下载
- 积分:1
-
C#的链表
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
namespace NodeList
{
///
/// 自定义Information类
///
public class Information
{
public int nID = 1;
public string StrName = "";
///
/// 构造
///
///
///
public Information(int id,string name)
- 2022-06-13 20:33:26下载
- 积分:1
-
用C#编写获取远程IP,MAC的方法
用C#编写获取远程IP,MAC的方法-C# prepared Remote Access IP, the MAC
- 2023-07-29 12:35:03下载
- 积分:1
-
多种方法实现排序
这是学校上机的实验结果,老师的要求是实现多种方法的排序,并实现时间复杂度的计算,以考虑每种算法的简便程度,我分别采用了冒泡、选择、插入、堆、快速和二路归并排序方法。并获得实验结果,归并排序的实现最快。
- 2022-05-14 05:49:56下载
- 积分:1