▍1. computer phone
computer phone
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心: private void Frm_Main_Load(object sender, EventArgs e) { timer1.Interval = 1000;//设置计时器间隔为1000毫秒 timer1.Start();//启动计时器 } private void timer1_Tick(object sender, EventArgs e) { if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据 richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中 }
微信小程序极客学院源代码分享,这是一个类似于技术文章网站的手机客户端形式,可供用户发布一些以文章为主的教程,在微信端,这类小程序比较多,正是因为简单,所以想学习微信小程序开发的朋友,才可能更好的学习一些微信编程的小技巧。 微信极客学院微信版运行界面效果请参见截图所示。
PHP客户管理系统由php+MySQL开发的客户信息管理系统-CRM系统,可满足中小企业、个人的需求。功能主要分为两大类:一、客户资料管理;二、业务管理。每一部分都有细分功能,比如录入客户资料、.客户业务的修改、删除、业务查询、自定义客户类型等。
在实际模拟时,可以取更多的生命细胞,也可以考虑生命细胞的初始状态是依一定概率设定的随机状态,变化时也可以让边缘细胞参与变化。只要对上述程序略作更改,就会得到另外一系列美妙绝伦的图案。-the actual simulation, may take more lives cells, we can also consider the lives of cells initial state is set on a certain amount of random probability state change may also allow changes in the marginal cells. As long as some of these procedures for a change, it will be another wonderful series of exquisite designs.
这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看.-University sophomore operations. Then scored more than 90 hours if there are foreign students friends can see.
1.使用串口同两块west4170(PID控制温度仪表). 2.可以显示当前温度,并可设定参数(主要是设定温度)-1. The use of serial port with two west4170 (PID Control Temperature Instrumentation) .2. Can display the current temperature, and set the parameters (mainly temperature)
刷新bios,最新版本. 刷新bios,最新版本.-Refresh the bios, the latest version. Refresh the bios, the latest version. Refresh the bios, the latest version.
测试电压显示,电流显示与功率通过led显示出来-Test voltage display, the current display and power through the led display
vb服务器和客户端,时时通讯程序,已经通过测试,代码简洁,运行速度快,局域网和广域网都能用。本程序代码采用UDP广播形式连接,不占用cpu资源。
再发一些Java对象、Java类学习实例,比较零乱,没有怎么整理,都是些初级的例子,学习Java的新手或许可以参考。
Flash版鼠标跟随特效+源文件,会自动复制图形的鼠标特效,一边旋转一边跟随鼠标移动,鼠标移动到哪里,它就会跟向哪里。
八路数据采集系统 含有各个详细的子程序-a system of data sample
24点阵宋体汉字字库,可用于GUI界面的汉字的显示-24 wherein Chinese font can be used to the GUI interface display Chinese characters
内含24点游戏,飞机订票系统和火车信息查询系统以及课设论文,注释非常详细,相信对学-intron 24-point game, the aircraft booking system and trains and the Information Systems Office located thesis, Notes is very detailed, I believe for school
计算水仙花数(x^3+y^+z^3=x+y+z)3的程序.-calculated narcissi (x ^ 3 ^ y = z ^ 3 x y z) 3 procedures.
C# 是创新性的新式编程语言,它巧妙地结合了最常用的行业语言和研究语言中的功能。在保持 C# 设计思想不变的同时,Microsoft 在 C# 语言中引入了几种潜在的新功能,提高了开发人员在语言构造方面的效率-C# is the innovative new programming language, It cleverly combines the industry"s most commonly used language and study language functions. C# in maintaining the same design at the same time, Microsoft C# language in the introduction of several new functional potential, improve the development of language structure in terms of efficiency