资源列表
com
- 凌阳61与pc的UART通信,在接到pc的命令亮不同颜色的灯-Sunplus 61 with pc
activetst
- 代码很简单,但是很实用,可以学到ocx的基本知识,并且带个简单的pos读卡-Code is simple, but very practical, ocx can learn the basic knowledge, and with a simple card reader pos
section7
- computational fluid dynamics john d. anderson 总结-computational fluid dynamics john d. anderson summary
Device_Detect
- detect COM device detect COM device-detect COM devicedetect COM device
123
- 用ActiveX实现的汉诺塔游戏?肁ctiveX实现的汉诺塔游戏用ActiveX实现的汉诺塔游戏-ActiveX achieved by Tower of Hanoi game?肁ctiveX achieved using ActiveX game Tower of Hanoi Tower of Hanoi game is to achieve
TextBlockCtl
- 功能简单的块文本列表控件,主要功能为将列表项扩展为可显示多行文字,并且可为每个列表项设置不同的文字显示!-Features a simple text list of control blocks, the main function for a list of items can be extended to display multiple lines of text, and can be set for each list item display different text!
good
- q new oscilligragh with the free source, which can be compared with the signallab. Best Recommendation for the noncommercial develop as a base cla
sendtest
- 能把一副图像进行DICOM传输,在开发dicom软件中,可以模拟DICOM发送端。-Can a DICOM image transmission, in the development of DICOM software can simulate the DICOM sending end.
office2007toPDF
- office2007的文档转pdf的工具,很好用,且不需微软验证-office2007 documents to pdf tool, well used, and do not need Microsoft to verify
LoanApplet
- 贷款Applet,这个Applet让用户输入利率、年数和贷款总额。当点击Compute Payment按钮时,applet就会显示月支付额和总支付额。-Loan Applet, the Applet allows users to input interest rates, the number of years and the total amount of loans. When you click Compute Payment button, applet will appear on
real-time_video_and_voice_communication_source_cod
- 实时视频语音通信软件源码,开发语言C-Real-time video source voice communications software, development languages C
AAA
- Private Sub Command1_Click() strtmp = Text1.Text nlen = Len(strtmp) k = 1 For i = 1 To nlen j = Asc(Mid(strtmp, i, 1)) If j < 47 Or j > 58 Then k = 2 End If Next i If k <> 2 Then Text2.Text = Val(Text1.Tex