资源列表
obscloud
- 基于SQL SERVER数据库建立云状观测辅助程序,主要涉及图像文件的显示和保存。-SQL SERVER database based on cloud observations supporting the establishment of procedures, mainly related to image files are displayed and preserved.
calsun
- 基于中国气象局地面观测环境评估报告的数据计算可照时数的变化。-China Meteorological Administration, based on ground-based observations of the environmental assessment report data according to the number of hours may change.
dddVisualC
- visualC++实例精通的全部源码,每一章的源码都有,很实用,很实惠。-visualC++ examples of proficiency in the full source code, source code of each chapter are very practical and very affordable.
MD5PasswordConverter
- 一个MD5字符串转换的工程,可以直接运行,输入要加密的字符串,可产生对应的MD5加密代码-A MD5 string conversion work can be directly run, enter the string to be encrypted, can generate the corresponding MD5 encryption code
MicroStation-VBA4-Professional-cn
- 本课程适合具有Visual Basic/Visual Basic for Applications开发经验,或者是已开始学习 MicroStation VBA和有一些 MicroStation 经验的用户
DM642FFT
- DM642上信号的FFT变换 DM642上信号的FFT变换-hell0
SortAlgoritms
- This file contains the most popular sorting algorithms.
SRcli.ZIP
- Server Iron CLI configuration guide
docking_station_software
- new for trail not in general
RitzDVB_0.9.1.6_SETUP
- this the DVB program for DVB satellite card-this is the DVB program for DVB satellite card
high_efficient_C_Plus_Plus_programming_guide
- 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我 以前捏造的C++/C 程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1 个读者的 建议。-Software Quality is linked to the majority of programmers in mind in the mouth rat
C_Plus_Plus_effective
- 这并不是一本C++参考工具书,也不是一本让你从头学习C++的书。例如,虽然我热切告诉你一些有关「撰写自己的operator new」的注意事项(条款7~10),但是我假设你可以从其他地方获知,operator new必须传回一个void*,其第一引数的型别必须是size_t。许多C++语言书可以带给你这样的资讯。 这本书的目的是要强调那些其他书籍往往浅浅带过(如果有的话)的C++程式设计概念。其他书籍描述的是C++语言的各个成份,本书则告诉你如何将那些成份组合起来,完成一个有效的程式