Welcome![Sign In][Sign Up]
Location:
Search - image icon

Search list

[WEB Codedownload-vxWorks-Image-from-serial

Description: 使用串口下载vxworks映象的方法,在文章中包括了详细的操作步骤和相应图示,以及需要对BSP进行修改的源代码内容-use serial download vxworks mapping methods The article includes detailed steps and the corresponding icon on the BSP and the need to modify the source code as
Platform: | Size: 124416 | Author: eric | Hits:

[PHP商家点评插件有地图版插件for UCHome 1.5

Description: 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件). 其中config.shop.inc.php文件需要有写权限(linux). 运行shop_install.php 打开shop.php文件。将 $_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上KEY。如您还没有google KEY 请到 http://code.google.com/intl/zh-CN/apis/maps/signup.html 免费申请! 地图显示您想要的地方的方法: 首先打开Google地图,在上面寻找一个地址,然后上下左右移动地图,让这个地址正好处于地图的正中心位置,当您想寻找坐标位置已经处于地图的中心位置的时候,拷贝并粘贴以下代码到你的浏览器地址栏:   javascript:void(prompt('',gApplication.getMap().getCenter())); 然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度。 1 在admincp.php: 第一处: $acs = array( array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share') ); 修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 ) $acs = array( array('index','config', 'privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share'), array('base','pingdao','neirong','shop','reviews','shoptags') ); 第二处: for($i=0; $i<5; $i++) {//由原来的3改成现在的5,其他不用修改 foreach ($acs[$i] as $value) { if($isfounder || $megroup['manage'.$value]) { $menus[$i][$value] = 1; $_SGLOBAL['usergroup'][$_SGLOBAL['member']['groupid']]['manage'.$value] = 1; } } } 第三处: if(empty($_GET['ac']) || (!in_array($_GET['ac'], $acs[0]) && !in_array($_GET['ac'], $acs[1]) && !in_array($_GET['ac'], $acs[2]) && !in_array($_GET['ac'], $acs[3]) && !in_array($_GET['ac'], $acs[4]) && !in_array($_GET['ac'], $acs[5]))) { //加上 && !in_array($_GET['ac'], $acs[4] && !in_array($_GET['ac'], $acs[5]),注意修改完后$acs[5]后面应有三个 ) 符号 3 admin/tp/header.htm: <!--{eval $_TPL['menunames'] = array( 'config' => '站点设置', 后加上: 'base' => '积分与审核', 'pingdao' => '频道设置', 'shoptags' => '标签管理', 'shop' => '商铺管理', 'neirong' => '点评内容', 'reviews' => '回应内容', 4 admin/tpl/side.htm开始处加入: <!--{if $menus[3]}--> <div class="block style1"> <h2>点评系统</h2> <ul class="folder"> <!--{loop $acs[4] $value}--> <!--{if $menus[4][$value]}--> <!--{if $ac==$value}--><li class="active"><!--{else}--><li><!--{/if}--><a href="admincp.php?ac=$value">{$_TPL[menunames][$value]}</a></li> <!--{/if}--> <!--{/loop}--> </ul> </div> <!--{/if}--> 5 在侧栏增加链接。 template/default/header.htm中找到 <li><img src="image/app/share.gif"><a href="space.php?do=share">分享</a></li> 加上 <li><img src="image/icon/shop.gif"><a href="shop.php">商家点评</a><em><a href="shop.php?ac=new">发布</a></em></li> 更新缓存。 如果安装后出现白屏现象,请重新检查所安装文件是否有语法错误。然后通过删除UCH安装目录下的data/tpl_cache/目录下的文件,此功能相当于更新缓存。 运行shopinstall.php 在header.htm相应的位置加上<li><img src="image/icon/shop.gif" alt="通讯录" /><a href="shop.php">通讯录</a></li> admin/tpl/config.htm 找到<tr> <th>未认证实名权限</th> <td> <table> <tr> <td width="120">允许加好友</td> <td> <input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否 </td></tr> 在其下面添加 <tr> <td width="120">允许商铺点评</td> <td> <input type="radio" name="config[name_allowshop]" value="1"<!--{if $configs[name_allowshop] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowshop]" value="0"<!--{if $configs[name_allowshop] != '1'}--> checked<!--{/if}-->>否 </td></tr>
Platform: | Size: 111029 | Author: tianfuo@sina.com | Hits:

[Multimedia Develop实现多媒体数据库

Description: 本程序实现了想数据库中添加多媒体文件和文件说明,同时 还可以浏览相应的文件图标。点击连接,还可以打开文件, 能够方便的查看多媒体文件的属性和打开多媒体。 通常,要想在数据库中调用多媒体文件,两种方法:内置和外挂。 一般内置法只合适于小的图象数据库。外挂法的特点: 数据库和多媒体文件相互独立,即在数据库中只有文件名, 没有文件本身。当然,数据库中文件名对应的文件最好是 都保存在同一个目录下面。-the program to the database to add multimedia files and notes, can also browse the corresponding document icon. Click on the link, can also open documents to check to make multimedia files attributes and open multimedia. Usually, if the database called multimedia files, both methods : Internal and external. Built-law generally only suitable for small image database. External features of the Act : databases and multimedia files independent of each other, only in the database file name, not the file itself. Of course, the database file name corresponding document is best kept in a directory.
Platform: | Size: 8192 | Author: 张波 | Hits:

[CSharpoocr_v2_07252004

Description: sdfa Open OCR (oocr) is a character recognition program used for automatic scanning of documents and forms. oocr is based on the idea of automatic form/document reading, which can create a batch process in recognizing areas of interest for forms or automatically scan entire documents and scanned images for character recognition. oocr is written in C on Windows (win32) libraries. All of the source code to the program is made available under the GNU General Public License (GPL) _________________________________________________________ History July 25,2004 : 2nd Release [NOT to be intended as a stable working release] Added: Program Icon Started: Image Processing for background detection Started: Bound Box reduction/fitting for standard scanning July 16,2004 : Initial Release [NOT to be intended as a stable working release]
Platform: | Size: 121856 | Author: 苏打发 | Hits:

[GUI DevelopCreateingAResourceDll

Description: Create a RC file "describing" resources you are to place in a DLL. Here s an example ("adpdllresources" is the name of the RC ASCII file) - one ICON and one GIF image are added to the RC file: -Create a RC file "describing" resources you are to place in a DLL. Here s an example ("adpdllresources" is the name of the RC ASCII file)- one ICON and one GIF image are added to the RC file:
Platform: | Size: 23552 | Author: 张三 | Hits:

[Windows DevelopDISSECTMFC

Description: 光盘图标、光标、菜单和对话框都是相互关联的,它们是Windows的全部资源型态。资源即数据,它们被储存在程序的.EXE文件中,但是它们并非驻留在程序的数据区域中。也就是说,资源不能从程序原始码中定义的变量直接存取,Windows提供函数直接或间接地把它们加载内存以备使用。我们已经遇到了两个这样的函数,即LoadIcon和LoadCursor,它们出现在范例程序,定义窗口类别结构的内容设定叙述中。它们从Windows中加载二进制图标和光标映象,并传回该图标或光标的句柄。在本章中,我们先建立自己的图标,它会从程序自己的.EXE文件中载入。-CD icon, cursor, menu and dialog are all interrelated, they are all of the resources of Windows patterns. The data resources, which are stored in the procedure. EXE document, but they are not in the presence of the procedures of the region. In other words, the resources can not source from the procedures defined in the variable direct access, Windows provides function directly or indirectly, they loaded memory for use. We have encountered two such function, and that is LoadIcon LoadCursor. they appeared in the sample programs, the definition of window types of content creation narratives. They load from the Windows binary icon and cursor image, and sent back to the icon or cursor handle. In this chapter, we first establish their own icon, it would have its own procedures. EXE file to inclu
Platform: | Size: 6640640 | Author: ddd | Hits:

[GUI DevelopImageTool_ThumBnail

Description: 查看各种图片的缩略图,使用磁盘目录树查看,形象、直观,同时生成了各磁盘目录图标。使用GDI+绘图。清晰,高质~-View thumbnail of the various photographs, the use of disk directory tree view, image, intuitive, while creating a directory of the disk icon. The use of GDI graphics. Clearly, high-quality ~
Platform: | Size: 158720 | Author: aliang | Hits:

[ListView/ListBoxlistbox_image

Description: 带图像图标的列表框,使得程序更加美观漂亮-icon images with a list box, making procedures more beautiful appearance
Platform: | Size: 37888 | Author: 乌鸦 | Hits:

[Embeded-SCM Developdownload-vxWorks-Image-from-serial

Description: 使用串口下载vxworks映象的方法,在文章中包括了详细的操作步骤和相应图示,以及需要对BSP进行修改的源代码内容-use serial download vxworks mapping methods The article includes detailed steps and the corresponding icon on the BSP and the need to modify the source code as
Platform: | Size: 123904 | Author: eric | Hits:

[Video CaptureScreenSnap

Description: 屏幕捕捉源代码,vc写的,点击<抓图>按钮后开始抓取图像,用鼠标选中您要抓取的图像范围后(鼠标会自动高亮显示该图像),按键盘上的<F3>热键既可完成抓图。程序会自动将此选中图像复制到系统剪切板中,然后到您需要它的文档或画图中,直接粘贴既可,您还可以将已经抓好的图形保存到本地硬盘上。 同时,支持屏幕右下角的系统区图标交互操作。-Screen capture source code, vc wrote, click <drawings> button to start the crawl images, use the mouse to select the image you want to crawl scope (the mouse will automatically highlight the image), click on the keyboard <F3 > hotkey can complete the drawings. Procedures to select images will be automatically copied to the system clipboard, and then you need to document or drawing it directly paste can, you can also get a good grasp of graphics has been saved to the local hard disk. At the same time, support for screen icon in the lower right corner of the district system interoperability.
Platform: | Size: 140288 | Author: lubiancao12 | Hits:

[Windows DevelopIconLib_src

Description: At some point in the last month, I needed to create an .ICO file on the fly with a couple of images inside preferably I was looking at code in C#. The .NET Framework 2.0 only supports HICON that basically is one Icon with just a single image in it. When I was searching out there, to my frustration, I did not find any Icon Editor with the source code. So the only solution was to create my own library capable of creating and parsing ICO files.-At some point in the last month, I needed to create an. ICO file on the fly with a couple of images inside preferably I was looking at code in C#. The. NET Framework 2.0 only supports HICON that basically is one Icon with just a single image in it. When I was searching out there, to my frustration, I did not find any Icon Editor with the source code. So the only solution was to create my own library capable of creating and parsing ICO files.
Platform: | Size: 121856 | Author: feifei | Hits:

[e-languageIcoConvert

Description: 易语言简单ICO转换器源码。 可以转换图片文件为ico图标,只需简单编译就可以使用了。-Simple language easy to ICO converter source. Image files can be converted to ico icon, you can simply use the compiler.
Platform: | Size: 56320 | Author: sany | Hits:

[Picture ViewerlistboxImageshow

Description: 通过列表框选择图片, 从而显示图像图标。-Through the list box, select images, which display an image icon.
Platform: | Size: 321536 | Author: 王燕 | Hits:

[Other20071130007964

Description: 按钮扩展风格服务测试,系统环境:PB9.0 说明: 可用于普通命令按钮,也可用于用户自定义对象按钮,还可用于PFC中! 具有PB默认风格、XP风格、扁平按钮风格! 可使用指定路径中的图片文件, 也可利用PBR文件将图片资源编译到EXE或PBD中, 服务对象能提取和利用编译在EXE或PBD中的资源图片! 由于PB本身问题对于256色以上的ICO图标提取显示不正确!-Button extended style of service testing, the system environment: PB9.0 Description: can be used for general command button can also be used for user-defined object button, can also be used for PFC in! With the PB default style, XP style, flat button style! Use the specified path in the image file can also be used to image resources PBR files compiled into EXE or PBD, the service object can be extracted and used in compiling the EXE or PBD resource picture! Because PB itself is the problem for more than 256 color ICO icon extract displayed incorrectly!
Platform: | Size: 84992 | Author: zhz1984 | Hits:

[androidGallery3D

Description: 安卓系统原生的3D图片浏览器源代码,有兴趣的可以研究一下-Andrew system' s native 3D image viewer source code
Platform: | Size: 824320 | Author: gusln | Hits:

[Special Effectsvb-icon-picture-edit

Description: icon 图象处理源码 vb源码 包含 旋转 反相 填充 绘画等-icon image processing source code vb source code contains the rotation reverse painting filled
Platform: | Size: 66560 | Author: lxlong | Hits:

[MTKimage

Description: MTK入门参考 mtk 参考设计 icon image,-mtk referrence design icon image
Platform: | Size: 5560320 | Author: tybcfy | Hits:

[J2MEBuilding-a-J2ME-sliding-menu-with-text-and-images

Description: This example will show, how to create an image icon to perform the next action or next image from the list every time it s been clicked. So if you want to go from one icon to another icon by the nice sliding effect, you have to run the given example. For developing this application we have inherit canvass class and implement Runnable Interface.
Platform: | Size: 163840 | Author: Samir Patel | Hits:

[JSPImage-Icon-Using-Canvas-Example

Description: This example is used to create the Image on different location using Canvas class. In this example to create the image we are using following code:
Platform: | Size: 161792 | Author: Haresh Patel | Hits:

[Special Effectsgreenfish-ImageEditor

Description: Open Source Icon Image Editor
Platform: | Size: 1368064 | Author: sohag | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net