-
The book is divided into two parts: Part I deals with Linux in the embedded
sp...
The book is divided into two parts: Part I deals with Linux in the embedded
space, Part II looks at different approaches to giving the Linux kernel deterministic
characteristics.
- 2022-11-05 23:50:04下载
- 积分:1
-
GCC和GNU编译器
gcc and gnu compilers
- 2022-11-01 02:00:03下载
- 积分:1
-
学生信息管理,
学生信息管理,-xsxxgl hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
- 2022-08-14 16:25:46下载
- 积分:1
-
介绍了软件项目管理的变更管理概念、目的、流程、建议等。...
介绍了软件项目管理的变更管理概念、目的、流程、建议等。-Software Project Management, introduced the concept of change management, objectives, processes, and suggestions.
- 2022-07-08 15:41:12下载
- 积分:1
-
一个很好的学生成绩管理系统,和数据库项链的,读者们反映很好...
一个很好的学生成绩管理系统,和数据库项链的,读者们反映很好-a good student performance management system, and database necklace, reflecting good readers
- 2022-01-25 23:35:15下载
- 积分:1
-
各银行,每家银行都有一个运营商,每个用户都有一个约。
各个银行,每个银行有许多操作员,每个用户有许多卡,有汇价,利率,和各种存取兑换,挂失等ATM操作-Various banks, each bank has a number of operators, each user has a number of cards, has the exchange rate, interest rates, and a variety of access to exchange, report the loss, such as ATM operation
- 2023-06-15 11:10:16下载
- 积分:1
-
增加和删除股票,集中自己的股票,让你…
增加与删除股票,集中自己收集的股票,让你更加知道有升值空间的股票。-Increases and remove the stock, to focus their collection of stocks, so that you know there is more upside potential.
- 2022-07-08 13:24:37下载
- 积分: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
-
全数字锁相环VHDL描述并实现功能仿真,另附有图形说明...
全数字锁相环VHDL描述并实现功能仿真,另附有图形说明-DPLL VHDL description and achieve functional simulation, followed by graphic shows
- 2023-06-26 18:40:04下载
- 积分:1
-
站长96年写的一个Internet上用的股票行情、分析、交易、资讯程序源码...
站长96年写的一个Internet上用的股票行情、分析、交易、资讯程序源码- Stationmaster 96 years writes on Internet uses the stock
quotation, analyzes, the transaction, the information procedure source
code
- 2022-03-18 04:55:08下载
- 积分:1