自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (8)
  • 收藏
  • 关注

原创 reference and dereference of pointer

http://stackoverflow.com/questions/4955198/what-does-dereferencing-a-pointer-meanWhen you want to access the data/value in the memory that the pointer points to - the contents of the address wit

2017-03-02 16:57:05 483

原创 学习资料

http://blog.csdn.net/column/details/jacky-cocos2dx.htmlhttp://blog.csdn.net/jackystudio/article/details/11720325http://nadeausoftware.com/articles/2012/05/c_c_tip_how_copy_memory_quickly

2015-12-25 14:54:47 332

原创 补码

编程时可以把一个正数取反加一, 得到想要的负数;http://www.cnblogs.com/zhangziqiu/archive/2011/03/30/ComputerCode.htmlhttp://www.ruanyifeng.com/blog/2009/08/twos_complement.html2的补码的本质在回答2的补码为什么能正

2015-12-13 12:55:55 367

原创 算EEPROM 尾部长度

(Addr + Length) 相当于总的数组长度;

2015-08-27 17:22:46 394

原创 WINDBG !stacks

!stacks 可以用来追踪卡住的内核对象。!stacks 2 [string]可以详细的查看包含相应字串的驱动中的对像信息

2015-07-12 16:21:45 498

原创 变长数组与sizeof

C语言变长数组(zz)1、变长数组必须在程序块的范围内定义,不能在文件范围内定义变长数组;2、变长数组不能用static或者extern修饰;3、变长数组不能作为结构体或者联合的成员,只能以独立的数组形式存在;4、变长数组的作用域为块的范围,对应地,变长数组的生存时间为当函数执行流退出变长数组所在块的时候;

2015-03-12 19:02:48 923

原创 driver 中计算时间

测试代码,有点问题,off 时得不到时间  <---

2014-12-19 18:44:14 675

原创 WdfMemoryCreate

status = WdfMemoryCreate(NULL, PagedPool, PoolTag, outputSize, &outputMemoryHandle,

2014-11-27 19:56:31 1075

原创 git pro

uhttp://git-scm.com/book/zh

2014-09-26 17:15:23 506

原创 关于C语言结构体大小

#include #pragma pack(push) //保存对齐状态#pragma pack(2)typedef struct{ char s[10]; int a;}MYTYPE;#pragma pack(pop)typedef struct node{ int a[100]; char b;}kkk;MYTYPE x;void main(){ kk

2014-09-17 13:50:04 513

原创 (a + 7) & (~7)

(a + 7) & (~7)在读register 时,给的地址

2014-08-20 19:19:56 638

原创 C# 中使用DAO

首先是要加入引用:   MS DAO 3.6 Object Library(在com组建里)。然

2014-07-07 16:02:15 2872

原创 向优盘写RAW数据

读写磁盘,必段以512倍数的大小来读取。

2014-06-18 16:53:40 627

原创 afxdlgs.h

// Classes declared in this file // CDialog class CCommonDialog; // implementation base class // modeless dialogs class CFindReplaceDialog; // Find/FindReplace dialog // modal dialogs

2012-09-04 09:23:33 2456

原创 代码

//指针清空#define SAFE_RELEASE(x) if((x) != NULL){ delete (x); (x) = NULL; } #define SAFE_RELEASE_ARRAY(x) if((x) != NULL){ delete[] (x); (x) = NULL; }

2012-07-05 14:27:22 441

原创 spd read 当时编的.可能有点问题的..那个AMD的 SMBus 地址貌似可以固定下来.

http://en.wikipedia.org/wiki/Serial_presence_detect SPD ==Serial presence detect其中用到了 DDR2 ,DDR3 , JEDEC 106AA( Manufactures JEDEC ID)http://download.csdn.net/source/2374958 //by //COP

2010-05-20 16:28:00 2785

原创 clock generator

自已的小程序,還能在INTEL 下正常運行。請大家指教。在CSDN 上已經有好多的人寫過關於此的文章了,我只是抄來練習了一下,為使大家不走彎路,但請看官們潛心學習,變成自已的知識。#include#include#include#include//Claude_Shi//2010-4-13#define DEBUG 1#define READ_CLOCK 0

2010-05-03 15:41:00 782

sf100 win8.1固件

WIN8.1 系统上SF100必须更新这个固件

2014-11-13

xvidcore 1.3.3

xvidcore library Improved MinGW and Cygwin compilation support Fixed possible encoder crash when Turbo+BVHQ+Qpel options are combined Added support for GNU Hurd as target OS Patch for QNX support Fix for possible overflow in Trellis quantization VFW frontend Minor GUI changes DShow/MFT frontend GUI cosmetics Switchable tray icon Example programs Fixed bug in xvid_encraw PGM header parser Fix out of bound access to framestats struct in xvid_encraw

2014-09-10

SysNucleus.USBTrace.v2.8.0.80

SysNucleus.USBTrace.v2.8.0.80 带patch

2014-06-04

vax10.8.2007 X解版

VAX 破解,新版VAX破解,支持 visual Studio2013

2013-11-28

Ultra EDIT 使用技巧

Ultra EDIT 使用技巧, 快速熟練的使用 U EDIT.

2010-07-20

SPD Serial presence detect

SPD Serial presence detect

2010-05-20

spfdisk用法,如何使用SPFDISK

spfdisk用法,如何使用分区工具SPFDISK

2009-10-07

介绍如何用BORLAND C++ 3.1

BC设置大概说明,介绍如何用BORLAND C++ 3.1

2009-09-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除