Location:
Search - DEMO7
Search list
Description: .NET Windows编程系列课程(7):Visual Studio菜单和工具条编程实战.
Platform: |
Size: 186570 |
Author: 古月 |
Hits:
Description: .NET Windows编程系列课程(7):Visual Studio菜单和工具条编程实战.-. NET Windows programming courses (7): Visual Studio menus and toolbars actual programming.
Platform: |
Size: 494592 |
Author: 古月 |
Hits:
Description: Visual C++ 数字图像模式识别技术及工程实践
联机字符识别
-Visual C++ Digital Image Pattern Recognition Technology and Engineering Practice Online Character Recognition
Platform: |
Size: 215040 |
Author: 雅恩 |
Hits:
Description: c# word编辑器的一个经典的例子,通过本程序可以直接编辑word文件中的内容。程序结构清晰,严谨。-c# word editor, a classic example of the passage of this program can directly edit the contents of word document. Program structure clear and rigorous.
Platform: |
Size: 497664 |
Author: 赵炜 |
Hits:
Description: DEMO2 数码管扫描显示电路/DEMO4 计数时钟
DEMO5 键盘扫描设计/DEMO6 波形发生器/DEMO7 用DAC实现电压信号检测/DEMO8 ADC电压测量/DEMO9 液晶驱动电路设计-DEMO2 digital tube display circuit scan/DEMO4 count clock scan design DEMO5 keyboard/DEMO6 Waveform Generator/DEMO7 implementation by DAC voltage signal detection/DEMO8 ADC voltage measurement/DEMO9 LCD driver circuit design
Platform: |
Size: 736256 |
Author: wang |
Hits:
Description: TopCx.NET网站系统是基于.Net平台开发的免费建站系统。功能强大,操作方便,设置简便。无需任何设置,上传到支持asp.net的主机空间即可使用。官方网站(http://www.topcx.net)更不定时的推出新的精美模板。-http://www.topcx.net/product.aspx?cid=00 类型模版
演示地址:http://demo7.topcx.net
下载地址:http://www.topcx.net/topCxCmp.shtml
Platform: |
Size: 4068352 |
Author: topCx网店系统 |
Hits:
Description: JAVA实现图形几何变化算法。包括缩小,倒置,移动。-JAVA geometric changes of graphics algorithms. Including narrow, upside down, move.
Platform: |
Size: 2048 |
Author: 田 |
Hits:
Description: 编辑器介绍:
eWebEditor是一个基于浏览器的在线HTML编辑器,WEB开发人员可以用她把传统的多行文本输入框<textarea>替换为可视化的富文本输入框。
eWebEditor主功能不需要在客户端安装任何的组件或控件,操作人员就可以以直觉、易用的界面创建和发布网页内容。
您可以通过eWebEditor自带的可视配置工具,对eWebEditor进行完全的配置。
eWebEditor是非常容易与您现有的系统集成,简单到您只需要一行代码就可以完成eWebEditor的调用。
您可以把eWebEditor应用于各种基于网页的应用系统中,如内容管理系统、邮件系统、论坛系统、新闻发布系统,等与内容发布相关的所有应用系统。
感谢您选择eWebEditor,希望我们的产品能给您带来一个完美的在线编辑解决方案。
在线演示/试用
V6版:http://www.ewebeditor.net/demo/
V7版:http://www.ewebeditor.net/demo7/ -Editor Introduction:
eWebEditor is a browser-based online HTML editor, WEB developers can use her to the traditional multi-line text input box <textarea> replace visual rich text input box.
eWebEditor main feature does not require the client to install any component or control, the operator can be intuitive, easy to use interface to create and publish Web content.
You can eWebEditor visual configuration tool that comes on the eWebEditor full configuration.
eWebEditor is very easy to integrate with your existing systems, as simple as you only need one line of code to complete eWebEditor call.
You can eWebEditor used in various web-based applications, such as content management system, mail system, forum system, press releases, etc. and content publishing all the related applications.
Thank you for choosing eWebEditor, hope that our products can bring you the perfect solution for online editing.
Demo/Trial
V6 version: http://www.ewebeditor.net/demo/
V7
Platform: |
Size: 4345856 |
Author: sd |
Hits:
Description: 实现简单的类似于大众点评的android系统的手机客户端-The realization of a simple Android system similar to the masses comments on the mobile phone client
Platform: |
Size: 192512 |
Author: liyong |
Hits:
Description: 一个编译好的FPGA+UART源代码,可供学习修改-A compiled FPGA+ UART source for learning to modify
Platform: |
Size: 476160 |
Author: lishaoyi |
Hits:
Description: 图形用户界面(Graphical User Interface,简称 GUI,又称图形用户接口)是指采用图形方式显示的计算机操作用户界面。-Graphical User Interface
Platform: |
Size: 12288 |
Author: li |
Hits:
Description: 光伏并网的一些资料和算法,属于自动化行业的一些源程序-Photovoltaic some of the data and algorithms, source code belongs to some of the automation industry
Platform: |
Size: 501760 |
Author: 王博 |
Hits:
Description: Sparse matrix - Emulator Demo7 Sparse matrix - Emulator Demo7-Sparse matrix- Emulator Demo7Sparse matrix- Emulator Demo7
Platform: |
Size: 157696 |
Author: SD |
Hits:
Description: FPGA EP2C5的串口代码,FPGA新手学习的很基础的代码-about the FPGA IC:EP2C5 uart code.it is use for the fresh one.
Platform: |
Size: 476160 |
Author: canby |
Hits:
Description: quartus 串口程序 可以通过开发板的串口对FPGA进行读写操作-the quartus serial program can development board through the serial port on the FPGA to read and write operations
Platform: |
Size: 474112 |
Author: 邢卫华 |
Hits:
Description: 设计一个窗口, 窗口中的元素如下:
菜单,其内容模仿记事本的菜单
三个文本框,一个按钮.在前两个文本框中输入两个整数, 点击按钮后把两数之和显示到第三个文本框中.-package cn
import java.awt.*
import java.awt.event.ActionEvent
import java.awt.event.ActionListener
import java.awt.event.WindowAdapter
import java.awt.event.WindowEvent
public class Mywindow extends Frame implements ActionListener{
private MenuBar mb=new MenuBar()
private Menu menu1=new Menu("文件")
private Menu menu2=new Menu("查看")
private MenuItem mi_open=new MenuItem("打开")
private MenuItem mi_save=new MenuItem("保存")
private MenuItem mi_state=new MenuItem("状态")
private TextField t1=new TextField(10)
private TextField t2=new TextField(10)
private TextField t3=new TextField(10)
private Button bt=new Button("求和")
public Mywindow(){
this.setTitle("这是我的第一个窗口程序")
menu1.add(mi_open)
menu1.add(mi_save)
menu2.add(mi_state)
mb.add(menu1)
mb.add(menu2)
this.setMenuBar(mb)
this.setLayout(new FlowLayout())
this.add(t1)
this.add(t2)
this.add(bt)
this.add(t3)
t3.setEditable(false)
bt.addActio
Platform: |
Size: 3072 |
Author: 芳 |
Hits:
Description: demo1-LampsSequencer 以流水灯方式点亮板上的8颗LED
demo2-seg1 7段数码管以计时方式显示
demo3-seg2 7段数码管显示01234567
demo4-keyled1 按键控制板上LED灯的亮来
demo5-charlcd1 在字符液晶屏上显示汉字
demo6-BEEP 蜂鸣器演奏音乐
demo7-uart 串口输出字符串
demo8-ps2_1 在数码管上显示PS2按键的值
demo9-vgaout1 在VGA显示器上显示三条彩色方块-8 LED demo1-LampsSequencer light in a light water board
demo2-seg1 7-segment digital tube display to the time that way
demo3-seg2 7-segment digital tube display 01234567
demo4-keyled1 button control panel LED lights bright
demo5-charlcd1 character LCD display Chinese characters
demo6-BEEP buzzer music
demo7-uart serial output string
demo8-ps2_1 digital tube display the value of the PS2 buttons
demo9-vgaout1 show three colored blocks on a VGA monitor
Platform: |
Size: 8590336 |
Author: jialifeng |
Hits:
Description: C#编写模仿word程序,功能强大,,源代码-Imitate word program written in C#, powerful, source code
Platform: |
Size: 497664 |
Author: sdgjkshd |
Hits:
Description: 利用Java里边的swing和awt编写的列表框GUI程序-Using Java inside swing and awt GUI program written in a list box
Platform: |
Size: 1024 |
Author: 王昌盛 |
Hits:
Description: WPF微项目小区安防警报,可实现实时监测。(WPF micro project residential security alerts, real-time monitoring can be achieved.)
Platform: |
Size: 501760 |
Author: 轻狂
|
Hits: