-
WINDOW服务程序管理器
WINDOW服务程序管理器-WINDOW service program manager
- 2022-03-03 00:00:53下载
- 积分:1
-
There are student status management, entry and statistical results (by Student I...
主要有学籍管理、成绩录入和统计(按学号、普通总分、标准分进行排序)、毕业生学籍管理和查询、学生德育考核和操行评语、学生奖励处分记录。设置动态查询功能,由用户自行设置三个查询条件进行精确查询和模糊查询。本系统数据文件全部存贮在数据库中,不受服务器读写权限的限制。保护了服务器的安全。本系统现在有四个版本的软件。-There are student status management, entry and statistical results (by Student ID, general total score, the standard sub-sort), graduate student status management, and information, assessment and student moral conduct reviews, student awards punishment record. Set dynamic query functionality, by the user to set their own precise three query query and fuzzy query. The system data files all stored in a database, not the server to read and write access restrictions. To protect the server" s security. The system now has four versions of the software.
- 2022-08-16 00:33:36下载
- 积分:1
-
标准C++写的取得一个指针链表的模板类,可以直接使用,经过了测试。我自己也用它!...
标准C++写的取得一个指针链表的模板类,可以直接使用,经过了测试。我自己也用它!-Standard C++ written to obtain a pointer to the list of template class can be used directly after the test. I myself use it!哈哈
- 2023-03-06 10:55:03下载
- 积分:1
-
Windows NT/2000中以用户系统级安全上下文方式创建进程的源代码...
Windows NT/2000中以用户系统级安全上下文方式创建进程的源代码-Windows NT/2000 users to system-level security context means the process of creating the source code
- 2022-11-02 03:55:05下载
- 积分:1
-
Rule.dat in accordance with the rules, the automatic termination of the procedur...
按照rule.dat里的规则,自动终止含有某些标题的程序。-Rule.dat in accordance with the rules, the automatic termination of the procedures contain certain title.
- 2022-03-30 12:47:45下载
- 积分:1
-
清理Windows的垃圾文件和最近打开文档。
清理Windows的垃圾文件和最近打开文档。-cleared of rubbish recently opened files and documents.
- 2022-06-20 15:33:36下载
- 积分:1
-
在Visual C++ 中 模拟输入字符串 查找其他任何字符 并统计字符出现的频度...
在Visual C++ 中 模拟输入字符串 查找其他任何字符 并统计字符出现的频度-in Visual C analog input string find any other characters and the characters statistical frequency
- 2022-01-30 16:53:57下载
- 积分:1
-
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的a...
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的api函数取得系统的消息。是一个比较全的取得系统消息的集合-through Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO) api function of the system made news. A comparison is made all the information collection system
- 2023-04-26 04:10:03下载
- 积分:1
-
模拟MFC的消息映射,直接添加消息和消息处理函数
模拟MFC的消息映射,直接添加消息和消息处理函数-Simulation of MFC
- 2022-06-29 02:29:09下载
- 积分:1
-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1