-
《LINUX内核源代码情景分析(上/下册)》 毛德操 pdf 6M
《LINUX内核源代码情景分析(上/下册)》 毛德操 pdf 6M-LINUX kernel source code for scenario analysis (up/down list) Maud speaks pdf 6M
- 2022-10-31 07:50:03下载
- 积分:1
-
人事管理软件
该软件可以实现人事管理的目的,增加删除人事记录,便于管理。该软件是用C++编写,可以运行实现。可以在界面中查看人员的相关信息,同时可以修改。此程序可以作为初学者学习的例子。
- 2022-01-25 14:09:20下载
- 积分:1
-
includes software development and demand for demand management, high
包含有软件需求开发与需求管理、高质量软件开发之道、软件测试、软件过程改进与CMM、需求开发与需求管理等5个文档,对与已经从事或者即将从事软件开发的人员将有很大的帮助。-includes software development and demand for demand management, high-quality software development generally, software testing, software process improvement and CMM, and the development of demand management needs five documents, and to have engaged in or about to engage in software development will be of great help.
- 2023-01-11 00:45:03下载
- 积分:1
-
masm file to keep password and name
masm file to keep password and name
- 2022-01-28 03:14:39下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
simple hospital management system
简单的医院住院管理系统-simple hospital management system
- 2023-07-03 09:05:04下载
- 积分:1
-
WinCE 6.0 系统软件移植流程处理.
WinCE 6.0 系统软件移植流程处理.-WinCE 6.0 system software processing flow.
- 2022-01-25 15:58:13下载
- 积分:1
-
Keil C51 use, the details of the operation Keil C51.
Keil C51 的使用说明,详尽介绍了Keil C51 的操作.-Keil C51 use, the details of the operation Keil C51.
- 2023-01-20 09:45:04下载
- 积分:1
-
Intersection operator, and set
这是一个用来计算交集并集的功能代码,很不错-Intersection operator, and set
- 2023-04-16 01:00:03下载
- 积分:1
-
基于AMESim与MatlabSimulink联合仿真技术的接口与应用研究
基于AMESim与MatlabSimulink联合仿真技术的接口与应用研究-AMESim based simulation technology jointly with MatlabSimulink interface and applied research
- 2022-02-13 02:23:53下载
- 积分:1