-
xl2000user
单片机汇编程序,来自xll200user,可以供初学者使用(MCU assembler)
- 2010-11-04 21:14:16下载
- 积分:1
-
武汉大学数据结构课习题源代码
武汉大学计算机学院数据结构实验课实验题代码。数据结构实验题难度不小,题目众多,学生们很难能够全部独立完成。即使独立完成,也需要代码参考来检验自己的代码,从而提升代码能力。本代码即数据结构实验题代码,全部在VS2013条件下编译通过。
- 2022-07-07 23:56:55下载
- 积分:1
-
vc694557882444
说明: 用visual c++ 写的des加密算法演示
(with visual c write des encryption algorithm demo)
- 2006-05-13 07:38:18下载
- 积分:1
-
Hex2c
Hex文件转换为 C 文件, 比较实用的一个小工具。(Convert HEX files to C files)
- 2010-05-20 17:58:46下载
- 积分:1
-
Ls
说明: 如何编图形软件开发程序,画图过程的显示,图像分层显示
图层软件架构:
大型图形软件通用的架构,是用一个抽象类(CLayer)的多态派生类对不同图层代码分类管理。
(如果将各种图形绘制以及拖放过程在一个类中编写,最后这个类的代码将无比庞大而且难于维护)
a)支持画直线、矩形和椭圆等多种图形的软件,必须将鼠标按下、释放和拖动等事件联合处理;
b)支持绘图过程中的显示;
c)支持鼠标光标掠过某个图层时显示热点跟踪(HotTrack)状态;
d)单击某个图层时显示选中状态;
e)拖动某个选中状态图层的功能(根据鼠标落点和起点的距离进行偏移);
f)新绘制的图层和已绘制好选中的图层边框和填充颜色管理。(How to make graphical software development procedures, drawing process display, image layered display
Layer software architecture:
The general architecture of large graphics software is to classify and manage different layers of code using a polymorphic class derived from an abstract class (CLayer).
(if the various graphic drawing and drag and drop processes are written in a class, the code for that class will be extremely large and difficult to maintain)
A) software that supports graphics such as straight lines, rectangles, and ellipses. It must combine the mouse, press, release, and drag events together;
B) support display in drawing process;
C) displays the hot spot tracking (HotTrack) state when the mouse cursor is passed over a layer;
D) displays a selected state when clicked on a layer;
E) drag the function of a selected layer (offset by the distance between the mouse and the starting point);
F) the new layer and the selected layer border and fill color management.)
- 2017-06-12 23:32:17下载
- 积分:1
-
1003
c++算法源代码,主要是POJ上面的算法,根据标号可以找到。(c++ algorithm source code, POJ above algorithm, based on the label can be found.)
- 2012-09-12 22:28:34下载
- 积分:1
-
TDC-GP2,51单片机程序
TDC-GP21,51单片机配置程序
- 2022-12-16 08:30:04下载
- 积分:1
-
cryptopp552
加密算法RSA,DSA等,用C++实现,内附加有详细的说明(Encryption algorithm RSA, DSA, etc., using C++ Realize, with additional detail has)
- 2007-10-17 14:13:25下载
- 积分:1
-
AD9854
AD9854允许输出的信号频率高达150MHZ,而数字调制输出频率可达100MHZ。通过内部高速比较器正弦波转换为方波输出,可用作方便的时钟发生器。(AD9854 allows the output signal frequency up to 150MHZ, and digital modulation output frequency up to 100MHZ. Through an internal high-speed comparator is converted to square wave sine wave output, the clock generator can be used as a convenience.)
- 2021-05-07 05:28:36下载
- 积分:1
-
You-are-no-longer-afraid-pointer
要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一个类型里会出现很多运算符,他们也像普通的表达式一样,有优先级,其优先级和运算优先级一样(To understand pointers, more or less there will be some of the more complex types, so I' ll explain how to fully understand a complex type, to understand the complex type is actually very simple, there will be a lot of one type of operator, they, like the general expression style, have a priority, the priority and operational priorities as)
- 2014-05-19 10:43:47下载
- 积分:1