为您找到约 88 条结果,搜索耗时:0.0050秒

30节点Ybus潮流计算程序

...0 0]';    %linedata  %      Line No  From To     R     X     B/2     T  linedata=[ 1     1   2    0.0192  0.0575  0.0264 1;       &nbsp...

汽车配件系统

...     /**      * This method is called from within the constructor to initialize the form.      * WARNING: Do NOT modify this code. The content of this method is always      * regenerated by the Form Editor.   &...

血库和献血者管理系统

...;?php $pagetype=$_GET['type']; $sql = "SELECT Address,EmailId,ContactNo from tblcontactusinfo"; $query = $dbh -> prepare($sql); $query->bindParam(':pagetype',$pagetype,PDO::PARAM_STR); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ); $cnt=1; if($query->rowCount()...

在线DJ预订管理系统

...;         <?php $sql="SELECT * from tblbooking"; $query = $dbh -> prepare($sql); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ); $cnt=1; if($query->rowCount() > 0) { foreach($results as $row) {    &n...

Python医生招聘数据

import os import json import time import random import requests from pymongo import MongoClient class CrawlJob(object):     def __init__(self):         self.list_header = {'Host': 'api.jobmd.cn',        &...

网吧管理系统

...      <?php $query=mysqli_query($con,"select * from  tblcomputers");               while($row=mysqli_fetch_array($query))              ...

员工离职管理系统(ELMS)

...assword=md5($_POST['password']); $sql ="SELECT EmailId,Password,Status,id FROM tblemployees WHERE EmailId=:uname and Password=:password"; $query= $dbh -> prepare($sql); $query-> bindParam(':uname', $uname, PDO::PARAM_STR); $query-> bindParam(':password', $password, PDO::PARAM_STR); $qu...

python电路仿真

...     else:         print 'currents flowing from a place, not a node';         print pos_dict[curr][0].current         print pos_dict[curr][0].direction         print pos_dict[curr][1].current   &nbsp...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部