搜索结果

找到约 1,070 项符合 First-out 的查询结果

VC书籍 If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"

If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary ge ...
https://www.eeworm.com/dl/686/493487.html
下载: 20
查看: 1055

技术书籍 LatentSVM论文

The object detector described below has been initially proposed by P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a Dalal-Triggs detector that uses a single filter on histogram of oriented gradients (HOG) features to represent an object category. This detector uses a sliding window approac ...
https://www.eeworm.com/dl/501198.html
下载: 1
查看: 76

技术教程 SystemC_tutorial

This tutorial will focus on the strong connection between C++ and SystemC by making the analogy between Hardware modeling and Object-Oriented modeling. The first section will look at the creation of Hardware components in C++. The second section will highlight the benefits ...
https://www.eeworm.com/dl/507530.html
下载: 3
查看: 92

其他文档 多线程游戏

/**  * 用于在逻辑和界面间传输数据的bean  * @version 1.0  */ public class DataBean {     private int first = -1;     private int second = -1;     public int getFirst() {         return first;     }     public int ...
https://www.eeworm.com/dl/508068.html
下载: 1
查看: 22

接口技术 net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 *       ...
https://www.eeworm.com/dl/508248.html
查看: 56

Ajax AmazeUI-2.3.0

Amaze UI 以移动优先(Mobile first)为理念,从小屏逐步扩展到大屏,最终实现所有屏幕适配,适应移动互联潮流。
https://www.eeworm.com/dl/508825.html
下载: 1
查看: 86

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

C/C++语言编程 pppdump

pppdump - print out the contents of a record file generated by  pppd in readable form
https://www.eeworm.com/dl/510082.html
下载: 1
查看: 70

数学计算 计算本征值程序

Computes all eigenvalues and eigenvectors of a real symmetric matrix a, ! which is of size n by n, stored in a physical np by np array. ! On output, elements of a above the diagonal are destroyed. ! d returns the eigenvalues of a in its first n elements. ! v is a matrix with the same logical and ...
https://www.eeworm.com/dl/511493.html
下载: 3
查看: 52

软件 RVDS2.2破解工具

RealView Developer Suite v2.2 破解 (2009-12-11)  使用RealView Developer Suite v2.2,传说中的RVDS 2.2,破解也有问题,经过我琢磨。   破解步骤修改如下: 1)用generate产生license file (注意自己的系统时间   最好是真实的当前时间,如果时间比较旧的话,产生的license file 将不能注册。license ...
https://www.eeworm.com/dl/514017.html
下载: 1
查看: 122