-
仓库信息管理系统1.0v
这是基于B/S开发的一套仓库管理系统,基础功能完善,需要的自取。(This is a set of warehouse management system based on B/S. It has perfect basic functions and needs self-sufficiency.)
- 2020-06-25 04:40:02下载
- 积分:1
-
Propeuurties
c++Primer书籍电子版,让读者可以在电脑或者手机方便的阅读。(C++ Primer Book Electronic edition, so that readers can easily read on the computer or mobile phone.)
- 2020-06-24 19:20:02下载
- 积分:1
-
usb
说明: LInux 下 USB 转CAN设备驱动(LInux USB to CAN device driver)
- 2020-06-21 01:40:02下载
- 积分:1
-
某OA办公系统
信息中心标准化管理系统源码
源码描述:
一、源码描述
这是石家庄财政局信息中心标准化管理系统源码,整体功能相对较为完整,界面也比较美观,可以作为学习交流使用或者课程设计使用,需要的朋友可以下载看看哦。
二、功能介绍
该源码具体功能如下:
1、文档管理
文档上传
文档查询
2、资产管理
资产登记
资产维修报废申请
资产维修报废审核
资产维修报废查询
资产设备统计查询
3、机房管理
机房进出申请
机房进出审批
&
- 2023-02-14 23:55:11下载
- 积分:1
-
dither_blt
位图抖动/3维灰边 (dib shaking and 3d gray edge)
- 2021-02-20 10:39:43下载
- 积分:1
-
LightStripe_Calibration_Reconstruction
采用线结构光技术对摄像机进行标定、光平面标定和三维重建。Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.(Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.)
- 2020-12-14 15:09:14下载
- 积分:1
-
51单片机 录放功能
基于51单片机的 ISD4004 模块的 录放功能
- 2022-09-07 16:40:03下载
- 积分:1
-
51单片机俄罗斯方块源代码
# include
# include
# define N 4
# define time 500
# define uchar unsigned char
sbit keyenable=P3^6;
sbit up=P3^2;
sbit down=P3^4;
sbit right=P3^3;
sbit left=P3^1;
uchar code table[N+8]={0,0,0,0,1,2,4,8,16,32,64,128};
char x[4];
char y[4];
char m[8][8]={0};
uchar p[8];
int n=0;
/**************
延时函数
***************/
void delay(char MS)
{
char us,usn;
while(MS!=0)
{
usn = 0;
while(usn!=0)
{
us=0xff;
while (us!=0){us--;};
usn--;
}
MS--;
}
}
/***************
判断是否碰撞函数
**************/
bit coll(void)
{
bit k=0;
int i;
for(i=0;i
- 2023-01-11 14:50:04下载
- 积分:1
-
j_14651_NCshop
VC++超市进销存管理系统(Access)源码类别:编程源码 - C/C++授权语言:共享软件 - 简体中文应用平台:windows (VC++ supermarket inventory management system (Access) source categories: Programming source code- C/C++ license Language: Shareware- Simplified Chinese Application Platform: windows)
- 2010-12-26 22:25:12下载
- 积分:1
-
dui_he_zhan
这是讲对和栈区别的一本书,pdf格式,里面的语言易懂,是一个可以好好收藏的好东西(This is the stresses and stack difference between a book, pdf format, which language to understand, is a good collection of good things)
- 2012-08-08 01:29:45下载
- 积分:1