-
LR语法分析去,可以像vs那样单步调试LR分析器
LR语法分析去,可以像vs那样单步调试LR分析器-LR Analyser
- 2023-05-12 23:10:03下载
- 积分:1
-
VTune003
The first thing we do there is to verify if a device context has been supplied. If that s not the case, we can t create a font so we throw an exception. We then ask OpenGL to generate a continuous set of 255 diplay lists that will be used for 255 characters. (The first thing we do there is to verify if a device context has been supplied. If that s not the case, we can t create a font so we throw an exception. We then ask OpenGL to generate a continuous set of 255 diplay lists that will be used for 255 characters.)
- 2008-11-09 02:30:29下载
- 积分:1
-
pwmkongzhibujindianji
ARM7通过PWM控制步进电机的小程序,试验通过(ARM7 PWM control stepper motor procedures, test by)
- 2012-05-23 00:28:10下载
- 积分:1
-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
c51用矩阵键盘源码
c51用矩阵键盘源码,C语言描述,除部分端口设定外处理器平台无关,可以在MCS-51,AVR,PIC,甚至是ARM平台上面测试这个程序性能
- 2022-04-20 13:07:17下载
- 积分:1
-
H系列芯片调试工具
说明: H系列摄像机芯片调试工具,有需要的朋友可以下载(H series camera chip debugging tools, friends in need can download)
- 2020-06-19 06:20:01下载
- 积分:1
-
总结的常用8种滤波算法C语言版 (摘自匠人日记)
在匠人日记上看到的滤波算法
摘下常用的留着备用参考
C语言编写
- 2022-05-30 17:12:12下载
- 积分:1
-
lightstripeExtraction
基于梯度重心法的光条提取算法,实现光条中心的亚像素提取。(Extraction Method Based on Gradient focus light bar algorithms to achieve sub-pixel light stripe center extraction.)
- 2016-06-08 11:22:38下载
- 积分:1
-
用C#编写的画艺术图,用算法计算出点的位置然后,在窗体上描绘出点的位置,形成艺术效果图。...
用C#编写的画艺术图,用算法计算出点的位置然后,在窗体上描绘出点的位置,形成艺术效果图。-Written in C#, painting art map, using algorithms to calculate location of the point and then, in the form depicts location of the point, the formation of artistic effect diagram.
- 2022-07-04 10:06:03下载
- 积分:1
-
五点差分格式
采用五点格式计算,并验证五点格式的收敛速度
对应程序为ex2-wang 取正方形网格,h1=h2=h,利用MATLAB编程可解得指定步长h下的结果u。
以h=0.1为例给出运行结果
根据步长h不同取值下的结果,下图给出了平均和最大误差与h的关系,验证了五点差分格式的收敛速度,根据平均误差的曲线拟合验证了该格式是二阶精度的。
- 2022-05-29 14:42:21下载
- 积分:1