-
Calendarclocktimer
定时器实现电子时钟程序,可调整日期和时间(Procedures for electronic clock timer, adjust the date and time)
- 2009-05-04 22:17:34下载
- 积分:1
-
Timer
利用Active控件实现计时器,图形显示等(To Timer.)
- 2009-06-01 09:22:24下载
- 积分:1
-
1
说明: 32位变量移位操作,输出到界面。联合体变量是公用一块内存,所以对其中一个变量操作会影响其他变量。(32-bit variable shift operation, output to the interface.)
- 2019-07-16 15:50:27下载
- 积分:1
-
Kugou
酷狗无损音质下载,各种音质下载和音乐搜索(Lossless audio download by Kugou)
- 2020-06-19 19:40:02下载
- 积分:1
-
保存二进制图像 V2
要将图像文件在磁盘上的保存为文件二进制文件使用 OpenCV 结构和 c + + 代码,此版本 es 降低的版本 1
- 2022-01-25 16:14:16下载
- 积分:1
-
GrabBitmaps
In computer vision, one usually needs access to video frames as they are streamed in order to analyze or process them in some way. This code-pack shows how to obtain a single bitmap from a video stream using Microsoft Directshow.
- 2020-11-27 14:19:30下载
- 积分:1
-
727
说明: 外汇ea交易系统,趋势智能交易,稳定,可以测试(Exchange EA trading system, trend intelligent trading, stable, testable)
- 2020-02-26 19:00:09下载
- 积分:1
-
Slide_1
关于一个滑块显示的程序,可以通过滑块调整实现各种功能(About a slider and its function)
- 2010-06-21 19:51:39下载
- 积分:1
-
MFC_FILE
精通MFC程序设计附源代码
MFC文件操作
非常好的例子
呵呵
站长给我多加分啊
我很努力哦
支持(Proficient MFC Programming MFC source code attached file operations Ha ha very good example of more sub-station to me ah Oh I was trying very hard to support the)
- 2007-12-05 23:12:49下载
- 积分:1
-
1
说明: 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器
表达式文法及其翻译模式定义如下:
expr expr + term {print(‘+’)} | expr - term {print(‘-’)}| term
term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor
factor ( expr ) | id {print(id.lexeme)} | num {print(num.value)}
(Translator expression: an infix expression to postfix expression translator)
- 2012-04-20 20:07:12下载
- 积分:1