-
C in A Nutshell
Learning a language
C in A Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.
- 2022-12-16 09:20:03下载
- 积分:1
-
一份精美的首页源码。。欢迎下载~很好看的哦
一份精美的首页源码。。欢迎下载~很好看的哦-A beautiful home page source code. . Welcome to download the ~ good to see Oh
- 2022-03-01 05:42:34下载
- 积分:1
-
这里提供的是电力系统潮流计算机解法的五个子程序,采用的方法是Newton_Raphson法...
这里提供的是电力系统潮流计算机解法的五个子程序,采用的方法是Newton_Raphson法-provided here is the power flow solution to the five computer subroutine the method used was Newton_Raphson France
- 2023-01-15 06:05:03下载
- 积分:1
-
FFT傅立叶变换,C++BUILDER.
FFT傅立叶变换,C++BUILDER.-FFT Fourier Transform, C++ BUILDER.
- 2022-07-14 01:43:25下载
- 积分:1
-
Android AirPlus飞行历 飞行模式自动切换功能
Android AirPlus飞行模式自动切换工具,可以根据设定的时间自动进入和退出飞行模式,在无需关机的情况下让手机更加省电,减少睡眠时间手机的辐射作用。
Android飞行模式自动切换工具实现的功能如下:
1.快速进入和快速退出飞行模式
2.自定义添加,删除,启用,禁用飞行时间段
3.设置自动切换飞行模式的时间和重复日期
4.设置控制不受飞行模式控制的无线硬件
5.设置是否在切换飞行时进行震动提示
6.进入切换飞行模式10秒钟提示(延迟飞行,立即飞行,取消飞行)
7.可以进行延迟飞行操作
8.检测通话状态,防止正在通话时切换飞行模式
9.设置延迟飞行的提醒间隔
10.设置音量键在飞行切换中的作用
- 2022-01-27 18:46:44下载
- 积分:1
-
国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问
国外的人才求职招聘最新版,找了很久的,还在调试中,旧版本说明如下PHP写的一个人力资源管理系统的源码:系统采用模块话的设计,此文件解压到php的环境下,直接访问就可以,需要建立一个mysql数据库数据库名为orangeHRM,并建立一个用户。然后直接访问http://localhost/orangehrm就ok!-PHP write a human resources management system of Source : System is modular case design, This document to extract php environment, we can directly access, need to establish a database mysql database called orangeHRM, and the establishment of a user. Then directly on the visit http://localhost/orangehrm ok! -Job recruiting talent from abroad the latest version, look for a long time, and still debugging, the older versions of PHP are described below to write a human resources management system source code: if the system uses a modular design, unzip this file to the php environment , direct access could need to create a database named mysql database orangeHRM, and the establishment of a user. And then directly access http://localhost/orangehrm on ok!-PHP write a human resources management system of Source: System is modular case desi
- 2022-05-31 08:28:40下载
- 积分:1
-
Introduction Based on MATLAB platform visual programming. Focuses on data and fu...
介绍基于MATLAB平台的可视化编程.
重点介绍了数据和函数的可视化.-Introduction Based on MATLAB platform visual programming. Focuses on data and function visualization.
- 2022-09-08 23:20:06下载
- 积分:1
-
ADDA器件一览表,基本上所有的 AD DA参数都用
ADDA器件一览表,基本上所有的 AD DA参数都用-AD DA device list, basically all of the AD DA parameters are used
- 2022-02-03 00:38:49下载
- 积分:1
-
本书记述的是如何利用PowerBuilder Foundation Class (PFC)编程
本书记述的是如何利用PowerBuilder Foundation Class (PFC)编程-The secretary described how the use of PowerBuilder Foundation Class (PFC) Programming
- 2022-11-16 15:25:04下载
- 积分:1
-
C#通过API调用windows菜单
C#通过Win32的API接口来调用windows系统的菜单,因此本源码的重点不是展示菜单是否漂亮,而是Win32的API如何调用,如何调用想要的系统功能或菜单来显示,这才是重点。注意:用P/Invoke调用动态链接库中非托管函数时,应执行如下步骤:
1、定位包含该函数的DLL。
2、把该DLL库装载入内存。
3、找到即将调用的函数地址,并将所有的现场压入堆栈。
4、调用函数。
- 2022-03-17 17:38:35下载
- 积分:1