资源列表
InputBoxes
- C++builder编写的多种式样的输入框。-C builder prepared by the various type of input box.
EDA138_457
- 用VHDL语言来实现一个电子时钟,可以调时间。小时,分,秒。可以下载到实验箱来运行验证。适用与大多数实验箱-use VHDL to achieve an electronic clock, the time can be set aside. Hours, minutes and seconds. Experiments can be downloaded to the box to run test. Apply with the majority of experimental boxes
自制类
- COLOR BUTTON,实现不同形式的BOTTON,同时可以自由的改变BUTTON的COLOR,很方便的一个类-COLOR BUTTON achieve different forms of BOTTON, while free to change the COLOR BUTTON, a very convenient category
VC_CODE67
- VC的部分控件的例子,初学VC的别错过练习的机会.-VC controls part of the example, beginner VC ascending opportunities of practice.
VC_CODE345
- VC的部分控件的例子程序,对初学VC的作练习有帮助.-VC controls part of the example programs for beginners VC practice for help.
024080017-李纳-词法分析
- 一个词法分析程序,很好用的,给初学者很有帮助-a lexical analysis procedure is useful and helpful to beginners
MyPascal 1[1].01
- 一个语法分析程序,图形化界面功能十分强大-a syntax analysis procedures, functional graphical interface is very powerful
GO_BACK_N
- 网络路径中信息发送的gobackn地实现-network path information sent to realize gobackn
3D地形
- 3D地形显示,很简单的代码,适合初学者。值得一看哦-3D terrain, a very simple code, suitable for beginners. This text oh
fft.ifft
- FFT与IFFT的简易源程序,用C语言编写,可进行复数和实数运算-FFT and IFFT simple source, the C language, can be complex and real operations
文件
- 温度场模拟程序的文本文件,可用于VC编程参考-temperature simulation program in a text file that can be used reference VC
socks5协议转http协议源码
- 程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.