为您找到约 190 条结果,搜索耗时:0.0105秒

高校反馈系统

...@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; CREATE DATABASE /*!32312 IF NOT EXISTS*/`cfb` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `cfb`; /*Table structure for table `college` */ DROP TABLE IF EXISTS `college`; CREATE TABLE `college` (   `id` int(100) NOT NULL AUTO_INCREMENT, &...

在线图书馆管理系统

...p session_start(); error_reporting(0); include('includes/config.php'); if($_SESSION['login']!=''){ $_SESSION['login']=''; } if(isset($_POST['login'])) {   //code for captach verification if ($_POST["vercode"] != $_SESSION["vercode"] OR $_SESSION["vercode"]=='')  {   &n...

工厂屏

... temp=temp<<1; ds=CY; shcp=1; shcp=0; } if (j==3) { stcp=0; stcp=1;       j=0;       } } } //********************************延时 //*******************************主函数 void main (void) { ...

DSP28335外部中断

...d clear all CPU interrupt flags:    IER = 0x0000;    IFR = 0x0000;    InitPieVectTable();    InitExInt(); EALLOW;  // This is needed to write to EALLOW protected registers     PieVectTable.XINT1 = &ISRExint1;     EDIS;&nb...

python爬取手机抓包数据

...; response = requests.get(url)         if response.json()['msg']:             job_list_data.extend(response.json()['msg'])         else:      &nbs...

客户管理系统

...sion_start(); error_reporting(0); include('includes/dbconnection.php'); if (strlen($_SESSION['clientmsaid']==0)) {   header('location:logout.php');   } else{     if(isset($_POST['submit']))   { $eid=$_GET['editid']; $clientmsaid=$_SESSION['clientmsaid']; &nbsp...

Newton-Raphson潮流计算

...3-PQ..V = busd(:,3);              % Specified Voltage..del = busd(:,4);            % Voltage Angle..Pg = busd(:,5)/BMva;        % PGi..Qg = busd(:,6)/BMva;        % QGi..Pl = busd(:,7)/BMva;&nbsp...

PHP和Mysql中的租车项目

...p session_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ ?><!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt...

流水灯

...数据 delay(5000); //延时 i++; //循环一次,变量i加1 if(i>=8)i=0;    //i=8,清零 } }

python初学者好例子

...wer()     for func in functions:         if func in term:             withmath = 'math.' + func             term = term.replace(func, withmath)     try:         # here ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部