这个制作精良的编辑器可以阅读VB模块格式,并有相应函数处理模式-the production of sophisticated editors VB module can be read format, and have the corresponding function processing mode 下载
vb 制作标准dll 请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。有解压密码的要说明密码。请先删除编译后的debug/release目录以减少压缩包大小 -vb production standard dll Please carefully read your package then write their specific function (at least 20 characters ). Try not to let the station have spent time in your note on the amendment. A password to extract passwords note. Please delete compiled the debug / release directory to reduce the size of compressed 下载
使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net prepared by the 24 pairs of simple bitmap image processing procedures, including RGB data and YIQ mutual transformation, mapping brightness distribution statistics, Laplace filter. The procedure to be my image processing algorithm is prepared, so that the user interface to consider the less, you can follow these steps : Select a file and click read BMP file, and then click on "RGB data mapping," and then click "RGB to YIQ "RGB data into YIQ data, with YIQ data you can click" Drawing YIQ data Y component, "for YIQ data can be used Laplace filter, and then appropriate weight displayed Y 下载
用VB写的,通过三菱FX1S系列的编程端口与电脑串口进行通讯,可对X、M、Y、D、T、C的寄存器进行读写控制,操作很简单、方便-VB written by Mitsubishi FX1S series of computer programming and serial port communication, the X, M, Y, D, T, C Register for literacy control, operation is very simple, convenient 下载
读写INI文件的四个函数 如何取得计算机名 计算Windows从启动后所运行的总时间 使窗体右上角的X按钮失效删除系统菜单 动态改变及恢复屏幕设置下 制作垂直标题栏的窗体下 用API函数控制光驱的开关 如何映射/中断网络磁盘 制作垂直标题栏的窗体上 实现隐藏和显示桌面图标 VB托盘程序详解下 妙用GetSystemMetrics函数 利用API和注册表获取系统信息上 VB快速调用系统对话框下 利用API和注册表获取系统信息中 利用API和注册表获取系统信息下 百叶窗图形特效 实现平面工具栏下 数据库查询结果的动态排序三 动态改变及恢复屏幕设置上 关于VisualBasic类开发一 界面设计原则和编程技巧下 Enc-Base64位加密程序源代码上 Enc-Base64位加密程序源代码下 编写ActiveXDLL实现ASP编程下 VB快速调用系统对话框上 VB快速调用系统对话框中 用内存共享实现EXE通信 ListBoxComboBox中寻找字串 使用DDE技术为应用程序增辉上 使用DDE技术为应用程序增辉下 VB动态图形按钮的实现 -INI file read and write functions of four how to get the computer name from the calculation of Windows are running after commencement The total time for the upper right-hand corner of the X Window Failure to delete button menu system dynamic change and restore the screen set up under the heading of the vertical production Form column using the API function control switch how the drive mapping / interrupted production network disk vertical column headings on the Form achieve hidden and display desktop icon tray procedures for Hi VB under versatile function GetSystemMetrics function Using API and access to the registry information system called Fast VB dialog systems using API and access to the registry system Marketing information and the use of API access to the registry information system 下载
汉诺塔游戏 请将相关目录及其包含的内容复制到您的硬盘上,并修改对应的硬盘目录属性——取消目录及其所包含子目录和文件的“只读”属性。否则,打开VB项目时由于无法进行文件的“写”操作,会导致提示出错信息。-HANOR game I would be grateful if the relevant directory and copy the content of your hard disk, and the drive to amend the corresponding directory attributes -- canceled directory and its subdirectories contained in the document and "read-only" attribute. Otherwise, open the VB projects since they are unable to document the "write" operation will lead to error messages suggested. 下载
msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的COM接口封装起来,转变为简单的函数调用,很好的实现对Agent的控制。同时AgentShell也作为一个独立的程序,可处理英文自动朗读等功能,本文将详细介绍其实现原理。 (一) 原理介绍 AgentShell和Agent Server的连接是通过COM调用来实现的,对于与应用程序的通信是通过WM_COPYDATA消息来实现的, 下图表示出AgentShell与其它程序的关系: [ Agent Server ] | [ COM调用 ] | [ AgentShell ] | [ 消息 ] | [ 应用程序 ]-msagent documentation. Robot Interface Agent, COM, role, voice recognition, voice synthesis. Right Agent programming method mainly used VB, VC language called ActiveX. in addition to direct VC calls for COM programming. In VB called Agent is the most simple, but VB program itself, there are many shortcomings, very difficult to be applied in practice. The VC, as Agent completely within the UNICODE coding, Meanwhile, we need to deal with various complicated COM interface, so there are some problems. AgentShell is based on the Agent and applications between a shell, through its Agent can be complicated COM interface package, changing to a simple function call. to achieve good control of the Agent. While AgentShell also as an independent process, can be handled automatically read English and o 下载
调制解调器 录音 enc28j60 驱动 散点 生成等高线 opc 客户端 源代码 c 牛顿法matlab方程 用c编写cgi 源代码 经纬坐标 大地坐标 mpi 算法 数独库,c 开发128x64lcd 深圳大学纪震博士的课件 c51 串口 代码 学校教材订购系统代码 c-minus编译器 vxworks 源代码 图像细化 javascript 流程图 hotel酒店管理系统源代码 omnet stc89c516 灰度共生矩阵特征提取 outlook插件vc开发 windows api 文档 ds18b20 上位机 jsp java使用form windows游戏编程快速入门方法 tftp client 代码 通过编译的x264源代码 rsa的matlab实现 dif程序下载 jsp mysql小程序源码 usbport 编译 遗传算法函数优化 最新hibernate中文参考手册 vhdl lc72131 la1823 程序 vc 读取 硬盘大小 图书管理系统 java sql nrf905源代码 vc三次插值 文件合并软件 vc 声卡采集 matlab电子教程pdf 网页抓取 vc源代码 学校教材订购系统 vc 网卡地址 粒子系统教程opengl linux 串口驱动 用matlab遗传算法程序 进程内存查看下载