-
Python development coding norms and recommended downloading
Python开发编码规范,推荐下载-Python development coding norms and recommended downloading
- 2022-07-24 21:33:51下载
- 积分:1
-
所有的Windows API用户指南
all the WINDOWS API uesr guide
- 2022-03-05 16:31:53下载
- 积分:1
-
国内最好的教科书:VC++深入详解的最重要要点摘录.非常难得.
国内最好的教科书:VC++深入详解的最重要要点摘录.非常难得.-Domestic best textbook: VC++ Explain in depth the most important elements of extract. Very rare.
- 2022-02-12 13:25:19下载
- 积分:1
-
游戏编程基础
应用背景这只是一个小游戏编程代码,我的学生写的作业。我教他们一步一步。首先如何捕获键盘按键组合。后来游戏算法。关键技术游戏编程,其中大部分是很简单的,因为我试着教他们很基本的,因为他们还年轻。我认为这个代码只对初学者有用。但如果你发现有趣的请与我联系。
- 2023-06-18 17:20:03下载
- 积分:1
-
独立成分分析(ICA)是混合分解
独立成分分析( I C A) 是一项把混合信号分解成具有统计独立性成分的新技术 。I C A近年已在生物医
域的信号分离中展示 了很好的应用前景 。 我们比较系统地介绍了 I C A的基本原理 、 主要算法 、 应用和
究的发展方向,旨在进一步推动有关的理论与应用研究工作。-Independent Component Analysis (ICA) is a decomposition of the mixed-signal components into a statistical independence of the new technologies. In recent years, ICA has been in bio-medical domain signal separation show a very good application prospects. We systematically introduced the basic principle of ICA, the main algorithms, applications and the development direction of research aimed at further promoting the application of the theory and research.
- 2022-08-25 09:53:34下载
- 积分:1
-
introduced in the 51 transplants, transplant source is given several parts funct...
介绍UCOS在51上的移植方法,给出移植源码几部分函数源码-introduced in the 51 transplants, transplant source is given several parts function FOSS
- 2023-08-06 15:20:04下载
- 积分:1
-
是ISE的中文教程,主要是对初学者演示和展示在XILINX的ISE集成软件环境下,如何用VHDL和原理图的方式进行设计输入,用MOdelsim方针。...
是ISE的中文教程,主要是对初学者演示和展示在XILINX的ISE集成软件环境下,如何用VHDL和原理图的方式进行设计输入,用MOdelsim方针。-ISE is a Chinese course is mainly for beginners and display presentation of the ISE in XILINX Integrated Software environment, how to use VHDL and schematic design entry way, with the principle of MOdelsim.
- 2022-11-27 03:40:03下载
- 积分:1
-
恺撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
恺撒切片凯撒切片凯撒切片
- 2022-02-15 14:02:09下载
- 积分: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
-
HDL硬件描述语言编写的MCS51微控制器IP核,在…
用HDL硬件描述语言写成的MCS51系列单片机IP核,其中包括4位的MCU,内容系4篇硕士论文,其中两个需要用CAJ阅读器打开
-HDL Hardware Description Language with written MCS51 Microcontroller IP core, including 4-bit MCU, the contents of a master" s thesis, Department 4, two of which need to open the CAJ Viewer
- 2022-06-26 13:00:34下载
- 积分:1