Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 3142
Search - 3142 - List
SONY 3142完整的芯片资料,包含内部寄存器详细说明(不同于网上找到的只有芯片引脚资料的版本),是开发CCD摄像机必备的技术资料。
Update : 2010-11-14 Size : 723.42kb Publisher : ljd@wbtcctv.com

基于SONY 3142 的摄像机主板的BOM资料,根据该资料可用于指导生产物料的采购与选型,具有很高的使用价值。
Update : 2010-11-14 Size : 6.46kb Publisher : ljd@wbtcctv.com

DL : 0
3142 datasheet
Update : 2011-09-10 Size : 723.39kb Publisher : whybeaty


Update : 2011-11-01 Size : 21kb Publisher : wanwan16818

SONY CCD 3142DSP开发手册,精品。-SONY CCD development of manuals, fine.
Update : 2025-02-19 Size : 1.38mb Publisher : 陈明秋

DL : 0
线性方程组的高斯消元法和列主消元法 输入: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
Update : 2025-02-19 Size : 1kb Publisher : Chad Powell

DSP3142 51核代码,C编写,SPI通信方式,曝光,白平衡等功能函数-DSP3142 51-core code, C preparation, SPI communication
Update : 2025-02-19 Size : 4kb Publisher : monopoly

ss-11rm 调试软件操作指南,用于开发sony 3142R芯片,在监控领域应用比较广-ss-11rm debugging software operating instructions for the development of sony 3142R chip, and broad application in the surveillance
Update : 2025-02-19 Size : 1.09mb Publisher : leo

3142调试软件使用手册,SONY公司拿的·绝对有用-3142 debugging software manual, SONY' s useful to take the absolute
Update : 2025-02-19 Size : 1.31mb Publisher : 彭雄辉

DL : 0
3142通用型软件,包括有彩转黑和全彩感红外-3142 general-purpose software, including the color to black and full-color infrared sense
Update : 2025-02-19 Size : 4kb Publisher : mei

3142调试板电路-3142 debug circuit boards
Update : 2025-02-19 Size : 60kb Publisher : ZL

闭路监视系统,安防行业,工业镜头-CCTV Camera
Update : 2025-02-19 Size : 1kb Publisher : 杨勇

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.
Update : 2025-02-19 Size : 1kb Publisher : norman

DL : 0
在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
Update : 2025-02-19 Size : 1kb Publisher : qzh

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.
Update : 2025-02-19 Size : 6kb Publisher : NandaAldira

基于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.
Update : 2025-02-19 Size : 6kb Publisher : 王崇政
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.