Location:
Search - 3142
Search list
Description: SONY 3142完整的芯片资料,包含内部寄存器详细说明(不同于网上找到的只有芯片引脚资料的版本),是开发CCD摄像机必备的技术资料。
Platform: |
Size: 740784 |
Author: ljd@wbtcctv.com |
Hits:
Description: 基于SONY 3142 的摄像机主板的BOM资料,根据该资料可用于指导生产物料的采购与选型,具有很高的使用价值。
Platform: |
Size: 6612 |
Author: ljd@wbtcctv.com |
Hits:
Description: 3142 datasheet
Platform: |
Size: 740753 |
Author: whybeaty |
Hits:
Description:
Platform: |
Size: 21504 |
Author: wanwan16818 |
Hits:
Description: SONY CCD 3142DSP开发手册,精品。-SONY CCD development of manuals, fine.
Platform: |
Size: 1445888 |
Author: 陈明秋 |
Hits:
Description: 线性方程组的高斯消元法和列主消元法
输入:A=[1.1348 3.8326 1.1651 3.4017 0.5301 1.7875 2.5330 1.5435 3.4129 4.9317 8.7643 1.3142 1.2371 4.9998 10.6721 0.0147]
b=[9.5342 6.3941 18.4231 16.9237]
[X]=liezhu(A,b)-Linear Equations Gaussian Elimination Method and the main-elimination method
Platform: |
Size: 1024 |
Author: Chad Powell |
Hits:
Description: DSP3142 51核代码,C编写,SPI通信方式,曝光,白平衡等功能函数-DSP3142 51-core code, C preparation, SPI communication
Platform: |
Size: 4096 |
Author: monopoly |
Hits:
Description: ss-11rm 调试软件操作指南,用于开发sony 3142R芯片,在监控领域应用比较广-ss-11rm debugging software operating instructions for the development of sony 3142R chip, and broad application in the surveillance
Platform: |
Size: 1147904 |
Author: leo |
Hits:
Description: 3142调试软件使用手册,SONY公司拿的·绝对有用-3142 debugging software manual, SONY' s useful to take the absolute
Platform: |
Size: 1372160 |
Author: 彭雄辉 |
Hits:
Description: 3142通用型软件,包括有彩转黑和全彩感红外-3142 general-purpose software, including the color to black and full-color infrared sense
Platform: |
Size: 4096 |
Author: mei |
Hits:
Description: 3142调试板电路-3142 debug circuit boards
Platform: |
Size: 61440 |
Author: ZL |
Hits:
Description: 闭路监视系统,安防行业,工业镜头-CCTV Camera
Platform: |
Size: 1024 |
Author: 杨勇 |
Hits:
Description: Background
This a classical problem. N Queens are placed on a N x N checkerboard. There should not be more than one "Queen" on the same horizontal line, nor on the same vertical, nor on the same diagonal line.
Given the size of a checkerboard N, write a program to generate all possible solutions of placing N "Queens" on the board in ascending order.
eg. Given the size of the checkerboard is 4, the possible solutions of placing "Queens" is as follow:
2413
3142
The first solution of the example above is:
Place a "Queen" at 1st column 2nd row
Place a "Queen" at 2nd column 4th row
Place a "Queen" at 3rd column 1st row
Place a "Queen" at 4th column 3rd row
Since 2413 < 3142, the ouput is sorted in ascending order.
Input
Input contains an integer N (1 <= N <= 10), the size of the checkerboard.
Output
Output all possible solutions of the given checkerboard size in ascending order. If there is no solution for the given size of the checkerboard, output NIL.-Background
This is a classical problem. N Queens are placed on a N x N checkerboard. There should not be more than one "Queen" on the same horizontal line, nor on the same vertical, nor on the same diagonal line.
Given the size of a checkerboard N, write a program to generate all possible solutions of placing N "Queens" on the board in ascending order.
eg. Given the size of the checkerboard is 4, the possible solutions of placing "Queens" is as follow:
2413
3142
The first solution of the example above is:
Place a "Queen" at 1st column 2nd row
Place a "Queen" at 2nd column 4th row
Place a "Queen" at 3rd column 1st row
Place a "Queen" at 4th column 3rd row
Since 2413 < 3142, the ouput is sorted in ascending order.
Input
Input contains an integer N (1 <= N <= 10), the size of the checkerboard.
Output
Output all possible solutions of the given checkerboard size in ascending order. If there is no solution for the given size of the checkerboard, output NIL.
Platform: |
Size: 1024 |
Author: norman |
Hits:
Description: 在N*N的棋盘上放置N个皇后(n<=10)而彼此不受攻击(即在棋盘的任一行,任一列和任一对角线上不能放置2个皇后),编程求解所有的摆放方法。
【输入格式】
输入:n
【输出格式】
每行输出一种方案,每种方案顺序输出皇后所在的列号,各个数之间有空格隔开。若无方案,则输出no solute!
【输入样例】Queen.in
4
【输出样例】Queen.out
2 4 1 3
3 1 4 2
-Placed on the board of N* N N queens (n <= 10) and another against attack (ie any row of the board, and any one of any of a diagonal line can not be placed on the two queens), programmed to solve all display methods.
[Input Format
Input: n
[Output format]
Each line of output a scheme where each program sequentially output Queen column number, there are separated by a space between each number. Without the program, the output no solute!
[Sample input] Queen.in
4
Sample [output] Queen.out
2413
3142
Platform: |
Size: 1024 |
Author: qzh |
Hits:
Description: The C++/MEX implementation of Gradient Vector Flow (GVF) is much faster than the Matlab implementation.
There is a demo.m file in this package, which shows how to run a simple demo.
The package is used by:
[1] Quan Wang, Kim L. Boyer, The active geometric shape model: A new robust deformable shape model and its applications , Computer Vision and Image Understanding, Volume 116, Issue 12, December 2012, Pages 1178-1194, ISSN 1077-3142, 10.1016/j.cviu.2012.08.004.
-The C++/MEX implementation of Gradient Vector Flow (GVF) is much faster than the Matlab implementation.
There is a demo.m file in this package, which shows how to run a simple demo.
The package is used by:
[1] Quan Wang, Kim L. Boyer, The active geometric shape model: A new robust deformable shape model and its applications , Computer Vision and Image Understanding, Volume 116, Issue 12, December 2012, Pages 1178-1194, ISSN 1077-3142, 10.1016/j.cviu.2012.08.004.
Platform: |
Size: 6144 |
Author: NandaAldira |
Hits:
Description: 基于kaiser窗的双谱线插值FFT谐波分析,完整的图像处理课设,包含所有源代码,汽车图像,结合PCA的尺度不变特征变换(SIFT)算法。- Dual-line interpolation FFT harmonic analysis kaiser windows, Complete class-based image processing, contains all of the source code, auto image, Combined with PCA scale invariant feature transform (SIFT) algorithm.
Platform: |
Size: 6144 |
Author: 王崇政 |
Hits: