码迷,mamicode.com
首页 >  
搜索关键字:des    ( 60086个结果
JVMS Specification(2)-Compiling for the Java Virtual Machine
java虚拟机规范第二章。编译虚拟机,各种指令的介绍。...
分类:编程语言   时间:2014-06-16 22:20:11    阅读次数:307
UML是文档化的语言
??  The UML Is a Language for Documenting     A healthy software organization produces all sorts of artifacts in addition to raw executable code. These artifacts include (but are not limited to)...
分类:其他好文   时间:2014-06-16 20:40:42    阅读次数:164
android-vlc for rtsp build OK
android-vlc for rtsp build OK...
分类:移动开发   时间:2014-06-16 20:36:37    阅读次数:262
SIFT特征
近日把SIFT特征提取及匹配算法推导了一遍,就开始我个人的一个认识吧。  关于SIFT的算法介绍见最下面的链接。  如果用SIFT的话,MATLAB的SIFT的code可以学习,个人认为还是C写的SIFT比较好。  VLFeat提供C写的SIFT特征提取算法代码,调用如下: //读入图像 char *ImagePath="10011.jpg"; IplImage *I...
分类:其他好文   时间:2014-06-16 19:50:22    阅读次数:332
ASP.NET JSON(转http://www.360doc.com/content/14/0615/21/18155648_386887590.shtml)
概念介绍还是先简单说说Json的一些例子吧。注意,以下概念是我自己定义的,可以参考.net里面的TYPE的模型设计如果有争议,欢迎提出来探讨!1.最简单:{"total":0}total就是值,值是数值,等于02. 复杂点{"total":0,"data":{"377149574" : 1}}tot...
分类:Web程序   时间:2014-06-16 13:29:20    阅读次数:330
C# 打开指定文件或网址
System.Diagnostics.Process.Start的妙用:文件夹打开时自动选中一个文件,比如自动选中此目录下的指定文件方法:Process.Start("Explorer","/select,"+filePath);我们经常会遇到在Winform或是WPF中点击链接或按钮打开某个指定的...
分类:其他好文   时间:2014-06-16 13:23:08    阅读次数:337
我的MYSQL学习心得(九)
我的MYSQL学习心得(九)我的MYSQL学习心得(一)我的MYSQL学习心得(二)我的MYSQL学习心得(三)我的MYSQL学习心得(四)我的MYSQL学习心得(五)我的MYSQL学习心得(六)我的MYSQL学习心得(七)我的MYSQL学习心得(八)这一篇《我的MYSQL学习心得(九)》将会讲解M...
分类:数据库   时间:2014-06-16 13:20:04    阅读次数:422
PatentTips - Mechanisms for strong atomicity in a transactional memory system
BACKGROUNDAdvances in semi-conductor processing and logic design have permitted an increase in the amount of logic that may be present on integrated c...
分类:其他好文   时间:2014-06-16 13:19:01    阅读次数:347
PatentTips – RDMA data transfer in a virtual environment
BACKGROUNDEmbodiments of this invention relate to RDMA (remote direct memory access) data transfer in a virtual environment.Traditional RDMA allows da...
分类:其他好文   时间:2014-06-16 13:10:49    阅读次数:307
使用事件同步----Kithara RTS
Kithara RTS的事件机制,和windows编程中的事件机制比较像,如果有部分不明白,可以参考windows编程的这部分知识。事件在windows中是一种内核对象。事件主要用来实现任务之间的同步,同步并不是同时进行的意思,而是让整个软件的逻辑按照指定的顺序运行。以下文章是拆字Kithara R...
分类:其他好文   时间:2014-06-16 13:07:42    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!