-
2jic
二级C语言教程,学习C语言必备教程,经典教程(Two C language tutorial to learn the necessary C language tutorial, classic tutorial)
- 2011-01-27 07:35:10下载
- 积分:1
-
2048小游戏
用C++编写的控制台下的2048小游戏,图形界面
- 2022-01-26 01:56:55下载
- 积分:1
-
Compiler
实验一:设计SAMPLE语言的词法分析器
检查要求:
启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音);
请求输入测试程序名,键入程序名后自动开始词法分析并输出结果;
输出结果为单词的二元式序列(样式见样板输出1和2);
要求能发现下列词法错误和指出错误性质和位置:
非法字符,即不是SAMPLE字符集的符号;
字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行)。(Experiment 1: SAMPLE language lexical analyzer design
Inspection requirements:
After starting the program, the first output of the author s name, class, student number (available in Chinese, English or Pinyin)
Request input test program name, type the program name and automatically start the output of lexical analysis
Binary output of word-type sequence (see sample output style 1 and 2)
Requirements can be found in the following lexical errors and that the nature and location of the error:
Illegal characters, that is not the character set of symbols SAMPLE
Character constant lack of the right single quotation mark (character constants requires the left and right single quotation mark definition, can not cross)
Note lack of the right part of the boundary character*/(Note requires left and right respectively /* and*/define, can not cross).)
- 2011-11-01 14:53:28下载
- 积分:1
-
FM0_Decode
双相间隔码解码(FM0)的C语言实现,应用于RFID领域,基于ISO.IEC_18000-6C协议。(The realization of FM0_Decode with c language.)
- 2021-04-11 20:18:57下载
- 积分:1
-
FNUSB_v02000405
usb通讯 ,实现与设备的USB通讯连接。直接调用就可以使用,清册可是。(USB COMM you can use is to develop your own app.)
- 2017-10-26 13:03:54下载
- 积分:1
-
这个程序是用c#编的赫夫曼编码,相信对很对有用
这个程序是用c#编的赫夫曼编码,相信对很对有用-This procedure is used c# Series of Huffman coding, I believe it to be useful
- 2022-05-25 23:43:50下载
- 积分:1
-
STM32_DHT11_OLED
基于STM32F103C8T6单片机的环境检测系统,应用DHT11温湿度传感器,MQ135烟雾传感器,检测环境温湿度,烟雾,可燃气,检测到烟雾蜂鸣器报警,将实时数据显示在OLED屏上,且有按键可以修改报警值。(Based on STM32F103C8T6 microcontroller environment detection system, DHT11 temperature and humidity sensor and MQ135 smoke sensor are used to detect ambient temperature and humidity, smoke and flammable gas, detect smoke buzzer alarm, display real-time data on OLED screen, and key can modify the alarm value.)
- 2020-07-04 19:40:02下载
- 积分:1
-
通过 WebBrowser实现网页截图(可截flash图)附源码
在不显示 webbrowser的情况下,直接实现 网页截图效果,flash也可以正确截图,测试通过了, flash测试地址:http://demo.lanrenzhijia.com/flash/demo/121231/jy/
- 2013-04-02下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
caoshi-method
本程序是应用曹氏法解决混沌时间序列的嵌入维数,用C++编写,并编写出matlab接口,生成cao.dll文件,利用程序中的caoshi_method.m文件就可以在matlab环境下快速计算出嵌入维数。(the programme can compute embedding dimension)
- 2013-09-17 11:36:14下载
- 积分:1