Welcome![Sign In][Sign Up]
Location:
Search - al-100

Search list

[Dialog_WindowBCGPAppWizard

Description: 软件介绍: 一套非常好的MFC扩展界面库!可以帮助你在编程时轻松制作出非常漂亮专业的自定义界面!提供100多种界面,很容易经过我们自己的重新设计组合成满意的效果. 说明: 1、 适用版本BCGControlBar Library (v9.4)Professional Edition。 -software presentations : a very good expansion interface for MFC! I can help you in a relaxed programming produced very beautiful from the definition of the professional sector face! Provide more than 100 interface is very easy to read our own re-design combined with encouraging results. Note : 1. BCGControlBar Library applicable version (v9.4) Profession al Edition.
Platform: | Size: 585977 | Author: dhyao | Hits:

[ELanguagepl/0

Description: /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10 /*符号的最大长度*/ #define amax 2047 /*地址上界*/ #define levmax 3 /*最大允许过程嵌套声明层数[0,levmax]*/ #define cxmax 200 /*最多的虚拟机代码数*/ /*符号*/ enum symbol{ nul, ident, number, plus, minus, times, slash, oddsym, eql, neq, lss, leq, gtr, geq, lparen, rparen, comma, semicolon, period, becomes, beginsym, endsym, ifsym, thensym, whilesym, writesym, readsym, dosym, callsym, constsym, varsym, procsym, }; #define symnum 32 /*名字表中的类型*/ enum object{ constant, variable, procedur, }; /*虚拟机代码*/ enum fct{ lit, opr, lod, sto, cal, inte, jmp, jpc, }; #define fctnum 8 /*虚拟机结构代码*/ struct instruction { /*454*/ enum fct f; // 虚拟机代码指令 int l; //引用层与声明层的层次差 int a; //根据f的不同而不同 }; FILE * fas; //输出名字表 FILE * fa; //输出虚拟机代码 FILE * fa1; //输出源文件及其各行对应的首地址 FILE * fa2; //输出结果 bool listswitch; //显示虚拟机代码与否 bool tableswitch; //显示名字与否 char ch; //获取字符的缓冲区,getch使用 enum symbol sym; //当前的符号 char id[al+1]; //当前ident,多出的一个字节用于存放0 int num; //当前number int cc,ll; //getch使用的计数器,cc表示当前字符(ch)的位置 int cx; //虚拟机代码指针,取值范围[0,cxmax-1] char line[81]; //读取行缓冲区 char a[al+1]; //临时符号,多出的一个字节用于存放0 struct instruction code[cxmax]; //存放虚拟机代码的数组 char word[norw][al]; //保留字 enum symbol wsym[norw]; //保留字对应的符号值 enum symbol ssym[256]; //单字符的符号值 char mnemonic[fctnum][5]; //虚拟机代码指令名称 bool declbegsys[symnum]; //表示声明开始的符号集合 bool statbegsys[symnum]; //表示语句开始的符号集合 bool facbegsys[symnum]; //表示因子开始的符号集合 //名字表结构 struct tablestruct { char name[al]; //名字 enum object kind; //类型:const,var,array or procedure int val; //数值,仅const使用 int level; //所须层,仅const不能用 int adr; //地址,仅const不能用 int size; //需要分配的数据空间,仅procedure使用 }; struct tablestruct table[txmax]; //名字表 FILE * fin; FILE * fout; char fname[al]; int err; //错误计数器 //当函数中发生fatal error时,返回-1告知调用它的函数,最终退出程序 #define getsymdo if(-1==getsym()) return -1 #define getchdo if(-1==getch()) return -1 #define testdo(a,b,c) if(-1==test(a,b,c)) return -1 #define gendo(a,b,c) if(-1==gen(a,b,c)) return -1 #define expressiondo(a,b,c) if(-1==expression(a,b,c)) return -1 #define factordo(a,b,c) if(-1==factor(a,b,c)) return -1 #define termdo(a,b,c) if(-1==term(a,b,c)) return -1 #define conditiondo(a,b,c) if(-1==condition(a,b,c)) return -1 #define statementdo(a,b,c) if(-1==statement(a,b,c)) return -1 #define constdeclarationdo(a,b,c) if(-1==constdeclaration(a,b,c)) return -1 #define vardeclarationdo(a,b,c) if(-1==vardeclaration(a,b,c)) return -1 void error(int n); int getsym(); int getch(); void init(); int gen(enum fct x,int y ,int z); int test(bool *s1,bool *s2,int n); int inset(int e,bool *s); int addset(bool *str,bool * s1,bool * s2,int n); int subset(bool *str,bool * s1,bool * s2,int n); int mulset(bool *str,bool * s1,bool * s2,int n); int block(int lev,int tx,bool * fsys); void interpret(); int factor(bool * fsys,int * ptx,int lev); int term(bool * fsys,int * ptx,int lev); int condition(bool * fsys,int * ptx,int lev); int expression(bool * fsys,int * ptx,int lev); int statement(bool * fsys,int * ptx,int lev); void listcode(int cx0); int vardeclaration(int *ptr, int lev,int *ptx); int constdeclaration(int *ptr, int lev,int *ptx); int position(char * idt,int tx); void enter(enum object k,int * ptx,int lev, int * pdx); int base(int l,int * s,int b)
Platform: | Size: 25139 | Author: xqq771084591 | Hits:

[Dialog_WindowBCGPAppWizard

Description: 软件介绍: 一套非常好的MFC扩展界面库!可以帮助你在编程时轻松制作出非常漂亮专业的自定义界面!提供100多种界面,很容易经过我们自己的重新设计组合成满意的效果. 说明: 1、 适用版本BCGControlBar Library (v9.4)Professional Edition。 -software presentations : a very good expansion interface for MFC! I can help you in a relaxed programming produced very beautiful from the definition of the professional sector face! Provide more than 100 interface is very easy to read our own re-design combined with encouraging results. Note : 1. BCGControlBar Library applicable version (v9.4) Profession al Edition.
Platform: | Size: 782336 | Author: dhyao | Hits:

[Driver Developal-100tx

Description: 鼎铭在线al-100tx网卡驱动程序(xp不自驱,网上独此一份)-Dingming online al-100tx network card driver (xp is not self-drive, on-line alone this one)
Platform: | Size: 490496 | Author: mayuan | Hits:

[matlabBruteSearch

Description: K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and work on double, it is possible to choose if return the distances. Here is a time comparison with a vectrized m-code: N=1000000 number of reference points Nq=100 number of query points dim=3 dimension of points k=3 number of neighbor tic [idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX toc tic [idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE toc p=rand(N,dim) qp=rand(Nq,dim) Output: Elapsed time is 0.962640 seconds. Elapsed time is 18.813100 seconds.
Platform: | Size: 4096 | Author: Ming | Hits:

[Other000

Description: 18岁那年,欧文拿着借来的100英镑,在曼彻斯特创办了自己的工厂。20岁的时候,他为了求得更好的发展,把他的小工厂卖给了一个叫德林科沃特的 人,自己则受雇于他成为一个更大工厂的经理。在-STACK SEGMENT STACK DW 64 DUP(?) STACK ENDS DATA SEGMENT NUM DB 34H,45H,45H DATA ENDS CODE SEGMENT ASSUME CS:CODE, ds:data START: MOV AX,DATA MOV DS,AX MOV SI,OFFSET NUM MOV BL,[SI] CMP BL,[SI+1] JNE CMP13 CMP BL,[SI+2] JNE DISP1 JMP DISP2 CMP13: CMP BL,[SI+2] JNE CMP23 JMP DISP1 CMP23: MOV BL,[SI+1] CMP BL,[SI+2] JNE DISP0 JMP DISP1 DISP0: MOV AL,"0" JMP QUIT1 DISP1: MOV AL,"1" JMP QUIT1 DISP2: MOV AL,"2" QUIT1: MOV AH,01H INT 10H QUIT: JMP QUIT CODE ENDS END START
Platform: | Size: 181248 | Author: shichao | Hits:

[Mathimatics-Numerical algorithmsCopyof100GreatestScienceDiscoveriesofAllTime

Description: This book briefly de scribes the 100 great est sci ence dis cov er ies of all time, the dis cov - er ies that have had the great est im pact on the de vel op ment of hu man sci ence and think ing. Let me be clear about ex actly what that means: Greatest: “Of high est im por tance much higher in some qual ity or de gree of un der - stand ing” (Web ster’s New Col lege Dic tio nary). Science: Any of the spe cific branches of sci en tific knowl edge (phys i cal sci ences, earth sci ences, and life sci ences) that de rive knowl edge from sys tem atic ob ser va tion, study, and ex per i men ta tion. Discov ery: The first time some thing is seen, found out about, re al ized, or known. All time: The re corded (writ ten) his tory of hu man civ i li za tions.-This book briefly de scribes the 100 great est sci ence dis cov er ies of all time, the dis cov- er ies that have had the great est im pact on the de vel op ment of hu man sci ence and think ing. Let me be clear about ex actly what that means: Greatest: “Of high est im por tance much higher in some qual ity or de gree of un der- stand ing” (Web ster’s New Col lege Dic tio nary). Science: Any of the spe cific branches of sci en tific knowl edge (phys i cal sci ences, earth sci ences, and life sci ences) that de rive knowl edge from sys tem atic ob ser va tion, study, and ex per i men ta tion. Discov ery: The first time some thing is seen, found out about, re al ized, or known. All time: The re corded (writ ten) his tory of hu man civ i li za tions.
Platform: | Size: 1440768 | Author: Dinakara | Hits:

[File FormatMiExamenDeCisco1Unidad10Ingles

Description: examen 10 de cisco al 100 version de cisco 4.0-examen 10 de cisco al 100 version de cisco 4.0
Platform: | Size: 4623360 | Author: danygirl | Hits:

[matlabNewtonR

Description: newton rapshon mejorado implementado al 1-newton rapshon mejorado implementado al 100
Platform: | Size: 1024 | Author: mirsa | Hits:

[SCM5

Description: 在缓冲区marklist中存放了10名同学的分数成绩,将其转换为相应的等级成绩,存入缓冲区gradelist中。转换过程采用子程序实现。 转换规则为: >=90:A >=80且<90:B >=60且<80:C <60:D 不用考虑边界情况,即假设输入的分数成绩都在0-100分中间。 数据段定义如下: data segment marklist db 92,82,72,52,90,80,60,30,99,88 gradelist db 10 dup(?) data ends 子程序接口定义如下: 子程序名:change 输入参数:AH,分数成绩 输出参数:AL,等级 -在缓冲区marklist中存放了10名同学的分数成绩,将其转换为相应的等级成绩,存入缓冲区gradelist中。转换过程采用子程序实现。 转换规则为: >=90:A >=80且<90:B >=60且<80:C <60:D 不用考虑边界情况,即假设输入的分数成绩都在0-100分中间。 数据段定义如下: data segment marklist db 92,82,72,52,90,80,60,30,99,88 gradelist db 10 dup(?) data ends 子程序接口定义如下: 子程序名:change 输入参数:AH,分数成绩 输出参数:AL,等级
Platform: | Size: 6144 | Author: tamakiramimy | Hits:

[matlabthebeginning

Description: Date : 16th August, 2007 This program is used to generate the paraboloid bathymetry of an idealized lake For paraboloid bathymetry ==> Equation of a circular paraboloid : X^2 + Y^2 = (Z+100) * a^2 For cylindrical bathymetry ==> Equation of a cylinder : X^2 + Y^2 = (Z+100) dia -> surface diameter(m) radsurf -> surface radius(m) rad -> radius(m) of intermediate points zlevel1.txt -> Contains 13 z-levels as per the paper by Beletsky et al zlevel2.txt -> Contains 29 z-levels as per the paper by Beletsky et al - Date : 16th August, 2007 This program is used to generate the paraboloid bathymetry of an idealized lake For paraboloid bathymetry ==> Equation of a circular paraboloid : X^2 + Y^2 = (Z+100) * a^2 For cylindrical bathymetry ==> Equation of a cylinder : X^2 + Y^2 = (Z+100) dia -> surface diameter(m) radsurf -> surface radius(m) rad -> radius(m) of intermediate points zlevel1.txt -> Contains 13 z-levels as per the paper by Beletsky et al zlevel2.txt -> Contains 29 z-levels as per the paper by Beletsky et al
Platform: | Size: 1024 | Author: Rati | Hits:

[CommunicationPrQ1

Description: solo es el quiz numero 4 al 100 -solo es el quiz numero 4 al 100
Platform: | Size: 108544 | Author: frog_first | Hits:

[Software Engineering1-110521205F7

Description: 一段时钟程序 实现的功能是时钟功能 很有效-STACK segment para stack stack db 256 dup (0) stack ends data segment para public data count db 100 tenh db 1 hour db 3 ,20h tenm db 1 minute db 0 db : tens db 5 second db 0 ,0dh, $ data ends code segment para public code start proc far assume cs:code push ds xor ax,ax push ax mov ah,01 int 21h cli cld mov ax,0000h mov ds,ax mov si,0020h lodsw mov bx,ax lodsw push ax seg push bx offset mov ax,data mov ds,ax assume ds:data mov ax,0000h mov es,ax mov di,0020h mov ax,offset timer stosw mov ax,cs stosw mov al,00110110b out 43h,al mov ax,11932 out 40h,al mov al,ah out 40h,al in al,21h push ax mov al,0fch sti forever: mov dl,0ffh mov ah,06 int 21h jz disp cmp al,20h
Platform: | Size: 1579008 | Author: 施利鸣 | Hits:

[Windows DevelopEJERCICIO2_280812

Description: Es de Visual Basic y esta bien hecho y jala al 100---llevelo llevelo
Platform: | Size: 87040 | Author: Daniela | Hits:

[Software Engineeringdioph

Description: dfds 1College of Opto-Electronic Science and Technology, National University of Defense Technology, Changsha 410073, China 2 School of Electronic and Electrical Engineering, University of Leeds, Leeds LS2 9JT, UK 3 International University of Rabat, Rabat 11 100, Morocco Correspondence should be addressed toWen Zhang, zhangwendaisy@hotmail.com Received 24 December 2010 Accepted 5 September 2011 Academic Editor: Ahmed Rachid Copyright © 2012 Wen Zhang et al. This is an-dfds 1College of Opto-Electronic Science and Technology, National University of Defense Technology, Changsha 410073, China 2 School of Electronic and Electrical Engineering, University of Leeds, Leeds LS2 9JT, UK 3 International University of Rabat, Rabat 11 100, Morocco Correspondence should be addressed toWen Zhang, zhangwendaisy@hotmail.com Received 24 December 2010 Accepted 5 September 2011 Academic Editor: Ahmed Rachid Copyright © 2012 Wen Zhang et al. This is an
Platform: | Size: 1024 | Author: briann8051 | Hits:

[ELanguageExercise-5

Description: Ejercicio 5 ssd4 es un ejercicio de icarnegie del modulo ssd4 apenas subido. Me parece que no esta al 100 por ciento peero tiene un 80 .
Platform: | Size: 168960 | Author: chuy | Hits:

[Software EngineeringStudentArrayList

Description: EJERICIO SSD3, esta casi al 100, no recuerdo que ejercicio es pero si compila
Platform: | Size: 2048 | Author: lycanj | Hits:

[OtherUAV

Description: 关于无人机控制的论文,比较有价值,推荐给大家-Abstract—We introduce an intelligent cooperative control system for ground target tracking in a cluttered urban environment with a team of Unmanned Air Vehicles (UAVs). We extend the work of Yu et. al. [1] to add a machine learning component that uses observations of target position to learn a model of target motion. Our learner is the Sequence Memoizer [2], a Bayesian model for discrete sequence data, which we use to predict future target location identifiers, given a context of previous location identifiers. Simulated cooperative control of a team of 3 UAVs in a 100-block city filled with various sizes of buildings verifies that learning a model of target motion can improve target tracking performance.
Platform: | Size: 1165312 | Author: 王日俊 | Hits:

[Technology Managementprueba

Description: Prueba c++ orden ascendente y descendente numeros de 10 al 100 , determinar un numero de par o impar de entre tres numeros ingresados por el usuario
Platform: | Size: 1024 | Author: vanesalazarp17 | Hits:

[matlablocal-best-fit-flats-clustering

Description: 可实现局部最优近似平面数据聚类,该聚类方法是一种常用的子空间聚类方法,文章作者没有给出相应的源码,这里提供给大家。经过测试可以实现数据聚类,但是对人脸数据集extended yale B效果不理想。参考文献:Teng Zhang, Arthur Szlam, Yi Wang, et al. Hybrid linear modeling via local best-fit flats [J]. International Journal of Computer Vision, 2012, 100: 217-240.-This program can realize local best fit flats subspace clustering. Local best fit flats subspace clustering is one of the commonly used subspace clustering methods. The authors of the paper didn t present the source code and here it is given. The program is tested and it can be used to realize data clustering but its effect is not satisfying in clustering data extended yale B face . Reference: Teng Zhang, Arthur Szlam, Yi Wang, et al. Hybrid linear modeling via local best-fit flats [J]. International Journal of Computer Vision, 2012, 100: 217-240.
Platform: | Size: 2048 | Author: 宋昱 | Hits:
« 12 »

CodeBus www.codebus.net