- 
                        heapSort.cpp.tar
                        
                          这是一个堆排序的算法源程序,算法被单独写成一个函数,希望对大家有用(This is a heap sort algorithm source code, algorithms are written as a separate function, we hope to be useful)                         
                            - 2013-12-12 14:52:48下载
- 积分:1
 
- 
                        蓝牙通信
                        
                          用于测试蓝牙模块的使用,这个程序可加强初学者快速的学会蓝牙模块                         
                            - 2022-07-17 06:38:46下载
- 积分:1
 
- 
                        FactoryMethod
                        
                          定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method
 使一个类的实例化延迟到其子类。(Analysis and implementation of common design patterns (C++))                         
                            - 2014-12-28 12:54:20下载
- 积分:1
 
- 
                        C#制作简单的倒计时程序
                        
                          using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _01Timer
{
    public partial class Form1 : Form
    {
        System.DateTime TimeNow = new DateTime();
        TimeSpan TimeCount = new TimeSpan();
        public Form1()
        {
            InitializeComponent();
        }
        private void label1_Click(object sender, EventArgs e)
        {
            
        }                         
                            - 2022-03-01 00:39:36下载
- 积分:1
 
- 
                        Desktop
                        
                          circular queue in c with linked list                         
                            - 2019-01-30 16:56:56下载
- 积分:1
 
- 
                        FFT
                        
                          说明:  傅里叶变换在信息处理应用中具有很实用的价值,而快速傅里叶变换,即FFT,是实用的计算算法。(Fourier transform has a very practical value in the application of information processing, and fast Fourier transform (FFT) is a practical calculation algorithm.)                         
                            - 2020-09-26 08:44:19下载
- 积分:1
 
- 
                        final
                        
                          这是一款学生成绩管理系统,VS编写,调试无错。功能简单,但是全面,命令行界面(Student s score manage system)                         
                            - 2012-03-26 21:58:22下载
- 积分:1
 
- 
                        一个与ASP.NET(C #)小区物业管理系统的开发
                        
                          一个用ASP.NET(C#)开发小区物业管理系统-One with ASP.NET (C#) The development of residential property management system                         
                            - 2022-02-21 21:56:05下载
- 积分:1
 
- 
                        houzizhaitao
                        
                          猴子摘桃海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只   
  猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了   
  一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的,   
  问海滩上原来最少有多少个桃子?(Peach Monkeys on the beach there is a pile of peaches, five monkeys for points. The first monkey peach credentials this heap is divided into five copies, more than one, the monkey to more than one thrown into the sea, took a. The second monkey the rest of the peaches and what the average is divided into five, and there are one, and it is likewise more than one thrown into the sea, took a third, fourth, fifth monkeys are actually doing that , the question on the beach for at least the number of the original peach?)                         
                            - 2009-12-24 15:33:40下载
- 积分:1
 
- 
                        vb 写的播放器 对新的开发者很有用。写的不错。非常实际
                        
                          vb 写的播放器 对新的开发者很有用。写的不错。非常实际-vb players for the new developers useful. Write good. Very practical                         
                            - 2023-03-11 23:30:04下载
- 积分:1