-
-
fly123diao.zip
/* To wrap edges seamlessly, copy edge values around
to other side of array */
if (i==0)
fa[(subSize*size) + j] =
fa[(i * size) + j]
if (j==0)
fa[(i*size) + subSize] =
fa[(i * size) + j]
j+=stride
-
fzbkp.rar.rar
为了防止内容被拷贝,通常的办法是屏蔽掉鼠标右键,不让查看源文件,但这也有很多办法突破,如使用Netscape浏览器就不会有这种现象,而且让人觉得很不方便,因为鼠标右键可以用来做其他很多事情,如保存图片啊等等。因此这里再介绍一个更好的办法,不用屏蔽鼠标右键,而是对屏蔽掉鼠标选择要copy内容的功能。
-
cslib.rar
These libraries are designed for use with Microsoft Visual C++ version 6.0.
Install them by running setup.exe. This will copy the files to various
places where MSVC will expect to find them. If setup fails, alternate
instructions are below.
-
Generic_Pool_demo.zip
... now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been ...
-
-
CheatMaster_src.rar
... for DevHook 0.4+, which is used to search and
modify/lock data in memory while playing game.
HOWTO Install
=============
1. Copy directory CheatMaster to root of your PSP memorystick.
2. Modify /dh/2xx/flash0/kd/pspbtcnf_game.txt, which 2xx means ...
-
-
-
128X64LCD_display_source_code.rar
12864 LCD图形显示程序例子
这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!
-
linkedmatrix.rar
... 半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply of ...
-