资源列表
ThreadExample
- C# ThreadExample(线程实例) 超简单,看不懂说明你IQ低-ThreadExample C# (threads example) ultra-simple, fail to understand the explanation of your low IQ
send
- MSDOS环境下,调用COM口发送文件的源代码-codes about sending files to serial COM in MSDOS
Hextext
- 将二进制文件输出成16进制字符串文件,输出文件名是源文件名+.hextext-transform binary files to Hex-text files.
3D2
- Calendar using VB6.it perates by selecting the year and date then automaticaly assigns the whish day is it.
SERIAL
- Interrupt Controlled Serial Interface for RTX-51 tiny
hc
- 用GUI设计图像增强 边缘检测以及直方图显示的代码-GUI designed to image enhancement using edge detection and histogram display code
WordCount
- 统计一段文本中的出现的单词以及每个单词的次数。并按单词的出现次数降序来将所有单词打印输出。-Word that appears in the statistical section of the text, as well as the number of each word. Press the word occurrences in descending order to the printout of all the words.
gmsk_smallfading
- gmsk small fading modulation for telecommunications system in radio software
1
- 简单的控制台程序,用面向对象思想实现简单的会员卡功能-Simple console program, with object-oriented features to achieve a simple membership card
student-data
- 总体需求 编写一个学生信息管理程序,学生信息的组成部分为:学号、姓名、性别、政治面貌和家庭住址等。 功能需求 添加学生信息,学号自动加1; 删除学生信息; 修改学生信息; 查询:可按多个条件查询。 用户界面 输入:程序正常运行后,屏幕上显示一个文字菜单(根据序号选定相应的操作项目),当用户选定操作项目所对应的序号时, 根据应用程序的提示信息,从键盘上输入相应的数据。 输出:应用程序正常运行后,要在屏幕上显示一个文字菜单;要求用户输入数据时,要给出清
FindMaze
- 从迷宫的入口找到穿过迷宫的路径到达迷宫出口,采用回溯算法,数据结构为堆栈-From the entrance of the maze to find the path through the maze to reach the maze exit, using backtracking algorithms, data structures for the stack
Operate
- 问题描述:一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 基本要求:从键盘读入一个合法的算术表达式,输出正确的结果;显示输入序列和栈的变化过程,操作数类型扩充到实数。 -Problem Descr iption: An
