Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Vss
Search - Vss - List
.netMyCell
DL : 0
这是本人在2004年时写的一个电子表格控件,中间又有些完善,全用C#完成,里边包含了 二进制序列化,xml方式 序列化,中国式的报表打印设计表头,预览方面较其它国内软件有变化。 支持公式,但不支持表格中插入图片,一个人搞的,没有时间打理了。 本人作了16年软件 ,想退出了,这个东西贡献出来,但愿对后来的朋友有所帮助。 可能有不尽人意的地方,但对于软件公司或个人来讲,放在软件中做打印输出,绰绰有余了。 我还会陆续公布一些自己写的控件 。 这是2010的项目,dotnet2.0开发的,你的vss版本如果过低,可以把项目文件,方案文件删除,重新建立 个项目,把里边 的源文件加入就行了。这里全是源文件。没有dll. -This is I in 2004, wrote of an electronic form controls the middle and some perfect, full use C# to complete inside contains a binary sequence based, xml-mode serialization, Chinese-style statements print design table head, Preview aspects compared to other domestic software change. Support formula insert a picture in the table, but does not support a person to engage in, do not have the time to care for it. I made 16 years of software and want to quit, contributed this thing, and I hope to help friends later. May have undesirable places, but on the software for the software company or individual terms do print output, more than enough. I will continue to publish some of his own writing controls. This 2010 project, dotnet2.0 developed vss version, if too low, project files, program files to delete and re-establish a project inside the source files on the line. Here are all the source files. No dll.
Update : 2024-04-29 Size : 406528 Publisher : weihaoran

DL : 0
这是一个自已开发的网格和树结合的C#.net控件,用于客户端开发中的数据显示,录入,提供了丰富的录入,显示,打印功能,可自定义绘制,有SpinEdit,CheckBox,ClickButton,DateTime等录入方式。 丰富的显示格式。在大数据量的情况下,能提供更优良的性能。以树方式打印网格数据。 还有一个折线图控件 ,可以自定义点击方法。 这是本人在2004年时写的TreeView和Grid结合的控件,行列上可以都是树结构,全用C#完成,里边包含了打印,预览 本人作了16年软件 ,想退出了,这个东西贡献出来,但愿对后来的朋友有所帮助。 可能有不尽人意的地方,但对于软件公司或个人来讲,放在软件中做打印输出,绰绰有余了。 我还会陆续公布一些自己写的控件 。 这是2010的项目,dotnet2.0开发的,你的vss版本如果过低,可以把项目文件,方案文件删除,重新建立 个项目,把里边 的源文件加入就行了。这里全是源文件。没有无代码的dll.可以放心下载 -This is a self-development of the grid and tree combination of C#. Net controls the data used in the development of client input, provide a wealth of input, display, printing capabilities, custom drawn, there SpinEdit the CheckBoxClickButton, DateTime entry way. A rich display format. In the case of the large amount of data, can provide better performance. Print grid data tree. There is a line chart controls, you can customize the click method. TreeView and Grid combination control that I wrote in 2004, is the tree structure on the ranks, wholly completed in C#, inside contains a print preview I made ​ ​ 16 years of software and want to quit, contributed this thing, and I hope to help friends later. May have undesirable places, but on the software for the software company or individual terms do print output, more than enough. I will continue to publish some of his own writing controls. This 2010 project, dotnet2.0 developed vss version, if too low, project fi
Update : 2024-04-29 Size : 147456 Publisher : weihaoran

引脚定义如下:1-VSS 2-VDD 3-V0 4-RS 5-R/W 6-E 7-14 DB0-DB7 15-BLA 16-BLK-The pin definitions are as follows :1-VSS 2 VDD 3-V0 4-RS 5-R/W 6-E 7 to 14 DB0-DB7 15-BLA 16-BLK
Update : 2024-04-29 Size : 47104 Publisher :

arduino + 1602 +dht11 + sr04 + ds1307-#include <LiquidCrystal.h> LiquidCrystal lcd(2,3,4,5,6,7) /* 1602 vss to gnd vdd to 5v RS TO PIN2 RW TO GND E TO PIN3 D4 TO PIN4 D5 TO PIN5 D6 TO PIN6 D7 TO PIN7 A TO 5V K TO GND */ #include "Wire.h" #define DS1307_ADDRESS 0x68 byte zero = 0x00 //workaround for issue#527 /* DS1307 SDA TO PIN A4 SCL TO PIN A5 VCC TO 5V GND TO GND */ #include <dht11.h> dht11 DHT11 #define DHT11PIN 8 //DHT11 PIN 3 连接UNO 3 #define TRIGPIN 9 #define ECHOPIN 10 long ping() { digitalWrite(TRIGPIN, LOW) delayMicroseconds(2) digitalWrite(TRIGPIN, HIGH) delayMicroseconds(10) digitalWrite(TRIGPIN, LOW) return pulseIn(ECHOPIN, HIGH)/58 } void setup() { Wire.begin() Serial.begin(9600) //setDateTime() //MUST CONFIGURE IN FUNCTION lcd.begin(16, 2) //lcd.setCursor(0,1) //lcd.write("LIGHT: ") pinMode(TRIGPIN, OUTPUT) pinMode(ECHOPIN, INPUT) pinMode(13, OUTPUT) } void loop() { //int sensorValue
Update : 2024-04-29 Size : 2048 Publisher : dicklaw

在labview8.6版本下的USB摄像头图像采集并保存程序。需要安装VSS,VDM,IMAQ,ni_imaq_usb_installer_86,win7系统替换ImaqDirectShowDll.d-In LabVIEW8.6 version USB camera image acquisition and preservation program. Need to install VSS, VDM, IMAQ, ni_imaq_usb_installer_86 the win7 system replacement ImaqDirectShowDll.dll
Update : 2024-04-29 Size : 18432 Publisher : junzh

自动备份目录脚本(设定目录,用户名密码后)自动备份到ftp服务器上,可用于VSS,SVN的自动话备份。-Automatic backup directory script (set directory, user name password) automatic backup to ftp server, can be used for VSS, SVN, then the automatic backup.
Update : 2024-04-29 Size : 429056 Publisher : yezb

static VAR compensators 的滑模控制论文-The paper deals with the design and evaluation of a variable-structure stabilizer for static VAR compensators using a sliding mode control technique. The static VAR system plays an important role as a stability aid for small and large signal transient disturbances in an interconnected power system. A systematic procedure for selection of switching hyperplanes in the design of variable-structure controllers is developed by using a geometric approach known as projector theory. The sliding mode control of static VAR controllers hnproves the transient response of the power system and provides significant damping to the electromechanical oscillations of the synchronous genera- tor. Computer simulation results for a typical power system shows the effectiveness of a VSS static VAR stabilizer.
Update : 2024-04-29 Size : 666624 Publisher : james

SCM1602
DL : 0
内容:通过标准程序静态显示字符 引脚定义如下:1-VSS 2-VDD 3-V0 4-RS 5-R/W 6-E 7-14 DB0-DB7 15-BLA 16-BLK-Content: Through the static display character pin standard procedures are defined as follows :1-VSS 2-VDD 3-V0 4-RS 5-R/W 6-E 7-14 DB0-DB7 15-BLA 16-BLK
Update : 2024-04-29 Size : 15360 Publisher : 张程序

DL : 0
国外最近的一篇变步长nlms仿真,该文件有文中的几种仿真-Recent foreign nlms a variable step simulation, there is the text of the document of several simulation
Update : 2024-04-29 Size : 4096 Publisher : wfhappy

国外最近的一篇变步长nlms仿真,该文件有文中的几种仿真,包括基本的仿真,信道突变下的追踪性能和语音回声消除的性能分析-Recent foreign nlms a variable step simulation, the file has the text of several simulations, including basic simulation, channel tracking performance under mutation and voice echo cancellation performance analysis
Update : 2024-04-29 Size : 4096 Publisher : wfhappy

DL : 0
完整的ant打包脚本,包括ftp,vss,telnet等,实现完全自动化打包,实现转码,赋权限等-The complete package ant scripts, including ftp, vss, telnet and so on, to achieve a fully automated packaging and achieve transcoding, Fu rights, etc.
Update : 2024-04-29 Size : 2048 Publisher : 监控键盘

DL : 0
一个变步长仿射投影算法,包括论文及仿真代码,已调试通过-A variable step-size affine projection algorithm, including the papers and the simulation code, has been debugged
Update : 2024-04-29 Size : 406528 Publisher : 闵思琪

CVS快速入门,非常优秀且免费的源码管理系统,与MS的VSS一样好用-CVS started quickly, very good and free source code management system, as easy to use with MS VSS
Update : 2024-04-29 Size : 1236992 Publisher : zhp

Robot control system design based on C++ more codes will upload later
Update : 2024-04-29 Size : 4096 Publisher : abusabah

名称:LCD1602 内容:通过标准程序移屏滚动显示字符 引脚定义如下:1-VSS 2-VDD 3-V0 4-RS 5-R/W 6-E 7-14 DB0-DB7 15-BLA 16-BLK-Name: LCD1602     Content: Move the screen to scroll through the characters by standard procedures     Pin is defined as follows: 1-VSS 2-VDD 3-V0 4-RS 5-R/W 6-E 7-14 DB0-DB7 15-BLA 16-BLK
Update : 2024-04-29 Size : 12288 Publisher : 郭劼

SCM1602
DL : 0
LCD1602,引脚定义如下:1-VSS 2-VDD 3-V0 4-RS 5-R/W 6-E 7-14 DB0-DB7 15-BLA 16-BLK-LCD1602, pins are defined as follows: 2-1- VSS VDD 4-3- where V0 RS 5-6- R/W E 7-14 DB0 DB7-15- BLA 16- series
Update : 2024-04-29 Size : 1024 Publisher : 吴将

DL : 0
Fig. 2 shows the conventional ESD protection design with dual diodes (DPand DN) at RF I/O pad and the power-rail ESD clamp circuit between VDDand VSS[3]. Under positive-to-VDD (PD) or negative-to-VS
Update : 2024-04-29 Size : 220160 Publisher : Thanh

DL : 0
ASP.NET实现的学生管理系统。包括学生成绩的增删改查等功能。系统中使用VSS+DIV创建页面模板,提高开发效率并保证页面格局一致性。数据库采用sqlserver2005.系统中包括数据库文件直接导入便可运行系统。-ASP.NET achieve student management system. Including student achievement CRUD functions. Used in the system VSS+ DIV create page templates and improve development efficiency and to ensure the consistency of the pattern page. Database uses sqlserver2005. System includes a file can run directly into the system.
Update : 2024-04-29 Size : 3999744 Publisher : liuming

OtherVSS
DL : 0
通信原理数字带通系统仿真实验,有眼图,功率谱,星座图等-Communication principle of digital bandpass system simulation experiment, the eye diagram, power spectrum, the constellation diagram, etc
Update : 2024-04-29 Size : 196608 Publisher : 陈雷雷

DL : 0
AD7304/AD7305均为四通道、8位DAC,采用+3 V至+5 V或±5 V单电源供电。AD7304具有一个串行接口,AD7305则具有一个并行接口。内部精密缓冲具有轨到轨摆幅。基准电压输入范围同时包括两个供电轨,能够提供正或负满量程输出电压。保证工作电压范围为+2.7 V、+5.5 V至±5 V,采用+3 V电源时功耗小于9 mW。满量程电压输出由所施加的外部基准输入电压决定。轨到轨VREF输入至DAC VOUT允许将满量程电压设置为正电源电压VDD、负电源电压VSS或二者之间的任何值。-The AD7304/AD7305 are quad, 8-bit DACs that operate a single+3 V to+5 V supply or ±5 V supplies. The AD7304 has a serial interface, while the AD7305 has a parallel interface. Internal precision buffers swing rail-to-rail. The reference input range includes both supply rails allowing for positive or negative fullscale output voltages. Operation is guaranteed over the supply voltage range of+2.7 V to+5.5 V, consuming less than 9 mW a+3 V supply.
Update : 2024-04-29 Size : 868352 Publisher : yanghaoyang
« 1 2 3 4 5 6 7 89 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.