搜索结果
找到约 506 项符合
Z-TA 的查询结果
教程 photoshop入门教程
photoshop软件(本例中使用CS5版本,当然各版本界面都大同小异)
界面篇
1
首先我们打开photoshop软件,界面就如下图所示了:
2
...
教程 photoshop软件
photoshop软件(本例中使用CS5版本,当然各版本界面都大同小异)
界面篇
1
首先我们打开photoshop软件,界面就如下图所示了:
2
...
源码 学生成绩管理
#include<stdio.h>
#include<windows.h>
int xuanxiang;
int studentcount;
int banjihao[100];
int xueqihao[100][10];
char xm[100][100];
int xuehao[100][10];
int score[100][3];
int yuwen;
int shuxue[000];
int yingyu[100];
int c[100];
int p;
char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp;
...
源码 fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS
!高斯列主元消去法模块
contains
subroutine LINEQ(A,B,X,N)
!高斯列主元消去法
&nbsp;&nbsp;&nbsp;implicit real*8(A-Z)
&nbsp;&nbsp;&nbsp;integer::I,K,N
&nbsp;&nbsp;&nbsp;integer::ID_MAX &nbsp;!主元素标号
&nbsp;&nbsp;&nbsp;real*8::A(N,N),B(N),X(N)
&nbsp;&nbsp;&n ...
技术资料 z7000系列开发资料之一
赛灵思z系列设计指南开发移植。
软件 单片机工具集
用于开发单片机的!!!超级单片机开发工具!!!
&nbsp; 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装 ...
教程 标日初级超详细笔记
1.&nbsp;&nbsp; 日语假名及其发音一览
&nbsp;&nbsp;&nbsp; 平&nbsp; 片&nbsp; 罗&nbsp;&nbsp;&nbsp;&nbsp; 平&nbsp; 片&nbsp; 罗&nbsp;&nbsp;&nbsp;&nbsp; 平&nbsp; 片&nbsp; 罗&nbsp;&nbsp;&nbsp;&nbsp; 平&nbsp; 片&nbsp; 罗&nbsp;&nbsp;&nbsp;&nbsp; 平&nbsp; 片&nbsp; 罗&nbsp;&nbsp;&nbsp;
假&nbsp; 假&nbsp; ...
源码 C语言编写雅可比迭代
# include<stdio.h>
# include<math.h>
# define N 3
main(){
&nbsp;&nbsp; &nbsp;float NF2(float *x,float *y);
&nbsp;&nbsp; &nbsp;float A[N][N]={{10,-1,-2},{-1,10,-2},{-1,-1,5}};
&nbsp;&nbsp; &nbsp;float b[N]={7.2,8.3,4.2},sum=0;
&nbsp;&nbsp; &nbsp;float x[N]= {0,0,0},y[N]={0},x0[N]={};
&nbsp;&nbsp; &n ...
技术资料 API函数详解winAPI32
API函数详解winAPI32.chm
表1 SetWindowPos函数的参数解释
参数名 参数含义
hwnd 要移动的窗口的句柄(可以用窗体的hwnd属性)
hWndInsertAfter 关于如何在Z轴上放置窗口的标记(具体见表2)
x 相当于窗口的Left属性
y 相当于窗口的Top属性
cx 相当于窗口的Right属性
cy 相当于窗口的Bottom属性
wFlags 关于如何移动窗 ...