资源列表
30101339814
- 非常好的一本讲设计的书,大家可以看看,非常的好,很不错的
ad9850
- AD9850的原理图 说明书 还有做出来的25M的信号源 原理图 本人亲测-AD9850 schematic manual also made out of 25M source schematics I pro-test
OpenMP-lunwen
- 我上传的是有关OpenMP方面的论文,供大家学习-I upload the OpenMP papers, for all to learn
WEB3.0控件开发包
- WEB3.0控件开发包V1.0.6_20140813.rar
LOAD
- 文件为基于蒙特卡洛模型的电动车充电负荷计算,包括电动公交车,电动私家车和电动出租车等(The calculations are based on Monte Carlo models for electric vehicle charging, including electric buses, electric private cars, and electric taxis)
MFATEXT
- 对PID程序的测试,主要控制炉温稳定,测试效果良好-Test procedures of the PID, the main furnace temperature control and stability, good test results
TeeChart
- TeeChart Pro VCL/CLX是支持Windows(Delphi、C++Builder、.NET)和Linux(Kylix/CLX)系统平台的图表制作组件群,TeeChart Pro ActiveX 不仅适用于前者,而且也能满足Visual Studio C++、Visual Studio.NET 和ASP等系统平台的需要。本书在介绍TeeChart基本功能的基础上,比较全面地讲述TeeChart序列、函数以及维护方法,图表组件群中的各组件功能与应用,各种图表工具的功能和使用技术,图表
Java-Programming---Farrell--Joyce_1033
- Java programming it makes easy to help to learn java
pid-used-in-matlab
- matlab的pid程序仿真,用户可根据需要下载。-The pid matlab simulation program, the user can download as needed.
TEECHART-Applications
- 《TEECHART应用技术详解:快速图表制作工具》一书主要介绍Teechart控件的使用,Teechart控件是非常好用的MFC绘图插件-" TEECHART Applications Detailed: Quick Chart Builder," a book describes how to use Teechart controls, Teechart controls are very easy to use MFC graphics plugin
Software-Engineering
- 课程ppt,一共九章。第一章绪论,关于软件工程的产生,分类,研究对象,层次结构,原理等内容,还包括用例图等-Courses ppt, a total of nine chapters. The contents of the first chapter, the generation of software engineering, classification, object of study, hierarchy, principle, including use case diagram
zuqiujulb(qiyeban)
- 描述:在题目二的程序基础上,增加远程访问功能,采用客户端/服务器的方式,实现两种远程操作 高级搜索,在客户端上执行搜索,其搜索范围除了本地数据以外,也应该返回服务端的搜索结果; 球员买卖,客户端可以发起向服务端买入球员的请求,如果符合买卖条件,交易成功,该球员从服务端删除,进入客户端选定的俱乐部。 要求: 必须在题目二的代码基础上来修改; 必须使用Socket作为远程通信技术,可以使用更高层次的Socket封装类; 其他要求与题目二相同; 在题目要求基础上可以自行扩展