资源列表
IO-BEEP
- 用I/O口控制蜂鸣器的简单C原码,大家可以下载下来参考,程序简单,易实现。-using I / O population control buzzer sounded simple original C code, you can download the reference procedures are simple and easy to achieve.
HuibianProcess.rar
- 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一程序把既在A中又在B中出现的整数存放于数组C中。 进一步要求数组A和数组B中的数据用键盘输入,且数据个数不定(最大个数受限制)。,Known to the array A contains 15 mutually exclusive, such as integer, array B contains 20 separate integer and so on. Try to develop a procedure i
1
- asp.net 实现“九连环”小游戏呵呵,培训时老师讲的简单例子,自己作了一下,可以运行。-asp.net achieve " nine comic" Little Game
SingleInstance
- This sample code is for the creating MFC single instance application.Include this code in InitInstance function.
Lab2
- Filtrado en el dominio espacial
5
- (1)设计Person类,要求具有用于表示姓名的保护数据成员:string szName; 实现信息打印的公有成员函数:void Print()。其中,Print函数设计为虚函数,输出的信息格式为:“Person 姓名”。 (2)从Person类派生Student类,添加用于表示学号的保护数据成员:int iNumber;重定义用于信息打印的公有成员函数:void Print()。其中,Print函数输出的信息格式为:“Student 姓名 学号”。 (3)从 Perso
0wj52
- 如何从 Internet 上取回某一个网页的內容? -from the Internet on how to get back to a particular website content?
CPP
- 解多元一次方程的C++程序,易于修改和移植-Xie multivariate equations in C++ program, easy to modify and transplantation
test0
- Microchip 公司推出的ENC28J60作为以太网控制器-无
template.cpp
- an example c++ source code on how template is used
test-(5)
- 在机器人中,使用固高运动控制板卡的Home/Index捕获的例程-In the robot, using a solid high motion control board Home/Index Capture routines
joseph
- 题目:约瑟夫环问题 一.问题描述 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。试设计确定他们的出列次序序列的程序。