-
labview与C#应用程序的通讯
labview与C#应用程序的通讯,使用tcp/ip协议(LabVIEW and C# application communication, using the tcp/ip protocol)
- 2017-11-06 14:37:11下载
- 积分:1
-
Apresenta??o1
this is my internship presentation
- 2020-06-21 23:40:02下载
- 积分:1
-
6DOFs-gear-dynamic-simulation
6自由度齿轮系统动力学仿真程序,包括分岔,相图,庞加莱映射,混沌。(6 DOF gear system dynamics simulation program, including bifurcation, phase diagram, Poincare mapping and chaos.)
- 2021-01-21 10:58:46下载
- 积分:1
-
main
说明: 基于51单片机实现单片机的IO口输出PWM波形,实现呼吸灯的制作。(Based on 51 single chip computer, the output of PWM waveform from IO port of single chip computer is realized, and the manufacture of breathing lamp is realized.)
- 2020-06-25 13:20:01下载
- 积分:1
-
RCWA Release Package
说明: RCWA计算一维光栅TE,TM透射率、反射率以及电场程序(RCWA calculates 1D grating TE, TM transmittance, reflectance and electric field program)
- 2020-03-02 20:51:00下载
- 积分:1
-
作业调度模拟程序,操作系统实验来的.会对你有很大帮助的,哈哈哈哈....
作业调度模拟程序,操作系统实验来的.会对你有很大帮助的,哈哈哈哈.-scheduling simulation program, the operating system of the experiment. You will be very helpful, ha ha ha ha.
- 2022-03-22 19:43:54下载
- 积分:1
-
cfi_ctrl
CFI控制器顶层模块,32位wishbone总线经典接口,用于简化对CFI flash(如块)的访问解锁、删除和编程。(Top level of CFI controller with 32-bit Wishbone classic interface)
- 2020-06-20 17:00:02下载
- 积分:1
-
dic.c
说明: 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
一种简单的英文单词排版系统实现
一、功能
英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
二、实现约定
1、单词结构
typedef struct dictWord {
char word[101];
char meaning[201];
} DictWord;
2、录入单词和释义
录入规则:
A) 一行只能录入一个单词或词组和释义,
B) 可以只录入单词
C) 每一次录入得单词总长度包含空格不超过100字符
D) 不能只录入释义
E) 单词和释义之间必须有空格
F) 单词是连续的或有空格的字母,不能有其他字符
G) 录入异常打印对应的错误信息。
H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数
I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字
3、修改单词
修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
- 2020-04-05 22:51:51下载
- 积分:1
-
WINOBJ
键盘 转换 哈哈 很好用的 但是可能会有些小问题但是问题不大 可以用(Conversion ha ha very good keyboard but may be used for small problems but can not be a big problem)
- 2008-03-22 16:59:53下载
- 积分:1
-
C程序设计语言
本书是由C语言的设计者Brian W. Kernighan和Dennis M. Ritchie编写的一部介绍标准C语言及其程序设计方法的权wei性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。(This book is written by Brian W. Kernighan and Dennis M. Ritchie, the designers of C language. It is a classic authoritative work introducing standard C language and its programming methods. This paper comprehensively and systematically describes the characteristics of C language and the basic methods of program design, including basic concepts, types and expressions, control flow, function and program structure, pointer and array, structure, input and output, UNIX system interface, standard library and so on.)
- 2020-06-18 03:40:01下载
- 积分:1