-
IP
说明: 网络状态实时监控,断网报警,本机IP地址显示。(Real-time network status monitoring, fault alarm network, the machine IP address display.)
- 2010-08-07 09:50:15下载
- 积分:1
-
实例69 快速检索指定文件
说明: 本程序用来快速检索指定文件,使用VC编写,对初学者及开发人员有一定启示作用(the procedures used for the designated rapid retrieval of documents and use VC prepared for beginners and developers a certain inspiration)
- 2005-12-25 15:08:11下载
- 积分:1
-
S-Function
s函数的编程说明,有具体实例说明,介绍了其工作原理(It s a good article of s-function.)
- 2012-03-08 15:16:25下载
- 积分:1
-
code
说明: PQ分解法计算潮流,短路计算,三机九节点模型(PQ decomposition method for power flow calculation)
- 2020-05-29 22:08:11下载
- 积分:1
-
CallSQL
1、完整实现了VC++6.0 + MySQL数据库连接池;
2、解决了读取中文数据的乱码、显示问号问题;
3、演示了一个完整使用数据库连接池的标准过程;
4、进行了我自认为傻瓜化的注释,我相信详细程度足以让任何人看懂!(I am lazy,no english)
- 2016-02-14 21:05:03下载
- 积分:1
-
记数统计功能,全面记载浏览者的ip,操作系统,浏览时间等参数
记数统计功能,全面记载浏览者的ip,操作系统,浏览时间等参数-counting statistics functions, comprehensive records of surfers ip, operating systems, time and other parameters View
- 2022-01-26 07:31:41下载
- 积分:1
-
Runpe
Simple Run File im Memory )
- 2013-10-06 07:26:38下载
- 积分:1
-
AutoCompleteDemo
C# AutoCompleteDemo
- 2015-09-01 16:23:06下载
- 积分:1
-
clone()方法示例(对象克隆)
说明: clone()方法示例(对象克隆)。作者: 初生不惑(Sample clone () method (object clone). Author: new born)
- 2020-05-30 01:11:08下载
- 积分:1
-
how_many_fibs
Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1 + fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. (Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. )
- 2009-11-27 15:18:02下载
- 积分:1