-
一个在VC6.0做的多功能计数器,可以实现各种进制的转换等各种复杂的功能...
一个在VC6.0做的多功能计数器,可以实现各种进制的转换等各种复杂的功能-VC6.0 to do a multi-function counter, can achieve a variety of binary conversion, and other complex functions
- 2023-08-13 00:45:07下载
- 积分:1
-
vc++编写的函数,功能将数组清零或者重置为其它数值。
vc++编写的函数,功能将数组清零或者重置为其它数值。-vc++ to prepare a function of array feature will reset to zero or other values.
- 2022-04-24 10:53:22下载
- 积分:1
-
图像分割中的一个很好的代码,来自于国外的网站,在国外的研究中对其进行了研究和分析…
一个很好用图像分割代码,在国外网站下来的,研究图形的可能用到-Image Segmentation by a good code from the site in foreign countries to study the possibility of using graphics
- 2023-08-08 09:15:04下载
- 积分:1
-
win32api
win32api-c
- 2023-07-20 00:05:04下载
- 积分:1
-
底层编程
底层编程技术,根据第三方库(微软的第三方库)进行inline hook,将我们自己的代码嵌入到别人的执行流程中去,这样可实现hook的过程。第三方库比较稳定可以出色的完成各种hook任务
- 2022-02-07 22:37:23下载
- 积分:1
-
small program used to prepare the vc can see
读留言的小程序
用vc++编写的
可以看看
-small program used to prepare the vc can see
- 2022-05-28 04:38:37下载
- 积分:1
-
使用evc开发的电话号码查询程序,在其中可以进行电话号码的查询,完成查询显示...
使用evc开发的电话号码查询程序,在其中可以进行电话号码的查询,完成查询显示-EVC to develop the use of the telephone number of inquiries, procedures, in which telephone numbers can be carried out inquiries, complete the inquiry showed that
- 2023-07-29 04:40:04下载
- 积分:1
-
vc excellent source, which is the first part
vc++精品源码,这是第一部分-vc excellent source, which is the first part
- 2022-05-17 17:19:18下载
- 积分:1
-
好用的MCU详细功能、包含内容说明程序员联合开发网
好用的MCU详细功能、包含内容说明程序员联合开发网-English poordfsdfsafdfasdfasdf程序员联合开发网
- 2022-07-18 15:24:26下载
- 积分:1
-
jbpm与OA项目
删除角色-----------------1.角色列表-->删除2.RoleAction.deleteRole(); public String deleteRole(){ roleId roleService.deleteEntity(new Role(roleId)); return "findAllRolesAction" ; }3.略4.略用户授权管理----------------1.导航栏-->用户授权2.UserAuthorizeAction.findAllUsers(); public String findAllUsers(){ this.allUsers = userService.findAllEntities(); return "userAuthorizeListPage" ; }3.略4.略修改授权--------------------1.授权列表-->修改授权2.UserAuthorizeAction.editAuthorize(); public String editAuthorize(){ userId this.model = userService.getEntity(userId); this.noOwnRoles = roleService.findRolesNotInRange(model.getRoles());
- 2023-07-06 04:25:06下载
- 积分:1