CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .61 .62 .63 .64 .65 10766.67 .68 .69 .70 .71 ... 199244 »
  1. taskvoice

    0下载:
  2. android版实现了录音和播放的demo。-Android version of the recording and playback of demo.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1.91mb
    • 提供者:刘容辰
  1. aaa

    0下载:
  2. 有客户端和服务器端代码,可以运行,实现远程控制-include client and server,and it can work,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:259.95kb
    • 提供者:张凡
  1. filechangges

    0下载:
  2. 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 path to save the converted, in t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.49kb
    • 提供者:ipudn3
  1. vbcheckport

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2.54kb
    • 提供者:ipudn4
  1. getdiskfdser

    0下载:
  2. 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 number and logical ID:, disk u
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.74kb
    • 提供者:ipudn5
  1. vbdriveread

    0下载:
  2. VB调用驱动程序的源码实例(只能在32位系统执行),再此提示:由于驱动需要系统最高运行权限才能运行,所以本程序在调用驱动时会被360程序报警,因为驱动涉及权限敏感信息,请了解。WINDOWS xp可运行本程序,Win7、Vista64位都不能运行。-VB source code examples to call the driver (only run in 32-bit systems), then this prompt: Because driving requires maximum o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.12kb
    • 提供者:bpudn41
  1. VBWinSockAPIchat

    0下载:
  2. VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:17.63kb
    • 提供者:bpudn42
  1. iwaveout

    0下载:
  2. VB6操作麦克风和音箱实现声音输入输出,VB声音控制源码下载,打开程序后,将自动获取到声音驱动设备,波形图上方的滑块,可控制音量大小,下面的波形图会根据声音的大小自动变化,程序支持全屏的波形图,双击波形图即可进入全屏模式。-VB6 operations microphone and speakers to achieve the sound input and output, VB source code download voice control, open the program, wil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:14.24kb
    • 提供者:bpudn43
  1. hwndinicon

    0下载:
  2. VB从窗口句柄获取图标,也可以称之为是提取图标,取得窗口图标,请参考以下代码:Public Function 获取程序路径(句柄 As Long) As String    Dim 路径 As String, 内存柄 As Long    路径 = Space(255)    Call GetWindowThreadProcessId(句柄, 内存柄)    内存柄 = OpenProcess(PROCESS_ALL_ACCESS, 0, 内存柄)    Call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5.44kb
    • 提供者:ipudn6
  1. vbdirectx8demo

    0下载:
  2. VB.DX8实验源码,基于微软硬件加速软件DirectX8.0构建VB游戏程序,想学Windows游戏设计的话建议学习。可研究一下使用VB进行3D游戏贴图、贴图剪裁、缩放比例、声音播放的设计,在些提示一下VB源码爱好者,本代码内的注释后边带问号的说明这条注释不一定准确。-VB.DX8 experimental source, hardware-accelerated software based on Microsoft DirectX8.0 build VB games, want to le
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:51.24kb
    • 提供者:ipudn7
  1. vbdllzhuru

    0下载:
  2. VB DLL注入后子类化指定窗口,双击想放进托盘的窗口名,然后那个窗口以后最小化都会放进托盘里(仅限本次运行,下次运行会失效),打开了内存进行读写操作,在目标程序的内存分配一段空间用来写注入机器码,输出汇编代码,返回机器码,调用函数增加一个窗口,恢复EAX,有时候文件还没写完就到了这里,所以判断一下文件长度是否正常,如果不正常倒回重新等待一下-VB DLL injection after subclass of the specified window, double-click the win
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:198.34kb
    • 提供者:ipudn8
  1. 3dxuanzhuan

    0下载:
  2. 3D图形计算,旋转指以立体三角的顶点为中心,底座旋转.深度指距离,越大离你越近,0是3D空间中心点,负数指中心点之后,有三维空间的立体感。作者注:旋转代码有重大缺陷请勿深入学习以免影响将来正式学习!这篇代码建议随便看看就好-3D graphics computing rotation refers to the three-dimensional triangle vertices as the center, the base is rotated. Depth refers to the d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.78kb
    • 提供者:ipudn9
« 1 2 ... .61 .62 .63 .64 .65 10766.67 .68 .69 .70 .71 ... 199244 »
搜珍网 www.dssz.com