搜索资源列表
02_1
- 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为-the procedures for lexical analysis : DOS interface input from the C his statement, and in the end, # (attention to the need to put an e
AutoTestCase
- 软件测试之测试用例自动生成 包括健壮性测试,边界测试,路径测试,etc-software testing automatic test case generation, including robustness testing, testing boundaries, the road test, etc.
HappyTank
- 一个游戏中的camera,可以上下左右移动,暂时没有做边界处理.到边界处会有问题.用W,A,S,D控制.-a game of the camera, can move around from top to bottom, so there is no boundaries. border to be problems. W, A, S, D control.
niudun
- 图是用牛顿法求方程z3-1=0的根所得到的“项链”。以上程序采用浮点运算,速度是比较慢的。如果每迭代一次就计算一次距离,则速度会更慢。为了使不同吸引区域有不同的颜色,并且能够表现收敛速度,必须做更多的距离计算,但得到的图形也更美丽。特别是将分界处的“项链”放大来看,会得到精致的结构。-Fig Newton method is used Equation z3-1 = 0 has been the root of the "necklace." The procedure is
boundaries
- 此源码主要功能是在图像分析时可以追踪图区域边界,在图像分割、描述和识别中有较大的用途
imgpog
- 对于黑白图像,边界处理。利用SOBLE算子与拉普拉斯变换等。具有很高的研究与试验价值-for black-and-white images of boundaries. Use SOBLE Operator and Laplace transform other. High research and experimental values
tao of programming
- 《编程之道》 高超的程序员并非致力于表面的成功,而是在人机之间寻找一种神秘的存在。 根据禅的解释,在硬件、软件、固件、界面和理解之间没有分界--相反,所有这些都 结合进了一个和谐的整体。-"programming technique" superb programmer is not committed to the success of the surface, but look for the man-machine between a mysterious presen
grid_segmentation.zip
- This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approache
grads画图所用中国地图数据
- grads画图所用中国地图数据,含各省行政区边界,可使所画底图更清楚。,grads used in drawing the map of China data, including the provincial administrative boundaries, base map will enable the painting more clearly.
boundaries.rar
- 4方向链码和8方向链码 边界提取,链码生成,差分链码生成及频率向量生成程序,border extraction, chain code generation, differential chain code generation and the frequency of vector generation procedure
Shape-Recognition
- 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed
map-site
- 此程序是mapbasic源程序,可以生成基站扇区和BSC边界。-This program is mapbasic source, the base station sector can generate and BSC boundaries.
1
- 题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数? 1.程序分析:请利用数轴来分界,定位。注意定义时需
RE_Lecture05_595009937
- 情景驱动的需求方法,使用用例需求建模方法,定义清晰的软件边界,识别系统参与人.-Scenario-driven demand for ways to demand the use of use case modeling, software-defined boundaries, identification system participants.
cifafenxiyuandaima
- 1. 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 -1. Features: (1) C++ Source code scanner to identify C++ Mark. C++ Language contains several types of marks: identifier, keyw
imagefusionDD97second
- 该程序完成医学图像的二级融合。利用小波的再次分界来完成的。-The process is complete integration of two medical images. Using Wavelet again to complete the boundaries of.
keelkit-21808
- KeelKit 是一款强大的开源ORM工具,根据数据库结构自动生成.Net程序的普通Model、能与C(嵌入式Linux下GCC上能编译通过)等其他语言交互的Model、自动UI生成 查询类型化器、强劲的泛型DBHelper、支持多数据库、自动根据您的项目语言类型生成对应Model、自动生成页面和窗体代码、多种数据封送方式!针对VS的编程辅助等。-KeelKit an ORM tools, automatic generation Model, automatic generation of f
Direct
- 图象分割,包括并行边界分割,串行边界分割,并行区域分割,串行区域分割-Image segmentation, including the parallel partition boundaries, partition borders serial, parallel region segmentation, region segmentation serial
cdaima2
- 在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, pr
keel-25643
- KeelKit 一款国产ORM工具,自动生成Model、自动生成表单、自动生成单元测试框架、自动生成存储过程访问接口、自动配置连接字符串,代码行数统计、程序集版本号码控制、源码HTML生成、自动生成表结构Word文档、自动支持各种.Net项目,如F# 和IronPython ,自动生成与其它语言交换的Model、使用了泛型的DBHelper、查询语句强类型化、支持事务、无语言界限、无数据库界限!-KeelKit a domestic ORM tools, automatic generation