-
自己写的Hex,Bin互转小程序
基于mfc框架对话框应用程序,Hex,Bin文件互转小程序,十六进制的文本文件转为bin文件,及bin文件转为十六进制的文本文件
- 2022-08-10 20:18:51下载
- 积分:1
-
OQPSK the AWGN and frequency selective fading channel simulation
OQPSK在AWGN和频率选择性衰落信道中的仿真-OQPSK the AWGN and frequency selective fading channel simulation
- 2023-06-23 18:25:02下载
- 积分:1
-
鼠标打字程序,给不会用键盘的人使用,按偏旁部首查找字体。...
鼠标打字程序,给不会用键盘的人使用,按偏旁部首查找字体。-mouse typing procedures, to not use the keyboard to the use by the radical radical find fonts.
- 2022-07-20 18:47:54下载
- 积分:1
-
猜密码一款windows下的小游戏老少皆宜
猜密码一款windows下的小游戏老少皆宜-Guess the password of a windows game ages
- 2022-05-22 01:54:26下载
- 积分:1
-
USB编程应用
USB编程的简单应用,很好理解~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-01-26 00:59:25下载
- 积分:1
-
医院预约挂号系统
主要用Javaweb思想写的代码,用到Apache服务器,连接mysql数据库,用eclipse开发工具,在windows平台下使用,能实现网上预约挂号的功能,也可以取消预约,后台管理员可以管理医生的信息和病人的信息
- 2022-04-18 10:55:10下载
- 积分:1
-
turn off the computer by the script .vbs
turn off the computer by the script .vbs
- 2022-12-27 07:45:03下载
- 积分:1
-
枚举Windowws所有进程的程序,并能切换活动窗口
枚举Windowws所有进程的程序,并能切换活动窗口-Enumeration procedures Windowws all processes and can switch the active window
- 2022-02-05 05:04:43下载
- 积分:1
-
DDE(动态数据交换)服务端接受VB元程序
DDE(动态数据交换)服务端接受VB元程序-DDE (dynamic data exchange) service-receiving element program VB
- 2023-05-24 19:30: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