-
学生成绩管理系统,能登陆学生的各科成绩,根据需要选择班级,年级来查询成绩。可以实现增加记录、删除记录、修改记录、查询记录和显示记录等功能。...
学生成绩管理系统,能登陆学生的各科成绩,根据需要选择班级,年级来查询成绩。可以实现增加记录、删除记录、修改记录、查询记录和显示记录等功能。-Student achievement management system that subjects the students can log results, according to need to select the class, grade to query results. Can achieve additional records, delete records, modify records, check records and display records and other functions.
- 2022-05-12 17:41:24下载
- 积分:1
-
异开窗口,实现像NetPhone一样的窗体
异开窗口,实现像NetPhone一样的窗体-varies open window and realizing the same as NetPhone Form
- 2023-03-29 17:45:03下载
- 积分:1
-
windows界面程序,是一个简单的源码 仅仅有与学习 不得未经本人同意有与商业
windows界面程序,是一个简单的源码 仅仅有与学习 不得未经本人同意有与商业-windows interface procedure is a simple source and learning has only and shall not, without my consent and have commercial
- 2023-09-06 22:50:04下载
- 积分:1
-
tree结构,树形结构的实现,包括权限的设置
tree结构,树形结构的实现,包括权限的设置-tree structure, tree structure realization, including permissions settings
- 2022-03-07 04:14:44下载
- 积分:1
-
PB通用使用框架,最主要的是直接能够使用,进行编程.不用考虑那么多的繁琐过程...
PB通用使用框架,最主要的是直接能够使用,进行编程.不用考虑那么多的繁琐过程-PB common use frameworks, the most important thing is to directly use for the programming. Without considering so many tedious process
- 2022-08-05 16:20:02下载
- 积分:1
-
里边有很多关于界面编程的例子,虽然简单,但是可以引导你入门。...
里边有很多关于界面编程的例子,虽然简单,但是可以引导你入门。-Inside interface has a lot of programming examples, although simple, but can guide you entry.
- 2022-04-21 04:37:08下载
- 积分:1
-
FMMpeg播放器
应用背景本应用程序基于MFC开发,利用FFMpeg解码,能实现视频编解码,并且能显示出视频的信息,如视频的时间。
播放的时候需要加载所需要播放的视频文件。并且实现了最大化,最小化、
在视频播放的时候最大化最小化没有问题。是学习FFMpeg的首选程序。
关键技术第一:利用MFC做的界面。在VS2010上实现。
第二:用的SDL1.2实现,由于SDL1.2与SDL2.0有所不同,所以播放的接口有所不同。
第三:利用的是FFMpeg编解码,所以对于需要学习FFMpeg的人是不错的参考程序。
程序实现了简单的播放控制。具有参考性。
- 2022-03-07 06:09:44下载
- 积分:1
-
cxGrid使用小结,内容比较详实,有很高的参考价值
cxGrid使用小结,内容比较详实,有很高的参考价值-Summary cxGrid use, relatively accurate, has high reference value
- 2023-01-23 07:35:04下载
- 积分:1
-
采用vb编程,实现在Timer控件中调用RDS技术把采集到的发动机振动信号数据传送到远程的服务器数据库中...
采用vb编程,实现在Timer控件中调用RDS技术把采集到的发动机振动信号数据传送到远程的服务器数据库中-used vb programming, to achieve the Timer control Calling RDS technology to the acquisition of the engine vibration signal data to a remote database server
- 2022-02-03 21:43:20下载
- 积分:1
-
vdcsdfs
;主程序:
LOOP: SETB P10 ;(1)
LCALL DELAY ;(2)
CLR P10 ;(3)
LCALL DELAY ;(4)
AJMP LOOP ;(5)
;以下子程序
DELAY: MOV R7,#250 ;(6)
D1: MOV R6,#250 ;(7)
D2: DJNZ R6,D2 ;(8)
DJNZ R7,D1 ;(9)
RET ;(10)
END ;(11)
-vdcsdfs
- 2022-05-19 09:56:06下载
- 积分:1