搜索资源列表
yinyuehe
- 该程序是基于AT89C52单片机的数字音乐盒的源程序(c语言版)-The program is based on AT89C52 single-chip set-top box digital music source (c language version)
juxing
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
msd7828L
- MSTAR高清机顶盒芯片资料。集成DVB-Cdemodulator。-The MSD7828L is a highly integrated ASIC for STB (Set-Top Box) applications. It is configured with a DVB-C demodulator, a transport stream de-multiplexer with time-shifting capabilities and limited recording of an
webasto-1.0.tar
- The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C water heater that is used to pre-heat the heating system of a car without starting the motor.
c
- A Top-Down Verilog-A Design on the digital phase-lockedmloop
C
- Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
examples
- The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to include the above files in a user C++ program/project.
ktail
- 很多情况下,我们需要对信息进行加密。特别是随着Internet的飞速发展,加密技术就显得尤为重要。 目前比较流行的编码规则称为RSA,是由美国麻省理工学院的三位教授发明的。这种编码规则是基于一种求密去模算法的:对于给出的三个正整数a,b,c,计算a的b次方除以c的余数。 你的任务是编写一个程序计算a^b mod c, 并且1≤a,b<c≤32768。 -top secret
shellexecuteusingexternalppdll
- use visual basic, who is using external dll created by visual c++ 6, this example shows the creation of the dll, which can be used as COM+ object (to be registred by windows) or to be used as simple external lib. file, declared by visual studio at th
bitfont
- abgr.c - Demonstrates the use of the extension EXT_abgr. The same image data is used for both ABGR and RGBA formats in glDrawPixels and glTexImage2D. The left side uses ABGR, the right side RGBA. The top polygon demonstrates use of textur
multistage
- 多段图G=(V,E)是一个有向图。它具有如下特征:图中的节点被划分成k>=2个不相交的集合Vi,1<=i<=k,其中V1 与Vk 分别只有一个结点s(源点)和t(汇点)。图中所有的边<u,v> 均具有如下性质:若 ,则 ,1<=i<k-1,且每条边<u,v>均附有成本c<u,v>。从s到t的一条路径成本是这条路径上边的成本和。多段图问题是求s到t的最小成本路径。每个集合 定义图中的一段。由于E得约束,每条从s到t的路径都是从第1段
Cmeansclusteringmethods
- 本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在IRIS数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数K设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition of two C-means clustering metho
rectangular
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
1
- 走木板问题,可以计算用户输入的行走距离来计算出他需要走过的模板个数。-How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We re assuming that the cards must be perpendicular to the table.) With two car
Polynomial-solution
- 用C写的多项式求解,用栈实现;判断读入的字符不是数字,是则进栈,然后判断它的下一个是不是数字,是就将数字栈里的顶元素退出并*10在加上该元素回栈-The polynomial written in C, with a stack implementation, the judge read into the character is not a number is the stack then determine the next it is not digital, will exit th
sportsmeeting
- 用C语言设计实现一个学校运动会信息管理程序,功能如下: (1) 初始化输入:N-参赛院系总数,M-男子竞赛项目数,W-女子竞赛项目数; (2) 各项目名次取法有如下几种: 取前5名:第1名得分 7,第2名得分 5,第3名得分3,第4名得分2,第5名得分 1; (3) 由程序提醒用户填写比赛结果,输入各项目获奖运动员的信息。 (4) 所有信息记录完毕后,用户可以查询各个院系或个人的比赛成绩,生成团体总分报表,查看参赛院系信息、获奖运动员、比赛项目信息等。支持将信息保存为文件,
paomadeng
- 简单的程序,用c在nios II上实现了跑马灯,并带有顶层文件-Simple procedure, with c in nios II achieved a marquee, and with top-level file
C#音乐播放器
- 实现了本地音乐播放,以及播放,暂停,上一首,下一首,列表双击播放等功能(Implemented the local music playback, as well as playback, pause, top, next, list double-click play, etc)
OpenGL游戏
- 3D游戏是当前游戏的主流,对于初学者来说,其核心技术就是3D图形编程。长久以来。,OpenGL都是3D游戏开发领域的主流开发包之一,也是开发者追逐顶尖技术的利器。 与DirectX相比,OpenGL一语言简单易懂,前后版本的兼容性也比较好,对于希望进入游戏开发。3D图形处理、模拟仿真、虚拟现实等领域的初学者来说,学习OperlGL一是他们最好的起点。(3d game is the mainstream of the current game, for beginners, its core
Top-100-Worst-Passwords-of-2017a.pdf
- Hacking tools in c++