-
该代码是在Turbo c中实现了一个界面化的娱乐小程序,包含了日历、时钟、贪食蛇游戏...
该代码是在Turbo c中实现了一个界面化的娱乐小程序,包含了日历、时钟、贪食蛇游戏-the code is in Turbo c fulfill the interface of a small entertainment procedures, including a calendar, clock, Tanshichi games and so on. .
- 2022-10-02 09:20:03下载
- 积分:1
-
莫尔斯电码编纂
这个程序需要文本输入,将其显示为莫尔斯电码,并输出声音代码的扬声器。不仅仅是Windows。
- 2023-03-06 15:05:04下载
- 积分:1
-
公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是...
公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-Gregorian calendar (Gregorian calendar) and the Lunar New Year (lunar calendar) each conversion to the Lunar calendar is the code from the Internet when I switch to make the lunar calendar of the code and wrote a sample program. In fact, there are many Internet-related to the Lunar calendar control, but as a programmer it is not accustomed to using other people
- 2022-01-28 12:14:41下载
- 积分:1
-
自己用VC写的一个RPG 有图片显示有地图代码没有剧情
自己用VC写的一个RPG 有图片显示有地图代码没有剧情-Their use of VC has written an RPG picture shows a map code does not plot
- 2022-03-16 12:31:58下载
- 积分:1
-
关机接口及其演示程序
关机接口及其演示程序-shutdown interface and Demonstration Program
- 2022-06-17 14:26:17下载
- 积分:1
-
SMTP(发送E
SMTP(发送E-mail),供大家参考,希望大家喜欢-SMTP (Send E-mail), for your information, I hope everyone likes
- 2023-05-19 20:15:03下载
- 积分:1
-
指数平滑预测数据输入:
指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k-- smoothing cycle* n-- raw data Number* m-- forecast steps* alfa-- weighting* x-- at the raw data array pointer output : s1-- return value to a point meeting smoothing results array pointer* s2-- return value to the point second exponential smoothing results array pointer* s3-- return value to point to three exponential smoothing results array pointer* xx-- return value to point to the results of forecasts array pointer
- 2022-01-26 04:45:02下载
- 积分:1
-
这个是用分段法求解线形方程组的算法,可以看一下,有帮助的...
这个是用分段法求解线形方程组的算法,可以看一下,有帮助的-this section is used method of linear equations algorithm can look at, help
- 2022-07-26 12:19:25下载
- 积分:1
-
Wince5.0下WIFI程序。提供获取WIFI连接状态,信号强度,连接信道,AP名称,ping,复制文件,全频段搜索并显示AP等功能...
Wince5.0下WIFI程序。提供获取WIFI连接状态,信号强度,连接信道,AP名称,ping,复制文件,全频段搜索并显示AP等功能-Wince5.0 procedures under the WIFI. Providing access to WIFI connection status, signal strength, connection channels, AP name, ping, copy files, full-band features such as search and display AP
- 2022-03-05 12:18:03下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1