为您找到约 223 条结果,搜索耗时:0.0078秒

投诉管理系统

...下载附件。<?php session_start(); include('include/config.php'); if(strlen($_SESSION['alogin'])==0)  {  header('location:index.php'); } else{ date_default_timezone_set('Asia/Kolkata');// change according timezone $currentTime = date( 'd-m-Y h:i:s A', time () ); if(isset(...

机械臂仿真与真机执行代码

...ription=$(lsb_release -d --short)check_system_version(){    if [[ "${OSVersion}"   == "14.04" ]]; then        ROS_Ver="indigo"    elif [[ "${OSVersion}" == "16.04" ]]; then        ROS_Ver="k...

DSP3x4 键盘矩阵程序

...  //如果列读取到有低电平说明有按键按下    if(i == 0){      DELAY_US(1000);//延时消抖      i = V2&V3&V4;   if(i == 0){ //如果列读取到仍然有低电平说明有按键按下        // i...

酒店管理项

... Room::searchRoom(int rno) { int i,found=0; for(i=0;i<count;i++) { if(rooms[i].roomNumber==rno) { found=1; break; } } if(found==1) { cout<<"Room Details\n"; if(rooms[i].status==1) { cout<<"\nRoom is Reserved"; } else { cout<<"\nRoom is available"; } display...

ios指纹验证

...目是ios指纹验证。////  AppDelegate.m//  FingerprintIdentification////  Created by gaofu on 2017/4/20.//  Copyright © 2017年 gaofu. All rights reserved.//#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)ap...

CCF计算机职业资格认证真题题解

...li = input().split()sum=0a = range(len(li))for i in a:    if li[i] == '1':        sum += 1        i += 1    elif li[i] == '2':        n = 2    &n...

opensm源码

...        In the array below, the 2nd parameter specifies the number        of arguments as follows:        0: no arguments        1: argument        2: optional  &nbs...

linux之pcie驱动

... int ret;  ret = pci_register_driver(&hello_driver);  if (ret < 0) {   printk("failed: pci_register_driver\n");   return ret;  }    ret=alloc_chrdev_region(&my_device.devno,0,DEVICE_NUMBER,"hello");  if (ret < 0) {  &...

使用WLS进行电力系统状态估计

...bsp;     for n = 1:nbus            if n == k                H12(k,n) = 1;            end        end    end    % H21 - Derivative of Real Power Injecti...

MLNX ofed驱动安装

... /tmp/MLNX_OFED_LINUX-3.4-2.0.0.0-4.8.7/mlnx_ofed_iso.8834.log Checking if all needed packages are installed... Error: One or more required packages for installing OFED-internal are missing. Please install the missing packages using your Linux distribution Package Management tool. Run: ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部