登录
首页 » 算法 » 使用指南: 只要打开PHP文件,将$file的初值改为PHP文件实际的URL。 (其实有函数可以自动实现这一功能,但在有些服务器上 会出问题,保险起见,还是自己...

使用指南: 只要打开PHP文件,将$file的初值改为PHP文件实际的URL。 (其实有函数可以自动实现这一功能,但在有些服务器上 会出问题,保险起见,还是自己...

于 2022-01-20 发布 文件大小:5.26 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

使用指南: 只要打开PHP文件,将$file的初值改为PHP文件实际的URL。 (其实有函数可以自动实现这一功能,但在有些服务器上 会出问题,保险起见,还是自己输入来得放心)。 上传到服务期的目录下即可使用――如果服务器支持PHP的话。 若不带参数或错误参数,则显示当月月历。-use of the guidelines : Open the PHP file to the initial $ file into a PHP file the actual URL. (Actually function can automatically provide this functionality, but in some servers will be problems, insurance purposes, or our own import more assured). Uploaded to the service directory can be used-- if the server supports PHP in the past. If parameters or with the wrong parameters, it shows that the calendar month.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The first two for the artificial intelligence program, prepared with the C++, re...
    前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of animal XOR algorithm bp procedures BLUETOOTH.C and F2M_BLUETOOTH.C microcontroller and Bluetooth module is a communication process digital oscilloscope. C for the use of MCU development of a simple digital oscilloscope program.
    2022-07-27 16:52:17下载
    积分:1
  • defequ is used solution of partial differential equations solver. Autonomy defin...
    defequ,是用来解偏微分方程的求解器。能够自主定义边界条件,并且可以得到图示的效果。-defequ is used solution of partial differential equations solver. Autonomy definition of boundary conditions, and can be Picture shows the effect.
    2022-07-17 21:55:18下载
    积分:1
  • 顺序队列C实现
    #include "stdio.h"    #include "stdlib.h"   #include "io.h"  #include "math.h"  #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front;     /* 头指针 */ int rear;  /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
    2022-08-13 11:29:01下载
    积分:1
  • FPGA DFT Fast Algorithm
    FPGA实现DFT快速算法-FPGA DFT Fast Algorithm
    2022-03-19 08:23:17下载
    积分:1
  • 线性CCD测试代码+调试教程
    线性CCD测试代码+调试教程控制程序,实现线性CCD的采集循迹和处理,可用于飞思卡尔智能车,车模的调试和测试
    2023-06-05 04:10:03下载
    积分:1
  • 你还是请
    伙计,你们真是狗屎;
    2022-02-13 06:14:17下载
    积分:1
  • 这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计...
    这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
    2023-06-28 05:20:03下载
    积分:1
  • 遗传求解函数最大值
    这是一个由MATLAB实现的运用遗传算法求解任意函数最大值的方法。
    2022-02-12 13:36:42下载
    积分:1
  • 层次聚类
    层次聚类 层次聚类算法与之前所讲的顺序聚类有很大不同,它不再产生单一聚类,而是产生一个聚类层次。说白了就是一棵层次树。介绍层次聚类之前,要先介绍一个概念——嵌套聚类。
    2022-07-24 14:59:20下载
    积分:1
  • cpu 调度 fcfs sjf,RR,......
    cpu 调度算法使用六种调度算法先到送达,最短的工作,首先,没有抢占优先级与无抢占循环赛
    2022-02-10 05:22:38下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载