-
对于CA码发生器完整的VHDL程序vhdlfullcodeforcacodegenerator.rar…
VHDLfullCODEforCAcodeGenerator.rar为CA码发生器的完整VHDL程序,可用于CA码的产生与仿真验证等。-VHDLfullCODEforCAcodeGenerator.rar for the CA code generator complete VHDL program can be used to generate CA code verification and simulation.
- 2022-07-01 21:36:38下载
- 积分:1
-
Zhejiang University Software Engineering Software, is a good learning software e...
浙大软件工程课件,是一份很好的学习软件工程的资料,可以尽快掌握软功的基本知识-Zhejiang University Software Engineering Software, is a good learning software engineering data, can quickly grasp the basic soft knowledge
- 2022-12-14 01:20:03下载
- 积分:1
-
JAVA编程
SSD3 UNIT1完全答案
满分作业!!
CMU经典课程
JAVA编程
SSD3 UNIT1完全答案
满分作业!!
CMU经典课程-JAVA programming SSD3 UNIT1 operating fully answer the Heat! ! CMU classic courses
- 2022-02-09 13:37:43下载
- 积分:1
-
java technology content map
java technology content map
- 2022-06-02 08:57:29下载
- 积分:1
-
on LabVIEW datasocket technical documentation, I believe it would be helpful to...
这些是关于LabVIEW中datasocket的技术文档,相信对初学者会有所帮助.-on LabVIEW datasocket technical documentation, I believe it would be helpful to beginners.
- 2022-05-29 11:20:39下载
- 积分:1
-
与VB通信AVR
communication avr with VB
- 2022-02-02 17:30:44下载
- 积分:1
-
这方面的贡献提供了功能,寻找一个最佳的参数设置使用…
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go.
-This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go.
- 2022-02-03 09:05:38下载
- 积分:1
-
用VC写的程序,再没有VC的电脑上运行的方法
用VC写的程序,再没有VC的电脑上运行的方法-Writing process with VC, no VC is running on the computer way
- 2023-07-23 02:50:03下载
- 积分: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
-
"The Way of Qtopia programming" is a introduction to Qtopia
Qtopia 编程之道是一本面向基于 Linux 利用嵌入式软件研发语言 Qtopia 进行研发的软件研发人员的入门书。面向的读者主要为嵌入式软件研发领域的初、中级读者。-"The Way of Qtopia programming" is a introduction to Qtopia- an embedded software development environment.
- 2022-03-18 13:28:39下载
- 积分:1