资源列表
Algo3-12
- 银行业务模拟,银行的关门时间与客户的到达时间问题,主要是栈和队列的y-Banking business simulation, banks closing time with the customer
SSWR
- 一个以DELPHI开发的四舍五入函数,非常好用,大家多多支持-DELPHI developed a rounding function, very easy to use, we can support
EXCELAuto-Control
- 本实例Delphi实现了一个自动化控制器对EXCEl的控制-This example implements a Delphi automation controller EXCEl control
gettime
- 通过读取电脑内部的数据,实时得到电脑的时间-By reading the computer
ficher
- 显示文件所在的目录以及文件名字 和文件大小-Display file directory and file name and file size
1
- 设Excel当前工作表第一行有n个升序排列的数值,第二行有m个升序排列的数值。编一个VBA程序,将第二行的数据合并到第一行中且保序。-Excel worksheet for the current first line there are n-ascending numerical order, the second line there are m months in ascending numerical order. Provision of a VBA procedure will be
2
- 编写一个VBA程序,求M*N矩阵所有靠外侧元素之和。例如,矩阵为: 3 0 0 3 2 5 7 3 1 0 4 2 则所有靠外侧的各元素值之和为18。 -Write a VBA procedure, and M* N matrix of all elements and rely on lateral. For example, the matrix is: 300,325,731,042 all on the outside of the various elements
3
- 编写一个VBA程序,功能是提取字符串中的数字符号。例如,程序运行后输入字符串“abc123edf456gh”,则输出“123456”。-Write a VBA procedure, function is to extract the number of string symbols. For example, the program to run after the input string
4
- 在Excel中,用VBA编程将n(n≥2)阶方阵就地按顺时针方向旋转90度。要求只能用一个简单变量作为转存的临时工作单元。-In Excel, using VBA programming would be n (n ≥ 2)-order square matrix in situ by 90 degrees clockwise rotation. Require only a simple variable as to keep the temporary work unit.
5
- 本示例在工作表的单元格区域 A1:A500 中查找包含值 2 的所有单元格,并将这些单元格的值更改为 5。-This example in the work table range A1: A500 contains the value 2 to find all cells, and the value of these cells changed to 5.
RandNumber
- 一个产生随机数的小程序,命令行界面,可以带参数、不带参数运行。-Generate a random number of small procedures, command line interface, you can take parameters, running without parameters.
linklist
- 一个完善的C++链表,具备将数据保存为二进制文件,以及从文件读取数据并创建链表功能,可用于通常的数据存储应用。-A perfect C++ List, with the data saved as a binary file, as well as read data from the file and create a linked list function can be used for normal data storage applications.