码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
《linux设备驱动开发详解》笔记——14 linux网络设备驱动
14.1 网络设备驱动结构 网络协议接口层:硬件无关,标准收发函数dev_queue_xmit()和netif_rx(); 注意,netif_rx是将接收到的数据给上层,有时也在驱动收到数据以后调用。 网络设备接口层,net_device,统一接口名称,使上层独立于具体硬件。 设备驱动功能层,实现n ...
分类:系统相关   时间:2017-09-07 17:07:25    阅读次数:319
hdu1512
Once in a forest, there lived N aggressive monkeys. At the beginning, they each does things in its own way and none of them knows each other. But monk ...
分类:其他好文   时间:2017-09-03 22:04:28    阅读次数:153
[leetcode-671-Second Minimum Node In a Binary Tree]
Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. ...
分类:其他好文   时间:2017-09-03 13:15:06    阅读次数:127
HDUST-1245 Interpreter(模拟)
1245: Problem E: Interpreter 题目描述 Problem E: Interpreter A certain computer has 10 registers and 1000 words of RAM. Each register or RAM location hold ...
分类:其他好文   时间:2017-09-02 12:10:28    阅读次数:276
CUDA Intro to Parallel Programming笔记--Lesson 1 The GPU Programming Model
1. 3 traditional ways computes run faster Faster clocks More work/clock cycle More processors 2. Parallelism A high end Gpu contains over 3,000 arithm ...
分类:其他好文   时间:2017-08-30 22:28:42    阅读次数:176
Spring框架——批处理(batch)和事务(Transaction)
批处理(batch) 批处理(batch) >好比快递员【不能一件一件的送快递】 - 批处理指的是一次操作中执行多条SQL语句 - 批处理相比于一次一次执行效率会提高很多 - 批处理主要是分两步: 1.将要执行的SQL语句保存 2.执行SQL语句 - Statement和PreparedStatem ...
分类:编程语言   时间:2017-08-30 20:48:05    阅读次数:460
UVA - 10891 Game of Sum
This is a two player game. Initially there are n integer numbers in an array and players A and B get chance to take them alternatively. Each player ca ...
分类:其他好文   时间:2017-08-30 18:25:34    阅读次数:139
http://acm.hdu.edu.cn/showproblem.php?pid=2825
地址:http://acm.hdu.edu.cn/showproblem.php?pid=2825 题目: Wireless Password Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Other ...
分类:Web程序   时间:2017-08-29 11:03:03    阅读次数:174
npoi2.3+泛型+反射 根据配置统一解析excel数据到实体的基础方法
解析方法: 参数中定义的类型: ...
分类:其他好文   时间:2017-08-23 13:28:57    阅读次数:555
HDU - 1150 Machine Schedule
As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling problems d ...
分类:系统相关   时间:2017-08-23 10:34:40    阅读次数:267
535条   上一页 1 ... 31 32 33 34 35 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!