登录
首页 » C++ » second

second

于 2017-04-01 发布 文件大小:3KB
0 161
下载积分: 1 下载次数: 1

代码说明:

  在数字通信系统中可靠与快速往往是一对矛盾,为了解决可靠性,(In a digital communication system is reliable and fast tend to be a pair of contradictions, in order to solve the reliability,)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC 对Word档的各种
    利用VC++语言编程,在MFC中对Word文档的各种操作,可供参考。(Using VC++ language programming, various operations of Word documents in MFC can be referred to.)
    2019-03-04 14:13:21下载
    积分:1
  • winpe
    类似Borland公司的Tdump的程序。分析DLL/EXE文件信息(The app of analysising the infomation of DLL or EXE , which is like the TDump of Borland)
    2020-11-05 10:09:54下载
    积分:1
  • FileDialog
    由文本读出,并将其16进制内容转化为10进制,最后画曲线显示。(read the HEX data from the file,then change then to BIN format,lastly draw the curve according to the data.)
    2009-02-17 22:31:40下载
    积分:1
  • 492580
    A simple CS multithreading example, can be used as an example of communications within the local area network (LAN)
    2017-06-21 07:49:26下载
    积分:1
  • api2con
    将空气质量指数转化为污染物浓度(二氧化硫,二氧化氮和颗粒物浓度)的小程序(convert API to concentration)
    2011-01-24 15:36:37下载
    积分:1
  • AutoBakcup
    可根据时间自动对指定的文件备份到指定的位置。(According to the time automatically to the specified file backup to the specified location.)
    2016-12-03 08:11:57下载
    积分:1
  • [emuch.net][311235]Crack
    这是origin 9的破解文件,对于32位和64位window 测试可用(It is a crack of origin 9. Work for x86 and x64 windows.)
    2013-08-14 05:12:45下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • GetDir
    能够很好的获取文件的路径信息源码。 根据路径能够遍历路径下的文件。 适合学习用。(Can be a good source to get the file path information. According to traverse the path of the file path. Suitable for learning.)
    2013-12-23 10:16:23下载
    积分:1
  • cPP
    C++程序设计教程第二版答案,作者钱能,文件包含书后习题所有答案及程序代码及PDF版书籍(C++ Programming Guide (Second Edition) OF Money can answer, the file contains all the answers and exercise books and PDF version of the code books)
    2016-06-01 22:21:57下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载