资源列表
joseph
- 约瑟夫(Joseph)问题的一种描述是:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 测试数据: m的初值为20
UDPExample
- 程序名称:UDPExample.cpp 功 能:控制台命令状态运行的UDP通信程序 调试环境:VC++.NET 2003 说 明:充当服务器进程时的运行方式:UDPExample 端口号 充当客户进程时的运行方式:UDPExample 端口号 服务器IP地址 服务器端口号-Program Name: UDPExample.cpp function: state of the console commands to run UDP communication program de
Conjugate-Gradient
- Conjugate Gradient method implemented by matlab
parta
- Architecture Lab Part A,计算机系统导论实验作业-Architecture Lab Part A
asp.net_Lesson3
- asp.net_Lesson3,ASP.NET经典范例50讲,第3集来了 -asp.net_Lesson3, ASP.NET classic example of 50 speakers, three sets to come.
freCBF
- freCBF程序,利用波束形成判定目标方位,产生某一方位角度的发射信号,利用波束形成判定目标方位-freCBF procedures, the use of beamforming determine the target bearing to produce a transmitted signal of the azimuth angle beamforming determine target orientation
HDLC
- HDLC链路层协议的CRC校验.HDLC使用16位CRC校验。使用的多项式是:x16+x12+x5+x0
MWLS1D
- 一维杆的最小二乘无网格方法NATLAB程序,弹性问题-MESHLESS WEIGHTED LEAST-SQUARE PROGRAM TO SOLVE 1D ELASTIC PROBLEM- A 1D BAR OF UNIT LENGTH SUBJECTED TO BODY FORCE LINEARLY VARIATING WITH THE COORDINATE. THE LEFT END IS FIXED AND THE RIGHT IS FREE.
TSP
- 八个点的tsp问题,matlab的源代码的m文件,要把txt文档放到指定文件夹中才能运行,能运行出路线结构-Tsp eight points of the problem, matlab source code of the m documents to txt files on the specified folder in order to run, to run a route structure
RadixSort
- This is a chained hash program. it can be related to the student for data structure.
24c02
- 24c02的驱动函数,使用时直接把他导入工程就行了-24c02 driver function, when used directly put him into the project on the line
Hooke-Jeeves
- Hook & Jeeves method implemented by matlab