-
VC++ 与单片机通讯例子,新手自己开发的,见笑了
VC++ 与单片机通讯例子,新手自己开发的,见笑了-VC++ With examples of single-chip communications, and newcomers to develop their own, and a laughing stock of the
- 2023-08-30 10:40:03下载
- 积分:1
-
一个难得的餐桌管理程序
一个难得的餐桌管理程序-a rare table management procedures
- 2022-04-09 09:27:37下载
- 积分:1
-
本人制作的一个调色板,调色板可以调节颜色,内容很丰富的!...
本人制作的一个调色板,调色板可以调节颜色,内容很丰富的!-I created a color palette, color palette you can adjust color, very rich in contents!
- 2022-04-20 23:29:57下载
- 积分:1
-
A freeware MFC dialog class to select an icon. This is
based on the dialog tha...
A freeware MFC dialog class to select an icon. This is
based on the dialog that appears when you choose to change the icon for a
shortcut in the Windows 95 / NT 4 shell. The actual appearance of the dialog is
based on the new look dialog in IE4 PP2 which uses a larger list box to display
the icons. Have a look on my web site or run the supplied sample to see what it
looks like.
-A freeware MFC dialog class to select an icon. This is
based on the dialog that appears when you choose to change the icon for a
shortcut in the Windows 95/NT 4 shell. The actual appearance of the dialog is
based on the new look dialog in IE4 PP2 which uses a larger list box to display
the icons. Have a look on my web site or run the supplied sample to see what it
looks like.
- 2022-03-16 21:36:52下载
- 积分:1
-
pos机行业的国际标准,此源码为opos控制对象开发源码,可以直接使用。...
pos机行业的国际标准,此源码为opos控制对象开发源码,可以直接使用。-pos machine industry to international standards, the source for the development of source OPOS control objects can be used directly.
- 2022-07-22 02:17:07下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
C# 入门 做简单计算器
自己最近在看C# 简单尝试了一下,挺有意思的,这是一个用c#写的 简单的计算器,用vs2010写的 所以 肯能需要用2010或以上版本 直接点击.sln文件打开
- 2022-02-03 04:14:33下载
- 积分:1
-
浮动点加法器 ieee754 vhdl 语言和语言执行
IEEE 754 浮点标准
• 领先的有效数的"1"位是隐式的
• 指数是"偏见",使排序更容易
— — 全 0 是最小指数所有 1s 都是最大
— — 127 为单精度和双精度 1023年的偏置
— — 摘要: (– 1) 符号 × (1 + 有效数) × 2exponent — — 偏置
• 示例:
— — 十进制:-.75 =-3/4 =-3/22
— — 二进制:-.11 =-1.1 x 2-1
— — 浮点数: 指数 = 126 = 01111110
— — IEEE 单精度: 10111111010000000000000000000000
- 2023-01-16 16:30:04下载
- 积分:1
-
将项目文件的VC6.0 VC7.0
可以把VC7.0的文件转换成VC6.0的文件,非常好用-Convert project file of VC7.0 to VC6.0
- 2022-07-21 17:43:59下载
- 积分:1
-
6878棋牌源码3D游戏
本游戏适合架在网狐平台的运行,其中有动画效果,牌的算法,网络信息处理,供参考习学用,6878棋牌源码3D游戏
- 2023-08-10 02:00:05下载
- 积分:1