为您找到约 266 条结果,搜索耗时:0.0030秒

仿真机器人和仿真环境的建立代码

...mespace Robotics.SimulationEmptyProject{    /// <summary>    /// SimulationEmptyProject contract class    /// </summary>    public sealed class Contract    {        /// <summa...

使用PHP和MySQL的小型CRM项目

...$tt','$priority','$ticket','$st','$pdate')"); if($a) { echo "<script>alert('Ticket Genrated');</script>"; } } ?> <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta charset="utf-8" /> <ti...

网吧管理系统

...$cname','$idproof')");     if ($query) { echo '<script>alert("User Detail has been added.")</script>'; echo "<script>window.location.href ='add-users.php'</script>";   }   else     {  echo '<script>alert("Something Wen...

公寓访客管理系统

...'avmsaid']==0)) {   header('location:logout.php');   } else{ ?> <!DOCTYPE html> <html lang="en"> <head>     <!-- Required meta tags-->     <meta charset="UTF-8">     <meta name="viewport" content="widt...

《Laravel 入门教程》的源代码

.... Just tell the factory how a default model should look. | */ $factory->define(App\Models\User::class, function (Faker\Generator $faker) {     $date_time = $faker->date . ' ' . $faker->time;     static $password;     return [   &...

ib_send_bw

... ib_send_bw start a server and wait for connection ib_send_bw <host> connect to server at <host> Options: -a, --all Run sizes from 2 till 2^23 -b, --bidirectional Measure bidirectional bandwidth (default unidirectional) -c, --connection=<RC/XRC/UC/UD/DC> Connection ...

KeePass

...Generator.h" #include "PatternBasedGenerator.h" #include <algorithm> #include <boost/scoped_array.hpp> #include "../Util/Base64.h" #include "../Util/PwUtil.h" #include "../Util/StrUtil.h" #include "../Util/MemUtil.h" using boost::scoped_array; PWG_ERROR PwgGenerateEx(std...

大学数据结构真题程序设计题代码

...设计题代码。# C++ STL常用总结[TOC]## Vector 向量### push_back> 将元素添加到容器末尾```c++#include <vector>#include <iostream>using namespace stl; int main(){    vector<string> numbers;     numbers.push_back("abc"); &n...

学生成绩管理系统

...bjectName,SubjectCode) VALUES(:subjectname,:subjectcode)"; $query = $dbh->prepare($sql); $query->bindParam(':subjectname',$subjectname,PDO::PARAM_STR); $query->bindParam(':subjectcode',$subjectcode,PDO::PARAM_STR); $query->execute(); $lastInsertId = $dbh->lastInsertId(); if($las...

Linux驱动学习

此项目是Linux驱动学习。#include <linux/fs.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/poll.h> #include <asm/current.h> #include <asm/uaccess.h> #include "ldd.h" #include "globalfifo.h" stati...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部