Welcome![Sign In][Sign Up]
Location:
Search - ALI C

Search list

[Windows DevelopAli_M3329

Description: Source code for MIPS EJTAG Ali M3329
Platform: | Size: 21504 | Author: serg | Hits:

[OS programShangShi

Description: 伤逝 --[ 伤逝1.0具功能: a.显示同一网络中所有在线用户。 b.在线用户磁盘映射。双击显示的用户,可进行磁盘映射的密码查找(c:\ali\)。另外每次系统中只能有一个在线用户的磁盘映射,更换磁盘映射时,请先将系统已有的磁盘映射断开! c.消息发送。右键点击用户 安全说明:小心使用,后果自负! -Shangshi- [Shangshi 1.0 features: a. display the same network for all online users. b. Online users disk mapping. Double-click to display the user can be carried out to find the password for the disk mapping (c: ali). In addition each system can only have an online user s disk mapping, mapping the replacement disk, first disk mapping system has been disconnected! C. messaging. Right-click User Security Description: careful use, the consequences of your own!
Platform: | Size: 346112 | Author: zhang | Hits:

[File FormatALIM3328C

Description: ali dvb 3328c bin file
Platform: | Size: 232448 | Author: ks | Hits:

[OtherEMU_FTAbox_ref441328_code_source

Description: EMU_FTAbox_ref441328_code_source ali m3327
Platform: | Size: 100352 | Author: lzma | Hits:

[Driver Developcontrol

Description: ali机顶盒的control.c底层驱动,包括前面板调试,遥控器驱动,tuner驱动等,对学习理解机顶盒底层架构很大帮助;-this file is about the driver code of ali set top box ,it include the front panel,remote control,tuner driver,it is very useful
Platform: | Size: 78848 | Author: taoli | Hits:

[GDI-Bitmapali4

Description: pattern formation by visual c++ wich is produced four replica of Ali pattern and put them together to struct a beutiful graphical pattern
Platform: | Size: 1024 | Author: minoo | Hits:

[Linux-UnixC_variable_align_summary

Description: 总结的C语言中的数据对齐规则以及实例分析。比较完整的一个总结。-Summary of the C language data alignment rules, and case analysis. A more complete summary.
Platform: | Size: 15360 | Author: yuhao | Hits:

[OtherWiley_iPhone_SDK_3_Programming

Description: iPhone SDK 3.0 Programming Edition September 2009 Retail Ebook-ATTiCA-With iPhone SDK Programming, developers have the expert guidance they need to begin building native applications for Apple s new iPhone 3G as well as the iPod touch. Inside, veteran mobile developer and Bell Labs scientist Maher Ali begins with a foundational introduction to Objective C and Cocoa programming, and then guides readers through the building programs with Apple s iPhone SDK 3.0. Topics covered include: * User interface development and GUI controls * Working with animation * Making use of the camera and video * Utilizing the SQLLite Database * Making your applications location-aware And more. also interesting ... Apress.-.iPhone.Advanced.Projects.-.Development.Tales.of.iPhone.App.Masters.Edition.October.2009 Pragmatic.Programmers.-.iPhone.SDK.Development.Edition.2009 McGraw.Hill.-.IPhone.SDK.Programming.A.Beginners.Guide.Edition.October.2009 Oreilly.-.Programming.the.iPhone.User.Experience.Edition.September.2009 Apress.iPhone.Cool.Pr
Platform: | Size: 6383616 | Author: zengjian | Hits:

[SCMALI7107P

Description: 阿里7107p固件升级工具,内附升级说明文档,升级工具中包含有rom-Ali 7107p firmware upgrade tool, containing the upgrade documentation, upgrade tool contains rom
Platform: | Size: 4085760 | Author: 云之彼端 | Hits:

[VHDL-FPGA-VerilogAli3329C_Bootloader

Description: bootloader for ali c
Platform: | Size: 27648 | Author: zaki | Hits:

[2D Graphicsayed-saad-ali-el-065-c-lang

Description: c progra to make circle
Platform: | Size: 22528 | Author: shehzad | Hits:

[USB developUpgrade_USB--COM

Description: dvbs ali c upgrade usb
Platform: | Size: 180224 | Author: nardi | Hits:

[Driver Developm3501_a

Description: 3501 driver for ali chip
Platform: | Size: 41984 | Author: parity | Hits:

[Special EffectsAli

Description: un ensembles d opérateurs C++ piloté par une interface pour le traitement d image de type RAW
Platform: | Size: 95232 | Author: lostif | Hits:

[Bio-RecognizeDNA

Description: 基因序列比较 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 A C G T - A 5 -1 -2 -1 -3 C -1 5 -3 -2 -4 G -2 -3 5 -2 -2 T -1 -2 -2 5 -1 - -3 -4 -2 -1 * 比较AGTGATG与GTTAG 第一种对齐方案为: 首先可以给AGTATG插入一个空格得:AGTAT-G GTTAG插入3个空格即得:-GT--TAG 上面的匹配分值为:-3+5+5+(-2)+(-3)+5+(-3)+5=9. 第二种对齐方案为: AGTGATG -GTTA-G 得到的分值为:(-3)+5+5+(-2)+5+(-1)+5=14. 当然还有其它对齐方式,但以上对齐方式是最优的,所以两个基因的相似度就为14。-Comparison of sequences from the human gene of the four nucleotides, respectively, by the letters ACTG. Requested to prepare a program to compare two gene sequences according to the following plan and determine their degree of similarity. Given that two and two gene sequences AGTGATG GTTAG, how they are similar to it? A method of measuring the similarity of two genes called alignment. Alignment method using a space can be added in place of the gene, so that equal lengths of the two genes, and calculating scores according to scoring matrix gene. ACGT- A 5-1-2-1-3 C-1 5-3-2-4 G-2-3 5-2-2 T-1-2-2 5-1- 3-4-2- 1* Compare AGTGATG GTTAG first aligned with the program as follows: First give AGTATG insert a space too: AGTAT-G GTTAG that was inserted into three spaces:-GT- TAG at the match score is:-3+5+5+ (-2 .)+ (-3)+5+ (-3)+5 = 9 second-aligned solutions for: AGTGATG-GTTA-G to get the score of: (-3)+5+5+ (-2)+5+ (-1)+5 = 14 Of course there are other alignment, but the above is the optimal ali
Platform: | Size: 2048 | Author: DAI | Hits:

[Windows DevelopAliMa

Description: 阿里登陆,老版本的,可以借鉴下,基于C#写的东西-Ali landed, the old version, you can draw on, write something based on C#
Platform: | Size: 48128 | Author: cdx | Hits:

[OtherC

Description: hi this mohammed ali -hi this is mohammed ali
Platform: | Size: 1841152 | Author: mohammed | Hits:

[Linux-Unixflexcop-hw-filter

Description: USB Driver for ALi m5602 based webcams.Linux driver for digital TV devices equipped with B2C2 FlexcopII(b) III flexcop-hw-filter.c - pid and mac address filtering and control functions see flexcop.c for copyright information.
Platform: | Size: 2048 | Author: yongnvmui | Hits:

[Compress-Decompress algrithmsALI-Info-source-v2.00

Description: ali c and b decompresse frimwer
Platform: | Size: 18432 | Author: karim | Hits:

[DocumentsC程序员语言面试100题

Description: c语言面试100题,收集华为,中兴,阿里,腾讯等公司笔试,面试题。(C language interview 100 questions, collect HUAWEI, ZTE, Ali, Tencent and other companies written examination, interview questions.)
Platform: | Size: 1016832 | Author: 魑魅 | Hits:
« 12 »

CodeBus www.codebus.net