搜索资源列表
dim Deck
- 游戏开始时,我们首先要取一副牌,然后将牌洗好,指定从第几张牌开始发起。洗牌时为取得真正的随机数,用My.Computer.Clock.TickCount作产生随机数的种子。-start of the game, we should first take a license, and then wash my license, designated from the first few began to licensing. When s
06pop3
- 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = \"RETR \" + rh
EncryptSimple
- 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本
dim
- 1 程序采用borland c++ builder 6.0 + wspp16(作者风云)制作,其中wspp16针对borland c++ builder 6.0做了一些修改(不一定再适用VC),使用时请遵从其中的版权限制。除此之外的代码可以任意复制散发。 2 另外,素材也从PopCap的Diamond Mine中抽取,请尊收原软件对素材的版权限制。 -a procedure used borland c builder 6.0
SetPopedom
- NTFS目录权限设置 VB中使用 引用 KLMYTLib.SetPopedom 先申明几个常量,下面几个用于目录权限设置的: Private Const GENERIC_READ = &H80000000 读 Private Const GENERIC_WRITE = &H40000000 写 Private Const GENERIC_EXECUTE = &H20000000 执行
dxy20
- 打开目录ads文件夹 找到top_ads.js文件 用记事本打开后就可以看到: -------------------------------------- var head_ads_txt_num=4 var head_ads_txt_dim=new Array(head_ads_txt_num) head_ads_txt_dim[1]=\"『丁香苑社区』 给您全新的体验!|\" head_ads
guangji
- 有源码事例,还有说明.一看就明白, 一,把\"HGB.dll\"和\"hgbguanligongcheng.dll\"复制到系统文件夹\"\\WINDOWS\\system32\"下. 二,新建一VB标准EXE,在\"工程\\引用\"下点击浏览把\"\\WINDOWS\\system32\"下的\"hgbguanligongcheng.dll\" 引用进来. 三,在窗体里声明一个对象变
ServerScript
- ATL寫的DCOM程式,在服務上執行Serverscr ipt.exe /regserver 在客戶機上的VB程式只需要set scr=Createbject(\"Serverscr ipt.Server.1\", \"你的服務器名稱\") scr.CreateScrip(\"VBscr ipt\") scr.AddCode \"dim x : x=100\" msgbox scr.eval(\"x\") 可以看出s
CarSim123
- CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package op
kevin
- 都快2007年了是吧.呵呵... 虽然早先的记忆已经全部被我格式化,但唯一保存在U盘里的,却依旧还闪耀着暗淡的光芒. 这些代码,记录了很多东西,包括个人的思绪,曾经的美好理想,爱情的伤感以及渴望. 但是它终究没有来. 去Google搜索了一下我的名字,发现似乎有人很想要这个东西. 那还是不那么吝啬了.拿去吧. 2007年也快到了.想问候那些离开一年多的朋友.你们还好吗? /Miss kEvin1986
20070508
- Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib\"shell32\"
DialPhone
- 利用WM5 实现电话功能 在程序中进行电话拨号 “项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArg
cluster-hyper-dim
- This paper studies the problem of categorical data clustering, especially for transactional data characterized by high dimensionality and large volume. Starting from a heuristic method of increasing the height-to-w
goss
- 用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量 -with Goss solving linear equations Dim i As Integer Dim cycle variable j As In teger cycle variables As Integer Dim k cycle variabl
dim
- 这是一个用来计算一条曲线的分维数的程序。-fractal dimensions
2
- 有一个Byte数组A,如果我们知道这个数组上限最大只能是4,就用Dim Dim A As Byte(4) 但如果我们不能事先确定它的大小,或者需要在运行时改变它的大小就要用动态数组 Dim A As Byte() ReDim A(4) 这样改变大小时会清空原来的数据 ReDim Preserve A(4) 这样改变大小时会保留原来的数据-There is a Byte array of
s2
- it s to reg the img n rotat it to diff dim
113172232Fusiello_epipolarrectification
- 近年来,红外成像系统的广泛应用使得红外图像序列中的目标跟踪技术得到了迅速的发展,但是,图像序列中的微弱点状动目标自身的难点(特点)给跟踪技术带来了挑战-In recent years, extensive use of infrared imaging system makes infrared target which in image sepuences tracking technology has a rapid develop
Dim-target-detection-and-tracking
- The algorithm detects dim moving target effectively and estimate its trajectory accurately
DIM
- 运用C#语言写得一个关于如何写一个DIM程序的简单例子,很简单的例子。(this program is used for learning to create a DIM program.)