搜索资源列表
vfp_sj
- 只需要给出总的平时成绩,自动生成5次和6次平时统计,总和相加即为为平时成绩。算法主要为随机数的调整,使得总和相等。 1.文件名保证为英文名,每次使用时,改动程序中的第2句:use *.dbf,改为自己的数据库文件名。 2.该成绩数据库中字段类型必须保证含有如下字段,其它字段不限制,其中,平时成绩事先给出,或者从excel中导出,平时1、平时2、平时3、平时4、平时5自动生成。 平时成绩 数值型(必须事先给好成绩) 平时1 数值型(自动生成) 平时2 数值型(自动生成)
DETREND
- 近红外光谱平滑去噪算法,由于光谱仪得到的光谱信号中既有有用的信息,同时也叠加着随机误差,即噪声,而这种方法能取到很好的去噪作用。-Nir denoising smoothing algorithm, as a result of the spectrometer for spectrum signal in both the useful information, and superposition of the random error, the noise, and this method
mdb_fileter_tool
- # 随机从数据库的表中提取记录进行过滤,不会发生重复,过滤后的记录将会从数据库表中删除 # 采用了折半算法,所以在排序记录的时候,提高不少效率 # 首先必须安装Spreadsheet::WriteExcel模块,命令:c:\ppm install Spreadsheet-WriteExcel -random get data from database and write recorde to file, no repeat data, The filtered data will be