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

[C#编程] 1081

这是一款历史性的隐形游戏,以老马科斯执政期间的宿务为背景,通过游戏和历史故事讲述,向玩家介绍活动家斗争。
A historical stealth game set in Cebu during Marcos Sr. s regime, educating players on activist struggles through game and historical storytelling. (2024-04-27, C#, 0KB, 下载0次)

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

[C#编程] WinformPager

这个是我在项目中用到的,附件中是源码,有需要的可以根据自己的需求进行改进,项目中引用“WinformPager.dll”这个动态库就可以在工具栏中看到该控件了,下面是大概的用法,希望对你有用。控件保证能用,不会用的请勿乱喷。不懂可以加我QQ:936052556 第一步:将控件拖至窗体指定处,注意没有界面的。 第二步:查看控件属性-->事件-->PageChanged 事件 第三步:数据查询事件中
这个是我在项目中用到的,附件中是源码,有需要的可以根据自己的需求进行改进,项目中引用“WinformPager.dll”这个动态库就可以在工具栏中看到该控件了,下面是大概的用法,希望对你有用。控件保证能用,不会用的请勿乱喷。不懂可以加我QQ:936052556 第一步:将控件拖至窗体指定处,注意没有界面的。 第二步:查看控件属性-->事件-->PageChanged 事件 第三步:数据查询事件中 (2022-02-15, C#, 85KB, 下载0次)

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

[C#编程] 条码生成库

基于C#语言实现的条码生成与解析工具包 包含一维码和二维码的生成与读取,支持常用的编码格式, 可生成显示图像并保存成图片
Barcode generation and parsing toolkit based on C# language It includes the generation and reading of one-dimensional code and two-dimensional code, and supports common encoding formats, The display image can be generated and saved as a picture (2020-12-22, C#, 13480KB, 下载1次)

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

[C#编程] FFmpegSharp-master

C#视频分割成图片,FFmpeg命令是在ffmpeg.exe可执行文件环境下执行,ffmpeg.exe用于音视频的转码,加水印,去水印,视频剪切,提取音频,提取视频,码率控制等等功能。
C# video is divided into pictures. Ffmpeg command is executed in the environment of ffmpeg.exe executable file. Ffmpeg.exe is used for transcoding of audio and video, adding watermark, removing watermark, video cutting, extracting audio, extracting video, rate control and other functions. (2020-01-17, C#, 162KB, 下载10次)

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

[C#编程] 共通进度条

共通进度条。上传文件时候,如果文件过大需要等待,窗口会假死。 共通进度条才用了 委托 加 线程的方式,避免了窗体假死。同时给用户良好的视觉感
Common progress bar. When uploading files, if the files are too large to wait, the window will die. The common progress bar only uses the way of delegate plus thread to avoid the form death. At the same time, give users a good sense of vision. (2018-08-16, C#, 67KB, 下载3次)

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

[C#编程] BLPDA_20140328

这是用于仓库条码枪扫描收货和出库的PDA源码,用于优博讯的WinCE系统条码枪,支持一维码和二维码。
This is for the warehouse receipt and barcode scanning gun library PDA source code for WinCE system usebroadband barcode gun inquiry, support bar code and two-dimensional code. (2018-03-23, C#, 9062KB, 下载7次)

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

[C#编程] public class A

创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod,并在该方法中输出传递的整型值加10后的结果。 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接收的整型值加50,并输出结果。 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法
Create a class A, write a MyMethod that can be rewritten with int type parameter in A, and output the passed integer value plus 10 results in this method. Then create a class B to inherit from the class A, and then rewrite the MyMethod method in A, add 50 the integer value received in the A, and output the result. In the Main method, the objects of the class A and the class B are created respectively, and the MyMethod method is called respectively (2017-11-29, C#, 2KB, 下载2次)

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

[C#编程] ERP管理系统源码

企业ERP管理系统源码(VS.net+SQLServer) 开发语言及数据库:(C# 2005/2008加SQLServer2005) 架构:C/S WinForm 用户名:administrator 密码:1
Enterprise ERP management system source code (VS.net+SQLServer) Developing languages and databases: (C# 2005/2008 plus SQLServer2005) Architecture: C/S WinForm Username: administrator password: 1 (2017-11-26, C#, 25486KB, 下载37次)

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

[C#编程] Form3

//序号一列长度不限,但前两位为XH, 后位均为数字 //每条记录的序号自动生成,为当前student表中的最大序号值加1得到。 //以下编写代码实现新增学生记录。
//No one of any length, but the first two for the XH, after the bits are digital// automatically generated sequence number for each record, the current student table to get the maximum number value plus one.// Add the following code to achieve student records. (2013-05-30, C#, 1KB, 下载3次)

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

[C#编程] JoinAccount

C#在查询出的数据列中加入计算功能,其实平时遇到不少类似的功能,只是我们不清楚这是什么功能,测试前请先附加好数据库,未附加运行EXE,会提示数据库出错,且看不到效果,如截图示。
C# query data column calculation function, in fact, usually encountered many similar features, but we do not know what function test before additional database, unattached running EXE will be prompted to database error, and see the effect, such as the screenshot shows. (2013-04-22, C#, 330KB, 下载4次)

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

[C#编程] Minimum

  该程序功能是求一维整型数组元素中最小的值和它所在的下标。其中,求最小元素的方法:用最小值变量min标记第一个待找数据,逐个把所有待找数据和min进行比较,并用min标记其当前最小值及其所在位置,从而找出最小值。
The program features is that of one-dimension integer array element index of the smallest value, and it is located in. (2012-11-20, Visual C++, 3KB, 下载5次)

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

[C#编程] Csharp-Skin-Study

自己精心整理的C#winform窗体的换肤的Demo版本,希望能给大家提供帮助。谢谢
C# winform Demo version of the form skin carefully finishing the hope that they can provide help. Thank you (2012-09-13, C#, 1476KB, 下载103次)

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

[C#编程] ImageManager

图片处理: 1.各种显示方式,百叶窗,马赛克,各种方向的拉伸,翻转,椭圆显示,旋转。。。 2.各种特效处理,虚化,锐化,积木,黑白。。。 3.图片加水印 4.幻灯片放映
Image processing: 1. All kinds of display, shutters, mosaic, stretching in all directions, flip, oval display, rotation. . . 2. A variety of effects processing, blur, sharpen, building blocks, black and white. . . 3. Picture and watermark 4. Slide Show (2011-01-20, C#, 253KB, 下载117次)

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

[C#编程] 9

功能: 可通过M键切换显示模式:日期(年、月、日)、时间(小时、分、秒)、秒表(小时、分、秒、1/100秒)、闹钟(小时、分、秒)。 在日期显示模式,可通过A键依次使年、月、日闪烁或变色,这时可通过I键加1调整。 在时间显示模式,可通过A键依次使小时、分、秒闪烁或变色,这时可通过I键加1调整。 在秒表显示模式,可通过I键切换(启动/暂停)计时,当暂停计时时可通过A键复位。 在闹钟显示模式,可通过A键依次使On/Off标志、小时、分、秒闪烁或变色,这时可通过I键切换On/Off标志或加1调整。 调整和秒表操作不影响日期和时间的准确性。 可通过Q键结束程序
Function: M key to toggle through display modes: Date (year, month, day), time (hours, minutes, seconds), stopwatch (hours, minutes, seconds, 1/100 second), alarm clock (hours, minutes, seconds). The date display mode, followed by A key to year, month, day, flash or change color, then can I add a button to adjust. In the time display mode, followed by A key to hours, minutes, seconds, flicker or change color, then can I add a button to adjust. In the stopwatch display mode, can I key switch (start/pause) timing, when the pause time when the A button can be reset. In the alarm display mode, followed by A key to On/Off flag, hours, minutes, seconds, flicker or change color, then I can be to switch On/Off marks or plus an adjustment. Adjustment and stopwatch does not affect the accuracy of the date and time. Q button to end the process through. (2010-07-23, Visual C++, 5KB, 下载4次)

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

[C#编程] BarcodeSilverlight

基于的code39的一维条码编程示例,要求要支持windows Silverlight
This is a follow up to the WPF Barcode Software project. It shows how one can use Microsoft Silverlight technology to build a barcode software application. The nice thing about this barcode software is that you can run it in any browser that supports Silverlight. The source files requires at least Visual Web Developer 2008 Express Edition in order to compile. (2010-01-11, C#, 73KB, 下载9次)

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

[C#编程] CSharp[AESEncryptDecrypt]

C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观
C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether to change the encrypted file suffix names, interface aesthetics (2009-12-27, C#, 85KB, 下载100次)

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

[C#编程] dianzizhongchengxu

电子钟,实现每按一次按键,显示时分秒的数码管数字均可分别加1或减1,且当显示小时的数码管显示到24时,所有数码管会自动清零。
Electronic clock to achieve every time I press the button, the display minutes and seconds can be a digital control numbers plus 1 or minus 1, respectively, and when the digital LED display shows hours to 24 hours, all the digital control will be automatically cleared. (2009-12-02, C/C++, 4KB, 下载5次)

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

[C#编程] spline3[1].csharp

插值算法 有好几种 akima等Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met
Interpolation algorithm has several Akima, etc. Redistribution and use in source and binary forms, with or withoutmodification, are permitted provided that the following conditions aremet (2008-07-29, C#, 24KB, 下载51次)

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

[C#编程] cprogramm

利用指针技术,以一维整型数组中间元素为中心,对称对调所有元素:即首元素与末元素对调、第二元素与次末元素对调…。
use of technical indicators to a peacekeeping integer array elements to the middle Center, symmetric swap all the elements : that is the end of the first elements and elements have been reversed, and the second element, and the sub-elements swap end .... (2006-06-22, C/C++, 2KB, 下载5次)

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

[C#编程] 奇怪的

题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊       情
topic : input on a certain date, the judgment that this is the one day of the year? 1. Program Analysis : March 5 as an example, should first get the first two months combined, plus five days this year that the first few days, the special situation (2005-12-26, Delphi, 1KB, 下载4次)

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