-
A-global-reconstruction-model
已有的基于分块压缩感知的图像重构模型采用相同的测量矩阵以块
×块的方式获取数据,解决了传统CS方法中测量矩阵所需存储量较大的问题,但由于采用分块重构,没有考虑
到图像的全局稀疏度,出现了大量的块效应。(Current image reconstruction models using block compressed sensing)
- 2012-12-08 12:33:53下载
- 积分:1
-
cPPprimerplus
c++ peimer plus,一本比较好的C++入门书籍,备受好评,新手必读(the c++ plus primer, relatively good C++, entry books, the novice must read)
- 2012-10-29 16:32:23下载
- 积分:1
-
code
在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔,
如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序,
(排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次,
则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开,
最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
- 2014-02-23 00:19:04下载
- 积分:1
-
MessageHook
可捕获系统消息,功能简单实用,是初学hook的理想资料(System can capture news, features simple, practical, is the ideal beginner hook information)
- 2009-06-06 20:27:44下载
- 积分:1
-
Kriging_WENG
说明: c++实现克里金插值法并使用openGL展示等值线(Kriging Interpolation and OpenGL Display)
- 2019-06-13 14:47:39下载
- 积分:1
-
MapXpro006
在VC中利用MAPX实现各种性质的图层的使用,其中不包括细化图层。(in VC Connection use of various layers of the nature of the use, which does not include the thinning layer.)
- 2005-03-17 19:24:00下载
- 积分:1
-
3.ESFramework.Demos.P2P
通过p2P的方式实现windows 与linux之间的通信。(The way through p2P the communication between windows and linux.)
- 2012-12-18 17:18:28下载
- 积分:1
-
fzitnbl185
用BitBlt()函数实现界面切换的程序设计方法,其中包括:新建项目,用函数实现文件的打开操作以及相关的程序设计,(The program design method of interface switching is realized by BitBlt () function, which includes: new project, file opening operation with function, and related program design.)
- 2018-12-01 16:10:18下载
- 积分:1
-
bit_text
C语言位操作应用举例,简要说明在C语言中如何操作字节中的位(C language bit manipulation application example, a brief description of how to operate in the C language byte in bits)
- 2009-09-13 12:05:30下载
- 积分:1
-
KeyMouse
通用键盘鼠标模拟(包括USB和PS2)
通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。
简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。
模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_MAKE、KEY_BREAK,然后调用KeyboardClassServiceCallback。(Universal keyboard and mouse simulation (including USB and PS2))
- 2010-07-23 11:19:14下载
- 积分:1