联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All C#编程(3260) 

[C#编程] WindowsFormsApplication4

设计一个简易的数字信号发生器,将信号输出到输出区域,并实现以下功能(输出): 1)输出信号类型有:方波、三角波、正弦波。 2)可以通过按键进行倍频、降频等操作。 3)实现“功放”(即输出信号幅度放大N倍) 附:从用户使用习惯的角度考虑界面设计的合理性、易用性等,自己设定输入信息的方式。 (2022-02-15, C#, 121KB, 下载0次)

http://www.pudn.com/Download/item/id/1644891180508485.html

[C#编程] 波形记录

主要实现功能是将串口发送过来的数据按波形显示 注:本例是以串口调试助手和虚拟串口VSPD软件模拟串口发送数据的 我所用的串口调试助手每次发送过来的单字节都会自动在末尾加换行“\r\n”,所以我用读三次显示第一个方式记录数据,串口调试助手发送时记得勾选hex发送,每次发送一个字节。数据处理代码那块需要根据自己实际传送的数据加以修改,已在代码相应地方标注,若用本资源的串口调试助手则不需要改。串口调试助 (2022-02-14, C#, 272KB, 下载1次)

http://www.pudn.com/Download/item/id/1644824220220005.html

[C#编程] 进程管理器

基于C#编写的任务管理程序,运行程序后,即刻枚举当前的所有进程,操作时警告:终止进程会导致不希望发生的结果,包括数据丢失和系统不稳定。
Based on the task management program written in C #, after running the program, immediately enumerate all the current processes. Warning during operation: Terminating the process will cause undesirable results, including data loss and system instability. (2020-04-19, C#, 14KB, 下载0次)

http://www.pudn.com/Download/item/id/1587305443256765.html

[C#编程] 004

当执行以下代码时,会有异常发生,试设计自定义异常,对抛出的异常进行处理:
When the following code is executed, an exception will occur. Try to design a custom exception to handle the exception thrown (2019-11-21, C#, 145KB, 下载1次)

http://www.pudn.com/Download/item/id/1574340639487498.html

[C#编程] 21ic恒温控制系统上位机源码

控制下位机,查看温度数据,实时显示温度波形,保存数据到本地。
Control the lower computer, look at the temperature data, real-time temperature waveform (2017-11-25, WINDOWS, 121KB, 下载17次)

http://www.pudn.com/Download/item/id/1511588952241782.html

[C#编程] Dof-Helicopter

运用C#语言编写程序主要用于检测三自由度直升机的故障发生点,本程序以其中一个故障点为例。
Using C# programming language primarily used to detect failure point three degrees of freedom of the helicopter, the procedures in which a point of failure for example. (2016-09-03, C#, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1472887778857640.html

[C#编程] WaveInfo

C#获取多媒体音乐文件wav的属性信息,创建只读文件流,读取到的文件属性信息示例如下:   RIFF标志:RIFF   文件长度:190200   WAVE标志:WAVE   fmt标志:fmt   过渡字节:16   格式类别:1   通道数:2   采样率:22050   波形音频数据传送速率:88200   数据块的调整数:4   每样本的数据位数:16   数据标记符:data   语音数据的长度:190164
C# get attribute information multimedia music wav files, and create a read-only file stream file attribute information read the following example: RIFF logo: RIFF File length: 190200 WAVE logo: WAVE fmt flag: fmt transition Bytes: 16 Format Category: 1 Number of channels: 2 Sample Rate: 22050 waveform audio data transfer rate: Adjust the number 88200 block: 4 data bits per sample: 16 data tag: voice data length data: 190,164 (2014-04-09, C#, 112KB, 下载17次)

http://www.pudn.com/Download/item/id/2505881.html

[C#编程] form

通过委托实现用子窗体来改变父窗体的内容。在子窗体中输入,父窗体中的显示发生改变。
Achieved through the commission to change the contents of the form with the child' s parent form. Entered in the subform, the parent form of the display changes. (2014-03-06, C#, 34KB, 下载9次)

http://www.pudn.com/Download/item/id/2476223.html

[C#编程] DrawLayout-V2

C#编写的用于实现交互式地震勘探生产任务书的制作
Written in C# for the realization of interactive seismic exploration and production task book production (2013-10-30, C#, 206KB, 下载13次)

http://www.pudn.com/Download/item/id/2387095.html

[C#编程] playandrecordsrc

声音文件的播放和录音CSharp类,功能很强大,操作很简单,包含源码和实例。
Sound file playback and recording CSharp class, function is very powerful, very simple to operate, including source code and examples. (2012-12-26, C#, 26KB, 下载15次)

http://www.pudn.com/Download/item/id/2097533.html

[C#编程] CQTool

抽签小工具,录入单位名称以后,可以自动配对所有单位,避免互相配对的情况发生
Drawing of lots of small tool to draw lots gadget draw lots of gadget drawing lots gadget drawing tool (2012-08-14, C#, 130KB, 下载11次)

http://www.pudn.com/Download/item/id/1965921.html

[C#编程] Test

c#实现的 利用数组的数据画波形 包括了x y轴的画法以及各种按键功能
c# to achieve the use of array data waveform drawing the xy axis of painting and a variety of key functions (2012-08-09, Visual C++, 33KB, 下载21次)

http://www.pudn.com/Download/item/id/1961952.html

[C#编程] WIN32API-Send-Message

在C#中如何调用WIN32API 向第三方窗口发生消息,这个源代码将解决你的疑惑。
In c# WIN32API how to call to a third party window happen news, the source code will resolve your doubts. (2012-03-27, C#, 4KB, 下载12次)

http://www.pudn.com/Download/item/id/1808209.html

[C#编程] cunkuanjisuanqi

存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器存款计算器
Deposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit CalculatorDeposit Calculator (2012-03-17, C#, 51KB, 下载8次)

http://www.pudn.com/Download/item/id/1797198.html

[C#编程] STC12C5410AD-PWM-C-8-timer

C语言,利用两个8位定时器,实现两路PWM。两路PWM互不干扰。实现波形的渐强/渐弱。本代码是某大型代工企业的数码相机PWM模式下的检测驱动方式。可以用来驱动步进马达,最直观就在LED灯查看。
C language, the use of timers to achieve the two PWM. Two PWM without disturbing each other. Achieve waveform crescendo/diminuendo. This code is a large foundry PWM mode digital camera detection drive. Can be used to drive stepper motors, LED lights in the most intuitive view. (2011-09-22, C/C++, 22KB, 下载39次)

http://www.pudn.com/Download/item/id/1652361.html

[C#编程] duqushengyin

这是关于读取声音文件参数的源代码,可运行,得到波形文件的参数
This is about reading the source code of the sound file parameters, run, get the parameters of the waveform file (2011-04-14, Visual C++, 4102KB, 下载6次)

http://www.pudn.com/Download/item/id/1491715.html

[C#编程] WinFormMSG

.NET不同应用程序窗体之前自定义消息传递,一个发生消息窗体 一个接受消息窗体
. NET application forms in different custom message before passing, a place to accept the message form a message form (2011-02-21, C#, 56KB, 下载12次)

http://www.pudn.com/Download/item/id/1433484.html

[C#编程] Save-the-picture

Save the picture利用CVI保存临时产生的波形,便于记录现场数据
Save the picture produced by CVI saves the temporary waveform, easy to record field data (2011-02-18, LabView, 184KB, 下载9次)

http://www.pudn.com/Download/item/id/1431053.html

[C#编程] yinhangjia

通过用c++语言来实现银行家算法,同时也注重到如何防止死锁的发生
By using c++ language to achieve the banker' s algorithm, but also pay attention to how to prevent the occurrence of deadlock (2009-06-21, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/815958.html

[C#编程] ch2_2

C#开发的图形渐变的程序,C#.NET 2003 里通过运行的.运行程序,图象从中心到边缘色彩会发生微小的变化.
C# development of the graphics-oriented procedures, C#.NET 2003 adoption of the operation. Operating procedures, Images from the center to the edge of color will happen minor change. (2007-02-22, Others, 20KB, 下载6次)

http://www.pudn.com/Download/item/id/250204.html
总计:3260