搜索资源列表
41104
- This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer a
2011
- 设计并实现一个简单的银行储蓄系统,完成活期和定期用户的存款和取款业务。要求如下: 1. 实现描述银行的类,记录系统中现有哪些储户(提示:可用对象数组实现,但须注意判断数组越界的情况),该类中要求包含三个函数: (1) 生成新储户的函数; (2) 按照账户删除储户的函数(需判断该帐户是否还有余额) (3) 按照账户查询储户的函数,要求显示查询结果。 2. 定义储户类。其属性包含账号,存款人姓名、身份证号、地址、存款余额;其操作功能有存款、取款、显示储户信息。 3. 编写ma
Debug
- 开始界面出来之后出现背景音乐。游戏暂停、继续游戏、退出等操作设置,难度等级设置等。玩家可以通过键盘控制游戏区中贪吃蛇的运动方向,当贪吃蛇出界或者自身相交时,则结束游戏,否则当蛇吃到系统随机设置的食物时,则蛇身就加长,同时玩家总分增加, 过关之后也有胜利的声音 失败之后也有低落的声音 蛇采用图片,使得蛇更炫,更逼真-Began to appear after the interface out of the background music. Game suspended the operatio
LHS
- 拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb) m: a scalar,the number of sample points dist: A row with distribution type flags of basic random variables the value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3
ganzhiqisuanfa
- 介绍感知器学习算法及其变种,给出各种感知器算法的伪代码,指出各种算法的优点。给出感知器算法在线性可分和线性不可分 情况下的误差界定理,讨论各种感知器学习算法的误差界理论,给出各种算法的误差界。介绍感知器学习算法在在线优化场景、强化学习 场景和赌博机算法中的应用,并对未解决的问题进行讨论。-The perceptron learning algorithm and its variants, pseudo code is given a variety of perceptron algo
regularization
- 正则化(regularization),是指在线性代数理论中,不适定问题通常是由一组线性代数方程定义的,而且这组方程组通常来源于有着很大的条件数的不适定反问题。大条件数意味着舍入误差或其它误差会严重地影响问题的结果。-Regularization, in mathematics and statistics and particularly in the fields of machine learning and inverse problems, refers to a process of
Sum
- 计算数组元素之和,利用三种不同的方法处理数组边界。-Calculating the sum of the array elements, using three different approaches array bounds.
cu
- 易语言数组错误处理模块源码例程程序置入汇编代码,调用API函数处理易语言数组越界问题。 -Easy language array error handling module source code routines in assembly code, call the API function to deal with the problem of easy language array bounds.
junjunoo
- 此模块用于对温度采集,可自动判断温度是否超限,并报警,可以进行华氏和摄氏的切换。(This module is used for temperature acquisition, can automatically determine whether the temperature is out of bounds, and alarm, you can carry out Fahrenheit and Celsius switching.)
Jingyu
- 词法分析程序是独立的一遍,把字符流的源程序变为单词序列,输出到一个中间文件,这个文件作为语法分析程序的输入而继续编译过程。该词法分析程序的功能是输入源程序,按照构词规则分解成一系列的单词符号,包括关键字、标识符、运算符、界符和常量等。(The lexical analysis program is an independent one, which turns the source program of the character stream into a word sequence and