搜索资源列表
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
IP
- DOS改IP计算机名 @echo off color 1A del /A /Q /F *.reg cls REM 设置部分 ::网段设置 set IPDATA1=10.128.19. set IPDATA2=10.128.18. ::计算机名前面部分 set NAMEDATA=DY ::下面不需要设置 set X=240 set a=0 set aa=00 ::网关 set gateway=10.128.19.254 ::
source.rar
- Ms-Rem 写的进程保护完整源码 驱动是VC版 例子调用是DELPHI, 先用驱动加载工具加载驱动 Protector.sys 然后在启动例子,例子程序即被保护。 ,Ms-Rem protect the integrity of the process of writing source-driven example is the VC version is called DELPHI, the first tool used to load drivers to load
DivisionInteger
- 32bit有符号整数除以16bit整数。 输入数据为被除数Num和除数Den, 输出数据为商Quot和余数Rem。-Divided by the number of signed 32bit integer 16bit integer. Input data for the dividend divisor Num and Den, output data for more than a few business Quot and Rem.
REM.ZIP
- Run Portable Executable from memory
BatFile_Command
- *.bat 批处理文件的常用命令和操作,例如 echo、@、call、pause、rem-Common commands and operations of Batch files ,such as echo、@、call、pause、rem
hook_full
- This is book of Ms.Rem about hooking API on WindowsNT
rem
- remote connectivigty in csharp mysql
adv-api-hook
- adv api hook By Ms-Rem File downloaded from www.delphibasics.co.nr
xtSla
- Retrieve the rem // start line on MFC cpp and h files generated with wizard stack. For cleaning MFC sources when they re out of use with programmeur . Very Nice if you use MFC ... Tof
NewsTp_net
- 适用于企事业单位、管理部门等在确定了某个候选的新闻、事件、活动、图片、徽标、歌曲等候选项目后,由本单位职工或其他任何人通过网络进行投票,选出其中几项的投票活评选活动。- rem 检查sql字符串中是否有单引号,有则进行转化 function CheckStr(str) dim tstr,l,i,ch l=len(str) for i=1 to l ch=mid(str,i,1) if ch="
SendShortcutToDesktop
- Option Explicit sub uu() Dim wshShell, Shortcut, oArgs Dim strDir, strName, TargetPath, szSrc,cnt,i Set oArgs = Wscr ipt.Arguments TargetPath = oArgs(0) szSrc = Split(TargetPath, \ , -1, 1) cnt = UBound(szSrc) For i = 0 To
autoexec.bat
- autoexec.bat REM Dummy file for NTVDM
huahua
- ,用matlab绘制菊花 大家可以 使用此代码再次进行花的画法- data base t0=linspace(0,2*pi) for i=1:100 if rem(i,4)==0 t1(i)=NaN else t1(i)=t0(i) end if rem(i,4)==2 t2(i)=NaN else t2(i)=t0(i) end end p=linspace(0,0.25*pi) [xx,yy]=meshgrid
Rem-VBSworm
- scr ipt for windows software
Joying_JY-UL135N2_SuperSU
- Thanks for the scr ipt. Here is the batch working also within Win7 command prompt: Code: @ECHO OFF cls REM Purpose: This batch file creates complete dump of NK.BIN provided REM Author: jwoegerbauer REM Date: 2013-01-03 REM License: GPL v3
layout-rem-master
- 移动端自适应,基于设计图750,640设计图制作(Mobile terminal adaptive)
qb2
- 一个功能多样的响应式网站,兼容各种浏览器,出色的跨平台能力。(A versatile responsive web site, compatible with various browsers, excellent cross-platform capabilities.)
Windows批处理高级教程精选合编
- Windows批处理高级教程精选合编一章 批处理基础 第一节 常用批处理内部命令简介 1、 REM 和 :: 2、 ECHO 和 @ 3、 PAUSE 4、 ERRORLEVEL 5、 TITLE 6、 COLOR 7、 mode 配置系统设备 8、 GOTO 和 : 9、 FIND 10、 START 11、 assoc 和 ftype 12、 pushd 和 popd 13、 CALL 14、 shift 15、 IF 16、 setlocal 与 变量延迟
