搜索资源列表
vfp_sj
- 只需要给出总的平时成绩,自动生成5次和6次平时统计,总和相加即为为平时成绩。算法主要为随机数的调整,使得总和相等。 1.文件名保证为英文名,每次使用时,改动程序中的第2句:use *.dbf,改为自己的数据库文件名。 2.该成绩数据库中字段类型必须保证含有如下字段,其它字段不限制,其中,平时成绩事先给出,或者从excel中导出,平时1、平时2、平时3、平时4、平时5自动生成。 平时成绩 数值型(必须事先给好成绩) 平时1 数值型(自动生成) 平时2 数值型(自动生成)
elevatorpassengerflow
- 基于电梯客流量的编程,针对一幢30层的建筑随机的生成每一层的上行下行客流,及其相应的目标楼层。-Elevator traffic based programming, for a 30-story building generates a random passenger flow upstream and downstream of each layer, and their respective target floor.
DataCreateAppVB
- 数据库的读取,与数据添加等,是一个很好的学习例子,数据库的数据是随机生成的3个随机整数。-The database to read and add data, is a good learning example, the database data is randomly generated three random integer.
xjs
- VFP中的随机数生成有问题,此程序解决生成1~n的随机自然数。 -VFP random number generation problem, this procedure to solve the stochastic nature of 1~n number.