Location:
Search - exp
Search list
Description: 用C实现exp函数-achieve exp C function
Platform: |
Size: 913 |
Author: 胡博 |
Hits:
Description: 执行EXP计算的快速算法实现源码, Visual C++ 6.0 环境下编译通过.
Platform: |
Size: 103755 |
Author: 刘奎志 |
Hits:
Description: 用C实现exp函数-achieve exp C function
Platform: |
Size: 1024 |
Author: 胡博 |
Hits:
Description: 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象:
IF,AND,OR,<,<=,>,>=,<>,=,==
数字0-9,(,),+,-,*,/,
SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Platform: |
Size: 46080 |
Author: 天空 |
Hits:
Description: 一个用delphi写的基于bp网络逼近函数的方法的源程序,程序提供的逼近函数包括:sin(x)*exp(-x)、sin(x)/x\1/(1+exp(-x))、(1-exp(-x))/(1+exp(-x))、阶跃、高斯。~..~
-with a written bp- based networks function approximation of the original source code. procedures for the approximation functions include : sin (x)* exp (-x), sin (x)/x \ 1/(1 exp (-x)), (1- exp (-x))/(1 exp (-x)), Step, Gaussian. ~ ~ ..
Platform: |
Size: 308224 |
Author: q024100404 |
Hits:
Description: RAR本地提升权限漏洞利用工具,WinRar对命令行的处理存在溢出漏洞,攻击者可能利用这个漏洞远程执行任意代码。
由于在将用户提供的字符串拷贝到静态进程缓冲区之前没有正确的验证其长度,RARLAB WinRAR在处理命令行时存在远程客户端溢出漏洞。-RAR upgrade local authority exploits. WinRar to deal with the command line there flaw The attacker may exploit the remote execution of arbitrary code. As for the user to copy a string of static buffer before the process without a proper certification of its length, RARLAB WinRAR in command-line Remote Client Overflow Vulnerability.
Platform: |
Size: 28672 |
Author: 撒嗯 |
Hits:
Description: 这个是使用java开发的一个平台,可以根据这个文件编写自己的开发平台-This is to use java to develop a platform, based on the document prepared by its own development platform
Platform: |
Size: 855040 |
Author: zcy |
Hits:
Description: 执行EXP计算的快速算法实现源码, Visual C++ 6.0 环境下编译通过.-Implementation of EXP realize fast algorithm for computing source, Visual C++ 6.0 environment compiled through.
Platform: |
Size: 103424 |
Author: 刘奎志 |
Hits:
Description: 制作网络浏览器,一个小程序,大家可以看看,希望对您有用-The production of a web browser, a small program, we will look at the hope that useful to you
Platform: |
Size: 48128 |
Author: ctier |
Hits:
Description: 本程序能实现:
1)常用的四则运算(+ - * / ),三角( sin(),cos(),tan(),cot()),反三角(asin(),acos(),atan(),acot()), 乘方(^) , 开方( sqrt() ) ,指数(exp()), 对数( ln(),log() ).
2)支持变量赋值,变量的覆盖和运算.
3)支持对向量的 + - .* 和共向量的简单赋值运算.
希望大家参考后加以改进!优化代码!
Platform: |
Size: 125952 |
Author: 黄勇 |
Hits:
Description: 有线网络NS下TCL脚本 经测试可行 生成NAM以及TRACE文件可供分析 修改-NS cable networks have been tested under the TCL script to generate a viable NAM, as well as amendments to TRACE file for analysis
Platform: |
Size: 2048 |
Author: 凌峰 |
Hits:
Description: ATMEGA128单片机说明其内涵128的使用方法,单片机的原理图,各个管脚的说明及用法,另外还有应用程序。-Single-chip ATMEGA128 its connotation of the use of 128, microcontroller schematics, description of each pin and usage, as well as applications.
Platform: |
Size: 6458368 |
Author: cys |
Hits:
Description: cpld/fpga芯片exp-epm3128/3256的详细说明,适用于quartus以及maxplus软件-cpld/fpga chip exp-epm3128/3256 a detailed description of the software for quartus and maxplus
Platform: |
Size: 971776 |
Author: Yolanda |
Hits:
Description: 随机积分的演示程序,使用Monte Carlo方法实现了sin,cos,exp等常用函数的一维二维随机积分。-failed to translate
Platform: |
Size: 29696 |
Author: 黄淦 |
Hits:
Description: 这是一个快递管理系统 用。Net和SQL语言做的!-This is a delivery management systems. Net and SQL language to do!
Platform: |
Size: 940032 |
Author: dan |
Hits:
Description: 《嵌入式系统实验》是软件学院课程中嵌入式系统方向的专业基础课。这是《单片机原理与应用》,《计算机组成原理》的后继课程。本课程的教学目的是通过大纲所列内容的学习与实验,使学生学会嵌入式系统的开发方法与过程。了解ARM核,熟悉基于ARM7TDMI核的处理器芯片(S3C44B0X)嵌入式系统应用开发。在实验技能方面得到系统的训练,学会基本硬件的应用,底层软件的编写和基于嵌入式系统应用程序的设计。-experiment
Platform: |
Size: 13312 |
Author: lyj |
Hits:
Description: 利用Socket编程实现C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。
-Socket programming using C/S applications. One, Client-side program for the GUI, the interface used to provide input two numbers and have a " send" button, in addition to a TextField to display the calculated results coming Server side to monitor connection requests, send calculation over the number two and, returned data results.
Platform: |
Size: 150528 |
Author: angle |
Hits:
Description: oracl database ipmort and export,cmd to sqlplus exp and imp ways
Platform: |
Size: 399360 |
Author: 李子阳
|
Hits:
Description: Oracle11R2 exp说明,介绍,经常遇到的问题以及解决办法。(Oracle11R2 exp remark,method)
Platform: |
Size: 3072 |
Author: zzmacoolboy
|
Hits:
Description: 可以批量扫描exp,很实用,哈哈哈哈哈,bugouma(It can scan exp in batches. It's very practical.)
Platform: |
Size: 1079296 |
Author: chinacjq |
Hits:
« 12
3
4
5
6
7
8
9
10
...
38
»