-
clock
一个很好的VB时钟源码,有时针,分针,秒针,源码测试通过(A good source VB clock, hour, minute, second hand, source testing by)
- 2013-01-22 10:03:11下载
- 积分:1
-
LaocalChatSystem
局域网聊天系统服务端,局域网聊天系统服务端,局域网聊天系统服务端(LAN server chat system, local area network server chat system, local area network server chat system)
- 2009-12-26 14:27:48下载
- 积分:1
-
arma_analyse-and-forecast
1、时间序列的ARMA(自回归移动平均)算法代码实现;
2、能用于平稳时序的分析和预测;
3、使用C/C++开发。(1、The codes relization of timeseries arma forecast method
2、Be used in analyzing and forecast in timeseries
3、Be developed by C/C++ tool.)
- 2021-04-29 11:08:43下载
- 积分:1
-
BtnDownUp
button按下后,edit控件内容连续变化,button抬起后edit内容停止变化。自己做的例子,只以int数据为例。(button is pressed, edit control content changes continuously, button lift stops changing after edit content. Own example, an int data as an example only.)
- 2013-08-24 11:42:31下载
- 积分:1
-
debuglib
vc调试模式下运行程序常用的动态库,希望给一些朋友帮助,特收集起来共享.(vc debug mode used to run programs under the dynamic library, hoping to help give some of my friends, to share special collected.)
- 2009-03-31 09:38:04下载
- 积分:1
-
GetTime
获取网络(百度)时间,提供给做网络验证的朋友。获取速度快(Access Network (Baidu) time available to do network authentication friends. Faster access)
- 2009-01-08 10:37:40下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
keyboard
模拟键盘输入,对VC++的响应机制可以有更加全面的认识,对指令的熟悉又帮助。(Simulated keyboard input, on the response mechanism of VC++ can have a more comprehensive understanding of familiar instructions to help.)
- 2010-05-13 16:43:47下载
- 积分:1
-
sy7
一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
- 2013-10-19 11:00:18下载
- 积分:1
-
chengxu
编写一个函数,要求输入年月日时分秒,
输出该年月日时分秒的下一秒。
如输入2011年12月31日23时59分59秒,
则输出2012年1月1日0时0分0秒。
需要考虑闰年 和 2月的特殊情况 (Write a function that requires input date, hour, minute and second outputs of the date when the next second. If the input at 23:59:59 on December 31st, 2011, output at 0:00:00 on January 1, 2012. Leap year and February need to consider the special case)
- 2013-05-28 13:06:03下载
- 积分:1