资源列表
winsock_client
- 一个实现客户端进程的程序,实现连接服务器,发送消息!-a client process to achieve the procedure to connect servers, messaging!
GetFileNameFromHandle
- 根据文件Handle得到文件名-get file name from handle
cifa
- c语言,词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。-failed to translate
test
- 点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
pid
- This includes a PID Controller and a PWN Generator for implementation on an FPGA using VHDL
lingo
- lingo程序 伴随着通信技术的发展及其广泛应用,手机在日常生活的地位越加明显,在本文中针对在一定条件下覆盖人口最多和收入资费最大两个问题建立四个0-1规划模型:最多人口模型、社区通讯资费模型、人口通讯资费模型、随机通讯资费模型。-lingo procedures associated with the development of communication technology and its widespread application of the status of mobile
Main
- PWM电机控制程序,正反转,默认设置的工作频率1kHz,DSP2407的-PWM motor control procedures, positive, the default settings of the operating frequency of 1kHz, DSP2407' s
pp
- 1、编程接收从键盘上输入的页面使用序列,序列长度不确定,根据输入内容不同而变化。 2、设置分配策略(全局分配或局部分配),设定每个进程分给的页数以及整个物理内存容量 3、显示出了页面走向图 4、计算出该序列的缺页率 5、内存不足时的淘汰算法采用LRU法-1, programmed to receive input from the keyboard on the page using the sequence, sequence length uncertainty, varie
danganwenjian
- 对一个文本本件的每一行进行编辑,涉及到文件的建立,文件的删除,文件的重新命名.-The parts of a text editing each line, involving the establishment of the file, file deletion, file rename.
save_video
- 虚拟录像机,基于opencv 应用程序功能:保存从摄像头读入的视频,保存格式:avi -Virtual recorder , base on opencv
Fairy-X
- 自动注册dm.dll,搞了很久,不知道说些啥,新手来学习的-reg dm.dll,autoreg,don t know how
CX
- 设计一个按优先数调度算法实现处理器调度的程序 提示: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为: 进程名、指针、要求运行时间、优先数、状态。 进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 要求运行时间——假设进程需要运行的单位时间数。 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结束,用E表示。初始状态都为就绪状态。