Welcome![Sign In][Sign Up]
Location:
Search - sample.a

Search list

[J2MEclip

Description: 这是J2ME中分割图片的一个技巧代码.非常的好-This is a J2ME in a split picture code skills. Very good
Platform: | Size: 1024 | Author: Harvey | Hits:

[AlgorithmADINA84

Description: ADINA84有限元编程学习的好例子,为fortran代码-Finite Element Programming ADINA84 a good example of learning for the fortran code
Platform: | Size: 484352 | Author: wangfeng | Hits:

[Windows CEDONUTS

Description: Windows CE 5.0 DirectDraw 微软示例源代码 一个比较小巧俱全的游戏源代码-Microsoft Windows CE 5.0 DirectDraw sample source code of a relatively small taste of the game source code
Platform: | Size: 323584 | Author: 无语 | Hits:

[VC/MFCMFC_UI

Description: 包括了差不多所有的MFC常用控件,如果你是初学者,相信这里有你想要的-Includes almost all of the MFC common controls, if you are a beginner, I believe here you want to have the
Platform: | Size: 6689792 | Author: 小样 | Hits:

[Communication-MobileGSMComm

Description: a sample code for send sms using GPRS Modem.
Platform: | Size: 16384 | Author: david | Hits:

[Data structs1059

Description: Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12 -Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a+ b Sample Input 5 7 Sample Output 12
Platform: | Size: 114688 | Author: | Hits:

[GIS programstmeditor

Description: vc 开发的交通电子地图程序,vc环境编译通过,不错的代码-vc developed electronic maps traffic procedures, vc compiler environment is passed, a good code
Platform: | Size: 100352 | Author: 无名 | Hits:

[J2MEBluetoothDemo

Description: 名称:buletooth,一个j2me蓝牙连接传输的实例,包括客户端和服务器端两种模式-Name: buletooth, a Bluetooth connection j2me examples of transmission, including client and server in two modes
Platform: | Size: 15360 | Author: mark | Hits:

[VC/MFCprogmfc2

Description: The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing sample code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks.
Platform: | Size: 5460992 | Author: ch | Hits:

[3D GraphicVolumeTexture

Description: The VolumeTexture sample illustrates how to use the new volume textures in Direct3D. Normally, a texture is thought of as a 2D image, which have a width and a height and whose "texels" are addressed with two coordinate, tu and tv. Volume textures are the 3D counterparts, with a width, height, and depth, are are addressed with three coordinates, tu, tv, and tw.
Platform: | Size: 16384 | Author: Phoebuson Ryao | Hits:

[.netDMCC_CSharp_TeleCommuter_Sample_Code

Description: Avaya DMCC .NET Samples. 一个CTI的应用系统。供参考。-Avaya DMCC. NET Samples. A CTI applications. For reference.
Platform: | Size: 55296 | Author: yi qizhi | Hits:

[Software Engineeringresource-management-software-design

Description: 一个设计文档的样例 Design Report: Resource Management Software Electrical Engineering and Computer Science Department Milwaukee School of Engineering-A sample design document Design Report: Resource Management SoftwareElectrical Engineering and Computer Science DepartmentMilwaukee School of Engineering
Platform: | Size: 800768 | Author: Draco | Hits:

[Dialog_WindowSkinWindow

Description: VC6+WTL 7.0实现窗口的非客户区换肤。示例程序是一个SDI窗口,示例皮肤使用了OFFICE 2007的外观。换肤的方法主要是处理了非客户区绘制的一些消息,诸如NC_PAINT等。-VC6+ WTL 7.0 to achieve the window non-client area skin. Sample program is a SDI window, the skin sample used OFFICE 2007 appearance. Skin ways to deal primarily with non-client area drawing a number of sources, such as NC_PAINT such.
Platform: | Size: 131072 | Author: 徐宇 | Hits:

[Oracleocitest

Description: oci函数批量插入数据,使用绑定数组的方法,一次批量绑定2000条,代码经过编译测试。-oci function of bulk insert data, use the bind array method, a 2000 bound volume, compiled test code.
Platform: | Size: 386048 | Author: junally | Hits:

[Multimedia DevelopAvi

Description: This sample shows how to build a color images sequence and how to read a sequence from an existing avi file. For the building, the user has to load multiple image files, select a codec, and build the sequence. For the retrieval of a sequence from an existing avi file, the user has to open an avi file, and retrieve it. The document holds an EC24Image to get the images before the building or after the retrieval, and an EImageSequence. Therefore, other compressed format than 24-bit are not yet supported by this program for retrieval.-This sample shows how to build a color images sequence and how to read a sequence from an existing avi file. For the building, the user has to load multiple image files, select a codec, and build the sequence. For the retrieval of a sequence from an existing avi file, the user has to open an avi file, and retrieve it. The document holds an EC24Image to get the images before the building or after the retrieval, and an EImageSequence. Therefore, other compressed format than 24-bit are not yet supported by this program for retrieval.
Platform: | Size: 26624 | Author: magnilog | Hits:

[ERP-EIP-OA-Portalsample

Description: 设计一个学生成绩管理系统,对上学期的本班的学习成绩进行管理,具有查询和检索功能,并且能够对指定文件操作,也可将多个文件组成一个文件。 A、 设计内容 1、每一条记录包括一个学生的学号、姓名、性别、各门课成绩(上学期的科目)、平均成绩。 2、输入功能:可以一次完成若干条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名或学号查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、将学生记录存在文件student.dat中。 8、应提供一个界面来调用各个功能,调用界面和各个功能的操作界面应尽可能清晰美观!
Platform: | Size: 79872 | Author: zhoujinhe | Hits:

[uCOS2LED

Description: ucos on lpc213x ,and a sample for the arm7
Platform: | Size: 363520 | Author: bill.zhang | Hits:

[Windows DevelopVistaForm2007

Description: vb6.0实现Vista界面源码。里面包含了测试用的工程-VB6.0 source realize Vista interface. Which contains a test project
Platform: | Size: 52224 | Author: | Hits:

[Audio programssrc-1.30

Description: 一个声音采样率转换的软件,可以实现不同采样率之间的转换,效果非常好。-A voice sample rate conversion software, can be achieved between different sample rate conversion, the effect was very good.
Platform: | Size: 137216 | Author: choujs | Hits:

[OS programc++sample

Description: 指针,多线成,容器的使用,非常方便的使用介绍-Pointer, into a multi-line, container use, very convenient to use the introduction
Platform: | Size: 657408 | Author: liubing | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net