-
求解l1优化问题,在压缩传感中有应用,概算发可以求解三个模型:BP,BPDN和约束版本...
求解l1优化问题,在压缩传感中有应用,概算发可以求解三个模型:BP,BPDN和约束版本-Solves L1 problems arsing from Compressive sensing, compressive sampling and sparse optimization
- 2022-03-06 12:06:22下载
- 积分: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
-
美丽的建筑
Beautiful Architecture -- 英文版
全球19位顶尖架构师智慧结晶
本书围绕5个主题领域来组织本书的内容:概述、企业应用、系统、最终用户应用和编程语言。本书让最优秀的设计师和架构师来描述他们选择的软件架构,剥开架构的各层,展示他们如何让软件做到实现功能、可靠、易用、高效率、可维护、可移植和优雅。-Beautiful Architecture, 1st Edition
by Diomidis Spinellis Georgios Gousios
------------------------------------
Publisher: O Reilly Media, Inc.
Pub Date: January 29, 2009
--------------------------------------
With this book, you ll discover:
How Facebook s architecture is the basis for a data-centric application ecosystem
The effect of Xen s well-designed architecture on the way operating systems evolve
How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems
How creeping featurism has helped GNU Emacs gain unanticipated functionality
The magic behind the Jikes RVM self-optimizable, self-hosting runtime
Design choices and building blocks that made Tandem the choice platform in high-availability environments for
- 2022-02-16 08:12:28下载
- 积分:1
-
火车站引导系统(LED屏车票显示及控制)
火车站引导系统(LED屏车票显示及控制)
- 2022-03-26 14:00:59下载
- 积分:1
-
大家都知道ICC
大家都知道ICC-AVR不能进行代码调试,很多人都选择了AVR Studio,但是AVR Studio不直观,特别是在做液晶显示代码调试的时候,不能即时的看到显示的情况,而仿真器又太贵,对大多初学者都不太现实。
今天给大家介绍一种即能像AVR Studio一样进行代码级调试,又可以实时看到MCU状态的软件,Proteus。-We all know that is not ICC-AVR debugging code, many people have opted for AVR Studio, but the AVR Studio is not intuitive, especially in the LCD to do when debugging code is not readily see the display of the situation, and emulators are too expensive for most beginners are not realistic. To tell you today that as a kind of the same AVR Studio for code-level debugging MCU can see the status of real-time software, Proteus.
- 2022-09-20 22:05:03下载
- 积分:1
-
Hotel online reservation management system, full
酒店在线订餐管理系统,功能齐全,包括餐位管理,菜谱管理,订餐管理,收费管理等模块-Hotel online reservation management system, full-featured, including table management, recipe management, reservation management, fee management module
- 2022-03-23 12:15:05下载
- 积分:1
-
高质量C++/C编程指南,程序员必备资料。
高质量C++/C编程指南,程序员必备资料。-High-quality C++/C Programming Guide, programmers essential information.
- 2022-08-17 17:31:02下载
- 积分:1
-
Win32 API::Perl开发5
WIN32::API for perl dev 5-Win32 : : API for perl dev 5
- 2022-03-02 18:35:40下载
- 积分:1
-
A colleague to a simple POS system, used only for study, functions are not very...
一个同事给的简单的POS系统,仅用于学习,功能也不是很强大!-A colleague to a simple POS system, used only for study, functions are not very powerful!
- 2023-01-10 05:25:03下载
- 积分:1
-
Small supermarket management system. Development environment for c# 2005+ sqlser...
小型超市管理系统.开发环境为c#2005+sqlserver.系统全部开源.
适合小型超市的应用-Small supermarket management system. Development environment for c# 2005+ sqlserver. The system of all open source. Suitable for the application of a small supermarket
- 2022-02-14 13:26:42下载
- 积分:1