资源列表
openh323_1_17_2_src
- 基于H.323协议的openh323在VC6下能编译通过。可以认真学习学习,有好处-based on the H.323 openh323 in VC6, will be able to compile. Can seriously learn from and benefit
ipchangexuexishiyong
- 这是个很久以前编的ip转换。。。主要给自己用的,上传给大家参考使用。。。仅仅参考。。。可能比较不完善-this is a long series of the ip conversion. . . Mainly to own use, to upload all use and reference. . . Reference only. . . May be imperfect
Caculate-guass
- 计算方法中列主消元,GUASS法,三角法的算法-calculation included the main source billion GUASS, triangulation algorithm
particlefilter
- 非常不错的非线性非高斯环境下的粒子滤波程序-very good nonlinear non-Gaussian environment under the particle filter process
MultilayerPerception
- 非常不错的非线性非高斯环境下的粒子滤波程序进化算法-very good non-linear environment Gaussian filter particles procedures evolutionary algorithm
weighestimationofMLP
- 很好的粒子滤波程序之MLP(multiple layer perception)权值估计-good particle filter procedures MLP (multiple layer perceptio n) the estimated weight
4_COMPLETE_VERSION
- 这个是个模拟红灯实验的,用于教学等领域,适合师生下载使用-this is a red light simulation experiments for teaching and other areas suitable for students downloading
demo_rbpf_gauss
- PF and RBPF for conditionally Gaussian JMLS. -PF and RBPF for conditionally Gaussian JML S.
jpeg-ari-28mar98.tar
- A back-end implemenation of arithmetic coding for JPEG as defined in the standard. It is distributed as an add-on that can be used with the Independent JPEG groups library. The work of Guido Vollbeding.-A back-end co implemenation of arithmetic ding
a2j_beta2_src.tar
- ASN.1工具源代码,包括编译源码生成工具和各种基本类型构造类型的编解码实现代码-ASN.1 tools for source code, including compiler source code generation tools and various types of structure types of codecs codes
windowsyuanli
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。 -Windows operating procedures principles and procedures for the preparation process, the window is formed, and handle principles, message qu
zhangwoC++
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。 -class