搜索资源列表
vb内嵌flash应用
- vb内嵌flash应用 Type=Exe Form=frmMain.frm Reference=*\\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\\..\\..\\..\\WINDOWS\\SYSTEM\\stdole2.tlb#OLE Automation Object={D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0 SWFLASH.OCX Startup=\"frmMain\"
G-SkywalkerMp3
- vb 实现的简单的mp3-vb achieve a simple mp3
VB色彩渐变条的调制与展示原理代码
- 渐变色彩展示示例源码,基于VB的源程序实现,在程序中,R/G/B三色分量的大小分别用拖动条的改变为例进行随机分配,每拖动一次滚动条,代表任一基色的值会改变,调制出的渐变色当然也就不一样,程序运行的截图如上示,需要了解更详细情况的朋友请下载源码包查看。
CNCSimulator.ZIP
- 老外用VB写的CNC仿真程序源码,可以载入G Code,还有OpenGL的3D图,Written in VB source CNC simulation program
VB_GSM
- VB编写的手机短信源码,支持工业短信猫。(不用控件。)-VB source code prepared by SMS, text messages in support of industrial cats. (Do not have control.)
G-Code-automatic-generation
- 用VB制作的一个自动生成雕刻机执行代码的程序。输入要雕刻的汉字,可以自动生成雕刻该汉字CNC机床的G代码。-VB making a automatically generate engraving machine code execution procedures to enter the carved Chinese characters, can automatically generate carving the characters CNC machine G code
CCITT_CRC16
- CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
pscnc
- PIC-SERVO CNC: 3-Axis Milling Machine Controller and G-Code Interpreter-PIC-SERVO CNC: 3-Axis Milling Machine Controller and G-Code Interpreter
GDI+Function(VB)
- GDI+函数原型-GDI+ Function prototype
(VB)gps
- 全球定位系统GPS_卫星定位_VB源码+使用说明-Global Positioning System GPS_ satellite positioning _VB source+ Use
ao_vb_GIS
- 基于VB+ArcObject组件进行的GIS二次开发,该软件源码是关于城市地下管网系统的。是相当成熟的市场软件,绝不是粗糙的个人毕业设计~~希望对GIS同行能够有所帮助。其实,对于一个GIS开发人员,二次开发能够读通或完成一个有难度的GIS项目就足矣啦~此例就能帮你完成由菜鸟到高手的进化~!-Based on VB+ ArcObject components of the secondary development of the GIS, the software source code is
HttpWebRequestClass-vb.net
- vb.net 开发的http clien类. 可以方便的使用这个实现http get,post,put等请求。-vb.net development of type http clien. to facilitate the realization of the use of the http get, post, put the request and so on.
G-code
- vb g-code it is a good example for g-code program-vb g-code it is a good example for g-code program
GampPad
- G-sensor game control and Visual Key of VB
database_e.g
- 一个数据访问的事例 用vb编写 通过adodc控件实现,数据库的访问、查询等功能-Example of a data access using vb prepared to achieve through adodc control, database access, query and other functions
VB
- 通过GPRS方式进行的数据传输,这个是数据接收和显示程序。-Data translation by the way of g p r s ,and this is the data received and shown program.
201010111081812
- 截图制作GIF VB.NET 2008的程序 -Screenshot program produced GIF VB.NET 2008
VBGame-(G)
- Visual Basic游戏编程一书的源码,有比较经典的推箱子,坦克,五子棋等游戏,学习VB值得一看哟!-Visual Basic game programming book source, there is more classic Sokoban, tanks, backgammon and other games, learning VB worth yo!
HMM
- VisualBasic 的 HMM 范例 HMM模型,Viterbi,滑动窗算法唐纳 Helland(定位在人类的DNA基因的目的)-HMM、Viterbi、and Sliding Window Algorithms (for purposes of locating genes in human DNA) by Tanner Helland This project demonstrates use of a Hidden Markov Model (HMM) to define
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 *