搜索结果
找到约 50,972 项符合
A-C 的查询结果
数学计算 计算一般形式弹性张量最优化TI近似的C程序 Computing the optimal TI approximation of a general elastic tensor
计算一般形式弹性张量最优化TI近似的C程序
Computing the optimal TI approximation of a general elastic tensor
数学计算 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
数学计算 本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c 其中a为年c为该日期在本年中的天数
本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c
其中a为年c为该日期在本年中的天数,d取整数,当d/7余数0时是星期天,余数1时是星期一依此类推。
VC书籍 C++A&Q.chm,对学习vc++6.0会有些帮助
C++A&Q.chm,对学习vc++6.0会有些帮助
其他书籍 简明 Python 教程 Swaroop, C. H. 著 沈洁元 译 www.byteofpython.info 版本:1.20 A Byte of Python Copyright &
简明 Python 教程
Swaroop, C. H. 著
沈洁元 译
www.byteofpython.info
版本:1.20
A Byte of Python
Copyright © 2003-2005 Swaroop C H
简明 Python 教程
《简明 Python 教程》为 "A Byte of Python" 的唯一指定简体中文译本
系统设计方案 this a 8-bit risc micro process,Th eM C Ud esignedis c ompatiblew ith PIC16C57 o microchip Technolog
this a 8-bit risc micro process,Th eM C Ud esignedis c ompatiblew ith PIC16C57 o microchip Technology Inc.in
the instruction system
单片机开发 24位的A/D转换芯片CS1242与8051的通讯程序(C语言部分)
24位的A/D转换芯片CS1242与8051的通讯程序(C语言部分)
数学计算 求解 形如 a*x^2+b*x+c=0 (mod p)的二次同余方程
求解 形如 a*x^2+b*x+c=0 (mod p)的二次同余方程,其中p为任意素数,a,b,c为任意整数.
Delphi控件源码 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application.
The following view modes are implemented:
Text, Binary, Hex, Unicode: ...
数值算法/人工智能 基于基本遗传算法的函数最优化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pasca
基于基本遗传算法的函数最优化 SGA.C
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg