CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vb Function
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - vb Function - List
[
OS program
]
vb-memery
DL : 0
适合vb学习之用,调用api函数实现读写内存的操作,具体还要动手分析内存先。(:-for vb learning, called api Function writable memory operation, Analysis of the specific memory but also hands first. (:
Date
: 2008-10-13
Size
: 6.19kb
User
:
张海滨
[
OS program
]
s-des算法分析及实现
DL : 0
:DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm on the analysis of the C language standard DES data encryption algorithm, or through iterative cycle of simple basic operations (such as bits, death, die two Adder, etc.) and transform (choice function, function replacement) structural data streams into the nonlinear transformation (encryption or decryption transform Transform), thereby achieving data on the computer password protection. Highlights of the C language to achieve its key encryption process. Keywords : DES data encryption C language
Date
: 2025-12-21
Size
: 537kb
User
:
王冰
[
OS program
]
PingIp
DL : 0
用vb实现ping功能,调用 windows dll 和 注册表,源代码非控件。可以学习如何使用动态链接库和注册表。-with vb achieve ping function, and call windows dll registry, non-source code control. Learn how to use the dynamic link library and the registry.
Date
: 2025-12-21
Size
: 10kb
User
:
胡卫星
[
OS program
]
md5_my
DL : 0
md5的java源码......功能很简单,输入任意长的字符串,按"生成信息摘要"按钮,就可以生产等长的信息摘要-md5 the java source function is very simple ... that the importation of arbitrarily long string, according to "produce information summary" button, can produce such long message digest
Date
: 2025-12-21
Size
: 4kb
User
:
huang
[
OS program
]
vb-memery
DL : 0
适合vb学习之用,调用api函数实现读写内存的操作,具体还要动手分析内存先。(:-for vb learning, called api Function writable memory operation, Analysis of the specific memory but also hands first. (:
Date
: 2025-12-21
Size
: 6kb
User
:
张海滨
[
OS program
]
vbmakedll
DL : 0
通过VB来创建DLL输出函数,无需注册DLL.有两个DEMO.-VB to create DLL output function, are not required to register DLL. Two DEMO.
Date
: 2025-12-21
Size
: 50kb
User
:
incrediman
[
OS program
]
VB_howlong
DL : 0
在VB中测量程序运行时间的例子,介绍了 GetCurrentTime函数的用法。-in VB time measurement procedures example, GetCurrentTime function of usage.
Date
: 2025-12-21
Size
: 2kb
User
:
锐一
[
OS program
]
UTCTime2LocalTime
DL : 0
一个将UTC时间转化为本地时间的函数,一个将UTC时间转化为本地时间的函数。-A UTC time into a function of local time, a UTC time into a function of local time.
Date
: 2025-12-21
Size
: 4kb
User
:
王强
[
OS program
]
3
DL : 0
公交线路管理系统,属于gis应用系统。有地图显示功能(附带几张mapinfo图形文件),可以查询站点,线路。用mapbasic+vb二次开发。-Bus route management system, belonging to gis applications. Have map display function (with a few graphics files mapinfo), can search for sites, lines. With the secondary development of mapbasic vb.
Date
: 2025-12-21
Size
: 1.89mb
User
:
lllever
[
OS program
]
gis
DL : 0
MapInfo+VB做的gis课程设计,功能全面。VB调用create object()函数启动mapinfo,通过mapinfo发送mapbasic的命令串来操作mapinfo。-MapInfo+ VB to do the gis curriculum design, full-featured. VB call create object () function to start mapinfo, through mapinfo Send MapBasic command string to operate mapinfo.
Date
: 2025-12-21
Size
: 387kb
User
:
lllever
[
OS program
]
Test_new
DL : 0
使用VB编程在遇到比较大的项目时经常需要进行模块的功能拆分。我们知道在VB中实现多线程比较麻烦,所有就考虑使用多进程来实现此功能。但是其中难免遇到多个进程中进行窗体的嵌套,如果使用findwindow或其他的API函数找窗口句柄成功率仅有50%的几率。所以考虑使用我所提供的方法。窗口嵌套成功率为100%。祝您成功。-The use of VB programming in the face of relatively large projects often need to carry out the functions of modules split. We know that in VB to achieve multi-threading is too much trouble to consider the use of all the multi-process to achieve this functionality. But inevitably encounter a number of process of the nested form, if you use the FindWindow API function or other to find window handle the success rate of only 50 of probability. Therefore, I consider the use of methods provided. Nested window a success rate of 100. I wish you success.
Date
: 2025-12-21
Size
: 242kb
User
:
杨峰
[
OS program
]
P_C_Bruteforce
DL : 0
VB源码,强大无穷密码注册功能,非常值得学习-VB source, powerful infinite password registration function, a very worthwhile learning
Date
: 2025-12-21
Size
: 51kb
User
:
沙鸥
[
OS program
]
VB
DL : 0
vb实现进程的死亡自动复活,主要是采用API函数所写-vb achieve automatic revival of the death process, mainly written by using API function
Date
: 2025-12-21
Size
: 2kb
User
:
高天祺
[
OS program
]
sleep
DL : 0
vb中的 定(延)时函数大比拼,让你对vb的各个定时函数有个深刻的了解-vb in the set (the extension) when the function Competition, so all you vb function from time to time have a profound understanding of
Date
: 2025-12-21
Size
: 4kb
User
:
于广年
[
OS program
]
ZFDIAN
DL : 0
usb通信的VB例子 是用VB写的 掉用了WIONDS的API函数-usb communications VB example is written using VB spent out of the API function WIONDS
Date
: 2025-12-21
Size
: 2kb
User
:
wangli
[
OS program
]
Timer(VB)
DL : 1
精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择. 可惜多媒体定时器与VB6似乎不太和谐,如果在回调函数中出现代码,则极易崩溃,即使在IDE种运行正常,生成EXE后也会不稳定,没辙! ■ QTimer原始:是CSDN网友“嗷嗷叫的老马”的作品,使用QueryPerformanceCounter()制作的精密定时器,作者代码很具创造性而且精简。 但有个小问题:拖动鼠标时会停顿。 ■ Active EXE_hTimer: 是在“QTimer原始”基础上改装的一个Active EXE, 拖动鼠标时不会停顿,不爽的是任务管理器进程中又多出了一个hTimer.exe。 ■ mmTimer控件:是对多媒体定时器的包装,先用VC对多媒体定时器进行包装再提供给VB6使用,解决了VB6与多媒体定时器"不和谐"的问题。 不会停顿,进程中也不会出现"多余的" EXE, 推荐使用 Thinker2009 2009-07-04-This is a collection of VB timer, timer to achieve a variety of ways, there are ordinary, but also sophisticated, super-sophisticated, there are dll s ocx s, as well as the active exe, short will be able to find your favorite ... ■ SetTimer (Multi-Timer): is to use SetTimer () and have a callback function of the Timer, Timer control with VB6 in effect, the only API to achieve it, do not like to use controls may be like a friend ■ Timer Competition (CSDN): is provided CSDN User Timer test code: QueryPerformanceCounte () multimedia timer and VB6 timer control. Test, we can see the difference between three kinds of timers. Multimedia timer and QueryPerformanceCounte () are a better choice. Unfortunately, multimedia timer does not seem in harmony with VB6, if there in the callback function in code, while easy to collapse, even in the IDE to run the normal species, after the EXE will be generated instability,没辙! ■ QTimer original: Yes CSDN netizen "Old嗷嗷called" the works,
Date
: 2025-12-21
Size
: 112kb
User
:
尹刚
[
OS program
]
vbfunction
DL : 0
vb函数大全,里面包括了vb常用的函数,都是txt格式的,有详细用法以及示例-vb function of Guinness, which includes the common functions vb are txt format, with detailed examples of usage and
Date
: 2025-12-21
Size
: 65kb
User
:
sunshinebean
[
OS program
]
VB-Write-Api-Sound-DLL
DL : 0
VB实现API函数DLL的通用函数接口实现系统声音的控制-VB API function to achieve a common DLL interface function of the control system sounds
Date
: 2025-12-21
Size
: 92kb
User
:
夏雨
[
OS program
]
VB-Winsock-API
DL : 0
VB Winsock API高级编程调用大全(包括3个.bas 函数声明库)-VB Winsock API calls Daquan advanced programming (including 3. Bas function declaration library)
Date
: 2025-12-21
Size
: 164kb
User
:
mayan
[
OS program
]
VB-Function-pointer
DL : 0
我整理的VB函数指针源码,添加了示例和注意事项,完美实现VB函数指针!-The VB function pointer source finishing, add examples and considerations, the perfect realization of the VB function pointer!
Date
: 2025-12-21
Size
: 10kb
User
:
尹刚
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.