-
一个用来统计程序源文件中代码行数的小工具.使用VC++编写
一个用来统计程序源文件中代码行数的小工具.使用VC++编写-a statistical procedures used to document the source code line number of small tools. Preparation of VC
- 2022-05-24 14:35:43下载
- 积分:1
-
phone book
编写一个程序,该程序使用一组结构来保存联系人信息(名字、姓氏、,
- 2023-03-29 20:40:04下载
- 积分:1
-
AES 加密算法 和相关 代码实现
资源描述高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-02 12:59:55下载
- 积分:1
-
本程序是在EVC上开发的串口通讯程序,能很好的和PC机进行通讯。是学习Windows CE嵌入式系统的一个很好的例子...
本程序是在EVC上开发的串口通讯程序,能很好的和PC机进行通讯。是学习Windows CE嵌入式系统的一个很好的例子-This procedure was developed in EVC serial communication procedures, and the PC can be a very good machine to communicate. Learn Windows CE embedded system a very good example
- 2022-03-02 14:58:37下载
- 积分:1
-
这是一个用Hook屏蔽鼠标与键盘的小程序。
用F12退出。
这是一个用Hook屏蔽鼠标与键盘的小程序。
用F12退出。-This is a shield with Hook mouse and keyboard of small programs. Using F12 withdrawal.
- 2023-06-07 02:55:03下载
- 积分:1
-
hspice Bus low
hspice 总线 低功耗作业 北大 需要请下 -hspice Bus low-power operation under the Beijing University need to ask Thank you
- 2022-11-26 05:50:03下载
- 积分:1
-
实现判卷和扩展编辑框以及使用动态控件功能
实现判卷和扩展编辑框以及使用动态控件功能-Achieve graders and expanded edit box and the use of dynamic control function
- 2023-07-18 09:10:04下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
dynamic display resolution changes
动态改变显示器分辨率-dynamic display resolution changes
- 2022-06-12 01:05:31下载
- 积分:1
-
实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显...
实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。-achieve a complete network of four mahjong games, the procedures set server and client functions and integration. This chapter introduces the non-reciprocal network services established, the sequence of transmission of information, the establishment of a virtual three-dimensional space, drawing and display bitmap in memory to create bitmap graphics and mapping.
- 2022-02-03 16:18:09下载
- 积分:1