资源列表
[其他小程序] LieZhuYuanXiaoQu
说明:该文档实现了列主元消去法,是解决线性代数问题的有力工具,也为学好后续课程做好准备!-The document listed the main element to achieve the elimination method is a powerful tool for solving linear algebra problems, but also to prepare for the follow-up courses to le<jiba> 在 2024-11-20 上传 | 大小:1kb | 下载:0
[Windows编程] filechangges
说明:vb字库转换工具--把十六进制文件转换为二进制文件,选择需要转的的文件:文本文件(*.txt),选择转换后保存的路径,中间为内容区,好像不怎么用,源码可VB6.0下直接编译生成EXE。-vb font conversion tools- the hex file into a binary file, select the file needs to turn: the text file (.* txt), select the pa<ipudn3> 在 2024-11-20 上传 | 大小:6kb | 下载:0
[Windows编程] vbcheckport
说明:vb源码检测串口个数示例,没有EXE的话自己运行VB6.0编译一下,程序运行界面如截图所示-vb source code to detect the serial number of the sample, the words themselves do not run VB6.0 EXE compile it, run the program interface as shown in the screenshot<ipudn4> 在 2024-11-20 上传 | 大小:3kb | 下载:0
[对话框与窗口] LDTecPCClient
说明:好看的MFC界面,基于对话框,实现3D效果,完全脱离WIndow界面风格-MFC nice interface, based on dialog, to achieve the 3D effect, completely out WIndow interface style<Yaphe> 在 2024-11-20 上传 | 大小:976kb | 下载:0
[Windows编程] getdiskfdser
说明:VB6.0获取硬盘逻辑编号,获取硬盘序列号,VB读取硬盘序列号和逻辑编号:,硬盘唯一序列号:,MD5加密算法获取硬盘序列号,这里只能用byte,因为VB没有无符号的LONG型变量,取得硬盘信息:型号/物理系列号(唯一)。-VB6.0 access to hard disk logical number, access the hard drive serial number, VB read the hard drive serial<ipudn5> 在 2024-11-20 上传 | 大小:6kb | 下载:0
[Windows编程] vbdriveread
说明:VB调用驱动程序的源码实例(只能在32位系统执行),再此提示:由于驱动需要系统最高运行权限才能运行,所以本程序在调用驱动时会被360程序报警,因为驱动涉及权限敏感信息,请了解。WINDOWS xp可运行本程序,Win7、Vista64位都不能运行。-VB source code examples to call the driver (only run in 32-bit systems), then this prompt: Beca<bpudn41> 在 2024-11-20 上传 | 大小:4kb | 下载:0
[其他小程序] DllMainExample
说明:关于Dll调用时的DllMain 的用法,有一个Dll程序和一个基于MFC的调用程序。-About Dll when calling DllMain usage, there is a Dll program and a MFC based on the calling program.<张欢> 在 2024-11-20 上传 | 大小:3mb | 下载:0
[Windows编程] VBWinSockAPIchat
说明:VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗<bpudn42> 在 2024-11-20 上传 | 大小:18kb | 下载:0
[Windows编程] hwndinicon
说明:VB从窗口句柄获取图标,也可以称之为是提取图标,取得窗口图标,请参考以下代码:Public Function 获取程序路径(句柄 As Long) As String Dim 路径 As String, 内存柄 As Long 路径 = Space(255) Call GetWindowThreadProcessId(句柄, 内存柄) 内存柄 = OpenProcess(PROCESS_A<ipudn6> 在 2024-11-20 上传 | 大小:5kb | 下载:0
[Windows编程] vbdirectx8demo
说明:VB.DX8实验源码,基于微软硬件加速软件DirectX8.0构建VB游戏程序,想学Windows游戏设计的话建议学习。可研究一下使用VB进行3D游戏贴图、贴图剪裁、缩放比例、声音播放的设计,在些提示一下VB源码爱好者,本代码内的注释后边带问号的说明这条注释不一定准确。-VB.DX8 experimental source, hardware-accelerated software based on Microsoft DirectX<ipudn7> 在 2024-11-20 上传 | 大小:51kb | 下载:0