资源列表

« 1 2 ... .77 .78 .79 .80 .81 3382.83 .84 .85 .86 .87 ... 66581 »

[Windows编程getpixel

说明:VB得到Windows桌面的像素大小,主要是得到高度和宽度值,也就是大家熟悉的像素值,叫做也可以,一句代码就可实现这种功能:MsgBox ("桌面宽度为:" & Screen.Width / Screen.TwipsPerPixelX & "像素,高度为:" & Screen.Height / Screen.TwipsPerPixelY & "像素"),会弹出一个窗口告诉你桌面的长度像素值和宽度像素值。-VB get the pixel size of the Windows desktop,
<ipudn43> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序tiqu

说明:使用MATLAB对汽车牌照定位,主要针对国内的蓝底白字的牌照进行定位处理。-Car license plate positioning using MATLAB, mainly for the domestic blue and white license plate positioning processing.
<申熙藩> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[Windows编程vbshellrun

说明:VB6用代码运行其他程序,使用shell命令来运行windows的记事本程序,具体代码请下载压缩包,代码很简。关于shell函数:作用是运行一个外部可执行文件。它的参数有:程序名(假如那个程序在不同文件夹,并且不是系统文件,则需要详细路径)。运行方式:假设你想要运行C盘根目录的ABC.EXE,则第一个参数需要:"C:\\ABC.EXE"-VB6 code to run with the other programs, use the shell command to run windows No
<赵坤东> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序RSA

说明:RSA算法,输入公钥求解私钥,最后对明文进行加密,但是只是针对一个元素,计算机安全与保密作业,C语言-RSA algorithm for solving public input private key to encrypt the plaintext last, but only for one element, computer security and privacy operations, C language
<陈洁> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序vigenere

说明:vigenere算法,对一段明文进行加密,明文存入文本中,密钥自己输入,且密钥是字符形式,计算机安全与保密作业,C语言-Vigenere algorithm, a plaintext is encrypted, the plaintext into text, key input, and the key is the character form, computer security and security operations, C language
<陈洁> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序VBSControlMouse

说明:VBS 向Excel添加代码, 控制鼠标画圆-VBS add code to Excel, control the mouse Circle
<BUG> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序Rabin

说明:rabin算法,Rabin算法中,参数p和q取值范围在100-9999之间,计算机安全与保密作业,C语言-Rabin algorithm, Rabin algorithm, parameters of P and Q values in the range of 100-9999, computer security and security operations, C language
<陈洁> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序TWODRAW

说明:模糊算法的实现5类的功能 分别对几个程序的调试功能-Implementation class 5 features are fuzzy algorithm debugging features of several programs
<宋浩浩> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序Plane1

说明:这个是uel程序代码,一个非常好的有助于学习的源代码,希望对大家有帮助~-This is uel program code, a very good help to learn the source code, we hope to help ~
<王成禹> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序Elevator

说明:Simple Elevator simulator for few floors
<Joel> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[其他小程序Recognition-training-cycle

说明:可以循环识别训练的程序代码,也就是循环识别代码-You can cycle recognition training program code
<andrew> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[Windows编程formzoom

说明:VisualBasci6.0用代码控制自己实现窗口最大化、最小化、退出、恢复正常模式显示,比较基础的VB例子,可通过本源码了解下WindowState的几种状态分别对应窗口的操作,详细情况请查看代码吧。-VisualBasci6.0 code to control their use and maximize the window, minimize, exit, return to normal mode display, the basis of comparison of the VB e
<ipudn46> 在 2025-10-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 3382.83 .84 .85 .86 .87 ... 66581 »

源码中国 www.ymcn.org