搜索资源列表
alemoNEW
- 机器学习课要求编写3*3棋盘对弈程序。 该程序中一个对弈者通过神经网络方式实现 另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
coursesystem
- 课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can
mem_manage
- 包含三个类:1.一个管理自己的类存分配的类;2.一个不会释放空间的内存缓冲池类;3.一个会释放空间的内存缓冲池类;-includes three categories : 1. A management of the distribution of deposit category; 2. A space will not release the memory buffer pool; 3. Space will release a memory buffer pool;
3
- 关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。
3
- 函数重载应用,要求:1.定义函数1.圆(输入半径)、2.长方形(输入长与宽)、3.正方形(输入边长)、4.扇形的面积(输入圆心角与半径); ② 给用户提示1.圆、2.长方形、3.正方形、4.扇形的面积、0.退出; ③ 根据用户选择提示输入的函数参数; ④ 计算图形面积,并显示。-Function overloading application requirements: 1. Defined function 1. Circle (input radius),
pdflib-4.0.2
- PDFlib 4.0 开发包(来自于VC知识库)-PDFlib 4.0 development kit (from VC Knowledge Base)
CPPmathgame
- 自动出题20以内退位减法,并进行了创新设计 1) 可以自动出题进位加法题目,如:3+8=?,或?+8=16 或7+?=12。 2) 可以自动出乘法 如: 2*5=?或?*5=35或8*?=32。 3) 随机决定当前题目是进位加法、乘法和退位减法题目。-Automatic title 20 or less the abdication subtraction, and the innovative design 1) can be automatically out of the
LDU
- 程序要求输入一个3*3的矩阵,然后可以将此矩阵进行LDU分解-Procedures for the importation of a 3* 3 matrix, this matrix can then LDU decomposition
3ziqi
- 3子棋的耍法,我们通常所需要的网络工具、修改资料、帮助信息等等都有,但没写具体实现的代码了-3 sub-game playing method, we usually web-based tools needed to amend the information to help both information and so on, but did not write the specific code of the implementation
TICTACTOEGAME
- 该程序是TICACTOE游戏,棋盘为3×3,3个棋子连起来即为赢。输入参数时,如输入的数字超出边界或已有棋子的地方再输入,则提示出错,要求重新输入。-The program is TICACTOE game board for a 3 × 3,3 chess is to win together. Input parameters, such as the number of input or beyond the border areas have been re-enter the piec
05
- 有1、2、3、4、5五个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-Five digits are 1,2,3,4,5, to form the number of distinct three-digit numbers with no repetition? Is how much?
EX3_3
- 关于结构体应用的 c++程序,程序要求:从键盘输入5个学生的姓名、3门课的成绩,原数据显示;(2)计算3门课总平均成绩;(3)按总平均成绩的高低依次显示各学生的信息-Application on the structure of the c++ program, the program requirements: 5 students from the keyboard' s name, 3 course results, the original data (2) Calculate
My_jiugongge
- 自己写的一个九宫格程序,应用A*算法,手动输入3*3的矩阵,自动移动数字,实现最优。输出移动步骤。-Jiugongge to write a program, application A* algorithm, manually enter the 3* 3 matrix, auto mobile digital, optimal. Output of mobile steps.
clucene-core-2.3.3.4_bak
- clucene-core2.3.3.4 source code and the complied program
7_2
- 单击“产生随机数”按钮,产生30个随机数,要求:(1)每隔100毫秒产生1个随机数,(2)用进度条控件显示随机数产生的进度,(3)将这些数以字符串的形式添加到组合框中,(4)实现组合框中内容的选择、删除功能。-Generate random numbers " button, click" generate 30 random numbers, and requirements: (1) every 100 milliseconds to generate a random n
crawler4j-3.3
- Document Crawler is one which retrieve the document from the desktop to Ur workspace with efficient time and performance is good compared to all document crawler-Document Crawler is one which retrieve the document from the desktop to Ur workspace wi
tongxunlu
- 通讯录——本系统有分6个功能:(1)添加数据 (2)查询数据 (3)删除数据 (4)修改数据 (5)全部输出 (6)退出-Address Book- the system partakers six functions: (1) add data (2) deleted the queries data (3) data (4) modify data (5) output (6) exit
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
winmonkey
- 堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1-m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。-Heap monkeys are numbered, numbered 1,2,3 ... m, this group of monkeys (m a) in accordance with the order of 1-m sitting around, start counting from the
2-3-tree-master
- 2—3树的建立,插入,删除,清空等功能的实现-Establish a 2-3 tree, insert, delete
