Welcome![Sign In][Sign Up]
Location:
Search - 4100

Search list

[Video CaptureDecodeSample-4100

Description: 基于视频服务器的视频解码程序,MPEG4编码2M码流。-Video Server-Based Video decoding procedures, 2M MPEG4 encoded bit stream.
Platform: | Size: 298096 | Author: 田博 | Hits:

[Other Embeded programIDMancherst

Description: em4100卡读卡程序,使用125KHZ只读卡-em4100 card reader, the use of CD-125 kHz cards
Platform: | Size: 78848 | Author: 阿拉丁 | Hits:

[SCMIDREAD

Description: EM4001,EM4100等系列只读ID卡读取程序源码-EM4001, EM4100 series of CD-ID card reader FOSS
Platform: | Size: 33792 | Author: 米挂 | Hits:

[SCMrfid-program

Description: 通过SSTC51控制MFS50实现满足IEE4100规则IC卡的读写-through SSTC51 control MFS50 achieve meet IEE4100 rules IC card literacy
Platform: | Size: 44032 | Author: duxieling | Hits:

[Video CaptureDecodeSample-4100

Description: 基于视频服务器的视频解码程序,MPEG4编码2M码流。-Video Server-Based Video decoding procedures, 2M MPEG4 encoded bit stream.
Platform: | Size: 297984 | Author: 田博 | Hits:

[SCMcEM4100

Description: 读卡器EM4100卡的读卡程序!各种125KHZ曼码通用!-EM4100 card reader card reader program! A variety of 125KHz Cayman generic code!
Platform: | Size: 3072 | Author: zxp | Hits:

[SCMEM4100

Description: 一个完整的读卡的C语言程序,包括扩展电路,及应用!-Reader a complete C-language program, including expansion of the circuit, and application!
Platform: | Size: 2048 | Author: zxp | Hits:

[SCMbian

Description: 模拟EM卡程序,可以与EM4100通用。也可以做为无线传输时使用!-EM card simulation procedures can EM4100 Universal. Can also be used as a wireless transmission!
Platform: | Size: 1024 | Author: 111 | Hits:

[SCMh4100

Description: H4100射频卡驱动程序,该程序应用久经考验-H4100 RF card driver, the application of tried and tested procedures
Platform: | Size: 2048 | Author: 陈兆红 | Hits:

[Software EngineeringTM4600-4100-AS1690_Sch_zl2(DDR)_3

Description: Quanta ZL2 motherboard schematic
Platform: | Size: 1286144 | Author: Dmitriy | Hits:

[RFIDRFID

Description: em4095 rfid circuit 125KHz-134 KHz, Read write analog front end for RFID basestation-em4095 rfid circuit 125KHz-134 KHz, Read write analog front end for RFID basestation
Platform: | Size: 56320 | Author: volkan | Hits:

[Education soft system56541960JSPLesson

Description: 第8章 慕仁大学图书馆管理系统(JSP+Servlet+Spring+Oracle实现共4100行代码)   第8章 ( 教学视频:127分钟) 315   8.1 开发背景 316   8.2 系统分析 316   8.2.1 需求分析 316   8.2.2 可行性分析 316   8.3 系统设计 317   8.3.1 系统目标 317   8.3.2 系统功能结构 317   8.3.3 构建开发环境 318   8.3.4 学生端预览 318   8.3.5 管理端预览 319   8.4 数据库设计 320   8.4.1 数据库分析 320   8.4.2 项目E-R图 320   8.4.3 数据库表的设计 321   8.5 开发前的准备工作 323   8.5.1 表的建立和测试数据的插入 323   8.5.2 数据源的配置 324   8.5.3 Spring的配置 324   8.5.4 系统目录结构与框架 325   8.6 学生登录注销模块 326 -very good
Platform: | Size: 1822720 | Author: 姚小波 | Hits:

[Streaming Mpeg4DS-400xxDOC

Description: 海康DS-40xxSDK板卡开发辅助文档,包括DS-4000MD、数字视频矩阵方案 ,DS-4100、4000HC系列板卡SDK编程指南_5.0_1524 , Hikvision H264播放器编程指南V4.9, Hikvision 板卡网络开发包编程手册V4.7-Kang DS-40xxSDK development board supporting documentation, including DS-4000MD, digital video matrix solution, DS-4100, 4000HC Series boards SDK Programming Guide _5.0_1524, Hikvision H264 players Programming Guide V4.9, Hikvision board network Development Kit Programming Guide V4.7
Platform: | Size: 1577984 | Author: jt | Hits:

[Data structssum

Description: 数据结构与算法实验题 8.2 树求和问题 ★ 实验任务 我 们 知 道树有 许 多 种表示 法 , 左儿子 右 兄 弟就是 一 种 表示法 。 现 在给出 一 棵 以左儿 子 右 兄 弟表 示的 树 ,并 且结 点 带有 权值 , 求以 给出 结 点为 根的 子 树的 所有 结 点权 值之 和。对 于给出的一棵树的左儿子右兄弟表示法,按要求输出这棵树的子树的权值和。 ★ 数据输入 第一行为一个整数 n , 1<=n<=1000 ,表示这棵树的结点数,编号为 1 到 n 。 接下来有 n 行,每行表示一个结点的信息。对于每行,第一个整数 b ,表示结点的编号, 第二个整数 m ,表示该结点权值,第三个整数 ls ,表示这个结点的左儿子编号, 0 表示无左 儿子,第四个整数 rb ,表示这个结点的右兄弟编号, 0 代表无右兄弟。 接下来有一个整数 Q ,表示有 Q 个询问。 接下来 Q 行,每行一个整数 num ,表示询问以编号 num 结点为根的子树的所有结点权 值和。 ★ 数据输出 输出有 Q 行,每行对应一个询问,包括一个整数,表示该子树所有结点权值和。 输入示例 5 1220 2353 3404 4100 5500 2 1 2 输出示例 15 8-Data structure and algorithms experimental subject 8.2 tree peace problem 9:28 experiment task I know the way many more trees of said method, son left right is a kind of representation brother younger brother. Now a tree in a given to left son son and brother younger brother table right of the tree, and with weights and "point, asks to give" for the root point of all the "point son tree of weights and. In a tree to the son left are right brother representation, according to the requirements of this tree output tree weights and the son. 9:28 data input The first behavior an integer n, 1 < = n < = 1000, said the tree "points, Numbers for 1 to n. Then there is n line, each row a node of the said information. For each line, the first integer b, said the Numbers of the node, the second integer m, said the node s weight, the third integer ls, said the node left son Numbers, 0 means no son left, the fourth integer rb, said the node right brother Numbers, 0 (no right broth
Platform: | Size: 1024 | Author: ljxiaoya | Hits:

[Software EngineeringVisonFly-D4100-SDK

Description: DLP Discovery 4100 数字微镜(DMD)空间光开关光调制器开发系统 1.全面兼容德州仪器TI DLP D4100 开发系统. 能够支持1920X1080 DMD(DMD微镜为10.6微米,本征分辨率为1920X1080) 数字微镜(DMD)空间光开关光调制器开发系统 2. 1024 X 768 的DMD(4:3)有两种微镜结构,一种是13.68 微米, 对角线长度为0.7 英寸;另一种是10.8 微米的,对角线长度为0.55 英寸;我们系统都能支持所有主流分辨率DMD 3. 支持USB2.0 高速度传输图片和控制信号 4. 开放式控制软件基于Windows XP 全速度USB驱动,在Visual Basic 下编制,开发式接口, 易于高精度光学科研实验 5. 提供丰富的Windows XP 的USB 控制程序和API 开发系统 6. 支持XGA, 1080p 和1920x1200 分辨率单个微镜精确控制 7. 开放式FPGA 架构, 提供示例FPGA 的二次开发选择和客户 定制功能 8. 高速二进和任意灰度制图片显示 输入输出系统触发,支持通 用客户顶GPIO 口设置. 9. 我们能为客户提供全程独特定做和设计服务. 应用: 结构光投影,激光全息,无掩模光刻,高光谱成像,激光光束校形, 3D 测量和3D 打印机技术, 光谱分析. Jefferson_zhao@163.com-DLP DMD Discovery 4100
Platform: | Size: 6450176 | Author: wucow | Hits:

[Program docEM4100_DS

Description: 125K读头相关资料,仅供各位参考与学习用.主要是介绍4100芯片资料.-125K reader relevant information for your reference and learning to use. The main is to introduce the 4100 chip data.
Platform: | Size: 70656 | Author: frank | Hits:

[JSP/JavaActiveMQ.PerformanceTest

Description: 可以使用VC建立MFC工程或者ATL工程来进行ActiveX控件开发。使用MFC方式建立,系统... 海康威视DS-4100、4000HC 系列板卡SDK编程指南(1) 著名计算机黑客-During SFHTML5 Google announced that they extend their program to cover the Apache Struts project as well. Now you can earn money preparing patches for us! read more
Platform: | Size: 370688 | Author: 王以 | Hits:

[Technology ManagementSDK-manaul

Description: DS-4000 4100 4200系列板卡 用户手册以及编程指南-DS-4000 41004200 series board user manual and Programming Guide
Platform: | Size: 1996800 | Author: fanqing212 | Hits:

[Special Effects4100

Description: 例 总人数为三十人 确定一个正整数 进行报数 报道设置得数人淘汰 求出最后一个人 -Cases the total number to 30 and identified a number of positive integers newspaper reports setting out thanks to a number of people find the last one
Platform: | Size: 6144 | Author: cheng5206286 | Hits:

[OS program4100

Description: 是think in c++(第4版)的源代码,网上应该有了。-Is think in c++ (version 4) of the source code, online should have.
Platform: | Size: 9216 | Author: xi9isu | Hits:
« 12 »

CodeBus www.codebus.net