关于visual c++6.0的参考大全,很全面的,是chm格式的。
上传时间: 2014-01-20
上传用户:q123321
DC Connect Instruction Manual
标签: Instruction Connect Manual DC
上传时间: 2013-11-30
上传用户:爱死爱死
keyboard Realizing the keyboard control digital tube
标签: keyboard Realizing control digital
上传时间: 2017-09-20
上传用户:caozhizhi
java lab4 图书馆程序 有两个class分别是book和library object book需要添加到library中
上传时间: 2017-09-20
上传用户:mhp0114
本文在对卫星IP 网络传输性能改善方法进行的简要介绍基础上,重点讨论了基于卫星关口站采用TCP 存储、TCP 欺骗 等方法下对卫星IP 网络性能的改善效果的实验。实验内容包括: 1)不采用改善技术 2)只采用TCP 存储技术 3)只采用TCP 欺骗技术 4)同时采用存储和欺骗 5)地面系统五种条件下不同典型网站的接续时间和业务吞吐量的测量。实验结果显示, 针对不同TCP 数据类型, 不同的改善方法的效果有所差异。通过本实验的结果和结论, 能够为卫星传输TCP/IP 数据技术的 研究提供进一步的参考依据。
上传时间: 2013-12-27
上传用户:lxm
128*64液晶显示的编程方式,该程序使用ATMEL89c51单片机编程。
上传时间: 2014-12-20
上传用户:ippler8
从英文单词提取、到网上下载翻译,到按照记忆曲线生成学习文件的整个过程。
上传时间: 2013-12-20
上传用户:zhouli
Within this book the fundamental concepts associated with the topic of power electronic control are covered alongside the latest equipment and devices, new application areas and associated computer-assisted methods. *A practical guide to the control of reactive power systems *Ideal for postgraduate and professional courses *Covers the latest equipment and computer-aided analysis
标签: power electronic electrical system
上传时间: 2015-02-20
上传用户:12345654321
Regression_SVM_SteveGunn版本的SVR软件,可用于回归
上传时间: 2015-04-20
上传用户:xiehang
#include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; if(n%2==1) cout<<(n*n-1)/4<<endl; else if (n%4==0) cout <<(n*n)/4-1<<endl; else{ if(n==2) cout<<1<<endl; else{ long long k=n/2-1; cout <<k*k+2*k-3<<endl; } } } return 0; }
标签: 天津大学acm4022 代码
上传时间: 2015-04-20
上传用户:nr607