搜索资源列表
jsp%C5%E4%D6%C3
- JSP相关配置
upload3
- alpha beta剪枝 要求的输出格式如下:(“//”和之后的内容表示说明,实际并不输出) //第一行表示根节点的状态 A 1 B2 //A表示根节点,1表示A的倒推值,B2表示剪枝搜索后下一步应该走的路线 //之后每一行都表示一个剪枝,节点的顺序随意 D2:E4 //表示在D2节点发生了剪枝,E4节点被剪掉了。这里只需给出 //被剪枝节点的被剪掉的直接子节点即可。 C2:D4 D5 D6 //表示在C2处发生了剪枝,D4 D5 D6三个子节点被剪掉了。
java
- 在控制台下输入数据,E2判读输入字符串是否是回文。E3用于判断输入的网址是否合法;E4用于打印杨辉三角-In the console input data, E2 interpretation of the input string is a palindrome. E3 used to determine the legality of the input address E4 Yang Hui triangle for printing
ThinkingInJava_e4_answers
- Thinking in Java 第四版的课后习题答案,每个文件夹为一章-key to exercises for Thinking in JAVA e4,each file folder references to a chaper.
E4
- Se trata de un programa en Java
test
- RCP E4 小程序,实现Treeviewer的显示以及事件响应,table编辑,XML文件保存和解析功能(Eclipse RCP applet that implements TreeVier views and response times, Table edits, XML save and parsing)
Desktop
- 提供一款用nodejs做的抓取百度天气api返回json数据的接口服务,内含写有源码的nodejs文本文档,需要搭建node.js或有相应node.js的IDE也可以运行。测试形式如http://39.116.200.155:8000/?city=%E5%8C%97%E4%BA%AC(Provide an interface service that uses nodejs to capture Baidu weather API back to JSON data, including nod