-
Enter the Matrix MS
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.- Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
- 2022-01-23 11:23:36下载
- 积分:1
-
useful in the design of the courses (C data structure)!
很有用的有关课程设计的(C数据结构)-useful in the design of the courses (C data structure)!
- 2023-05-05 18:15:03下载
- 积分:1
-
板结构,满足三类边界条边,热源在外部
,用vc++编写工程文件很大,源程序里的主函数同大家分享...
板结构,满足三类边界条边,热源在外部
,用vc++编写工程文件很大,源程序里的主函数同大家分享 -plate structure, meet three types of boundary edge, the heat outside, with the preparation of project documents vc great, The main source Lane share the same function
- 2022-01-25 19:34:10下载
- 积分:1
-
测试PIC EEPROM的方法,简单有效
测试PIC EEPROM的方法,简单有效-PIC EEPROM test method is simple and effective
- 2022-01-28 14:31:59下载
- 积分:1
-
我想利用这个月和# 39列了一个有趣的应用程序…
我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month"s column describes an interesting application procedures, which is a period of my article : "The use of ManWrap Library in the C code for a call.NET "are discussing the formation RegexWrap library. RegexForm is a regular expression is based on the MFC Form Validation System. To achieve this procedure, I realized RegexWrap. But because many details with the expression itself is not, so the feeling here describe RegexForm better.
- 2022-06-19 11:51:50下载
- 积分:1
-
编辑的应用
void CMyDlg::OnButton1() // { // TODO: Add your control notification han...
编辑的应用
void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here UpdateData(TRUE) CDlg1 Dlg Dlg.m_Edit2=m_Edit1 //m_Edit1.Undo() CDialog::OnOK() Dlg.DoModal()-Edit the application void CMyDlg:: OnButton1 ()// (//TODO: Add your control notification handler code here UpdateData (TRUE) CDlg1 Dlg Dlg.m_Edit2 = m_Edit1// m_Edit1.Undo () CDialog:: OnOK () Dlg. DoModal ()
- 2022-01-22 16:07:10下载
- 积分:1
-
《MIP2005行政办公管理系统》是一款完全按中国中小型企业事业单位办公习惯及办公事物管理需要设计的现代化行政办公事务管理的系统,适用于所有企业事业单位及个人办...
《MIP2005行政办公管理系统》是一款完全按中国中小型企业事业单位办公习惯及办公事物管理需要设计的现代化行政办公事务管理的系统,适用于所有企业事业单位及个人办公管理的需要。软件符合中国人及中国企业办公管理需要的使用办公管理功能,软件主要包括以下八个方面:
1、人事管理:人事档案,员工生日提醒,劳动合同,福利保险,应聘人员登记;
2、资产管理:资产管理,资产维修记录,资产报修报废预警,资产报废,厂家及维修部门信息;
3、车辆管理:驾驶人员登记,车辆登记,用车管理,车辆投保信息,车辆年检记录;
4、办公管理:工作计划,一周工作安排,工作日志,记事本,会议记录本,客户投诉登记表,来访登记,往来信函管理,宿舍管理,出差管理;
5、文件管理:公文管理,行文管理,规章制度,文件管理;
6、费用管理:电话费用,报销费用管理,车辆费用支出管理;
7、辅助信息:通讯录,航班查询,手机归属地,常用网址,邮编大全,出行指南,国际电话代码及时差;
8、系统功能:事件提醒,用户管理,在线用户,信息发布,锁定应用,重新登录等。
系统支持用户二次开发(本系统是利用MIP2005开发完成的)。无需安装,绿色软件。
- 2022-02-13 18:48:35下载
- 积分:1
-
Sample for Register with Captcha
Sample for Register with Captcha
- 2022-01-28 22:43:14下载
- 积分:1
-
自定义行列颜色的CListCtrl控件,包括改变字体大小及颜色。
自定义行列颜色的CListCtrl控件,包括改变字体大小及颜色。-Custom color ranks CListCtrl control, including changing the font size and color.
- 2022-02-01 03:42:59下载
- 积分:1
-
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过...
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过课程设计,要求学生主要掌握如下内容:
1.设计出文件系统中常用的数据结构;
2.理解文件系统的工作流程,给出程序流程图;
3.设计出文件系统中关键的算法;
4.模拟实现二级目录文件系统,并给出一组运行结果。
三、课程设计内容
根据实验指导书补充
四、文件系统实现
-courses on operating system design report documents a simulation system, curriculum designed by simulating the file system to achieve in-depth understanding of operating system file system theoretical knowledge. 2, curriculum design through curriculum design, requiring students to master the following main elements : 1. Design commonly used file system data structure; 2. Understanding the document workflow system, the flow chart is given; 3. System design document the key algorithm; 4. Simulation two directory file system, and gives a group operating results. Third, the curriculum is based on the experimental design as supplementary guidance on four documents System
- 2022-11-07 18:10:03下载
- 积分:1