代码搜索结果
找到约 59,334 项符合
1 的代码
1.pts.1
!
! DATUM POINT ARRAY DATA FILE
!
! Comment lines should begin with an exclamation mark (!).
! You may have as many comment lines as you wish.
! There must be at least one space between val
1.pts.1
!
! DATUM POINT ARRAY DATA FILE
!
! Comment lines should begin with an exclamation mark (!).
! You may have as many comment lines as you wish.
! There must be at least one space between val
1.txt.1
设计
审核
标准化
批准
1.txt.1
设计
审核
标准化
批准
1.chn
1 1 1
ATF1508AS
10
1
\\Hs-616\cpld\eps1504.jed
1-switch flyback.out.1
**** 04/24/07 22:39:58 ******* PSpice 10.3.0 (Jan 2004) ******* ID# 1111111111
** Profile: "1-switch flyback-1-switch flyback" [ D:\Christophe\Livres\Spice simus 2\OrCAD book distribution\Chapit
1-3.c
/*1-3.c*/
#include "stdio.h"
#include "graphics.h"
main()
{
int gdriver, gmode, i,j;
gdriver=DETECT;
initgraph(&gdriver, &gmode, ""); /*图形初始化*/
1-4.c
/*1-4.c*/
#include "stdlib.h"
#include "graphics.h"
main()
{
int gdriver=DETECT, gmode, i;
initgraph(&gdriver, &gmode, "");
setbkcolor(RED);