-
数据库设计示例,供学习使用
(SQL Server数据库设计示例,供学习使用)...
数据库设计示例,供学习使用
(SQL Server数据库设计示例,供学习使用)
-database design examples for learning (SQL Server database design examples for learning to use)
- 2022-03-10 20:59:39下载
- 积分:1
-
Zhou Aimin idea of software engineering work
周爱民的软件工程思想著作--大道至简,看了收获不少。-Zhou Aimin idea of software engineering work- Road to Jane, saw a lot of harvest.
- 2022-01-31 07:58:54下载
- 积分:1
-
本书为中文版的编程之道。
作 者: Geoffrey James
本书为中文版的编程之道。
作 者: Geoffrey James-This book for the Chinese version of The_Tao_of_programming.
- 2022-07-17 16:34:26下载
- 积分:1
-
intellipos销售点
我在编程了将近24小时之后才开发出这个项目。
- 2023-03-23 17:45:06下载
- 积分:1
-
在VC下实现简单的3D图形绘制,含键盘操作
在VC下实现简单的3D图形绘制,含键盘操作-In VC to achieve a simple 3D graphics rendering, including keyboard operation
- 2022-08-08 15:16:51下载
- 积分: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
-
LwIP is TCP/IP protocol stack as a realization. LwIP main purpose is to reduce t...
LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。
本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LwIP is TCP/IP protocol stack as a realization. LwIP main purpose is to reduce the memory utilization and code size, so lwIP suitable for small, resource-limited processor such as embedded systems. In order to reduce the processor and memory requirements, lwIP can copy any data without the process of reducing the API. This paper describes the Design and Implementation of lwIP. Describes the protocol and subsystems used in the algorithms and data structures such as storage and buffer management system. LWIP API also includes a reference manual and use lwIP some code examples.
- 2023-09-05 12:25:03下载
- 积分:1
-
A hand book for every student
A hand book for every student
- 2022-08-17 07:58:47下载
- 积分:1
-
这个是我这网上下的,它是一种改进的模板匹配眼睛定位方法,希望对大家有所帮助!...
这个是我这网上下的,它是一种改进的模板匹配眼睛定位方法,希望对大家有所帮助!-This is my under-line, it is an improved template matching method of positioning the eyes, and they hope to be helpful to everyone!
- 2022-03-13 14:38:49下载
- 积分:1
-
The use of ActiveX controls serial port communications software development
利用ActiveX控件开发串口通信软件 - VC++ - 编程文档 - 编程论坛-The use of ActiveX controls serial port communications software development- VC++- Programming Document- Programming Forum
- 2022-07-12 20:32:01下载
- 积分:1