搜索资源列表
jacobifun
- 可以实现实对称矩阵的奇异值求解,也可以求高阶的,本人花了一周的时间完成的,效果还不错!-can achieve real symmetric matrix singular value of the solution can also seek high-end, I spent a week's time, the results were pretty good!
用同步套接字生成服务器
- 文本中的示例程序创建一个接收来自客户端的连接请求的服务器。该服务器是用同步套接字生成的,因此在等待来自客户端的连接时不挂起服务器应用程序的执行。该应用程序接收来自客户端的字符串,在控制台显示该字符串,然后将该字符串回显到客户端。来自客户端的字符串必须包含字符串“<EOF>”,以发出表示消息结尾的信号。-version of the sample program to create a client from receiving a link to the server. The se
richtestbox
- richtestbox去掉图片链接点击后,图片周围的虚线?...在本文介绍的程序中,是把读取的文本文件,用一个richTextBox组件显示出来。要读取文本文件,必须使用到\"...掌握了上面这些关键步骤,就可以方便的得到用C#来处理文本文件的一个完-richtestbox Click on the link removed pictures, pictures around the dotted line ... This paper describes the procedure is to
网升0502马海金2003378730
- c编的游戏大家看一下 很好完的 请提出意见 我以后会改正的 -c series of the game you look at the good end of the request for comments, I will correct future
大一计算机实习之通讯录的代码
- 大一下学期末计算机实习的一个关于通讯录的代码,包含各种操作,如查询、删除、增加等-big learning about the end of a computer attachment on the inclusion in the code, including various kinds of operation, such as inquiry, delete, increased
os_2
- 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
哈夫曼译码
- [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
短信后台_net
- 随着手机的普及,通过互联网发送短信已经成为比较流行的事。目前有很多网站都提供对手机短信,铃声,图片的发送。本系统也不例外,通过系统提供的后台管理端来管理它所提供的数据,并通过前台显示出来。-With the popularity of mobile phones, send text messages through the Internet has become more popular thing. There are a lot of sites that were provided to
zhixianchabu
- 这是一个两连杆机器人的末端位置直线插补程序。-This is a two-link robot position at the end of linear interpolation procedures.
GAME_INTEGER_SOURCECODE
- 本人用c#语言编的小游戏软件的源代码,若有需要的,就来看看吧!-c # language series of small game software source code, if necessary, at the end of it!
EULER1
- Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为
lianbiaoshixian
- 程序运行后,可以任意次任意选择1-5各种功能(第一次当然应选0),直至选择6结束程序运行。 考虑实现功能5的函数原型作下列几种变化时,该函数及程序的其它部分需要作什么相应的变化,说明变化的原因。 node* del5560(node*) void del5560(node*&) void del5560() //头指针使用全局变量-running, they can choose any arbitrary time 1-5 various functions (th
CS-Chat
- 先运行server端 再运行client端 client端可以同时打开多个窗口 可以建立聊天室-first running again running server-client-end client can open multiple windows I can set up chat rooms
dllexe
- 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
aba
- 试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-try to write an algorithm for the discriminant read into a '@' website at the end of the sequence of characters is whether the "Palindrome"
cprogramm
- 利用指针技术,以一维整型数组中间元素为中心,对称对调所有元素:即首元素与末元素对调、第二元素与次末元素对调…。-use of technical indicators to a peacekeeping integer array elements to the middle Center, symmetric swap all the elements : that is the end of the first elements and elements have been reversed
ll(1)fenxibiaodeshengcheng
- 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i, *, (and ) consisting of the # end of the strings,
7941961REManageAndNFAToDFA
- 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析,-Tip : the program only right by i, *, (and) to # constitute the end of the strings,
LL1ForWin1
- 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析,-Tip : the program only right by i, *, (and) to # constitute the end of the strings,
End-Number
- 找出1000之内的所有完数及这些完数之和,并按下面格式输出因子:6的因子是1,2,3 …… 完数和是…。-Identify all finished within 1000. These count and the number of finished and press format output following factors: factor 6 is the number 1,2,3 ...... End and is ....