-
Window 编程例子, 比较cool !
Window 编程例子, 比较cool !-Programming examples about window,which is cool relatively.
- 2022-03-24 19:46:45下载
- 积分:1
-
Virtual virtual function usage
Virtual虚函数用法-Virtual virtual function usage
- 2022-08-25 03:38:04下载
- 积分:1
-
循序渐进学习使用WINPCAP(一).
循序渐进学习使用WINPCAP(一).-gradual learning WINPCAP (1).
- 2022-06-16 05:38:22下载
- 积分:1
-
经典的扫雷游戏,详细的源代码,功能丰富,易操作。
经典的扫雷游戏,详细的源代码,功能丰富,易操作。-Mine the classic games, detailed source code, feature-rich, easy-to-use.
- 2022-08-09 17:16:18下载
- 积分:1
-
显示时间分钟秒,利用了定时器的中断来编程,可以做一个电子钟...
显示时间分钟秒,利用了定时器的中断来编程,可以做一个电子钟-Show Time minutes, seconds, using a timer interrupt programming, we can do an electronic clock
- 2022-02-01 15:11:30下载
- 积分:1
-
编写msn messenger程序需要的idl,和typelib
编写msn messenger程序需要的idl,和typelib-Msn messenger program requires the preparation of the idl, and typelib
- 2022-07-14 13:11:22下载
- 积分:1
-
计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项...
计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项式的类型定义。 2、输入多项式的算法。 3、多项式相减的算法-Design a Calculator of polynary Multinomial,following the 4 basic functions:
1.Input and Creat a polynary multinomial
2.Output the polynary multinomial
3.Add two polynary multinomials
4.Subtract two polynary multinomials
[Experimentation Paper Eequirment]
1.Definition of polynary multinomial types
2.The algorithm of inputing a polynary multinomial
3.The algorithm of substraction of polynary multinomials.
- 2022-03-22 01:09:34下载
- 积分: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
-
时间/日期显示,关机提醒,万年历,关机,重启,注销,开启音乐,并可开机启动。...
时间/日期显示,关机提醒,万年历,关机,重启,注销,开启音乐,并可开机启动。-Time/date display, shut down reminders, calendar, shutdown, restart, write-off, open the music, and start-up.
- 2022-02-06 07:02:32下载
- 积分:1
-
MyEclipse JAVAWeb 增删查改
java web ,MVC模式,最简洁界面直观的员工管理系统,增删查改功能,mysql数据库,MyEclipse工具使用,jdk1.7 tomcat7环境下使用
- 2022-02-24 20:53:21下载
- 积分:1