搜索资源列表
Ckuhanshu
- 函数名: qsort 功 能: 使用快速排序例程进行排序 用 法: void qsort(void *base, int nelem, int width, int (*fcmp)()) 程序例:-function : qsort function : Routine use of Quick Sort Sort Usage : void qsort (void * base, nelem int, int width, int (* fcmp) ()) process cas
jianZhi
- 一个C#写的进制转换程序,包含小数的转换功能,有些写的不是很好,希望大家指点!-C# to write a base for the conversion process, including the abolition of conversion functions, some written is not very good we hope that the guidance!
srfft
- FFT DIF 分裂基的C语言代码,比较好的说明了整个流程-FFT DIF split the base of the C language code, better explains the entire process
dd
- 考虑到动态演示程序设计的复杂性,我们选择完成静态模拟3 种存储管理方式的寻址过程。三种存储管理方式的地址换算过程实际就是一个寻址过程。要完成演示,就要将其寻址过程打印出来。我们可以用数组模拟系统中的页表、段表、以及页表、段表寄存器。在分页、段页方式中,我们规定页面的大小然后在分页方式中的快号以及分段方式中的段长与基址、段页方式中的页表始址用随机函数模拟。当然实际系统中并非如此。然后再分别按照其寻址机制,将寻址过程显示出来,实现模拟! -Taking into account the dy
ChaterByUDP
- 该程序简单的模拟了以UDP方式进行通讯的聊天室程序,也可以说是类飞鸽程序的基地。程序中实现了简单的单播。需要使用多播的朋友可自行修改-The program simulates a simple way to communicate with UDP chat room program, it can also be a base class Flying Pigeon procedures. Process to achieve a simple unicast. Need to use mu
class1
- 考虑这样一个水果篮,里面之多可以有10个苹果(Apple)和香蕉(Banana),它们都派生自一个叫做水果(Fruit)的基类使用集合接口IEnummerable和IEnumerator实现装入水果的过程和遍历水果-Consider a fruit basket, which can have as many as 10 Apple (Apple) and banana (Banana), they are derived from a fruit called (Fruit) of the b
httpBase
- 使用用C#实现base身份验证请求,身份验证就是确认访问者身份的过程, 有几种方法可以验证站点的访问者是否拥有访问他们请求的信息的权限。None Forms Windows Passport -Authentication is the process to confirm the identity of visitors, there are several ways to verify whether the site s visitors have access to t
MyNote
- 摘要:C#源码,菜单窗体,托盘提示 C#日志托盘提示代码+源程序,本例主要是练习如何在Windows托盘处显示一个图标,支持右键菜单,这在编程中比较常见,也比较基矗 一个小的日志提示程序,一运行,就会出现首页,按alt+f4隐藏首页,该图标会在显示在右下角托盘上。4当到一定的时间,就会自动运行别外一个页面,打开你的主页,主页上写上你的要做的事情就OK,我设定的是17:55:18分,大家可以根据需要,我加几个窗口,来提示某时做什么。 可以通过这个程序学会托盘程序的编写方法。
NET_Source
- 是LogOutputSocketProtocol的管理对 象;m_uploadSocketProtocolMgr是UploadSocketProtocol的管理对象,用于检测是否同时上传同一个文 件;m_downloadSocketProtocolMgr是DownloadSocketProtocol的管理对象;m_daemonThread 是守护进程,用于关闭超时连接。 2. AsyncSocketUserToken:用于SocketAsyncEventArgs绑定,保存 每个Socket服务