- 
                        POJ经典试题-1091青蛙的约会
                        
                          POJ是北大在线测评系统这里有一些经典试题。P1061青蛙的约会是一道经典试题代码给出了Accepted算法。                         
                            - 2023-08-04 18:00:03下载
- 积分:1
 
- 
                        Matlabpp
                        
                          matlabͶӰѰ                         
                            - 2010-04-23 18:07:42下载
- 积分:1
 
- 
                        c# 五子棋 游戏完整源码下载
                        
                          c# 五子棋 游戏完整源码下载                         
                            - 2014-12-08下载
- 积分:1
 
- 
                        BOOK_PROGRAMS
                        
                          /* figure.c /*
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Interactive Figure Program from Chapter 8 using cylinders (quadrics) */
/* Style similar to robot program but here we must traverse tree to display */
/* Cylinders are displayed as filled and light/material properties */
/* are set as in sphere approximation program */(/* Figure.c /* /* E. Angel, Interactive Computer Graphics*//* A Top-Down Approach with OpenGL, Third Edition*//* Addison-Wesley Longman, 2003*//* Interactive Figure Program from Chapter 8 using cylinders (quadrics)*//* Style similar to robot program but here we must traverse tree to display*//* Cylinders are displayed as filled and light/material properties*//* are set as in sphere approximation program* /)                         
                            - 2010-11-15 18:38:18下载
- 积分:1
 
- 
                        audio
                        
                          说明:  基于alsa的实时录音播放(需要安装关于alsa的库直接调用Alsa中的接口实现实时录音播放)(base on ALSA capture and playback)                         
                            - 2019-03-22 19:10:45下载
- 积分:1
 
- 
                        STM8经典长按短按按键代码
                        
                          很经典的按键长按及短按功能实现代码                         
                            - 2022-08-23 21:03:20下载
- 积分:1
 
- 
                        33
                        
                          systemvue对通信系统仿真,并进行对数字信号的载波传输仿真实验(systemvue the communications system simulation and digital signal carrier transmission simulation)                         
                            - 2013-10-22 10:43:22下载
- 积分:1
 
- 
                        ant-colony-
                        
                          基于目标函数变化率的混合蚁群遗传算法     (Hybrid ant colony based on the rate of change of the objective function of genetic algorithm)                         
                            - 2013-12-19 13:48:19下载
- 积分:1
 
- 
                        SocketThreadBlocking
                        
                          Socket多线程阻塞模式代码,包括Server和Client代码(Socket blocking mode multi-threaded code, including Server and Client Code)                         
                            - 2010-03-16 09:23:56下载
- 积分:1
 
- 
                        数据库课程设计
                        
                            这是一个算法性能评价程序,重点在于算法性能的评价上,实现某一功能可能有很多方法,判断一个算法好坏的标准主要有时间复杂度和空间复杂度,在当今系统资源相对充足的计算机系统中,时间复杂度变成了头等问题。      对于每一个排序算法都应该有两个返回值:比较次数和移动次数,但在C语言中只能有一个函数返回值,故这里采用指针传递地址的方式通过形参的地址从而可以修改实参值,这样一来,在每个排序算法参数列表中,除了含被排序指针对象外,另外加两个整型变量指针,用于传递算法执行过程中的比较次数和移动次数。                         
                            - 2022-07-01 21:57:03下载
- 积分:1