搜索资源列表
TheSerialCommunicationbetweenMCUandVBofEastChina.r
- 单片机与VB的串行通信程序-SCM and VB serial communication program
VB色彩渐变条的调制与展示原理代码
- 渐变色彩展示示例源码,基于VB的源程序实现,在程序中,R/G/B三色分量的大小分别用拖动条的改变为例进行随机分配,每拖动一次滚动条,代表任一基色的值会改变,调制出的渐变色当然也就不一样,程序运行的截图如上示,需要了解更详细情况的朋友请下载源码包查看。
VB_Play.rar
- VB播放器源代码(播放SWF、MP3、RM文件等),VB source code player (player SWF, MP3, RM file, etc.)
VBRSA
- 实现RSA算法,可以运行无误。是用VB实现的,列出了编写的全部代码。-The realization of RSA algorithm, can run correctly. VB is achieved, the preparation of a list of all the code.
20070717102
- VB写的诛仙游戏外挂,可自动寻怪打怪。包括一些数据操作读取到人物信息和血量真气信息。-VB write Zhu Xian game plug, can automatically find strange 打怪. Including some data manipulation to the people to read the information and blood infuriating information.
vb
- 这是一个用vb做的比较简单的学生信息查询系统,是以前毕业时朋友的毕业设计,不错的!-This is a vb to do with students is relatively simple information systems, the former friend s graduation graduation design, good!
RPGmakervb
- RPG maker vb源文件 RPG maker vb源文件-RPG maker
vb-Vista
- vb仿vista控件,非常漂亮vb控件,欢迎大家下载-vista imitation vb control, vb controls very beautiful
VB-YKMUSB-sampling
- 使用vb与衡河9140示波器连接,并控制采集一列脉冲数据,对数据进行分析,计算脉宽、积分面积、平均电压,并将波形通过picture控件显示在界面上-Using vb oscilloscope connected with the value for r. 9140, and a pulse control and data acquisition data, analyze data, calculate pulse width, integration area, average voltag
vb-zcb-RUN
- vb控制注册表的RUN项-vb控制注册表的RUN项-vb control of the registry RUN key-vb control of the registry RUN key
VB_Programming_QQ_chat_window_jitter_source_code.r
- VB编程设计QQ聊天窗口抖动程序源码VB Programming QQ chat window jitter source code-VB Programming QQ chat window jitter source code
VB_acquisition_system_printe_set_default_printer.r
- VB 获取系统打印机并设置为默认打印机VB acquisition system printer and set as the default printer-VB acquisition system printer and set as the default printer
Age_of_Empires_Conquerors_VB_plug_in_source_code.r
- 帝国时代2征服者VB外挂源代码Age of Empires 2 Conquerors VB plug-in source code-Age of Empires 2 Conquerors VB plug-in source code
VB_programming_combo_box_displays_file_list_code.r
- VB programming combo box displays the VB编程实现在组合框中显示文件列表经典代码-VB programming combo box displays the file list in the classic code
MDB_database_generate_Word_Excel_code_statements.r
- VB将MDB数据库生成Word、Excel、HTML报表源代码MDB database, VB will generate Word, Excel, HTML source code statements-MDB database, VB will generate Word, Excel, HTML source code statements
VB_code_attached_packet_capture_control_examples.r
- VB抓包控件源码附应用实例VB source code attached packet capture control application examples -VB source code attached packet capture control application examples
Dynamic.three.dimensional.figure.Programming.VB..r
- VB 动态三维图编程设计经典代码Dynamic three-dimensional figure Programming VB Classic code -Dynamic three-dimensional figure Programming VB Classic code
VB
- 通过GPRS方式进行的数据传输,这个是数据接收和显示程序。-Data translation by the way of g p r s ,and this is the data received and shown program.
vb_res
- 介绍VB中添加使用RES资源文件的方法,可以实现绿色软件编程。-Introduction VB RES resource file to add the method to use, you can achieve green software programming.
VB ARGB
- 用VB实现ARGB,方法很简单。 背景R * (1 - A / 255) + 图像R * (A / 255) 背景G * (1 - A / 255) + 图像G * (A / 255) 背景B * (1 - A / 255) + 图像B * (A / 255) 虽然对于图像的处理较为慢一些...(Using VB to implement ARGB, the method is very simple. Background R * (1 - A / 255) + image R *