-
该计算器用于计算大学成绩加权分,专业平均分,以及各学期的加权成绩...
该计算器用于计算大学成绩加权分,专业平均分,以及各学期的加权成绩-The calculator is used to calculate the weighted sub-college grades, professional average score, as well as the weighting term results
- 2023-08-11 22:30:08下载
- 积分:1
-
osgi_orderapp是一个关于osgi入门的示例程序,根据osgi规范实现了一个订购系统...
osgi_orderapp是一个关于osgi入门的示例程序,根据osgi规范实现了一个订购系统-osgi_orderapp is an entry on the osgi example program implements a specification under osgi ordering system
- 2023-07-18 14:10:03下载
- 积分:1
-
用DBGrid组件制作下拉列表形式的提示框
用DBGrid组件制作下拉列表形式的提示框-with DBGrid components produced in the form of drop-down list boxes
- 2022-02-04 00:07:31下载
- 积分:1
-
汽车救援调度系统
开发此项目,是为了快速解决用户的救援请求,
使后台工作人员分工更加明确,很好的为用户服务
- 2022-08-17 03:50:26下载
- 积分:1
-
address book source code
address book source code
- 2022-02-13 12:17:09下载
- 积分:1
-
AutoCad中关于使用vc++编程操作选择集的一个类实例。
AutoCad中关于使用vc++编程操作选择集的一个类实例。-AutoCad regarding the use of vc programmed to choose a category set examples.
- 2022-03-26 11:02:38下载
- 积分:1
-
初学者会在输入:使用VS2005开发的程序系统BAS…
入门初学者必下的:用VS2005开发的基于wince5.0的程序(VB)
-Beginners will be under the entry: use VS2005 to develop procedures wince5.0 based (VB)
- 2022-02-02 17:55:02下载
- 积分:1
-
Online Criminal Tracking Website.
Online Criminal Tracking Website.
- 2022-04-15 22:48:21下载
- 积分:1
-
曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星...
曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星的升级程序。在这里我也发现了很多的网友对这个问题很困惑,故我愿意把我的设计方案写出来与大家共享,大家也可以通过这个思路用其他语言进行改写-had one netizen and I discussed how to prepare a server through the client on the procedures for self-promotion , I am also involved in the project to self-promotion, I use my solution mentioned, it is so similar to the one Ruixing promotion procedures. Here I also found a lot of online friends to the problem is very confused, Therefore, I am willing to put my design write and share. Members can also thinking through the use of other languages rewritten
- 2023-04-21 21:40:02下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1