-
不错的beijingfenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。...
不错的beijingfenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。-Good beijingfenge procedures, c language, and suitable for fenge interest of beginners and programmers.
- 2022-03-23 18:05:19下载
- 积分:1
-
bookpay
一个C程序:以便在购书籍量超过5本并且购买总额超过500元时,提供15%的折扣。接受用户输入书籍数量及购买总额,并显示最终应付总额。(A C procedure: in order to purchase books in quantity more than 5 and the total amount of the purchase of more than 500 yuan to provide 15 discount. Accept user input and purchase the total number of books and displays the total amount of the final meet.)
- 2008-07-20 14:26:39下载
- 积分:1
-
Chatroom
说明: 简单私聊、群聊功能,有简单的界面,通过端口号进行连接,(Simple private chat and group chat functions)
- 2019-11-27 18:19:05下载
- 积分:1
-
PkgManager
解压pkg文件资源,欢迎下载使用,有问题请反馈(Extract PKG file resources)
- 2017-07-21 15:32:31下载
- 积分:1
-
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件...
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件-The software realize the keyboard lock feature, when you do not want to leave the country temporarily shut down, but do not want others to move the computer when you try to use the software
- 2022-02-09 10:44:20下载
- 积分:1
-
游戏移动的源代码
source code about game mobile
- 2022-01-26 06:40:58下载
- 积分:1
-
算法竞赛入门经典 第2版
说明: 本书是《算法艺术与信息学竞赛》的学习指导。所谓学习指导,是告诉读者学什 么,如何学。算法包罗万象,很难在一本书中的篇幅覆盖很多内容的通知对每个知识 点进行细致讲解,因此本书更多的是作为一本导引、工具书、手册或者学习大纲,给 读者以宏观上的学习指导(This book is a study guide for the Competition of Algorithmic Arts and Informatics. The so-called learning guidance is to tell readers what to learn and how to learn. Algorithms are all-inclusive, and it is difficult to explain each knowledge point in detail with a notice covering a lot of content in a book. Therefore, this book is more used as a guide, a reference book, a handbook or a learning outline to give readers macro-learning guidance.)
- 2020-06-21 19:20:01下载
- 积分:1
-
AWK
Awk 是一种非常好的语言,同时有一个非常奇怪的名称。在本系列(共三篇文章)的第一篇文章中,Daniel Robbins 将使您迅速掌握 awk 编程技巧。随着本系列的进展,将讨论更高级的主题,最后将演示一个真正的高级 awk 演示程序。
捍卫 awk
(Awk is a very good language, at the same time have a very strange name. In this series (a total of three articles) in the first article, Daniel Robbins will quickly grasp your awk programming skills. With the progress of this series will discuss more advanced subject, and finally will demonstrate a real demonstration of advanced awk program. Defend awk)
- 2009-03-03 19:08:55下载
- 积分:1
-
MINI温度显示LCD
说明: mini板子驱动sht30 显示在lcd上面(The mini board driver sht30 is displayed on the LCD)
- 2020-06-22 14:00:02下载
- 积分: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