-
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究...
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究过的-C generic algorithms correction algorithms, including the search for packaging the same elements, Vessel Statistics same elements, and so on, these algorithms are more efficient and can directly copy, in particular convenience. These codes are weighing himself studied the
- 2022-01-25 23:35:22下载
- 积分:1
-
OFDM系统仿真资料大全
OFDM技术是一种无线环境下的高速多载波传输技术。无线信道的频率响应曲线大多是非平坦的,而OFDM技术的主要思想是:在频域内将给定信道分成许多正交子信道,在每个子信道上使用一个子载波进行调制,各子载波并行传输,从而能有效地抑制无线信道的时间弥散所带来的符号间干扰(ISI).这样就减少了接收机内均衡的复杂度,有时甚至可以不采用均衡器,仅通过插入循环前缀的方式消除ISI的不利影响,下面是仿真资料!
- 2022-12-04 15:20:04下载
- 积分:1
-
Windows ce下的改变时间控件的程序 !
Windows ce下的改变时间控件的程序 !-Windows ce under the control of the procedure to change the time!
- 2022-02-04 20:59:06下载
- 积分:1
-
TCL语言学习的几个小程序,非常简单,学习tcl的例子。
TCL语言学习的几个小程序,非常简单,学习tcl的例子。-TCL language learning process several small, very simple, learning peers example.
- 2022-03-23 13:50:51下载
- 积分:1
-
我的工作是 Delphi 程序员
我的工作是 Delphi 程序员。我喜欢!我想从扫描仪创建用于识别图像 OCR 项目。它对我很重要 !
- 2022-07-22 02:20:31下载
- 积分: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
-
Minimum tree cover DP, to solve the smallest tree
最小覆盖的树型DP,解决最小覆盖的树型DP-Minimum tree cover DP, to solve the smallest tree-covered DP
- 2022-03-02 17:18:38下载
- 积分:1
-
安卓win8风格音乐播放器
本项目源码是有趣的本地音乐播放器,没有添加歌词显示功能。显示界面是高仿win8扁平风格。可以读取歌曲信息按照艺术家分类。也可以按照专辑分类。代码量适中注释也很恰当是安卓进阶者练手的最好项目。后台播放使用标准的service实现。
- 2022-04-19 15:46:54下载
- 积分:1
-
这是一个色子的游戏源代码,采用VISUAL C++开发的。
这是一个色子的游戏源代码,采用VISUAL C++开发的。-This is a game of bosons source code, the use of VISUAL C++ Development.
- 2022-05-06 02:41:17下载
- 积分:1
-
a chat interface is useful to learn from them we can take a look
一个聊天界面 很好用 值得学习 大家可以参考一下-a chat interface is useful to learn from them we can take a look
- 2022-11-16 14:10:03下载
- 积分:1