原创 JS版本_貪喫蛇

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//

原创 C/C++_推箱子

#include<iostream> #include<conio.h> using namespace std; int main(){ char username[150]; char password[150]; int M

原创 數據結構_二叉樹

#include <iostream> #include <cstdio> #include <cstdlib> #include <stack> using namespace std; #define OK 1 #define OV

原创 數據結構_表達式求值

#include <iostream> #include <cstdlib> #include <cstdio> #include <cstring> #include <string> #include <algorithm> usin

原创 數據結構_將一整段鏈表插入另一鏈表

#include <stdio.h> #include <stdlib.h> typedef int ElemType; typedef struct Node { ElemType data; struct Node *

原创 數據結構_離散事件的模擬

#include <algorithm> #include <cstdlib> #include <cstdio> using namespace std; typedef int Status; typedef struct E

原创 數據結構_一元多次方程的表示和相加

#include <iostream> #include <cstdio> #include <cstdlib> using namespace std; typedef struct polynomial { int factor;

原创 C/C++_

#include<iostream> #include<conio.h> using namespace std; int main(){ char username[150]; char password[150]; int Ma

原创 JavaWeb_利用Cookie技術實現自動登錄

//------------------------------------存儲Cookie------------------------------- package com.MainServlet; import java.io.

原创 數據結構_索引表

#include <iostream> #include <cstdio> #include <cstring> #include <cstdlib> #define MaxKeyNum 2500 //索引表的最大容量 #define

原创 C/C++_三大排序

#include<iostream> using namespace std; int main(){ int a[10] = { 5, 35, 68, 96, 9, 8, 12, 5,56,10}; /**************

原创 JS版本_貪吃蛇

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//

原创 Java_Properties類實現軟件使用次數

import java.io.*; import java.util.*; public class PropertiesText1 { public static void main(String[] args) throws I

原创 數據結構_在一個鏈表中刪除一段插入另一鏈表

#include <stdio.h> #include <stdlib.h> typedef int ElemType; typedef struct Node { ElemType data; struct Node *

原创 C/C++_掃雷

#include<iostream> #include"MyHead.h" using namespace std; //設置窗口的標題 void setWindows(){ system("title 掃雷"); system("