- 
                        GenderRecognition
                        
                          从一段音频中识别说话人的性别。开发环境vs2005(To identify the audio from a speaker' s gender. Development Environment vs2005)                         
                            - 2009-10-25 00:41:52下载
- 积分:1
 
- 
                        management-system
                        
                          基于mfc的旅游管理系统,其中涵盖了对数据库的基本操作(Mfc-based travel management system, which covers the basic operation of the database)                         
                            - 2012-11-07 11:46:52下载
- 积分:1
 
- 
                        STM32F107Exp23(for_ST_FW_3.10)
                        
                          基于stm32f107的几乎所有基本功能模块的实现与应用源码(Stm32f107 almost all basic functional modules and application source code)                         
                            - 2012-12-14 18:06:53下载
- 积分:1
 
- 
                        fly
                        
                          航空售票系统   C 语言编写相互学习交流  这个也是收集来得   希望大家对大家有所帮助(Air ticketing system        C language
This is collected we hope to help you)                         
                            - 2012-12-26 18:56:44下载
- 积分:1
 
- 
                        scons-3.1.1源码包
                        
                          scons-3.1.1源码包,国外网络慢的小伙伴可以下载                         
                            - 2022-07-23 12:26:14下载
- 积分:1
 
- 
                        areaofcircle
                        
                          一圆形游泳池如图所示,现在需在其周围建一圆形过道,并在其四周围上栅栏。
栅栏价格为35元/米,过道造价为20元/平方米。
过道宽度为3米,
游泳池半径由键盘输入。
要求编程计算并输出过道和栅栏的造价。(A circular pool as shown in figure, now in its built around to a circular corridor, and in its 4 around on the fence.
The fence for 35 yuan/m price, corridor cost for 20 yuan/square metre.
Aisle width is 3 meters,
The radius of the swimming pool by keyboard input.
Demand and output programming calculation of corridor and the cost of the fence.
)                         
                            - 2012-04-06 11:29:01下载
- 积分:1
 
- 
                        Mudit
                        
                          Project on cryptography related to digital image processing. if anyone wish to perform then can download it. reference papers are also included.                         
                            - 2020-06-25 19:20:02下载
- 积分:1
 
- 
                        Prentice.Hall.PTR.C.plus.plus.GUI.Programming
                        
                          Qt 4 GUI 编程资料!
资源格式:CHM
内容:英文(Qt 4 GUI programming information! Resources Format: CHM Content: English)                         
                            - 2008-07-25 08:58:07下载
- 积分:1
 
- 
                        Whook 7.587-83
                        
                          说明:  whook, nao posso escrever mais porque nao entendo chines e os campso vao ficar assim mesmo ta bom, entao ta, valeu falou vou fumar, olha ali o superman, no ceu tem pao e morreu.                         
                            - 2020-06-23 15:20:01下载
- 积分:1
 
- 
                        C# 动态改变控件在Grid单元格中的位置
                        
                          c# 动态改变控件在Grid单元格中的位置:
  private void button1_Click(object sender, RoutedEventArgs e)
  {//动态改变控件在Grid单元格中的位置
      if (bOldPos)
      {
          Grid.SetRow(this.image1, 1);
          Grid.SetColumn(this.image1, 2);
          this.bOldPos = false;
      }
      else
      {
          Grid.SetRow(this.image1, 0);
          Grid.SetColumn(this.image1, 0);
          this.bOldPos = true;
      }
  }                         
                            - 2022-02-07 14:02:16下载
- 积分:1