- 
                        C++并发编程实战
                        
                          Code with C++, Concurrent programming                         
                            - 2020-06-24 16:40:02下载
- 积分:1
 
- 
                        from
                        
                          else if(keyword,equals如果关键字是MSG则是服务器传来的聊天信息(Else if (keyword,equals is a chat message from the server if the keyword is MSG)                         
                            - 2018-11-25 23:15:18下载
- 积分:1
 
- 
                        neural network
                        
                          神经网络实现-neural network                         
                            - 2022-02-05 02:28:46下载
- 积分:1
 
- 
                        GSM-tc35i-mcu-stc89c58rd+
                        
                          使用STC89c58RD+系列单片机控制手机收发短信息的原理、硬件电路、PDU数据格式和短信息发送/接收程序,同时给出了一个应用实例。GSM采用的是西门子的TC35i,包括RS232串行接口,单片机采用STC89c58RD+,内部扩展RAM有256+1024字节的空间,可以作为短信缓冲区,1602液晶显示器(16引脚)作为显示模块和程序调试用(Use STC89c58RD+ Series MCU control handset to send and receive text messages of principle, the hardware circuit, PDU data formats and short message send/receive process, at the same time gives an application example. GSM is used by Siemens TC35i, including the RS232 serial interface, single-chip microcomputer used STC89c58RD+, Internal expansion RAM has 256+ 1024 bytes of space, can serve as a message buffer, 1602 Liquid Crystal Display (16 pin) as the display module and procedures for debugging)                         
                            - 2020-06-26 02:40:02下载
- 积分:1
 
- 
                        C#实现中值平均数滤波算法
                        
                          using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// 
/// 中位平均值滤波算法
/// 
public class DLMidPerFilter
{
    private MHBetterList mOrignList = new MHBetterList();     //原始数组
    private MHBetterList mFilterList = new MHBetterList();        //过滤数组
    private float mCurrentValue;        //记录当前值
    private int mResetNum = 0;      //均值重置个数
    public bool mIfReset = false;       //判断是否开始均值重置
    /// 
    /// 过滤算法
    /// 
    /// 新输入的值
    ///                         
                            - 2023-05-07 23:20:03下载
- 积分:1
 
- 
                        RutineDemo
                        
                          公交路线模拟(在开发有关地理定位的应用程序时,程序中经常需要描述各个地点的位置以及交通路线情况。为了清晰、准确地描述某个地点信息,通常采用图形和文字相结合的方式。本例实现了一个公交路线的模拟程序,利用CStatic控件存储各个站点信息)。(Bus route simulation (in the development of geo-positioning applications, the programs often need to describe the location of various locations and traffic route. In order to clear, accurate description of a location information, usually a combination of graphics and text the way. The Example realization of a bus route simulation program, using CStatic control information stored in various sites).)                         
                            - 2008-02-28 18:57:10下载
- 积分:1
 
- 
                        Chinese character input, please reference mutual learning. And I hope that in co...
                        
                          汉字输入,请大家相互参考学习。并且希望在以后的时间里能与大家共同进步-Chinese character input, please reference mutual learning. And I hope that in coming years we can progress together                         
                            - 2022-03-14 14:46:01下载
- 积分:1
 
- 
                        autoUpdate(socket)
                        
                          软件更新程序,利用SOCKET 传输。
一个客服端一个服务器端(socket tecknology ,   update  program )                         
                            - 2009-07-06 11:47:16下载
- 积分:1
 
- 
                        using_tab_example_adv
                        
                          example of use of tab under cvi                         
                            - 2009-10-15 05:25:46下载
- 积分:1
 
- 
                        greedy-snake
                        
                          vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#(vs c# language with Snake small program that can be used to learn c#)                         
                            - 2013-07-17 17:48:41下载
- 积分:1