资源列表
Caculator
- 实现简单的计算功能,利用VC++语言编写,包括加减乘除等。-a simple caculator
JVT-AB204
- Reference manual for mvc
lutsr
- verilog design of lut sr random number generator
CaptureColor
- 一款屏幕颜色捕捉软件,同时具有放大镜功能-A screen color capture software, simultaneously with a magnifying glass function
TXTer
- 使用VC创建一个类似记事本的小程序,适合于初学者学习和练习。-VC to create a similar Notepad program, suitable for beginners to learn and practice.
A2U
- 将ANSI文本文件转换为UNICODE码文件工具,便于在手机上阅读。支持拖拽-ANSI text file into a the UNICODE code file tools, easy to read on your phone. Support drag and drop
dldzjskhda
- 电力电子技术是一门新兴的应用于电力领域的电子技术,以信息处理为主的信息电子技术不同电力电子技术主要用于电力变换。-Power electronics technology is an emerging field of power electronics technology applied to electronic information processing technologies based information technology is mainly used for diffe
TCPtoUDPV31CN(1)
- 这个是监控软件,可以监控网络编程来回传递的数据和命令。-This is a monitoring software that can monitor network programming data and commands passed back and forth.
MyWeb
- 新闻管理的一些源代码,大家可以看看,还不错的-Information management, some of the source code, we can look at, but also a good
vb
- 求解最短路径,VB+Mapinfo开发之最短路径-Solving the shortest path
fsm1
- 高效状态机的源代码,描述了三种类型状态机-Efficient state machine source code, describes three types of state machine
string_functions
- 实现字符串的创建,复制,查找,替换,删除等十几个功能,其中字符串查找使用的是kmp算法,是最快速的字符串查找算法-accomplish many functions about the string including copying ,deleting ,searching,and replacing ,especially, the code use kmp alogrithm to search .