-
c语言词法分析,功能比较全,大家随便看看吧,有界面
c语言词法分析,功能比较全,大家随便看看吧,有界面-The file is for accidence analysis fo C language and has lots of functions. It has the interface and please check it freely.
- 2022-05-28 13:52:11下载
- 积分:1
-
sqlitedll的源代码,用于在程序中直接调用
sqlitedll的源代码,用于在程序中直接调用-sqlitedll source code, can be called directly from program.
- 2022-08-24 00:10:38下载
- 积分:1
-
After a certain period of time, restrict users to use computers in the Start but...
在一定时间后,限制用户使用计算机
在开始按钮上显示剩余的时间-After a certain period of time, restrict users to use computers in the Start button to display the remaining time
- 2022-01-21 00:30:54下载
- 积分:1
-
c++实现文件的相关操作,文件的读取,文件的写入,打开、关闭以及相关操作,还不是很完善哈!...
c++实现文件的相关操作,文件的读取,文件的写入,打开、关闭以及相关操作,还不是很完善哈!-c++ documents related to the achievement of the operation, the document read, file write, open, closed, and related operations, and Kazakhstan is not very perfect!
- 2022-08-26 00:18:06下载
- 积分:1
-
achieve a simple calculator functions, arithmetic, but also a number of other ma...
实现了一个简单的计算器的功能,可以加减乘除,还要其他一些数学运算,如乘方等.-achieve a simple calculator functions, arithmetic, but also a number of other mathematical calculations, such as involution.
- 2022-01-22 10:37:10下载
- 积分:1
-
简单的c++实现windows记事本
一个简单的用c++实现的windows记事本,涉及到windows的sdk编程,和一些控件。对于刚开始学习c++的初学者来说是个拿来练手的小项目
- 2022-02-21 12:25:51下载
- 积分:1
-
神龙卡avi播放
神龙卡avi播放-Shenlong card players
- 2022-02-15 20:56:23下载
- 积分:1
-
windows 98/2000/NT/XP
windows 98/2000/NT/XP
- 2023-06-06 23:52:24下载
- 积分:1
-
图书馆管理系统
有关C++项目开发实例,利用MFC中基于对话框的知识来实现图书馆管理系统;同时也涉及到数据库方面的相关知识。欢迎大家下载!
- 2022-01-26 08:17:43下载
- 积分:1
-
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档
《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
- 2022-08-11 05:55:04下载
- 积分:1