码迷,mamicode.com
首页 >  
搜索关键字:entry    ( 3190个结果
PE文件结构详解(四)PE导入表
PE文件结构详解(二)可执行文件头的最后展示了一个数组,PE文件结构详解(三)PE导出表中解释了其中第一项的格式,本篇文章来揭示这个数组中的第二项:IMAGE_DIRECTORY_ENTRY_IMPORT,即导入表。也许大家注意到过,在IMAGE_DATA_DIRECTORY中,有几项的名字都和导入...
分类:其他好文   时间:2014-08-31 11:48:01    阅读次数:228
Linux启动简单分析
1. 概述 从Bootloader至init程序主要过程如下 ++++++++++++++ ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++ | | -> | kernel_entry() | -> | sta...
分类:系统相关   时间:2014-08-29 23:53:38    阅读次数:507
DataList分页-增加自动编号列
1 2 3 Entry 4 5 6 7 8 9 10 11 附注:labPage.Text为当前页pageSize后台变量:public int pageSize
分类:其他好文   时间:2014-08-29 21:17:18    阅读次数:189
Java中Map的使用
Map以按键/数值对的形式存储数据,和数组很类似,在数组中存在的索引,它们本身也是对象。 Map的接口 Map---实现Map Map.Entry--Map的内部类,描写叙述Map中的按键/数值对。 SortedMap---扩展Map,使按键保持升序排列 关于怎么使用,通常是选择Map的子类,而不直...
分类:编程语言   时间:2014-08-29 14:20:07    阅读次数:257
OpenCV求取轮廓线
// Threshold.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include int g_threshold = 100; IplImage* img1= NULL; IplImage* g_gray = NULL; CvMemStorag...
分类:其他好文   时间:2014-08-28 11:27:19    阅读次数:188
Python Tkinter 基础控件学习
# -*- coding: utf-8 -*- from Tkinter import * def btn_click(): b2['text'] = 'clicked' evalue = e.get() print 'btn Click and Entry value is %s' % evalue def btn_click_bind(event): pr...
分类:编程语言   时间:2014-08-28 00:59:58    阅读次数:269
环境变量,属性文件,文件基础操作,目录基础操作,遍历指定后缀名文件
环境变量和属性环境变量相关:1.得到某个/所有环境变量的值2.设置环境变量的值3.列出全部系统属性名import java.util.Enumeration;import java.util.Map;import java.util.Map.Entry;import java.util.Proper...
分类:其他好文   时间:2014-08-27 00:17:57    阅读次数:346
PHP ADLogin
'; echo ldap_error( $conn ); exit; } #print_r($info); if( $info) { $values = @ldap_get_values_len($conn, $entry, ...
分类:Web程序   时间:2014-08-25 19:14:24    阅读次数:241
oracle 通过查询灵活插入数据 insert into ...select..
insert into reg_user (id,name,password,area_code,reg_time,first_pswd,record_type) select l.reg_user_id,l.entry_person,'4QrcOUm6Wau+VuBX8g+IPg==',l.area_code,sysdate,'123456',l.type from lo...
分类:数据库   时间:2014-08-25 13:27:04    阅读次数:248
二维图形的傅里叶变换
程序有内存泄漏,主要是mat_Row,mat_Col,dst_Row,dst_Col,谁有好办法。// Fourier.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "s...
分类:其他好文   时间:2014-08-24 23:29:53    阅读次数:411
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!