资源列表
socket
- socket,或许用的人不少 -socket, perhaps people with a lot of
my_fsm_vhdl
- How to infer a finite state machine for fpga altera xilinx
sctp-1-2K-s1p101
- It s tcl file for ns2 in wireless MANET
FileCopying
- unit copyprg interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Gauges -unit copyprg interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdC
shengchengEXE
- 在文件中生成应用程序或其他文件的VB源代码-In the document generation applications or other documents of VB source code
tabke_creat
- 关于怎样创建一个菜单 具有打开 保存复制 粘贴功能-On how to create a menu with a Open the saved copy and paste function
Main
- Code of threads and also its header file
Form1
- 基于视觉的小程序,调用摄像头,拍照存贮,等-computer vision
Read-style-profile
- 读取风格配置文件,配置文件风格说明: (1) 自动忽略掉每行开头的空格 (2) 以 # 开头的行是注释行 (3) 不能以 = 开头 (4) 支持行末注释-Read style configuration files, configuration files, style Descr iption: (1) Automatic ignored at the beginning of each line spaces (2) beginning with# are commen
ch1
- 实现一个可编程表达式的计算器,并判断输入的表达式是否正确。-Expression of the realization of a programmable calculator, and determine the expression entered is correct.
c101
- 用c语言实现的鼠标驱动事件,运行程序后会看到一个蓝色的鼠标指针,支持鼠标单击和右击-C language of the mouse-driven events, run the program will see a blue mouse pointer, mouse click and right click
2
- 1. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈)。 1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生顺序栈。 2) 实现入栈操作,输入需入栈的值,如入栈成功,显示“入栈成功!”,否则显示“入栈失败!”并说明失败原因。 3) 实现出栈操作,如出栈成功,显示“出栈成功!”,否则显示“出栈失败!”并说明失败原因。 4) 顺序栈中元素依次出栈,并显示 。 2. 实现循环队列的基本操作(初始化、判断队空、判断队满、入队、出队)。 1) 从键盘输入一