-
Delphi SQL
基于DELPHI+SQL的商品交易系统,功能齐全实用,仅作学习参考之用。-Delphi SQL-based commodity trading system, fully functional and practical, only for study reference.
- 2022-02-13 09:32:25下载
- 积分:1
-
以ASAP光学模拟软件和显示器背光模式结构设计
利用ASAP光学仿真软件设计和构建显示背光模块,并测试其可行性
- 2022-03-07 07:49:24下载
- 积分: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
-
关于求一个MESH的最小凸包围体 所谓凸体, 就是从凸体内任意一点,向周围发射线,都只此MESH相交一次。...
关于求一个MESH的最小凸包围体 所谓凸体, 就是从凸体内任意一点,向周围发射线,都只此MESH相交一次。-MESH on the minimum for a convex body surrounded the so-called convex body, convex body from any point, to launch around the line, only this time MESH intersection.
- 2022-05-22 21:05:26下载
- 积分:1
-
Java编程趣味故事, Java编程趣味故事,Java编程趣味故事
Java编程趣味故事, Java编程趣味故事,Java编程趣味故事-Java Programming Fun Stories
- 2022-01-25 15:47:27下载
- 积分:1
-
UML进阶,word文档
UML进阶,word文档-UML advanced, word documents
- 2023-03-04 23:55:03下载
- 积分:1
-
非常有用的阴影处理资料,希望对这方面的朋友有所帮助
非常有用的阴影处理资料,希望对这方面的朋友有所帮助-The shadow of very useful information on treatment, I hope this help a friend
- 2022-02-25 03:10:39下载
- 积分:1
-
this file have useful information about the localization in sensor networks.
this file have useful information about the localization in sensor networks.
- 2022-02-01 05:32:05下载
- 积分:1
-
UML Reference Manual. A software system of the reference staff. UML book on the...
UML参考手册 .一本软件系统人员的参考书。书中对UML的概念和组成做了详细介绍,包括其语义、语法、表示法和用途。对广大专业软件开发人员来说,这是一本使用方便、内容全面的参考书。-UML Reference Manual. A software system of the reference staff. UML book on the concept and composition make a detailed introduction, including its semantics, grammar, expression and uses. Large numbers of professional software developers, this is an easy to use, comprehensive reference book.
- 2022-11-19 15:20:04下载
- 积分:1
-
三坐标测量机测头的测球半径补偿误差的方法
三坐标测量机测头的测球半径补偿误差的方法-CMM probe ball radius of the measuring error compensation method
- 2022-01-26 05:21:28下载
- 积分:1