资源列表
15_SD_card
- sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
Internship1
- 薛超英数据结构实习一答案 设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。 问题是:对于任意给定的n个人的原始排列顺序,求出n个人的出列顺序。 输入数据从文本文件“实习1数据.txt”中读取。该文件有两行:第1行只有一个整数,表示报数的起始位置;第2行
LikeBase64
- 编码/解码。本例实现将3个8位转换成4个8位。同时将4个8位转换成3个8位。这种转换经常用在通信中。-Encoding/decoding. Example implementation of this will be three 8-bit conversion into four 8-bit. At the same time will be four 8-bit converted into 3 8. Such conversion often used in communications.
DSP
- 用matlab编写的数字信号处理程序,包括一下窗函数的应用,很强大-Matlab prepared using digital signal processing procedures, including applications like window function is very powerful
jxpj_vb
- 通过vb控制orm光标阅读机进行答题卡的阅读,并抽取答案,统计每个项目的得分,并按照一定的规则转换为分数,自动生成excel文件。-Orm control through vb OMR answer sheet to the reading, and to take the answer, statistical scoring of each item and in accordance with the rules must convert fraction, automatically g
sample
- 在VC平台下基于AO进行的二次开发入门小程序-the sample programme of using AO based on VC
TimeOperaTest
- 一个可以对时间进行计算、操作、对比的简单的示例程序。-A calculation of time, operation, easy comparison of the sample programs.
demo
- 使用ptviewer插件实现全景图的在线浏览-The use of plug-ins achieve ptviewer panorama of online browsing
1
- 这是一个用c++编写的程序,完成的功能是定义一个类“人”,然后派生出新的类学生,和类老师。-This is a use of c++ to prepare procedures for the completion of the function is to define a category of " person" , and then derived a new category of students, and Class Teacher.
2
- 这是用一个虚类派生来做的小程序,主要完成计算圆柱体,球体,正方体,长方体的面积和体积!-This is a virtual type of derivative used to make a small program, the main calculation finish cylinder, sphere, cube, rectangular area and volume!
CProgItfaceTst
- 一个类似Excel的梯形属性标签的程序。点击不同的标签会出现不同的列表。-A similar property tag Excel trapezoidal procedure. Click different tag list will appear different.
TwainGui
- 使用TWAIN读取扫描仪的图像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET to access this API. T