码迷,mamicode.com
首页 >  
搜索关键字:machine driver    ( 10857个结果
HDU 1150 最小点覆盖数
Machine ScheduleTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5614Accepted Submission(s): 2804Pr...
分类:其他好文   时间:2014-08-01 19:04:52    阅读次数:324
【Note2】用keil对工程编译时,工程中已经包含的文件会报错:cannot open source input file usb_conf.h No such file or directory
错误举例: ..\..\Libraries\STM32_USB-FS-Device_Driver\inc\usb_type.h(21): error:  #5: cannot open source input file "usb_conf.h": No such file or directory 这是因为没有设置 STM32 固件库的目录, 编译器就默认到 “Keil”根目录下的某某目录找...
分类:其他好文   时间:2014-08-01 16:07:51    阅读次数:294
Add-VMNetworkAdapterAcl(添加访问控制列表)
Add-VMNetworkAdapterAclCreates an ACL to apply to the traffic through a virtual machine network adapter.Example 1This example adds an ACL to allow vir...
分类:Web程序   时间:2014-08-01 15:39:21    阅读次数:424
ioctl.h 分析
ioctl.h 分析 我自己画了个解析图。。。不要嫌弃丑啊。。。哈哈   type The magic number. Just choose one number (after consultingioctl-number.txt ) and use it throughout the driver. This field is eight b...
分类:其他好文   时间:2014-08-01 10:55:41    阅读次数:234
structure of the machine
ultrafine crusher is a single machine and also a new type of ore crushing device with high input, high crushing ratio, high output and low energy cons...
分类:其他好文   时间:2014-08-01 10:32:51    阅读次数:192
【Sybase】用odbc连接Sybase数据库
1 string connStr = @"Driver={Sybase ASE ODBC Driver};NA=" + v_strServer + ",4100" 2 + ...
分类:数据库   时间:2014-07-31 23:14:51    阅读次数:439
Excel更改超级链接图片打开方式
我们在excel表格中插入图片超级链接后、打开方式会使用IE,这个方法可以让图片的打开方式改成为正确的图片打开方式在注册表中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\Internet在右边栏中添加一个新的DWORD,名为“ForceShellExecute”,数值设置为“1”
分类:其他好文   时间:2014-07-31 21:19:18    阅读次数:294
POJ 1325 Machine Schedule 二分图最大匹配
把每一个任务看做一个边,机器的模式看做是一个点,这个其实就是求一个最少点覆盖所有边即最小点覆盖集的问题,因为最小点覆盖集=二分图的最大匹配,所以问题转化成了求二分图最大匹配问题。第一次写二分图匹配,感觉建模还是相当困难的。#include #include #include #include #in...
分类:其他好文   时间:2014-07-31 13:10:56    阅读次数:212
.Net中Web.config 配置详解
花了点时间整理了一下ASP.NET Web.config配置文件的基本使用方法。很适合新手参看,由于Web.config在使用很灵活,可以自定义一些节点。所以这里只介绍一些比较常用的节点。“Asp.Net 配置”选项。设置和注释的完整列表在 machine.config.comments 中,该文件...
分类:Web程序   时间:2014-07-31 13:04:26    阅读次数:324
XEN的clone和copy那点事
一、XEN API?VDI clone (session session_id, VDI vdi, Map[string,string] driver_params) Take an exact copy of the VDI and return a reference to the new di...
分类:其他好文   时间:2014-07-31 13:02:06    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!