-
VB Delay(延时函数)
VB的延时函数,能实现简单的函数等待,时间到了及执行下一步的命令。本延时函数在到达延时时间后会弹出“MsgBox ”,显示“"Time out!!!”。适合初次接触VB延时函数的使用者进行了解学习,也比较简单易懂。
- 2023-03-13 15:50:02下载
- 积分:1
-
用C#做的图形程序,功能较简单,可以缩图
用C#做的图形程序,功能较简单,可以缩图-done with C# graphics procedures, functions relatively simple, can hint
- 2022-03-22 04:09:57下载
- 积分:1
-
Online examination system is a set based on the B/S system, the use of large dat...
在线考试系统是一套基于B/S体系,采用大型数据库Sql Server2000和先进的JAVAscript、ASP技术开发的网络多用户版、支持在互联网和局域网组织各种无纸化考试的网上考试系统。-Online examination system is a set based on the B/S system, the use of large databases Sql Server2000 and advanced JAVAscript, ASP technology development network multi-user version of the Internet and LAN support to organize all kinds of paperless examination system examinations online.
- 2022-07-12 20:50:50下载
- 积分:1
-
wince 下socket实现的HTTP类,支持post和get
wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
- 2022-06-11 20:26:36下载
- 积分:1
-
From a small program, VC++ written, DisplayMode used to obtain the various param...
上传个小程序,VC++写的,DisplayMode用于获取当前显示器的各种参数-From a small program, VC++ written, DisplayMode used to obtain the various parameters of the current display
- 2022-03-18 01:03:49下载
- 积分:1
-
AT91SAM9260(ARM926EJ
AT91SAM9260(arm926ej-s)bootloader的源代码-AT91SAM9260 (arm926ej-s) bootloader source code
- 2022-07-23 09:52:13下载
- 积分:1
-
VC++的共享内存封装类实例
VC++的共享内存封装类实例,实现了操作系统级的共享内存,以及共享内存映射磁盘文件功能。及时操作系统异常重启,
共享内存映射的文件数据仍然存在。
- 2023-03-05 02:20:03下载
- 积分:1
-
GPRS测试服务器,该程序主要用于测试网络连接。
gprs测试服务器,该程序主要用于测试网络的链接。-gprs test server, the program is mainly used for testing the network link.
- 2023-05-07 13:30:03下载
- 积分:1
-
Where s Waldorf?
Given a m by n grid of letters, ( 1<=m, n<=50), and...
Where s Waldorf?
Given a m by n grid of letters, ( 1
- 2022-03-03 15:09:34下载
- 积分:1
-
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有...
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有重复的步骤和一些比较或逻辑判断。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 -Algorithm is required to complete a task specific steps and methods. That is a given initial state or input data through a computer program for a limited time operations, able to draw the required or desired end state or output data. Algorithm often contain repeat the steps and some of the more or logical judgments. If an algorithm is defective, or not suitable for a particular problem, the implementation of this algorithm will not solve the problem. Different algorithms may use a different time, space or efficiency to accomplish the same task. Pros and cons of an algorithm can use space complexity and time complexity of the evaluation.
- 2022-07-10 14:25:53下载
- 积分:1