资源列表

« 1 2 ... .05 .06 .07 .08 .09 65510.11 .12 .13 .14 .15 ... 66581 »

[.net编程Inside_Microsoft_Visual_Studio_.NET

说明:Learn how to put all the built-in power of Microsoft® Visual Studio® .NET 2003 to work with this comprehensive, in-depth programming guide. It drills down into the internal workings of Visual Studio .NET to help you get the most out of its fe
<zexzex> 在 2025-07-24 上传 | 大小:5.21mb | 下载:0

[Windows编程Toachievemutualexclusionandsynchronizationprocess.

说明:一个操作系统的试验,实现了两进程的同步和互斥,还有试验报告哦。-An operating system of the test, the realization of a two-process synchronization and mutual exclusion, as well as test report Oh.
<> 在 2025-07-24 上传 | 大小:54kb | 下载:0

[C#编程main

说明:本例表明了上述赋值运算中类型转换的规则。a为整型,赋予实型量y值8.88后只取整数8。x为实型,赋予整型量b值322, 后增加了小数部分。字符型量c1赋予a变为整型,整型量b赋予c2 后取其低八位成为字符型(b的低八位为01000010,即十进制66,按ASCII码对应于字符B)。-This example shows the assignment operator in the above-mentioned type conversion rules. a as integer, y giv
<lili> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[C#编程123

说明:本例中四次输出了a,b的值,但由于格式控制串不同,输出的结果也不相同。第四行的输出语句格式控制串中,两格式串 d 之间加了一个空格(非格式字符),所以输出的a,b值之间有一个空格。第五行的printf语句格式控制串中加入的是非格式字符逗号, 因此输出 的a,b值之间加了一个逗号。第六行的格式串要求按字符型输出 a,b值。第七行中为了提示输出结果又增加了非格式字符串。 -In this case four times the output of a, b values, but becau
<lili> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[Windows编程InformationManagementSystem

说明:这是一个学生信息管理系统的数据库。大家有需要的可以下载参考。-This is a student information management system database. You can download the necessary reference.
<> 在 2025-07-24 上传 | 大小:212kb | 下载:0

[C#编程qd

说明:本例要求判别键盘输入字符的类别。可以根据输入字符的ASCII码来判别类型。由ASCII码表可知ASCII值小于32的为控制字符。 在“0”和“9”之间的为数字,在“A”和“Z”之间为大写字母, 在“a”和“z”之间为小写字母,其余则为其它字符。 这是一个多分 支选择的问题,用if-else-if语句编程,判断输入字符ASCII码所在的范围,分别给出不同的输出。例如输入为“g”,输出显示它为小写字符。 -Requirements in this case determine the typ
<lili> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[C#编程2sd

说明:本例中用一个循环语句给a数组各元素送入奇数值,然后用第二个循环语句输出各个奇数。在第一个 for语句中,表达式3省略了。在下标变量中使用了表达式i++,用以修改循环变量。当然第二个for语句也可以这样作,C语言允许用表达式表示下标。 程序中最后一个printf语句输出了两次a[5]的值,可以看出当下标不为整数时将自动取整。-In this case with a loop to a surprising array of values into the elements, and then th
<lili> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[TreeView控件huffman

说明:A file containing source code of building huffman tree in C from an array.
<chee> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[其他小程序djgpp

说明:djgpp编译环境,已经将gcc,ar等解开到其中,直接可以使用。使用时参考内部readme.lst文件,设置好路径即可: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN PATH -djgpp compiler environment, have gcc, ar, such as the one to solve, can be used directly. The use of internal reference readme.
<张炜> 在 2025-07-24 上传 | 大小:6.68mb | 下载:0

[TreeView控件binaryTree

说明:File contains binary tree builder source code. One of the common assignments in university.
<chee> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[C#编程adf

说明:从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。 -Keyboard input from a string to all lowercase letters converted to upper case, and then output to a disk file " test" saved. Input to the string! End.
<lili> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[C#编程qrt

说明:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 -The adoption of a public telephone data transmission, data is an integer of 4, in the transmission process is encrypted, encryption rules are as follows: ea
<lili> 在 2025-07-24 上传 | 大小:2kb | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 65510.11 .12 .13 .14 .15 ... 66581 »

源码中国 www.ymcn.org