- SortAlgorithms 本文件包括了各种常用排序算法 void InsertSort(SqList L) //直接插入排序 void BInsertSort(SqList L) //折半插入排序 void BubbleSort(SqList L) //冒泡排序 void QuickSort(SqList L) //快速排序 void ShellSort(SqList L) //希尔排序
- MainAuto 邮箱自动登陆程序
- softcopyoftodayssatcompresentationituregulation.z regulation requirement for satellite communication
- Epwm_start 采用锁相环控制电机转速
- Cjson VC++要使用JSON来解析数据
- 10.1007%2Fs11071-017-3899-x H无穷控制针对马尔科夫调变系统的非脆弱控制研究
资源列表
sample
- 微软提供的samples。。。其中有最新的sample更新 包括详细的ribbon用法 E:\Microsoft Visual Studio 9.0\Samples\2052-Microsoft provided samples. . . Among them, sample the latest update, including ribbon detailed usage E: \ Microsoft Visual Studio 9.0 \ Samples \ 2052
ROCKEY4Smart_Windows_V1.42
- 飞天诚信加密狗rockey4smart开发套件 包括:开发api,示例,编辑器,加密器,使用文档等(Feitian Integrity Encryption Dog Rockey 4smart Development Suite Including: developing apis, examples, editors, encryption, using documents, etc.)
Dynamic_Mode_Decomposition
- 一个非常有用、且实现起来简单直接的数据分析方法,叫做动态模态分解(其英文名是:dynamic mode decomposition),它被用于发现潜藏着的“动力系统”,尤其是“时空上的拟序结构(spatial-temporal coherent structure)。这个方法起初是被做“流体力学”的人所提出,后来又被应用于与动力系统相关的科学、工程学当中。(A very useful data analysis method that is simple and straightforward
dbg
- 一本调试书籍的源码,很不错,给力。大家可以此为框架进行开发调试器-A very good book of debug
REG
- MFC程序的注册表编程(自启动、映像劫持、文件关联)-Registry programming MFC program ( the start, the image hijacking, associated files)
Microsoft_IE
- 完美仿IE7 NET代码,界面非不错,看看就知道-Perfect imitation of IE7 NET code, the interface of non-good, look know
drawMFC
- 一个简单的程序,可以绘制点、线、圆、方。可以保存成一定格式的图片文件。软件最大的问题是绘图基本在对应的鼠标事件里进行,而没有在paint方法里进行,可借鉴。-A simple program, you can draw points, lines, circles, square. Can be saved into a certain format image files. The biggest problem is the graphics software basic mouse eve
sms_SPAPP
- SPAS系统基于WINDOWS2000采用VC开发,在功能上实现了对用户手机点播、网站定制和网页发送消息的处理,能完成用户对不同业务的短信要求。 1. WEB网站与SPAS的接口采用UDP通讯的方式,SPAS对网站发送过来的包进行分析处理调不同的点播模块处理,向用户返回所需的短信内容 2. SPAS与网关的通讯采用网关厂商的API接口,用于接收用户的点播请求和发送业务模块处理后的短信内容 3. 定制模块由SPAS主控部分定时触发,通过分析定制库中(通过网站入库)的用户需求,将相关的业
OpenNIandOpenCV
- OpenCV+OpenNI测试kinect显示RGB和Depth图像-OpenCV and OpenNI test kinect~
课件
- 详细讲解51单片机的基础知识,各种模块的操作,程序编写知识,例程。(Detailed explanation of the basic knowledge of 51 single chip, the operation of various modules, program writing knowledge, routine.)
CPP-programming
- 提供了很多C++编成的技术,包括继承,命名控制,内联函数等等,值得一看-C++ programming
Thinking-in-cPP
- C++编程思想 C++编程思想 -Thinking in c++