-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
家庭服务装修系统
基于o2o的佳通装修服务系统,有用户商户的区别,在不同的分类中能完成的基本的数据关系,其中的业务逻辑也比较全面。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-02-14 05:56:43下载
- 积分:1
-
我国农历的算法
C++。来源于http://blog.chinaunix.net/u/18517/
我国农历的算法
C++。来源于http://blog.chinaunix.net/u/18517/-China" s Lunar New algorithm C++. From http://blog.chinaunix.net/u/18517/
- 2022-08-08 22:02:35下载
- 积分:1
-
Open the IE browser, called m_pWebBrowser2 class to achieve
打开IE 浏览器,调用 m_pWebBrowser2 类实现-Open the IE browser, called m_pWebBrowser2 class to achieve
- 2022-05-24 02:11:12下载
- 积分:1
-
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作...
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作-The operation of the registry, ini file for the operation, from the dialog box to read the contents of the documents within the operation of
- 2023-04-20 02:45:03下载
- 积分:1
-
dynamic DLL on the source
关于动态DLL的源码-dynamic DLL on the source
- 2022-08-06 11:31:31下载
- 积分:1
-
窗口和串行端口
- 2022-08-12 17:40:07下载
- 积分:1
-
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
- 2022-12-09 07:15:03下载
- 积分:1
-
多线程编程
实现线程的创建,挂起,激活等功能。
多线程编程
实现线程的创建,挂起,激活等功能。-Thread Create……
- 2022-08-11 12:18:42下载
- 积分:1
-
This program converts delphi source code files into HTML that looks as in Delphi...
This program converts delphi source code files into HTML that looks as in Delphi editor, with syntax coloring.
- 2022-08-16 15:34:32下载
- 积分:1