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

Search list

[USB developmchpmsd

Description: pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/ writer interface.-pic mcu code : This application note describes the design and implementation of a USB Mass Storage Device (MS D) using a Secure Digital card, which should prove useful to developers of USB m ass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital / Multimedia Card (SD / MMC) reader / writer inter face.
Platform: | Size: 469551 | Author: 赵伟刚 | Hits:

[GDI-BitmapAss

Description: 圖片興場碰撞偵察,及上下左右控制-Photo-field collision detection, and control levels have
Platform: | Size: 27340 | Author: 暗滅。邪影 | Hits:

[ASP雨丝V论坛最终版

Description: 其他网站,转载的论坛的源代码。请指教,多指点迷津。-other sites, reproduced in the forum's source code. Please enlighten more ass.
Platform: | Size: 2816853 | Author: wgw | Hits:

[GDI-Bitmapass

Description: 本文首先介绍了边缘的定义,说明了传统的几种边缘检测算子并比较了它们算法的不同与优缺点。随后引入了小波的思想、小波的基本概念, -This paper introduces the edge of the definition, Note some of the traditional edge detection operators and compare them with the different algorithms advantages and disadvantages. The subsequent introduction of wavelet thinking, wavelet the basic concepts,
Platform: | Size: 1586960 | Author: | Hits:

[CSharp10334

Description: 作业调度实验 \\App.ico ............\\AssemblyInfo.cs ............\\bin\\Debug ............\\bin ............\\CodeFile1.cs ............\\Form1.cs ............\\Form1.resx ............\\InputForm.cs ............\\InputForm.resx ............\\Main.cs ............\\obj\\Debug -scheduling experiment \\ App.ico ............ \\ Ass emblyInfo.cs ............ \\ bin \\ Debug ... ...... \\ bin ............ \\ CodeFile1.cs ..... ....... \\ Form1.cs ............ \\ Form1.resx. ........... \\ InputForm.cs ............ \\ Ion utForm.resx ............ \\ Main.cs ......... ... \\ obj \\ Debug
Platform: | Size: 23144 | Author: lingbing | Hits:

[Video Capturevideosav_src

Description: The Videosav demo supplied, is a modified version of the DirectX.Capture class example written by Brian Low. This example can be found at: http://www.codeproject.com/cs/media/directxcapture.asp The Videosav demo should be usable right away. -demo supplied, is a modified version of the DirectX.Capture cl ass example written by Brian Low. This example c an be found at : http : / / www.codeproject.com / cs / media / directxca The Videosav pture.asp demo should be usable ri 86-108 away.
Platform: | Size: 13350 | 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:

[ADO-ODBCEODL_demo

Description: how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article. -how to extend an OLE DB consumer template cl ass and make it much easier to use in application s. I had also explained how you can utilize the po wer of C exception-handling feature to make you r work easier, especially in error handling. It was just a smal l class in my last article.
Platform: | Size: 306176 | Author: | Hits:

[Other resourceass

Description: 基于小波变换和HVS的图像数字水印的研究
Platform: | Size: 322601 | Author: jl | Hits:

[Other resource简单的赛车游戏1

Description: 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。没写好画圆的函数,红绿灯只好用几个方块表 示了,嘿嘿。 程序在masm5.0下编译通过,在此贴出来,希望与初学者及汇编爱好者共同学习讨 论。因为我也是个初学者,里面的内容也是一些适合初学的东西,相信大家都能看懂。-the procedure is pursuing a compilation of curriculum design, but also spent a lot of time, because of learning, many have run into trouble. First is the issue of car painting, if the subroutine, the frequent changes in the parameters of procedures will become difficult to read, and later Wang finally found the application process will become easier to read, but because of macro calls the compiler will be launched Acer, Acer will use the compiled documents is relatively large. Then, it took the car to achieve animation and collision detection, as well as experienced hardships hard to complete. In particular, collision detection, they still could not find a good method, as well as three lanes of the majority of the code is redundant, experts also hope ass. Original prepared to do background
Platform: | Size: 6035 | Author: 向远 | Hits:

[Other Games简单的赛车游戏1

Description: 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。没写好画圆的函数,红绿灯只好用几个方块表 示了,嘿嘿。 程序在masm5.0下编译通过,在此贴出来,希望与初学者及汇编爱好者共同学习讨 论。因为我也是个初学者,里面的内容也是一些适合初学的东西,相信大家都能看懂。-the procedure is pursuing a compilation of curriculum design, but also spent a lot of time, because of learning, many have run into trouble. First is the issue of car painting, if the subroutine, the frequent changes in the parameters of procedures will become difficult to read, and later Wang finally found the application process will become easier to read, but because of macro calls the compiler will be launched Acer, Acer will use the compiled documents is relatively large. Then, it took the car to achieve animation and collision detection, as well as experienced hardships hard to complete. In particular, collision detection, they still could not find a good method, as well as three lanes of the majority of the code is redundant, experts also hope ass. Original prepared to do background
Platform: | Size: 6144 | Author: 向远 | Hits:

[USB developmchpmsd

Description: pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/ writer interface.-pic mcu code : This application note describes the design and implementation of a USB Mass Storage Device (MS D) using a Secure Digital card, which should prove useful to developers of USB m ass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/writer inter face.
Platform: | Size: 468992 | Author: 赵伟刚 | Hits:

[GDI-BitmapAss

Description: 圖片興場碰撞偵察,及上下左右控制-Photo-field collision detection, and control levels have
Platform: | Size: 26624 | Author: 暗滅。邪影 | Hits:

[WEB Codez_yusiVbbs

Description: 其他网站,转载的论坛的源代码。请指教,多指点迷津。-other sites, reproduced in the forum's source code. Please enlighten more ass.
Platform: | Size: 2817024 | Author: wgw | Hits:

[GDI-Bitmapass

Description: 本文首先介绍了边缘的定义,说明了传统的几种边缘检测算子并比较了它们算法的不同与优缺点。随后引入了小波的思想、小波的基本概念, -This paper introduces the edge of the definition, Note some of the traditional edge detection operators and compare them with the different algorithms advantages and disadvantages. The subsequent introduction of wavelet thinking, wavelet the basic concepts,
Platform: | Size: 1587200 | Author: | Hits:

[CSharp10334

Description: 作业调度实验 \App.ico ............\AssemblyInfo.cs ............\bin\Debug ............\bin ............\CodeFile1.cs ............\Form1.cs ............\Form1.resx ............\InputForm.cs ............\InputForm.resx ............\Main.cs ............\obj\Debug -scheduling experiment \ App.ico ............ \ Ass emblyInfo.cs ............ \ bin \ Debug ... ...... \ bin ............ \ CodeFile1.cs ..... ....... \ Form1.cs ............ \ Form1.resx. ........... \ InputForm.cs ............ \ Ion utForm.resx ............ \ Main.cs ......... ... \ obj \ Debug
Platform: | Size: 22528 | Author: lingbing | Hits:

[Otherass_srt_time_change

Description: 自己开发的一个小工具,可以修改srt和ass时间轴的小工具-Self-developed a small tool that can modify the srt and ass gadgets Timeline
Platform: | Size: 481280 | Author: 临界点 | Hits:

[File Formatass-specs.doc

Description: file extension ass(subtitle format) specification file.
Platform: | Size: 25600 | Author: aliasV | Hits:

[Internet-Networkass

Description: 一个很有趣的小游戏,叫ass,可以下载看看,真的挺好玩儿的-A very interesting game, called the ass, you can download to see, really good play
Platform: | Size: 60416 | Author: 路健行 | Hits:

[DebugKalman Filter ASS

Description: KalmanFiLTER ASSİGNEMNT MATRİX
Platform: | Size: 3770 | Author: mertkoray123 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net