-
在MFC中使用计时器,显示当前时间.也可以作为计时器用.
在MFC中使用计时器,显示当前时间.也可以作为计时器用.-The use of timer in the MFC, indicating the current time. Can also be used as a timer.
- 2022-08-18 10:13:46下载
- 积分:1
-
库存系统
库存管理系统是所有计算排序的详细信息和产品详细信息、 销售详细信息的过程,在此系统中保存的股票的详情。
- 2022-05-30 06:12:49下载
- 积分: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
-
RS232串口编程控件
RS232串口编程控件-RS232 Control Programming
- 2022-02-24 18:25:06下载
- 积分:1
-
详细的java原代码,经过调试一切正确,随时可用
详细的java原代码,经过调试一切正确,随时可用-detailed java source code, debugging After all correct, readily available
- 2023-08-10 23:20:03下载
- 积分:1
-
位图文件windows编程
位图文件windows编程-windows bitmap file programming
- 2022-02-22 08:21:00下载
- 积分:1
-
a chat interface is useful to learn from them we can take a look
一个聊天界面 很好用 值得学习 大家可以参考一下-a chat interface is useful to learn from them we can take a look
- 2022-11-16 14:10:03下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
P2P 点对点传输客户端,java实现,包括源码和可执行代码
P2P 点对点传输客户端,java实现,包括源码和可执行代码 -P2P peer-to-client, java implementation, including source and executable code
- 2022-05-21 14:14:05下载
- 积分:1
-
一个多任务的控制软件,可以设置多个任务,时定关机、关闭显示器、重启、待机、打开文件、关闭进程、播放音乐等。...
一个多任务的控制软件,可以设置多个任务,时定关机、关闭显示器、重启、待机、打开文件、关闭进程、播放音乐等。-A multi-mission control software, you can set up a number of tasks, when the scheduled shutdown, turn off monitor, restart, standby, open the file, close the process, such as playing music.
- 2022-01-21 06:09:24下载
- 积分:1