-
tool
工具条图标产生器,可以产生各种工具条图标(Toolbar icon generator, can produce a variety of toolbar icons)
- 2011-05-28 20:02:34下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
67857645345
解除鼠标屏蔽的快捷键为:F10,用到了一个鼠标钩子函数MouseHook.cs,勾选窗口的对应复选框,里面有三个选项,屏蔽左键、右键和鼠标滚轮,点击操作栏内的“确定”按钮,功能即可启动,以前发过实现类似功能的C#代码,有兴趣的找一找,比较二者的异同。
,作者拥有版权,仅供学习与参考。(Remove shortcut key mouse shield: F10, used a mouse hook function MouseHook.cs, the corresponding check check window frame, there are three options, shielding the left key, the right key and the mouse, click the column "set" button, function can be activated, before the hair to achieve a similar function of C# code, are interested in finding the similarities and differences between the two.
The author, copyright, learning and reference purposes only.)
- 2013-09-10 13:40:46下载
- 积分:1
-
main
240128c液晶屏的51单片机程序驱动,能实现刷屏功能。(240128c LCD screen 51 single-chip program driver, can achieve brush screen function.)
- 2020-11-16 08:59:40下载
- 积分:1
-
经典的100个c算法
说明: Classic 100 C language algorithms
- 2020-06-18 14:00:02下载
- 积分:1
-
OpenPgpMiniDriver Code for SmarCard
此代码是智能卡读取器,当您将智能卡插入设备时,它将作为智能卡读取器发生。代码中还有一个测试应用程序代码。
- 2022-02-03 23:04:18下载
- 积分:1
-
OPNET包交换网络
说明: OPNET软件仿真包交换网络,并在其中加入排队模型并拓展网络拓扑,对于统计量有不同影响(OPNET software simulates packet switching network, adds queuing model and expands network topology, which has different influence on statistics)
- 2020-07-11 23:58:54下载
- 积分:1
-
wangluobao-analyse
网络抓包,计算机网络的重要内容,指导性很强。还不错,推荐一下(packet seize and analyse)
- 2014-04-21 20:10:51下载
- 积分:1
-
FFT
提供函数能进行1维2维的FFT,输入输出的序列长度应为2的整数次方倍(Provides functions can be one-dimensional two-dimensional FFT, sequence length input and output should be an integer power of 2 times)
- 2014-01-07 22:10:34下载
- 积分:1
-
weboffice
该源码是演示如何基于.net中,嵌入office(word,excel),编辑功能、保存功能、上传功能,该源码是演示如何基于.net中,嵌入office(word,excel),编辑功能、保存功能、上传功能
- 2022-01-25 23:02:37下载
- 积分:1