Welcome![Sign In][Sign Up]
Location:
Search - BIN M

Search list

[Internet-Networksp54convert.tar

Description: Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl> -Simple SunPlus SP54 codec converter and a m ore playable mode suited. untar the archive go to t he relevant directory to compile : just do make to install : with root account sp54convert cp / usr / local / b in to use : sp54convert infile outfile Enjoy! ! Michel Xha ard
Platform: | Size: 29887 | Author: 孙敦远 | Hits:

[Other resourcelinkedmatrix

Description: 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a matrix. 3. multiply of two matrix. etc.-based on two-dimensional chain of sparse matrix model semi-plate design of Class A's template parse matrix. Key technology : bin. 2-m linked matrix. constructors : 1.normal constuctor 2.copy constuctor. 3.ass ignment constructor. Basic operator : 1. addition (sub) 2 matrix of two. inverse of a ma trix. 3. multiply of two matrix. etc
Platform: | Size: 7136 | Author: 狄中泉 | Hits:

[Other resourceKalmanfilter_GUI

Description: kalman滤波GUI(matlab6.5) m代码在m_files目录中,主函数为fildis 执行独立exe时,需..\\bin\\win32下的dll支持.可以在autoexec.bat中加入此目录, 也可将dll文件拷出放入同一目录下,对于独立exe若要从mat文件初始化,mat文件目录全名需无中文字符。 可以作为设计各种kalman滤波器的开发导航,参数可以自己设置。-Kalman filtering GUI (matlab6.5) m in m_files code directory , the main function of an independent fildis exe, need .. \\ bin \\ dll under win32 support. in the autoexec.bat to add this Contents may also be dll Add document beat out the same directory, independent exe To initialize the document from the mat, mat directory full name needs no Chinese characters. Can be used as the design of the Kalman filter developed navigation, their parameters can be set up.
Platform: | Size: 52255 | Author: horfort | Hits:

[Other resourcetffs514-vxworks-bin

Description: M-System公司最新的DOC电子盘的TFFS驱动程序,支持最新的DOC芯片和MSystem电子盘
Platform: | Size: 3109279 | Author: 高源 | Hits:

[Develop Toolseclipse编程附件\jdic-20060613-bin-windows.zip

Description: 【SSD7】-EX3答案(queries.sql)2008-08-01 16:48/*1.Display the ID, first name, and joining date of each member whose ID begins with the letters "A%B" or "A&B" and who joined the library no later than Nov. 30, 1997. */ SELECT libid,fname,Join_date FROM MEMBER4 WHERE (libid like 'A\%B%' escape '\' or libid like 'A&B%') and Join_date 1 AND SUM(Qty) > 10 ORDER BY SUM(Qty) ASC /*3.List the IDs and first names of all the members who have read less than 5% of the total number of books read from the library, in non-decreasing order of the number of books read by each.*/ SELECT member4.libid,fname,SUM(TimesRead) AS TotalTimesRead FROM MEMBER4 INNER JOIN READ_BY4 ON MEMBER4.libid = READ_BY4.libid GROUP BY MEMBER4.libid,fname HAVING SUM(TimesRead) 1) ORDER BY fname ASC; /*5.List the names of the suppliers and their respective average quantities of title orders received, whose average quantities of title orders received is more than the average quantity of an order in the system.*/ SELECT SUPPLIER4.name,AVG(Qty) AS Avg_qty FROM SUPPLIER4 INNER JOIN (ORDERED4 INNER JOIN PURCHASE_ORDER4 ON PURCHASE_ORDER4.PoNum = ORDERED4.PoNum) ON SUPPLIER4.Supplier_Id = ORDERED4.Supplier_Id GROUP BY SUPPLIER4.name,ORDERED4.Supplier_Id HAVING AVG(Qty) > (SELECT AVG(Qty) FROM PURCHASE_ORDER4) /*6.List alphabetically the first names and IDs of all the male members of the library who joined before Oct. 10, 1995, who have read only five or fewer different titles, and who have not read the same title twice or more*/ SELECT MEMBER4.fname,MEMBER4.libid,READ_BY4.TimesRead,COUNT (DISTINCT CallNumber) FROM MEMBER4 INNER JOIN READ_BY4 ON MEMBER4.libid = READ_BY4.libid WHERE MEMBER4.Gender = 'M' AND Join_date < '1995-10-10'AND TimesRead < 2 GROUP BY MEMBER4.fname,MEMBER4.libid,READ_BY4.TimesRead HAVING COUNT (DISTINCT CallNumber) <= 5
Platform: | Size: 873693 | Author: c978645312@163.com | Hits:

[Linux-Unixbochs-2.1.1.win32-bin

Description: 可用于虚拟主机,适用WIN98/WIN2-for virtual server, application WIN98/WIN2
Platform: | Size: 2726912 | Author: wjk | Hits:

[File OperateMot2Bin

Description: 将摩托罗拉的s19记录文件转化为二进制格式的程序,注意文件大小不能超过16M-s19 of Motorola's record of documents into binary format procedures, attention to the file size can not exceed 16 M
Platform: | Size: 50176 | Author: 黄国钧 | Hits:

[VxWorkstffs514-vxworks-bin

Description: M-System公司最新的DOC电子盘的TFFS驱动程序,支持最新的DOC芯片和MSystem电子盘-M-System
Platform: | Size: 3108864 | Author: 高源 | Hits:

[Algorithmdongtaiguihua

Description: 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。-Set up a plane m n of the grid, will be the lower-left corner of the grid points marked as (0,0) and the upper right corner of the grid point marked as (m, n). A person from (0,0) along the starting grid to reach the road (m, n), but the grid point (i, j) Department only him right up the road or the road, up the road price for the aij ( amj = ¥), the road to the right price is bij (bin = ¥). Try to design a dynamic programming algorithm, in this grid for travelers to find a minimum cost of travel routes. Advanced programming language used to write programs to solve dynamic programming model.
Platform: | Size: 1024 | Author: 陆嘉鸣 | Hits:

[MTKmtk-res-editV29

Description: mtk直接读取和修改ROM文件,能修改和导出导入bin中的图片和铃声-MTK ROM directly read and modify files, modify and export to import bin of pictures and ring tones
Platform: | Size: 1960960 | Author: 喻东强 | Hits:

[3D GraphicNewton_WOWstyle

Description: 模仿魔兽世界视角,使用irrlicht 3D开源游戏引擎和newton物理引擎,\display\bin目录里的demo.exe可以直接运行。快捷键wsqe前后左右移动,ad左右旋转。鼠标滚轮可以直接调整视角距离人物的距离。快捷键C为定向发射正方体,正方体的材质我没处理好。快捷键L可以扔出人物身上的小球,“G”可以捡起小球。鼠标点击移动的源码暂不提供。 \demo目录里的demo.sln为visual C++2005版本,如果装的有VS2005或者2008的可以直接运行。-err
Platform: | Size: 3721216 | Author: 径遂 | Hits:

[OtherHex2Bin

Description: HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called HEX, which seems to be a format set by Intel, that is, put the binary machine code files with 16 M of characters in the form of [text] preservation, written into the cpu or rom before the need for transformation, this small program will be able to complete the task. [I upload the code are Fwr original]
Platform: | Size: 30720 | Author: fwr | Hits:

[Windows Developvccom

Description: 用VC^++实现多线程方式下的串行通信 摘要:结合实际工程,在VC 环境下通过采用创建事件对象来保持线程同步、利用两个监听函 数提高数据接收效率和可靠性等措施实现了多线程串行通信,完成了工程前端数据采集器与后台 计算机之间的数据传输。 关键词:串行通信;多线程;VC 中图分类号:TN919.3 文献标识码:A-Serial communication realization by multiple threads in VC++ ZH AN G W ei—gang。cH EN W en—bin (School of Information Engineering,Chang an University,Xi an 710064,China) Abstract:Combined with an actual project,the data transference between a data collector and a computer was realized by means of multiple threads serial communication under the VC environment by adopting measures of creating event object to keep synchronous among threads and making use of two monitor functions to increase data receiving efficiency. Key words:serial com munication;m ultiple threads;VC
Platform: | Size: 134144 | Author: wLiao | Hits:

[SCMBootLoad_PeiMegaLoader

Description: 一个BootLoader程序和PC端的VB源代码 AVR程序是由527DZ的代码修改而来,主要修正了1个Bug,并增加了页地址效验 目标系统是M8,11.0592M,可根据需要修改,熔丝位BOOTRST要编程 VB程序只支持Bin文件,不支持Hex文件,可使用Hex2Bin工具转换,或使用烧录工具,调入后再保存成Bin文件,只是要注意长度,不要写到Boot区地址 -A BootLoader program and the PC side of the VB source code for AVR procedure is governed by the code changes from 527DZ mainly fixes a Bug, and to increase the efficacy of the page address target system is M8, 11.0592M, can be modified, fuse bits BOOTRST VB program to program only supports Bin files, does not support the Hex file, you can use the Hex2Bin tool conversion, or use the burn tool, and then transferred into the Bin file to save, but pay attention to length, do not write Boot Area Address
Platform: | Size: 41984 | Author: wangyi | Hits:

[OtherCargobin-packingproblem.jsp

Description: 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB current directory and named zhuangxiang.m, simply type in the command window zhuangxiang, press the Enter key, according to prompts can be solved by greedy algorithm cargo bin-packing problem, in order to achieve the optimal solution.
Platform: | Size: 3072 | Author: 姚国标 | Hits:

[JSP/JavaBIN

Description: 我写信告诉我们曾经对是否收门票的公园,应收取讨论你。我们60%的同学认为,入场费没有达到人们的预期,有一个公园被认为是一个地方,市民可以在家里或工作的一个很好的时候,他们不也忙。 如果收门票必须由一个公园的旅客支付的,有必要建立一个大门和围墙。在最后一个城市将在一个坏看看。我们40%的同学认为,入场费可以接受,但不能过于昂贵。从门票销售的钱可用于支付公园的园丁,购买鲜花和一些其他种类的树木-VERY GOOD I’m writing to tell you about the discussion we have had about whether an entrance fee should be charged for parks. 60 of us schoolmates think that an entrance fee do not meet people’s expectations, for a park is considered to be a place where the public can have a good time when they are not busy either at home or at work. If an entrance fee must be paid by the visitors for a park, it will be necessary to build a gate and surrounding walls. In the end a city will take on a bad look. 40 of us schoolmates think that an entrance fee can be accepted, but it must not be too expensive. The money from ticket selling can be used for paying the gardeners in the park and buying some other kinds of flowers and trees
Platform: | Size: 4048896 | Author: 张明霞 | Hits:

[AlgorithmBin-Packing

Description: sur le probleme de bin- packing, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.
Platform: | Size: 88064 | Author: as ab | Hits:

[Oraclescott

Description: SQL_scott 案例 是郝斌老师一步一步从Oracle中分离出来的 不可多得的 希望对你有帮助-SQL_scott case of Hao Bin, the teacher step by step, to separate from the Oracle rare hope you have
Platform: | Size: 1728512 | Author: 陈天笑 | Hits:

[Software EngineeringMATLAB.m-to-dll

Description: 在没有安装MATLAB的计算机上,以上程序是无法正常运行的。好在MATLAB 将其所有的运行库,打包成了一个自解压文件。C:\MATLAB6p5\extern\lib\win32\mglinstaller.exe 在没有安装MATLAB的计算机上,运行mglinstaller.exe,它解压出两个目录 bin 和toolbox。你只要把 bin\win32 加入到计算机系统变量PATH中即可。 -On a computer that is not installed MATLAB, the above procedure is not normal operation. Fortunately, MATLAB runtime, packaged into a self-extracting file. C: \ MATLAB6p5 \ extern \ lib \ win32 \ mglinstaller.exe not installed MATLAB computer, run mglinstaller.exe, unpack it in two directories bin and Toolbox. You just put bin \ win32 added to the computer system PATH variable to.
Platform: | Size: 131072 | Author: dvdv123 | Hits:

[Software Engineeringdoxygen-1.8.9.1.windows.x64.bin

Description: doxygen for ARM cortex M
Platform: | Size: 9560064 | Author: jcc18 | Hits:
« 12 3 »

CodeBus www.codebus.net