Welcome![Sign In][Sign Up]
Location:
Search - Load setting

Search list

[GDI-BitmapTerrainEdtPainterV1bSource

Description: Terrain Edit Tool To load a terrain you need to use the .ox3 look the sample in [TerrainLoad] folder. But you have two chose with the texture you can add a glmateriallib to your form and load the saved texture manualy with your setting. Or you can add a glmateriallib to your form and load the [YourTerrainfile]_.mat with the lib and set the Material.libname to Terrain . [YourTerrainfile].ox3 [Terrain Mesh]//User file [YourTerrainfile].ox3_.mat [Terrain Material Save]//User file [YourTerrainfile].ox3_.dat [Terrain Save/Load info]//Editor file [YourTerrainfile].ox3_.jpg [Terrain Texture]//Editor file and User file [YourTerrainfile].ox3_Detail_.jpg [Terrain Detail map]//Editor file and User file Plz don t delete or move file in this folder it have some path name saved. Or if you like to delete your terrain delete all file with the same name in but you lose your terrain.
Platform: | Size: 1792639 | Author: 王維 | Hits:

[Menu control3txt

Description: 相关方法: PictureBox.point(x,y)得到(x,y)点的RGB值 PictureBox.PSet(x,y) z: 设置(x,y)点的颜色为z颜色 不过这里的picture Load进来后要进行转换,因为不是按照像素值来进行的。 -correlation method : PictureBox.point (x, y) be (x, y) of the RGB values PictureBox.PSet (x, y) z : Setting up the (x, y) of the color of color z But the picture here after coming here to Load for conversion, because it is not in accordance with the pixel value to the.
Platform: | Size: 2575596 | Author: 叶叶 | Hits:

[Other resourceAtlTraceTool

Description: To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.
Platform: | Size: 40791 | Author: 徐海峰 | Hits:

[GDI-BitmapTerrainEdtPainterV1bSource

Description: Terrain Edit Tool To load a terrain you need to use the .ox3 look the sample in [TerrainLoad] folder. But you have two chose with the texture you can add a glmateriallib to your form and load the saved texture manualy with your setting. Or you can add a glmateriallib to your form and load the [YourTerrainfile]_.mat with the lib and set the Material.libname to Terrain . [YourTerrainfile].ox3 [Terrain Mesh]//User file [YourTerrainfile].ox3_.mat [Terrain Material Save]//User file [YourTerrainfile].ox3_.dat [Terrain Save/Load info]//Editor file [YourTerrainfile].ox3_.jpg [Terrain Texture]//Editor file and User file [YourTerrainfile].ox3_Detail_.jpg [Terrain Detail map]//Editor file and User file Plz don t delete or move file in this folder it have some path name saved. Or if you like to delete your terrain delete all file with the same name in but you lose your terrain.
Platform: | Size: 1792000 | Author: 王維 | Hits:

[Menu control3txt

Description: 相关方法: PictureBox.point(x,y)得到(x,y)点的RGB值 PictureBox.PSet(x,y) z: 设置(x,y)点的颜色为z颜色 不过这里的picture Load进来后要进行转换,因为不是按照像素值来进行的。 -correlation method : PictureBox.point (x, y) be (x, y) of the RGB values PictureBox.PSet (x, y) z : Setting up the (x, y) of the color of color z But the picture here after coming here to Load for conversion, because it is not in accordance with the pixel value to the.
Platform: | Size: 2575360 | Author: 叶叶 | Hits:

[VC/MFCAtlTraceTool

Description: To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons. -err
Platform: | Size: 40960 | Author: 徐海峰 | Hits:

[source in ebookFactoryMethod

Description: 一个工厂模式的源码 采用反射技术 通过设定config文件配置加载类-A factory model of source reflection technique used by setting the config file to load configuration type
Platform: | Size: 40960 | Author: yangjian | Hits:

[DSP programex4_SCI

Description: 程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷键F5) 然后在串口调试助手中马上可以看到上部的接收显示区不断接收到数据57(为16 进制)。在串口助手的下部的发送区填入56,选中自动发送。数据即可通过串口发送到目标板。 查看DSP 是否收到数据,按如下操作:打开View->Watch window ,在下面刚弹出的Watch 区域中点右键,选择Insert, 出现的信息框中填入SCI_RXDATA,x 即可按十六进制方式显示出变量SCI_RXDATA 的值。如果正常,应可以看到该变量值为0x56。即说明RS232 双向通讯正常。 -Procedures where the directory: ex4_SCI Standard DB9 serial port to connect directly to PC serial port and serial port connected to the expansion board. Open the PC on the serial debug software. The default setting COM1, 9600N, 8,1. Selection by 16-band receive and transmit. Then open the CC2000, the following steps: 1. Project-> Open, open the project file directory. 2. Project-> Rebuild ALL, the compiler links 3. File-> Load Program 4. Debug-> GO Main 5. Debug-> RUN (shortcut F5) And at the serial debugging aides in the immediately can see the upper part of the receiving display data continuously received 57 (16 hexadecimal). Serial assistant at the lower part of the sending district fill 56, to select automatically sent. Through the serial data can be sent to the target board. See DSP has received data, according to the following steps: Open the View-> Watch window, just below the midpoint of the pop-up Right Watch region, select Insert, the inf
Platform: | Size: 31744 | Author: To_oo | Hits:

[Windows DevelopVisualLeakDetector

Description: visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TRUE" pops up when running a program with VLD without the debugger attached. + Some, but not all, multithreaded programs that dynamically load and unload many DLLs have been known to experience problems, such as deadlocks or exceptions, when used with VLD. + Failed assertion "exportmodule != NULL" pops up when running some programs with VLD. + VLD fails to show file names or function names in the memory leak report for some programs that are linked with the dynamic CRT library. + Access violation exceptions are thrown, but caught by the operating system, when running some programs with VLD. 1.9c beta (6 November 2006) --------------------------- New Features/Enhancments: + New NSIS installer makes setting up and using VLD much easier. + No need
Platform: | Size: 856064 | Author: weitidong | Hits:

[GDI-Bitmapthreeph

Description: relay for addaptive setting according to load
Platform: | Size: 8192 | Author: nishu | Hits:

[Dialog_WindowMyOpaqueLayer

Description: 半透明控件,通过设置Alpha值和backgroundcolor 自动生成半透明的遮罩层,同时在这个控件中间还有一个加载样式的gif图片。-Translucent controls, by setting the Alpha values and backgroundcolor automatically generated translucent mask layer, while the middle of this control, there is a load style gif images.
Platform: | Size: 98304 | Author: 赵保龙 | Hits:

[SCMchenzhong

Description: 本程序包括AD转化称重传感器的值,数码管显示,称重值的设置及报警程序-This process includes the value of the load cell AD conversion, digital control, weighing the value of the setting and alarm program
Platform: | Size: 1024 | Author: kiss | Hits:

[Multimedia DevelopTMS320C6416T-MPEG-4code

Description: :MPEG-4是当前最具影响的多媒体数据压缩编码国际标准。针对视频编码过程中计算复杂度高,系统运算量大等 特点,本文提出了在TMS320C6416T上实现MPEG-4编码的优化方法。为使MPEG-4编码器达到实时应用的要求,结 合C64x DSP的特点,采取了一系列软件优化方法,包括合理分配存储器,在内存开辟双缓冲区结构,用汇编程序实现 MPEG-4的核心算法以及对整个程序流程进行C语言级优化等。实验结果表明,该编码器可以对768 pixel×576 pixel, 25 frame/s的视频图像进行实时编码。-MPEG-4 iS one of the most important and influential international multimedia data compression encorders.To meet the demands of a video encoding for the large computation load and strong computing power,a optimized encoding method of MPEG-4 based on TMS320C6416T is presented. According to the characteristics of C64x DSP,severaI kinds of methods for software optimization are proposed,which includes allocating memories in reason,setting two buffers in a memory based on the characteristic of EDMA.realizing a core code by linear assembly language and optimizing C language for whole programs.Experimental results show that the encoder CaR realize real—time encoding for rid— eo images with 768 pixel X 576 pixel,in 25 frame/s。
Platform: | Size: 482304 | Author: 陈晓娟 | Hits:

[SCMAddInDesigner1

Description: I ve added support for the scroll wheel to the Microsoft Visual Basic for Applications 6 environment by carrying out the instructions on this page and I ve made sure, in the Add-In Manager, under Load Behavior, to check both the Loaded/Unloaded and Load on Startup check boxes but every time I open an mdb and go to the VBA editor window, I find the Loaded/Unloaded box unchecked. How can I make the setting stick
Platform: | Size: 1024 | Author: mol_dor | Hits:

[JSP/Javae5_3

Description: e5_2:关于继承和重载: 编写一个Java应用程序,设计一个运输工具类Transport,包含的成员属性有:速度(pace)、载重量(load);汽车类Vehicle是Transport的子类,其中包含的属性有:车轮的个数(wheels)和车重(weight);飞机Airplane类是Transport类的子类,其中包含的属性有:机型(enginetype)和发动机的数量(engines),每个类都有相关数据的输出方法。如对Transport类,就有getload()和getpace()方法获得对象的速度和载重量,有show()方法可以在屏幕上输出对象的速度和载重量,有构造方法(带参数)可以初始化某运输工具对象的速度和载重量。请定义汽车类和飞机类的构造方法和get方法,再用一个主类的main()分别定义这三个类的对象,设置其属性,并输出相应的属性值。 -e5_2: About inheritance and overloading: Write a Java application, to design a vehicle class Transport, including members of the attributes are: speed (pace), load (load) Automotive Transport Vehicle is a subclass, which contains the attributes: the number of wheels (wheels) and weight (weight) Aircraft Transport Airplane class is a subclass, which contains attributes: type (enginetype) and the number of engine (engines), each class has a data output method. Such as the Transport category, there getload () and getpace () method to obtain the object s speed and load, a show () method of the object on the screen output speed and load, a constructor (with parameters) to the initial The object of a vehicle speed and load. Define auto and aircraft constructor classes and get methods, then a main class main () are defined three classes of objects, setting its properties, and output the corresponding property value.
Platform: | Size: 3072 | Author: 施敏 | Hits:

[OtherGPA-caculator

Description: GPA计算器 在VC++6.0上实现 载入分数文件 通过设定不同的标准得出GPA-GPA Calculator, achive in VC++6.0, load scores file, Obtained GPA by setting different standards
Platform: | Size: 1653760 | Author: 许凝 | Hits:

[Other Web Codeajax

Description: ajax精简框架//更新2012-2-20 //1、异步数据加载可以进行加载方式get,post的设定 //2、异步同步模式的属性设定 //3、数据加载自动超时设置 //4、***数据加载事件的添加,通过事件可以进行服务器数据的实时处理 //5、增加回调函数中用户自定义参数this.e //6、增加ajax反复提交控制,只需将ajax对象定义为全局变量,每次提交都会进行等待上次提交的执行结果 //7、修改数据反复提交时XmlHttp对象被反复创建的问题 //8、修复重大BUG,多个AJAX事件覆盖问题-ajax Compact Framework// Update 2012-2-20 //1, asynchronous data loading can be loaded way to get the setting of the post //2, asynchronous synchronization mode property is set //3, the data is loaded automatically timeout setting / /*** Load event to add an event can be a real-time processing of server data //5, increasing the user-defined callback function parameters this.e //6, an increase ajax repeatedly submitted to control, just the ajax object is defined as global variables, each commit will wait for the last submission of the Executive Line results //7, modify the data repeatedly submitted XmlHttp objects repeatedly created //8, to repair a major BUG multiple AJAX event coverage problems
Platform: | Size: 2048 | Author: 邬金霄 | Hits:

[OpenGL programMilkshape3D_Importer

Description: 1。动画规模因素是用来控制动画率。 2。阈值是用来控制多少在进口UV坐标网格/网格。 3。自从MilkShape3D ascii文件不包含信息的速度播放,我用25 fps射击。 * *历史 1。修理几乎所有的动画虫子发现在0.5版本。 2。支持Milkshape3D Ascii文件。 3。使动画更符合Milkshape3D钥匙。 4。纹理路径解决新旧版本的MilkShape3D文件。-This plug-in is for importing Milkshape3D file(ms3d) Milkshape3D Ascii file(txt) to Maya 8.0. This plug-in supports models with animations and materials. This plug-in is able to import the latest ms3d file with up to four skin weights. Neither Mac OS X nor Windows/Linux 64bit has been supported yet. * Installation* 1. Copy Ms3dImport.mll to your maya plug-ins directory. (For example: "C:\Program Files\Alias\Maya8.0\bin\plug-ins") 2. Copy RubyTranslatorOpts.mel to your maya scripts directory. (For example: "C:\Documents and Settings\user\My Documents\maya\8.0\scripts\others") 2. Launch maya and load this plug-in. (Window-> Setting/Preferences-> Plug-in Manager, select "Ms3dImport.mll"). * Usage* Main menu File-> Open/Import Attention: 1. Animation scale factor is used to control the animation rate. 2. Threshold value is used to control the how many UV coordinates in the imported mesh/meshes. 3. Since MilkShape3D ascii file doesn t contain information of
Platform: | Size: 43008 | Author: zhuhaimjw | Hits:

[VHDL-FPGA-VerilogThe-FPGA-high-speed-data-acquisition

Description: 摘要:介绍了现场可编程门阵列FPGA(Field Programmable Gate Array)器件XCS30的主要特点、技 术参数、内部结构和工作原理,I}述了其在电力系统高速数据采集系统中的应用实例。电力数据采 集装置—馈线终端单元(FTU)需要监测多条线路的电压和电流,实时性要求高,充分利用FPGA 的并行处理能力,对输入信号实行同时采样、分时进行A/D转换,通过在FPGA片上构建的DRAM 进行数据的快速传输。FPGA在系统中承担了较多的实时任务,使DSP芯片TMS320F2812可以在 每个周期时间(20 ms)内完成所有线路的快速傅里叶计算,调用故障分析处理子程序。FPGA降低 了DSP的负荷率.系统的可靠性得到了提高.实际产品应用于配电自动化系统时.故障定位迅速、准确。 -Abstract: this paper introduces the Field reprogrammable Array FPGA (Field Programmable Gate Array) devices XCS30 the main characteristics and skills Technique parameters, internal structure and working principle, I in its power of} system high speed data acquisition system of application examples. Power data mining Set device-feeder terminal units (FTU) the need to monitor several routes of voltage and current, high real time requirement, make full use of FPGA The parallel processing ability, to the input signal and the sampling, points to A/D conversion, through the FPGA in setting up A piece of DRAM Data fast transmission. FPGA in system for more real-time tasks, make the digital signal processor (DSP) TMS320F2812 can be in Each cycle time (20 ms) all the finish line fast Fourier calculation, analysis on fault processing procedure call. FPGA reduce The load rate of DSP. Of the reliability of the system improved. The actual products used in power distribution
Platform: | Size: 88064 | Author: 刘恒 | Hits:

[LabViewparameter-setting

Description: Labview 参数的以二进制的形式保存设定,加载-Labview parame Load and save
Platform: | Size: 131072 | Author: 張生 | Hits:
« 12 »

CodeBus www.codebus.net