资源列表
CreateProcess
- 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
admin
- 代码虽少,但很有实用价值,也是老外写的。-Code is small but very practical value, is written by a foreigner.
CDopen_close
- 可以实现光驱的自动弹出弹入,不需手工进行操作.是源程序,如果还可以的话请给评价.-Can drive into the automatic pop-up shells, without manual operation. Is a source, so if you can please uation.
ERAInterim_CAPEread
- Meterological data read (NCEP CAPE data)
ASCII-To-Hex
- ASCII码转换为十六进制数码,Windows X86 32 API-ASCII code to Hexdecimal Code converter
nixu
- 求数组逆序的函数。从键盘输入int型数组a[ 20 ]的20 个元素值,函数实现对数组元素数据的逆序放置。即第1个元素与第20个元素互换,第2个元素与第19个元素互换,……,第10个元素与第11个元素互换。压缩包内共两种方法。-Find an array reverse function. Input from a keyboard int array [20] of the 20 elements of the value placed on the reverse function to a
example-libev
- 可以自动生成各种数据库链接字符串,非常适合数据库编程新手-Can automatically generate a variety of connection string, very suitable for programming novice
1172
- 完成强大的DES加密与解密,有友好的用户界面-Complete strong DES encryption and decryption, with friendly user interface
fapaiyouxi
- 本人利用C语言编写,主要作用是进行模拟发牌.-I am using C language, the main role is to simulate the licensing.
data105
- 将N(1< = N < = 200000)个整数小到大连续编号,相同的数应具有相同的编号。并按这N个数输入时的顺序输出它们的编号序列。例如,设输入数据为 5 3 4 7 3 5 6,则输出数据为3 1 2 5 1 3 4。-The N (1 < = N < = 200000) months consecutive integer number of small to large, the same number should have the same number. N num
dectobin
- converts decimal number into binary number
the-dates-translated
- 定义一个关于年、月、日的结构,并编写一函数计算某日是该年中的第几天?注意闰年问题。-we defined a structure about the year,month,day and make up a function to compute a day is which day in a year