-
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节...
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节-achieve binary byte-stream flow with the conversion. Every eight spaces corresponding binary 1 byte
- 2022-06-22 03:43:44下载
- 积分:1
-
使用方便,可以实时传送数据并曲线显示,可以适用于单片机串口通信的数据显示等。...
使用方便,可以实时传送数据并曲线显示,可以适用于单片机串口通信的数据显示等。-Easy to use, you can send real-time data and curves show that can be applied to microcontroller serial communication of data displays.
- 2022-03-04 01:01:29下载
- 积分:1
-
Freescale iMX25 WinCE 6.0 BSP (2009
Freescale iMX25 WinCE 6.0 BSP (2009-11) version
- 2022-04-12 17:09:26下载
- 积分:1
-
Windows编程-OpenGL
这是一个使一个彩色三角形在一个黑色的窗口内以单位速度旋转的程序,采用c++编写Windows的程序。
三角形三个角的颜色为(255,0,0)红,(0,255,0)绿,(0,0,255)蓝
按照RGB配色方案画的三角形
- 2022-06-02 18:40:42下载
- 积分:1
-
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将openg...
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能
// 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc,
// dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader description table. Rendering Context all the opengl call the command with// receiving device context (device descriptor table), on the opengl rendering Context is defined as the hrc, let the program can be// enough to draw a window, also need to create a device description tables, windows of the device description table is defined as hdc,// dc will be the window to connect to the gdi (graphics device interface graphics device interface). The rc
- 2022-01-25 19:43:12下载
- 积分:1
-
wince下的多媒体播放器,功能强大。比wince自带的wmp性能更优越。...
wince下的多媒体播放器,功能强大。比wince自带的wmp性能更优越。-A multimedia player under Wince, powerful funtions. and is more excellent than wmp which is fixed by Wince.
- 2022-05-19 02:58:45下载
- 积分:1
-
HTML显示树状结构的代码
HTML显示树状结构的代码-HTML code tree structure
- 2022-04-09 11:49:50下载
- 积分:1
-
spring
1.Spring框架作用,好处
作用是整合,好处是解耦
在ssh整合中主要使用Spring的IoC和AOP特性。
2.IoC概念 Inverse of Control
反向控制,控制反转
控制权指的是组件对象的创建,销毁,调用关系的维护。
反向控制指的是两个组件在作用时,组件对象的创建、销毁、调用关系维护等工作由IoC框架负责。
Spring框架的IoC使用的DI(依赖注入)技术实现,可以用
setter方式注入或构造器注入。
3.AOP概念
面向切面编程,面向方面编程
面向对象编程,关注点是对象,如何更好更合理的封装一个对象。
面向切面编程,关注点是切面,如何将共通处理部分进行灵活地,重复利用。将切面组件和目标对象解耦。
面向切面编程是以面向对象编程为基础,主要改善组件间一对多的使用结构。
4.AOP注解方式的使用
a.组件自动扫描注解
@Controller 控制组件
@Service 业务组件
@Repository 数据访问组件DAO
@Component 其他组件
b.自动注入注解
@Resource
注意a和b注解使用前提是,在xml中添加下面声明
c.AOP注解
@Aspect:将当前组件指定为切面组件
@Pointcut:定义一个切入点表达式
@Aroun
- 2023-03-04 01:45:05下载
- 积分:1
-
VBA小程序。
导出一个Visio文件中所有页上的所有图形中包含的文字。...
VBA小程序。
导出一个Visio文件中所有页上的所有图形中包含的文字。-VBA applet. Export a Visio document, all pages of all the graphics contained in the text.
- 2023-04-01 05:05:03下载
- 积分:1
-
《面向对象程序设计》 练习11的源代码
《面向对象程序设计》 练习11的源代码- Object-oriented programming, the source code of practice 11
- 2022-06-21 08:28:34下载
- 积分:1