-
GICSampleCases
PowerWorld GIC潮流计算和稳定性分析,GIC分布(PowerWorld Simulator case about GIC)
- 2018-01-04 18:27:56下载
- 积分:1
-
单用户界面设计效果
一款非常简洁的浮动标签提交表单用户界面设计效果(A very simple floating label submission form user interface design effect)
- 2019-03-06 08:48:23下载
- 积分:1
-
Spark核心编程原理
编程原理的流程图方便思考,请使用visio打开(The flow chart of programming principle, please use Visio to open it)
- 2020-06-18 20:20:01下载
- 积分:1
-
VB6.0实现彩票36选7选号程序
VB6.0实现彩票36选7选号程序,功能:生成14个过滤条件值保存DB,查询指定期的前X期开出的个数,七期随机选号法,统计每个号码出球规律,"随机选下注数据,从选定号码中遍历组合,在选中号码列表中继续筛选等。
程序主窗口中的TAB标签选项卡实属不错,你可把它用在你的应用程序中。
注:统一起见,下标全部从1用起,0下标不用命名中的Sum这里统一为 个数 的意思,Total一般的数值变量,尽量统一使用Long型,因为Long型的取值范围大,而且速度快一些,只是内存多一点。
1000个数
Quick最快,循环只有500多次
Bucket第二,循环只有999次
过滤操作具体执行过程
一个条件一个条件的全部过滤所有
一次一注号码轮流进行一个条件一个条件的过滤,一次一个条件过滤全部,保留下来的进行下一轮过滤,那容错就几乎无法实现了,如果要实现容错机制的话,应该是一注号码要通过全部过滤条件,然后可利用容错,符合条件和容错就保留下来,鉴于保存所有号码的数组是二维的,那么就直接对保存的二维数组进行各个条件过滤,不可能每次用一个一维数组保存,再用这个一维来过滤。用一个一维数组来记录容错情况,也就是符合多少个条件,比如14个条件,设定了容错率为6,那么只要有8个或以上过滤条件符合,就保留下来。放到一个新的二维数组中奇号个数,0-7
参数:二维数组(),存放一注号码,7个
返回值:奇号的个数,一个Variant数组,里面分别是每注的奇数的个数
UBound(Num, 1) 第一维是注数
- 2022-07-21 15:28:11下载
- 积分:1
-
单机架站全攻略(CHM)
说明: 动态域名申请、架WEB服务器(APACHE)、FTP服务器(serv-u)、Imail邮件安装、设置、ActivePerl安装设置、安装CGI&雷傲论坛等全图文的指南 (dynamic domain name applications, Web-server (APACHE), FTP server (serv-u), Imail mail installation, setup, ActivePerl installation settings, the installation of CGI Forum mine proud of the entire transmission Guide)
- 2005-12-16 18:47:38下载
- 积分:1
-
anfis-elm-pso-master
说明: matlab。优化PSOELM算法源码,粒子群优化算法极限学习机(The matlab. Optimal PSOELM algorithm source code, the particle swarm optimization algorithm is extreme learning machine)
- 2021-01-23 17:08:44下载
- 积分:1
-
MCIWndPlayer
给出一些实现小的功能的软件,希望能够帮助到有缘人,本程序提供的功能为模拟拷贝进程(Given some small realize the function of the software, hoping to help a nice ring, the procedure provides functionality to simulate the process of copying)
- 2008-05-29 14:40:17下载
- 积分:1
-
淘宝C店全屏代码
淘宝C店全屏代码,非常好的学习资料哦,其中包含 7个 json文件 ,一个 common.php , modules中包含大量的描述文件,即xml文件。
- 2022-01-22 14:21:47下载
- 积分:1
-
usbbootv167
万能的修理U盘软件修理U盘软件,当你的U盘坏了或是读不出数据,可以用它来修理(Omnipotent U disk repair software repairs U disk software, when your U disk or读不出bad data, can use it to repair)
- 2008-06-30 14:15:40下载
- 积分:1
-
DSP课设
说明: 一架飞机在海上失事,搜救人员打捞出了该机的黑匣子,技术人员从其中的内存里恢复了一段声音plane.wav,经推断该声音是失事之前最后时刻的数据,设备供应商证实该声音是通过频分复用生成后准备发送出去的,复用的其中一路信号可能含有驾驶员最后发出的指令,现在要求对该声音进行分析,并恢复可能存在的指令,同时能够利用平台实时播放提取的信号。
内含matlab和CCS两份代码(A plane crashed at sea, search and rescue personnel salvaged the black box of the plane, the technician recovered a piece of sound plane.wav from its memory, and it was inferred that the sound was data at the last moment before the crash, and the equipment supplier confirmed the sound It is prepared to be sent out after being generated by frequency division multiplexing. One of the multiplexed signals may contain the last command issued by the driver. Now it is required to analyze the sound and restore the possible instructions. At the same time, the extracted signals can be played in real time using the platform.)
- 2020-03-13 15:11:21下载
- 积分:1