-
用C#写的计算机小程序
用C#写的一个计算机登录的小程序,能够实现加减乘除等基本功能,是在vs2013上用C#语言开发的,是一个非常实用的一个小程序,可供平常用C#写代码时的参考思路
- 2022-04-14 21:39:05下载
- 积分:1
-
Shortest Job First scheduling algorithm in C
Shortest Job First scheduling algorithm in C
- 2022-05-24 04:07:26下载
- 积分:1
-
窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是F...
窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。-window Win2000/xp killer in the use of the time found that there always n input window, we can not switch off, the total at the top, watching very quickly wrote a small procedure to them to switch off. It is very simple, FindWindow () PostMessage (WM_CLOSE etc. no technical content, it only practical plan.
- 2023-03-02 12: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
-
海洋模式POM代码
资源描述计算流体动力学代码,计算三维潮波,潮流,公认的权威计算流体力学代码,使用方便,性能效率非常高。
- 2022-04-26 15:43:51下载
- 积分:1
-
怎样读取灰度图象的灰度值.txt,在vc++中编译通过
怎样读取灰度图象的灰度值.txt,在vc++中编译通过-How to read the gray value of gray-scale images. Txt, in vc++ Compiled through
- 2023-04-10 18:20:03下载
- 积分:1
-
一个简单IE浏览器的实现,,可供IE开发参考 本人想下载一个东西所以上传了这个源码...
一个简单IE浏览器的实现,,可供IE开发参考 本人想下载一个东西所以上传了这个源码-A simple realization of IE browser, IE for the development of reference I would like to download a thing so From the source
- 2022-02-13 08:44:21下载
- 积分:1
-
文件SQL入库实例
文件SQL入库实例-document examples of SQL storage
- 2022-03-29 14:40:28下载
- 积分:1
-
查找第k小元素算法的实现,很实用的一个算法程序,欢迎大家下载...
查找第k小元素算法的实现,很实用的一个算法程序,欢迎大家下载-Small element of the first k search algorithm, an algorithm is practical procedures, welcomed everyone to download
- 2023-03-07 19:45:03下载
- 积分:1
-
Intruction: Administrator, worker in library and readers can log in this system...
本系统可以被管理员、图书馆工作人员、和读者三种身份的人员通过帐号和密码以不同身份登陆到本系统,并实现各自的功能操作。-Intruction: Administrator, worker in library and readers can log in this system according to the user name and password respectly,then do some operations granted.
- 2023-01-02 11:00:13下载
- 积分:1